/*!******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/scss/base.scss ***!
  \******************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Montserrat";
  src: url(/wp-content/themes/premium/assets-dist/fonts/subset-Montserrat-Light.a23a516038fac89e9ead.woff2) format("woff2"), url(/wp-content/themes/premium/assets-dist/fonts/subset-Montserrat-Light.10ebeccea0bf0d7af19e.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(/wp-content/themes/premium/assets-dist/fonts/subset-Montserrat-Regular.bf37d76558b25eb4104d.woff2) format("woff2"), url(/wp-content/themes/premium/assets-dist/fonts/subset-Montserrat-Regular.1f1cd1e3db7a21bb8ebb.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(/wp-content/themes/premium/assets-dist/fonts/subset-Montserrat-Medium.976e848242b6929f346f.woff2) format("woff2"), url(/wp-content/themes/premium/assets-dist/fonts/subset-Montserrat-Medium.f7c1cc3d118f789fcfb6.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(/wp-content/themes/premium/assets-dist/fonts/subset-Montserrat-SemiBold.1deeef87b11e5d4a1672.woff2) format("woff2"), url(/wp-content/themes/premium/assets-dist/fonts/subset-Montserrat-SemiBold.81b5d63845bffb20643b.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(/wp-content/themes/premium/assets-dist/fonts/subset-Montserrat-Bold.4afbd6eeadf756f52465.woff2) format("woff2"), url(/wp-content/themes/premium/assets-dist/fonts/subset-Montserrat-Bold.ca167d370bf577ce9c14.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@keyframes backgroundSignal {
  from {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@keyframes colorSignal {
  from {
    color: #ff0000;
  }
  to {
    color: #ff3333;
  }
}
@keyframes borderSignal {
  from {
    border-color: #ff0000;
  }
  to {
    border-color: #ff3333;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  font-family: "Montserrat", "Arial";
  font-size: 16px;
  font-weight: 400;
  color: #19191b;
  background-color: #c4cad0;
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  position: relative;
  width: 100%;
  min-width: 320px;
  /*max-width: 1920px;*/
  overflow-x: hidden !important;
}

.fancybox__content {
  background-color: rgb(0, 0, 0) !important;
  padding: 0 !important;
  justify-content: center;
  padding: 20px;
}

.fancybox__html5video,
.fancybox__iframe {
  height: 50vw;
}

.wrapPhone {
  position: relative;
}

.callDesctop {
  display: none;
}
@media only screen and (min-width: 590px) {
  .callDesctop {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
.callDesctop:hover {
  cursor: pointer;
}

.input:autofill {
  background-color: transparent;
}

input:-internal-autofill-selected {
  background-color: transparent;
}

.loader {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #cf1738 #cf1738 transparent transparent;
  animation: rotation 1s linear infinite;
}
.loader:after, .loader:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #767f89 #767f89;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.loader:before {
  width: 34px;
  height: 34px;
  border-color: #cf1738 #cf1738 transparent transparent;
  animation: rotation 1.5s linear infinite;
}

@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cbk-phone {
  position: fixed !important;
  right: 9.9vw !important;
  bottom: 5vw !important;
  top: auto !important;
}

.underline {
  display: inline-block;
  position: relative;
  padding: 0 0;
  overflow: hidden;
  transition: color 0.3s;
  line-height: 155%;
}
.underline:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #717880;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 300ms, transform 300ms, width 300ms;
}
@media (hover: hover) {
  .underline:hover {
    cursor: pointer;
  }
  .underline:hover:after {
    width: 0%;
  }
}
.underline.back:after {
  width: 0%;
}
@media (hover: hover) {
  .underline.back:hover:after {
    width: 100%;
  }
}

.fontTit {
  font-weight: 400;
  font-size: 7.22vw;
  color: #19191b;
  text-align: center;
  padding: 0vw 0px 2.78vw 0px;
  margin: 0px;
  line-height: 120%;
  letter-spacing: 0.1em;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (min-width: 590px) {
  .fontTit {
    font-size: 26px;
    padding: 0 0 10px 0vw;
  }
}
@media only screen and (min-width: 960px) {
  .fontTit {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .fontTit {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1600px) {
  .fontTit {
    font-size: 60px;
  }
}
.fontTit.noCaps {
  text-transform: none;
}
.fontTit.small {
  font-size: 6.66vw;
}
@media only screen and (min-width: 590px) {
  .fontTit.small {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .fontTit.small {
    font-size: 50px;
  }
}
.fontTit strong {
  display: block;
  font-weight: 400;
  font-size: 4.16vw;
  color: #19191b;
  letter-spacing: 0.1em;
  line-height: 120%;
  margin: 1.3vw 0;
}
@media only screen and (min-width: 590px) {
  .fontTit strong {
    font-size: 15px;
    margin: 10px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .fontTit strong {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .fontTit strong {
    font-size: 30px;
  }
}

.picture {
  display: inline-block;
}
.picture img {
  display: block;
  width: 100%;
  height: 100%;
  user-select: none;
  object-fit: inherit;
  object-position: inherit;
}
/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/scss/sizes.scss ***!
  \*******************************************************************************************************************************************************************************************************************************/

/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/scss/block-sizes.scss ***!
  \*************************************************************************************************************************************************************************************************************************************/
@keyframes backgroundSignal {
  from {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@keyframes colorSignal {
  from {
    color: #ff0000;
  }
  to {
    color: #ff3333;
  }
}
@keyframes borderSignal {
  from {
    border-color: #ff0000;
  }
  to {
    border-color: #ff3333;
  }
}
.loaded {
  height: auto !important;
}

#blockPrimary {
  height: 232.14vw;
}
@media only screen and (min-width: 590px) {
  #blockPrimary {
    height: 79.16vw;
  }
}
@media only screen and (min-width: 820px) {
  #blockPrimary {
    height: 60.1vw;
  }
}
@media only screen and (min-width: 1366px) {
  #blockPrimary {
    height: 55.28vw;
  }
}
@media only screen and (min-width: 1600px) {
  #blockPrimary {
    height: 1036px;
  }
}

#blockPrivilege {
  height: 255.9vw;
}
@media only screen and (min-width: 590px) {
  #blockPrivilege {
    height: 86.94vw;
  }
}
@media only screen and (min-width: 820px) {
  #blockPrivilege {
    height: 66.13vw;
  }
}
@media only screen and (min-width: 1366px) {
  #blockPrivilege {
    height: 71.39vw;
  }
}
@media only screen and (min-width: 1600px) {
  #blockPrivilege {
    height: 1221px;
  }
}

#blockTestDrive {
  height: 270.35vw;
}
@media only screen and (min-width: 590px) {
  #blockTestDrive {
    height: 114.44vw;
  }
}
@media only screen and (min-width: 820px) {
  #blockTestDrive {
    height: 84.43vw;
  }
}
@media only screen and (min-width: 1366px) {
  #blockTestDrive {
    height: 56.94vw;
  }
}
@media only screen and (min-width: 1600px) {
  #blockTestDrive {
    height: 1047px;
  }
}

#blockPromo {
  height: 293vw;
}
@media only screen and (min-width: 590px) {
  #blockPromo {
    height: 214.3vw;
  }
}
@media only screen and (min-width: 820px) {
  #blockPromo {
    height: 97.64vw;
  }
}
@media only screen and (min-width: 1366px) {
  #blockPromo {
    height: 72vw;
  }
}
@media only screen and (min-width: 1600px) {
  #blockPromo {
    height: 1131px;
  }
}

#blockManagers {
  height: 217.86vw;
}
@media only screen and (min-width: 590px) {
  #blockManagers {
    height: 79.44vw;
  }
}
@media only screen and (min-width: 820px) {
  #blockManagers {
    height: 53.96vw;
  }
}
@media only screen and (min-width: 1366px) {
  #blockManagers {
    height: 44.79vw;
  }
}
@media only screen and (min-width: 1600px) {
  #blockManagers {
    height: 720px;
  }
}

#blockCatalog {
  height: 182.32vw;
}
@media only screen and (min-width: 590px) {
  #blockCatalog {
    height: 139.86vw;
  }
}
@media only screen and (min-width: 820px) {
  #blockCatalog {
    height: 53.77vw;
  }
}
@media only screen and (min-width: 1366px) {
  #blockCatalog {
    height: 48.05vw;
  }
}
@media only screen and (min-width: 1600px) {
  #blockCatalog {
    height: 816px;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/scss/animation.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/

/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/scss/bootstrap.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
@keyframes backgroundSignal {
  from {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@keyframes colorSignal {
  from {
    color: #ff0000;
  }
  to {
    color: #ff3333;
  }
}
@keyframes borderSignal {
  from {
    border-color: #ff0000;
  }
  to {
    border-color: #ff3333;
  }
}
.hidden {
  display: none;
}

.clr {
  clear: both;
}

a img {
  cursor: pointer;
}

img {
  max-width: 100%;
}

.b {
  font-family: inherit;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.hovered:hover {
  cursor: pointer;
}

.content {
  width: 87.5vw;
  height: auto;
  margin: auto;
  position: relative;
}
@media only screen and (min-width: 590px) {
  .content {
    width: calc(100% - 50px);
    max-width: 1765px;
  }
}
@media only screen and (min-width: 960px) {
  .content {
    width: 96.04vw;
  }
}
@media only screen and (min-width: 1366px) {
  .content {
    width: 92.13vw;
    max-width: 1769px;
  }
}

.dnone {
  opacity: 0;
}

.visible {
  visibility: visible !important;
}

.mobile,
.mobileInline {
  display: none !important;
}

.block {
  width: 100%;
  height: auto;
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.loadBlock.loaded {
  height: auto !important;
}

.stopScroll body {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#main {
  padding-top: 36.66vw;
}
@media only screen and (min-width: 590px) {
  #main {
    padding-top: 44px;
  }
}
/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/scss/button.scss ***!
  \********************************************************************************************************************************************************************************************************************************/
@keyframes backgroundSignal {
  from {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@keyframes colorSignal {
  from {
    color: #ff0000;
  }
  to {
    color: #ff3333;
  }
}
@keyframes borderSignal {
  from {
    border-color: #ff0000;
  }
  to {
    border-color: #ff3333;
  }
}
.button, .buttonTransparent {
  background-color: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.button:focus, .buttonTransparent:focus {
  outline-color: transparent;
}

a.button {
  text-decoration: none;
  outline: none;
  line-height: 18.75vw;
}
@media only screen and (min-width: 590px) {
  a.button {
    line-height: 60px;
  }
}

.button {
  position: relative;
  text-align: center;
  font-weight: 600;
  font-family: "Montserrat";
  font-size: 3.61vw;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  background: linear-gradient(360deg, #acb3bc 0%, #9ca4ad 24.04%, #8a939d 57.69%, #6b747e 100%);
  border: 2px solid #a5adb7;
  border-radius: 4.44vw;
  white-space: nowrap;
  outline: none;
  height: 12.78vw;
  overflow: hidden;
  padding-top: 0px;
  letter-spacing: 0.1em;
  line-height: 120%;
}
@media only screen and (min-width: 590px) {
  .button {
    height: 46px;
    font-size: 13px;
    border-radius: 16px;
  }
}
@media only screen and (min-width: 820px) {
  .button {
    height: 56px;
    border-radius: 18px;
    font-size: 15px;
    height: 56px;
  }
}
.button:hover {
  background: linear-gradient(360deg, #6b747e 0%, #8a939d 42.31%, #acb3bc 100%);
  box-shadow: 0px 0px 20px rgba(196, 232, 255, 0.2);
  cursor: pointer;
}
.button:hover:before {
  transition: 0.5s;
  left: 100%;
}
@media only screen and (min-width: 590px) {
  .button:hover:before {
    transition: 0.7s;
  }
}
.button:before {
  content: " ";
  display: block;
  width: 87px;
  height: 120%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) -0.84%, #ffffff 49.08%, rgba(255, 255, 255, 0) 99.96%);
  opacity: 0.5;
  filter: blur(10px);
  transform: rotate(15deg) translateY(-50%);
  position: absolute;
  left: -40%;
  top: 50%;
}
.button:active {
  background: linear-gradient(360deg, #97a0aa 0%, #6b747e 100%);
  transition: transform 0.1s;
  border-color: #a5adb7;
  transform: translate(1px, 2px);
  color: #ffffff;
}
.button:disabled {
  opacity: 0.5;
  cursor: default;
}
.button:disabled:hover {
  cursor: default;
}
.button:disabled:active {
  margin-top: 0px;
}

.buttonTransparent {
  position: relative;
  text-align: center;
  font-weight: 600;
  font-family: "Montserrat";
  font-size: 3.89vw;
  letter-spacing: 0.1em;
  color: #717880;
  text-transform: uppercase;
  display: inline-block;
  background-color: transparent;
  border-radius: 3.89vw;
  white-space: nowrap;
  outline: none;
  width: auto;
  height: 12.78vw;
  overflow: hidden;
  padding-top: 0px;
  border: 1px solid #a5acb3;
}
@media only screen and (min-width: 590px) {
  .buttonTransparent {
    font-size: 1.35vw;
    height: 4.79vw;
    border-radius: 1.46vw;
  }
}
@media only screen and (min-width: 960px) {
  .buttonTransparent {
    font-size: 1.1vw;
    height: 4.1vw;
    border-radius: 1.17vw;
  }
}
@media only screen and (min-width: 1366px) {
  .buttonTransparent {
    font-size: 15px;
    height: 56px;
    border-radius: 20px;
  }
}
.buttonTransparent:hover {
  background: linear-gradient(360deg, #6b747e 0%, #8a939d 42.31%, #acb3bc 100%);
  box-shadow: 0px 0px 20px rgba(196, 232, 255, 0.2);
  border: none;
  color: #ffffff;
  cursor: pointer;
}
.buttonTransparent:active {
  background: linear-gradient(360deg, #97a0aa 0%, #6b747e 100%);
  transition: transform 0.1s;
  border-color: #a5adb7;
  transform: translate(1px, 2px);
  color: #ffffff;
}

.wrapBut {
  height: 12.77vw;
  position: relative;
}
@media only screen and (min-width: 590px) {
  .wrapBut {
    height: 46px;
  }
}
@media only screen and (min-width: 820px) {
  .wrapBut {
    margin-bottom: 16px;
    height: 56px;
  }
}
.wrapBut.center {
  text-align: center;
}
.wrapBut.left {
  text-align: left;
}
.wrapBut.right {
  text-align: right;
}
.wrapBut.inline {
  display: inline-block;
}
@media only screen and (min-width: 960px) {
  .wrapBut.big,
  .wrapBut.big button {
    height: 78px;
  }
}

.wrapBut40 {
  height: 12.5vw;
}
@media only screen and (min-width: 590px) {
  .wrapBut40 {
    height: 40px;
  }
}
.wrapBut40 button {
  height: 12.5vw;
  font-size: 3.75vw;
}
@media only screen and (min-width: 590px) {
  .wrapBut40 button {
    height: 40px;
    font-size: 14px;
  }
}

.wrapBut50 {
  height: 15.625vw;
}
@media only screen and (min-width: 590px) {
  .wrapBut50 {
    height: 50px;
  }
}
.wrapBut50 button {
  height: 15.625vw;
  font-size: 4.375vw;
}
@media only screen and (min-width: 590px) {
  .wrapBut50 button {
    height: 50px;
    font-size: 16px;
  }
}

.wrapBut25 {
  height: 25px;
  position: relative;
}
@media only screen and (min-width: 590px) {
  .wrapBut25 {
    height: 25px;
  }
}
/*!******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/scss/icon.scss ***!
  \******************************************************************************************************************************************************************************************************************************/
.icon-whatsapp .path1 {
  fill: url(#paint0_linear_4876_94208);
}
.icon-whatsapp .path2 {
  fill: white;
}
.icon-telegram circle {
  fill: url(#paint0_linear_4876_94212);
}
.icon-telegram path {
  fill: white;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/components/BlockHeadLineComponent/block-head-line.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
@keyframes backgroundSignal {
  from {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@keyframes colorSignal {
  from {
    color: #ff0000;
  }
  to {
    color: #ff3333;
  }
}
@keyframes borderSignal {
  from {
    border-color: #ff0000;
  }
  to {
    border-color: #ff3333;
  }
}
.headRegimPhone {
  text-decoration: none;
  color: inherit;
}
.headRegimPhone:hover, .headRegimPhone:focus {
  text-decoration: none;
  outline-color: transparent;
}

.blockHeadline {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 10;
  top: 0px;
  left: 50%;
  background-color: transparent;
  transform: translate3d(-50%, 0%, 0px);
  padding: 0px;
}
@media only screen and (min-width: 590px) {
  .blockHeadline {
    box-shadow: none;
  }
}
.blockHeadline.scroll {
  background: rgba(196, 202, 208, 0.9);
  backdrop-filter: blur(3px);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.blockHeadline.scroll .headLeft {
  margin-top: -24vw;
}
@media only screen and (min-width: 590px) {
  .blockHeadline.scroll .headLeft {
    margin-top: 0px;
  }
}
.stopScroll .blockHeadline {
  transition: 0s;
}

.headline {
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  grid-gap: 0vw;
  justify-content: space-between;
  position: relative;
  transition: 0.5s;
  max-width: 100%;
  padding: 0;
}
@media only screen and (min-width: 590px) {
  .headline {
    grid-template-columns: auto 380px;
    padding: 14px 0px;
  }
}
@media only screen and (min-width: 1060px) {
  .headline {
    grid-template-columns: auto 630px;
    padding: 15px 0px;
  }
}

.headLeft {
  overflow: hidden;
  transition: 0.5s;
  margin-top: 0px;
  padding-top: 4.44vw;
}
@media only screen and (min-width: 590px) {
  .headLeft {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 590px) {
  .headLeftLogo {
    padding-top: 7px;
  }
}
.headLeftLogo svg {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 590px) {
  .headLeftLogo svg {
    max-width: 315px;
  }
}
.headLeftLogo svg:hover .hovered {
  fill: #19191b;
}
.headRight {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4.16vw;
  padding: 3.05vw 0vw;
}
@media only screen and (min-width: 590px) {
  .headRight {
    padding: 0px;
    gap: 30px;
    justify-content: flex-end;
  }
}
.headConsultWrap {
  display: flex;
  align-items: center;
  gap: 2px;
  padding-left: 20px;
  order: 2;
}
@media only screen and (min-width: 590px) {
  .headConsultWrap {
    order: 1;
    padding-left: 0px;
  }
}
.headConsultWrap img {
  width: 9.44vw;
  height: auto;
  display: block;
  border-radius: 100%;
  border: 1px solid #b5bbc1;
  margin-left: -6vw;
  transition: 0.5s;
  z-index: 1;
}
@media only screen and (min-width: 590px) {
  .headConsultWrap img {
    width: 36px;
    margin-left: -20px;
  }
}
.headConsultWrap img:hover {
  cursor: pointer;
}
@media only screen and (min-width: 590px) {
  .headConsultWrap:hover img {
    margin-left: 0px;
  }
}
.headConsultWrap:hover p {
  margin-right: 0px;
  opacity: 1;
}
.headConsultWrap p {
  display: none;
}
@media only screen and (min-width: 1060px) {
  .headConsultWrap p {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #19191b;
    text-transform: uppercase;
    white-space: nowrap;
    padding-right: 6px;
    margin-right: -100px;
    transition: 0.5s;
    opacity: 0;
    z-index: 0;
  }
}
@media only screen and (min-width: 1366px) {
  .headConsultWrap p {
    font-size: 15px;
  }
}
.headRegim {
  order: 1;
  display: inline-grid;
  grid-template-columns: 1fr auto;
  grid-gap: 2.22vw;
  align-items: flex-end;
}
@media only screen and (min-width: 590px) {
  .headRegim {
    grid-gap: 12px;
    order: 2;
  }
}
.headRegimLeft {
  text-align: left;
}
@media only screen and (min-width: 590px) {
  .headRegimLeft {
    text-align: right;
  }
}
.headRegimLeft p {
  font-weight: 500;
  font-size: 3.05vw;
  color: #19191b;
  display: inline-flex;
  align-items: center;
  gap: 1.66vw;
  margin-bottom: 1.39vw;
}
@media only screen and (min-width: 590px) {
  .headRegimLeft p {
    font-size: 11px;
    gap: 6px;
    margin-bottom: 6px;
  }
}
.headRegimLeft p:before {
  content: " ";
  display: block;
  width: 1.66vw;
  height: 1.66vw;
  border-radius: 100%;
  background-color: #07c847;
}
@media only screen and (min-width: 590px) {
  .headRegimLeft p:before {
    width: 6px;
    height: 6px;
  }
}
.headRegimRight {
  display: flex;
  gap: 2.22vw;
}
@media only screen and (min-width: 590px) {
  .headRegimRight {
    gap: 12px;
  }
}
.headRegimRight svg {
  width: 7.22vw;
  height: 7.22vw;
}
@media only screen and (min-width: 590px) {
  .headRegimRight svg {
    width: 30px;
    height: 30px;
  }
}
.headRegimPhone {
  font-weight: 400;
  font-size: 5vw;
  color: #19191b;
}
@media only screen and (min-width: 590px) {
  .headRegimPhone {
    font-size: 18px;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/scss/animations/animations.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
.ani {
  visibility: hidden;
  animation-delay: 0ms;
  animation-duration: 300ms;
  -webkit-animation-duration: 300ms;
}
.ani_10 {
  animation-delay: 5ms;
}
.ani_20 {
  animation-delay: 10ms;
}
.ani_30 {
  animation-delay: 15ms;
}
.ani_40 {
  animation-delay: 20ms;
}
.ani_50 {
  animation-delay: 25ms;
}
.ani_60 {
  animation-delay: 30ms;
}
.ani_70 {
  animation-delay: 35ms;
}
.ani_80 {
  animation-delay: 40ms;
}
.ani_90 {
  animation-delay: 45ms;
}
.ani_100 {
  animation-delay: 50ms;
}
.ani_110 {
  animation-delay: 55ms;
}
.ani_120 {
  animation-delay: 60ms;
}
.ani_130 {
  animation-delay: 65ms;
}
.ani_140 {
  animation-delay: 70ms;
}
.ani_150 {
  animation-delay: 75ms;
}
.ani_160 {
  animation-delay: 80ms;
}
.ani_170 {
  animation-delay: 85ms;
}
.ani_180 {
  animation-delay: 90ms;
}
.ani_190 {
  animation-delay: 95ms;
}
.ani_200 {
  animation-delay: 100ms;
}
.ani_210 {
  animation-delay: 105ms;
}
.ani_220 {
  animation-delay: 110ms;
}
.ani_230 {
  animation-delay: 115ms;
}
.ani_240 {
  animation-delay: 120ms;
}
.ani_250 {
  animation-delay: 125ms;
}
.ani_260 {
  animation-delay: 130ms;
}
.ani_270 {
  animation-delay: 135ms;
}
.ani_280 {
  animation-delay: 140ms;
}
.ani_290 {
  animation-delay: 145ms;
}
.ani_300 {
  animation-delay: 150ms;
}
.ani_310 {
  animation-delay: 155ms;
}
.ani_320 {
  animation-delay: 160ms;
}
.ani_330 {
  animation-delay: 165ms;
}
.ani_340 {
  animation-delay: 170ms;
}
.ani_350 {
  animation-delay: 175ms;
}
.ani_360 {
  animation-delay: 180ms;
}
.ani_370 {
  animation-delay: 185ms;
}
.ani_380 {
  animation-delay: 190ms;
}
.ani_390 {
  animation-delay: 195ms;
}
.ani_400 {
  animation-delay: 200ms;
}
.ani_410 {
  animation-delay: 205ms;
}
.ani_420 {
  animation-delay: 210ms;
}
.ani_430 {
  animation-delay: 215ms;
}
.ani_440 {
  animation-delay: 220ms;
}
.ani_450 {
  animation-delay: 225ms;
}
.ani_460 {
  animation-delay: 230ms;
}
.ani_470 {
  animation-delay: 235ms;
}
.ani_480 {
  animation-delay: 240ms;
}
.ani_490 {
  animation-delay: 245ms;
}
.ani_500 {
  animation-delay: 250ms;
}
.ani_510 {
  animation-delay: 255ms;
}
.ani_520 {
  animation-delay: 260ms;
}
.ani_530 {
  animation-delay: 265ms;
}
.ani_540 {
  animation-delay: 270ms;
}
.ani_550 {
  animation-delay: 275ms;
}
.ani_560 {
  animation-delay: 280ms;
}
.ani_570 {
  animation-delay: 285ms;
}
.ani_580 {
  animation-delay: 290ms;
}
.ani_590 {
  animation-delay: 295ms;
}
.ani_600 {
  animation-delay: 300ms;
}
.ani_610 {
  animation-delay: 305ms;
}
.ani_620 {
  animation-delay: 310ms;
}
.ani_630 {
  animation-delay: 315ms;
}
.ani_640 {
  animation-delay: 320ms;
}
.ani_650 {
  animation-delay: 325ms;
}
.ani_660 {
  animation-delay: 330ms;
}
.ani_670 {
  animation-delay: 335ms;
}
.ani_680 {
  animation-delay: 340ms;
}
.ani_690 {
  animation-delay: 345ms;
}
.ani_700 {
  animation-delay: 350ms;
}
.ani_710 {
  animation-delay: 355ms;
}
.ani_720 {
  animation-delay: 360ms;
}
.ani_730 {
  animation-delay: 365ms;
}
.ani_740 {
  animation-delay: 370ms;
}
.ani_750 {
  animation-delay: 375ms;
}
.ani_760 {
  animation-delay: 380ms;
}
.ani_770 {
  animation-delay: 385ms;
}
.ani_780 {
  animation-delay: 390ms;
}
.ani_790 {
  animation-delay: 395ms;
}
.ani_800 {
  animation-delay: 400ms;
}
.ani_810 {
  animation-delay: 405ms;
}
.ani_820 {
  animation-delay: 410ms;
}
.ani_830 {
  animation-delay: 415ms;
}
.ani_840 {
  animation-delay: 420ms;
}
.ani_850 {
  animation-delay: 425ms;
}
.ani_860 {
  animation-delay: 430ms;
}
.ani_870 {
  animation-delay: 435ms;
}
.ani_880 {
  animation-delay: 440ms;
}
.ani_890 {
  animation-delay: 445ms;
}
.ani_900 {
  animation-delay: 450ms;
}
.ani_910 {
  animation-delay: 455ms;
}
.ani_920 {
  animation-delay: 460ms;
}
.ani_930 {
  animation-delay: 465ms;
}
.ani_940 {
  animation-delay: 470ms;
}
.ani_950 {
  animation-delay: 475ms;
}
.ani_960 {
  animation-delay: 480ms;
}
.ani_970 {
  animation-delay: 485ms;
}
.ani_980 {
  animation-delay: 490ms;
}
.ani_990 {
  animation-delay: 495ms;
}
.ani_1000 {
  animation-delay: 500ms;
}
.ani_1010 {
  animation-delay: 505ms;
}
.ani_1020 {
  animation-delay: 510ms;
}
.ani_1030 {
  animation-delay: 515ms;
}
.ani_1040 {
  animation-delay: 520ms;
}
.ani_1050 {
  animation-delay: 525ms;
}
.ani_1060 {
  animation-delay: 530ms;
}
.ani_1070 {
  animation-delay: 535ms;
}
.ani_1080 {
  animation-delay: 540ms;
}
.ani_1090 {
  animation-delay: 545ms;
}
.ani_1100 {
  animation-delay: 550ms;
}
.ani_1110 {
  animation-delay: 555ms;
}
.ani_1120 {
  animation-delay: 560ms;
}
.ani_1130 {
  animation-delay: 565ms;
}
.ani_1140 {
  animation-delay: 570ms;
}
.ani_1150 {
  animation-delay: 575ms;
}
.ani_1160 {
  animation-delay: 580ms;
}
.ani_1170 {
  animation-delay: 585ms;
}
.ani_1180 {
  animation-delay: 590ms;
}
.ani_1190 {
  animation-delay: 595ms;
}
.ani_1200 {
  animation-delay: 600ms;
}
.ani_1210 {
  animation-delay: 605ms;
}
.ani_1220 {
  animation-delay: 610ms;
}
.ani_1230 {
  animation-delay: 615ms;
}
.ani_1240 {
  animation-delay: 620ms;
}
.ani_1250 {
  animation-delay: 625ms;
}
.ani_1260 {
  animation-delay: 630ms;
}
.ani_1270 {
  animation-delay: 635ms;
}
.ani_1280 {
  animation-delay: 640ms;
}
.ani_1290 {
  animation-delay: 645ms;
}
.ani_1300 {
  animation-delay: 650ms;
}
.ani_1310 {
  animation-delay: 655ms;
}
.ani_1320 {
  animation-delay: 660ms;
}
.ani_1330 {
  animation-delay: 665ms;
}
.ani_1340 {
  animation-delay: 670ms;
}
.ani_1350 {
  animation-delay: 675ms;
}
.ani_1360 {
  animation-delay: 680ms;
}
.ani_1370 {
  animation-delay: 685ms;
}
.ani_1380 {
  animation-delay: 690ms;
}
.ani_1390 {
  animation-delay: 695ms;
}
.ani_1400 {
  animation-delay: 700ms;
}
.ani_1410 {
  animation-delay: 705ms;
}
.ani_1420 {
  animation-delay: 710ms;
}
.ani_1430 {
  animation-delay: 715ms;
}
.ani_1440 {
  animation-delay: 720ms;
}
.ani_1450 {
  animation-delay: 725ms;
}
.ani_1460 {
  animation-delay: 730ms;
}
.ani_1470 {
  animation-delay: 735ms;
}
.ani_1480 {
  animation-delay: 740ms;
}
.ani_1490 {
  animation-delay: 745ms;
}
.ani_1500 {
  animation-delay: 750ms;
}
.ani_1510 {
  animation-delay: 755ms;
}
.ani_1520 {
  animation-delay: 760ms;
}
.ani_1530 {
  animation-delay: 765ms;
}
.ani_1540 {
  animation-delay: 770ms;
}
.ani_1550 {
  animation-delay: 775ms;
}
.ani_1560 {
  animation-delay: 780ms;
}
.ani_1570 {
  animation-delay: 785ms;
}
.ani_1580 {
  animation-delay: 790ms;
}
.ani_1590 {
  animation-delay: 795ms;
}
.ani_1600 {
  animation-delay: 800ms;
}
.ani_1610 {
  animation-delay: 805ms;
}
.ani_1620 {
  animation-delay: 810ms;
}
.ani_1630 {
  animation-delay: 815ms;
}
.ani_1640 {
  animation-delay: 820ms;
}
.ani_1650 {
  animation-delay: 825ms;
}
.ani_1660 {
  animation-delay: 830ms;
}
.ani_1670 {
  animation-delay: 835ms;
}
.ani_1680 {
  animation-delay: 840ms;
}
.ani_1690 {
  animation-delay: 845ms;
}
.ani_1700 {
  animation-delay: 850ms;
}
.ani_1710 {
  animation-delay: 855ms;
}
.ani_1720 {
  animation-delay: 860ms;
}
.ani_1730 {
  animation-delay: 865ms;
}
.ani_1740 {
  animation-delay: 870ms;
}
.ani_1750 {
  animation-delay: 875ms;
}
.ani_1760 {
  animation-delay: 880ms;
}
.ani_1770 {
  animation-delay: 885ms;
}
.ani_1780 {
  animation-delay: 890ms;
}
.ani_1790 {
  animation-delay: 895ms;
}
.ani_1800 {
  animation-delay: 900ms;
}
.ani_1810 {
  animation-delay: 905ms;
}
.ani_1820 {
  animation-delay: 910ms;
}
.ani_1830 {
  animation-delay: 915ms;
}
.ani_1840 {
  animation-delay: 920ms;
}
.ani_1850 {
  animation-delay: 925ms;
}
.ani_1860 {
  animation-delay: 930ms;
}
.ani_1870 {
  animation-delay: 935ms;
}
.ani_1880 {
  animation-delay: 940ms;
}
.ani_1890 {
  animation-delay: 945ms;
}
.ani_1900 {
  animation-delay: 950ms;
}
.ani_1910 {
  animation-delay: 955ms;
}
.ani_1920 {
  animation-delay: 960ms;
}
.ani_1930 {
  animation-delay: 965ms;
}
.ani_1940 {
  animation-delay: 970ms;
}
.ani_1950 {
  animation-delay: 975ms;
}
.ani_1960 {
  animation-delay: 980ms;
}
.ani_1970 {
  animation-delay: 985ms;
}
.ani_1980 {
  animation-delay: 990ms;
}
.ani_1990 {
  animation-delay: 995ms;
}
.ani_2000 {
  animation-delay: 1000ms;
}
.ani_2010 {
  animation-delay: 1005ms;
}
.ani_2020 {
  animation-delay: 1010ms;
}
.ani_2030 {
  animation-delay: 1015ms;
}
.ani_2040 {
  animation-delay: 1020ms;
}
.ani_2050 {
  animation-delay: 1025ms;
}
.ani_2060 {
  animation-delay: 1030ms;
}
.ani_2070 {
  animation-delay: 1035ms;
}
.ani_2080 {
  animation-delay: 1040ms;
}
.ani_2090 {
  animation-delay: 1045ms;
}
.ani_2100 {
  animation-delay: 1050ms;
}
.ani_2110 {
  animation-delay: 1055ms;
}
.ani_2120 {
  animation-delay: 1060ms;
}
.ani_2130 {
  animation-delay: 1065ms;
}
.ani_2140 {
  animation-delay: 1070ms;
}
.ani_2150 {
  animation-delay: 1075ms;
}
.ani_2160 {
  animation-delay: 1080ms;
}
.ani_2170 {
  animation-delay: 1085ms;
}
.ani_2180 {
  animation-delay: 1090ms;
}
.ani_2190 {
  animation-delay: 1095ms;
}
.ani_2200 {
  animation-delay: 1100ms;
}
.ani_2210 {
  animation-delay: 1105ms;
}
.ani_2220 {
  animation-delay: 1110ms;
}
.ani_2230 {
  animation-delay: 1115ms;
}
.ani_2240 {
  animation-delay: 1120ms;
}
.ani_2250 {
  animation-delay: 1125ms;
}
.ani_2260 {
  animation-delay: 1130ms;
}
.ani_2270 {
  animation-delay: 1135ms;
}
.ani_2280 {
  animation-delay: 1140ms;
}
.ani_2290 {
  animation-delay: 1145ms;
}
.ani_2300 {
  animation-delay: 1150ms;
}
.ani_2310 {
  animation-delay: 1155ms;
}
.ani_2320 {
  animation-delay: 1160ms;
}
.ani_2330 {
  animation-delay: 1165ms;
}
.ani_2340 {
  animation-delay: 1170ms;
}
.ani_2350 {
  animation-delay: 1175ms;
}
.ani_2360 {
  animation-delay: 1180ms;
}
.ani_2370 {
  animation-delay: 1185ms;
}
.ani_2380 {
  animation-delay: 1190ms;
}
.ani_2390 {
  animation-delay: 1195ms;
}
.ani_2400 {
  animation-delay: 1200ms;
}
.ani_2410 {
  animation-delay: 1205ms;
}
.ani_2420 {
  animation-delay: 1210ms;
}
.ani_2430 {
  animation-delay: 1215ms;
}
.ani_2440 {
  animation-delay: 1220ms;
}
.ani_2450 {
  animation-delay: 1225ms;
}
.ani_2460 {
  animation-delay: 1230ms;
}
.ani_2470 {
  animation-delay: 1235ms;
}
.ani_2480 {
  animation-delay: 1240ms;
}
.ani_2490 {
  animation-delay: 1245ms;
}
.ani_dur_1 {
  animation-duration: 0.05s;
}
.ani_dur_2 {
  animation-duration: 0.1s;
}
.ani_dur_3 {
  animation-duration: 0.15s;
}
.ani_dur_4 {
  animation-duration: 0.2s;
}
.ani_dur_5 {
  animation-duration: 0.25s;
}
.ani_dur_6 {
  animation-duration: 0.3s;
}
.ani_dur_7 {
  animation-duration: 0.35s;
}
.ani_dur_8 {
  animation-duration: 0.4s;
}
.ani_dur_9 {
  animation-duration: 0.45s;
}
.ani.backAni {
  animation-direction: reverse;
}

.moveTop,
.moveTop_back,
.moveTop_t,
.moveTop_t_back,
.moveBottom,
.moveBottom_m,
.moveBottom_t,
.moveBottom_back,
.fadeIn {
  animation-name: moveTop;
  -webkit-animation-name: moveTop;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  z-index: 1;
  position: relative;
  visibility: visible !important;
  animation-fill-mode: backwards;
}

.moveTop_t {
  animation-name: moveTop_t;
  -webkit-animation-name: moveTop_t;
}
.moveTop_t_back {
  animation-name: moveTop_t_back;
  -webkit-animation-name: moveTop_t_back;
  animation-fill-mode: forwards;
}
.moveTop_back {
  animation-name: moveTop_back;
  -webkit-animation-name: moveTop_back;
  animation-fill-mode: forwards;
}

.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
}

.moveBottom {
  animation-name: moveBottom;
  -webkit-animation-name: moveBottom;
}
.moveBottom_m {
  animation-name: moveBottom_m;
  -webkit-animation-name: moveBottom_m;
}
.moveBottom_t {
  animation-name: moveBottom_t;
  -webkit-animation-name: moveBottom_t;
}
.moveBottom_back {
  animation-name: moveBottom_back;
  -webkit-animation-name: moveBottom_back;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes moveTop {
  0% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
@keyframes moveTop_back {
  0% {
    top: 0px;
    opacity: 1;
  }
  100% {
    top: -50px;
    opacity: 0;
  }
}
@keyframes moveBottom {
  0% {
    bottom: -50px;
    opacity: 0;
  }
  100% {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes moveBottom_back {
  0% {
    bottom: 0px;
    opacity: 1;
  }
  100% {
    bottom: -50px;
    opacity: 0;
  }
}
@keyframes moveBottom_m {
  0% {
    margin-bottom: -50px;
    opacity: 0;
  }
  100% {
    margin-bottom: 0px;
    opacity: 1;
  }
}
@keyframes moveBottom_t {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes moveTop_t {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes moveTop_t_back {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(-50px);
    opacity: 0;
  }
}
.moveRight,
.moveRight_t,
.moveRight_t_back,
.moveRight_back,
.moveLeft,
.moveLeft_m,
.moveLeft_back,
.moveLeft_t {
  animation-name: moveRight;
  -webkit-animation-name: moveRight;
  animation-duration: 300ms;
  -webkit-animation-duration: 300ms;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  z-index: 1;
  position: relative;
  visibility: visible !important;
  animation-fill-mode: backwards;
}

.moveLeft {
  animation-name: moveLeft;
  -webkit-animation-name: moveLeft;
}
.moveLeft_t {
  animation-name: moveLeft_t;
  -webkit-animation-name: moveLeft_t;
}
.moveLeft_m {
  animation-name: moveLeft_m;
  -webkit-animation-name: moveLeft_m;
}
.moveLeft_back {
  animation-name: moveLeft_back;
  -webkit-animation-name: moveLeft_back;
  animation-fill-mode: forwards;
}

.moveRight_t {
  animation-name: moveRight_t;
  -webkit-animation-name: moveRight_t;
}
.moveRight_t_back {
  animation-name: moveRight_t_back;
  -webkit-animation-name: moveRight_t_back;
}
.moveRight_back {
  animation-name: moveRight_back;
  -webkit-animation-name: moveRight_back;
  animation-fill-mode: forwards;
}

@keyframes moveRight {
  0% {
    right: -100px;
    opacity: 0;
  }
  100% {
    right: 0px;
    opacity: 1;
  }
}
@keyframes moveRight_back {
  0% {
    right: 0px;
    opacity: 1;
  }
  100% {
    right: -100px;
    opacity: 0;
  }
}
@keyframes moveRight_t {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes moveRight_t_back {
  0% {
    transform: translateX(0px);
    opacity: 1;
  }
  100% {
    transform: translateX(100px);
    opacity: 0;
  }
}
@keyframes moveLeft {
  0% {
    left: -100px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@keyframes moveLeft_back {
  0% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: -100px;
    opacity: 0;
  }
}
@keyframes moveLeft_t {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes moveLeft_m {
  0% {
    margin-left: -100px;
    opacity: 0;
  }
  100% {
    margin-left: 0px;
    opacity: 1;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/components/CookieComponent/cookie.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
@keyframes backgroundSignal {
  from {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@keyframes colorSignal {
  from {
    color: #ff0000;
  }
  to {
    color: #ff3333;
  }
}
@keyframes borderSignal {
  from {
    border-color: #ff0000;
  }
  to {
    border-color: #ff3333;
  }
}
.wrapCookie {
  width: 670px;
  height: auto;
  box-shadow: 0 14px 60px 0 rgba(0, 0, 0, 0.25);
  background: rgba(37, 39, 43, 0.9);
  border-radius: 10px;
  padding: 15px 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  position: fixed;
  z-index: 20000000;
  flex-wrap: wrap;
  max-width: 90%;
  left: 50%;
  bottom: 20px;
  transform: translate3d(-50%, 0px, 0px);
}
@media only screen and (min-width: 590px) {
  .wrapCookie {
    right: 20px;
    left: auto;
    transform: none;
  }
}
@media only screen and (min-width: 820px) {
  .wrapCookie {
    flex-wrap: nowrap;
  }
}
.wrapCookie > div {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 820px) {
  .wrapCookie > div {
    width: auto;
    text-align: left;
  }
}
.wrapCookie p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #ffffff;
}
.wrapCookie p a {
  text-decoration: underline;
  color: #767f89;
}
.wrapCookie p a:hover {
  cursor: pointer;
  text-decoration: none;
}
.wrapCookie .butCookie {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./node_modules/@fancyapps/ui/dist/fancybox/fancybox.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

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

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty, .fancybox__viewport:empty, .fancybox__track:empty, .fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
  filter: blur(0px);
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}
/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/scss/components/block-seo.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
@keyframes backgroundSignal {
  from {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@keyframes colorSignal {
  from {
    color: #ff0000;
  }
  to {
    color: #ff3333;
  }
}
@keyframes borderSignal {
  from {
    border-color: #ff0000;
  }
  to {
    border-color: #ff3333;
  }
}
.blockSeo .content {
  padding: 22.22vw 0vw 16.67vw 0vw;
}
@media only screen and (min-width: 590px) {
  .blockSeo .content {
    padding: 1.25vw 0vw 8.33vw 0vw;
  }
}
@media only screen and (min-width: 960px) {
  .blockSeo .content {
    padding: 8.78vw 0vw 8.78vw 0vw;
  }
}
@media only screen and (min-width: 1366px) {
  .blockSeo .content {
    padding: 8.33vw 0vw;
  }
}
@media only screen and (min-width: 1920px) {
  .blockSeo .content {
    padding: 100px 0 160px 0px;
  }
}
.blockSeo .fontTit {
  font-size: 6.22vw;
}
@media only screen and (min-width: 590px) {
  .blockSeo .fontTit {
    font-size: 23px;
  }
}
@media only screen and (min-width: 960px) {
  .blockSeo .fontTit {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .blockSeo .fontTit {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1600px) {
  .blockSeo .fontTit {
    font-size: 60px;
  }
}
.blockSeoSubTit {
  font-weight: 400;
  font-size: 2.89vw;
  color: #717880;
  line-height: 140%;
  text-align: center;
}
@media only screen and (min-width: 590px) {
  .blockSeoSubTit {
    font-size: 1.56vw;
  }
}
@media only screen and (min-width: 960px) {
  .blockSeoSubTit {
    font-size: 1.1vw;
  }
}
@media only screen and (min-width: 1366px) {
  .blockSeoSubTit {
    font-size: 1.04vw;
  }
}
@media only screen and (min-width: 1920px) {
  .blockSeoSubTit {
    font-size: 20px;
  }
}
.blockSeoSubTit br {
  display: none;
}
@media only screen and (min-width: 1366px) {
  .blockSeoSubTit br {
    display: inline-block;
  }
}
.blockSeoWrap {
  margin-top: 11.11vw;
}
@media only screen and (min-width: 590px) {
  .blockSeoWrap {
    margin-top: 5.52vw;
  }
}
@media only screen and (min-width: 960px) {
  .blockSeoWrap {
    margin-top: 2.93vw;
  }
}
@media only screen and (min-width: 1366px) {
  .blockSeoWrap {
    margin-top: 3.7vw;
  }
}
@media only screen and (min-width: 1920px) {
  .blockSeoWrap {
    margin-top: 71px;
  }
}
@media only screen and (min-width: 590px) {
  .blockSeoWrapLine {
    margin-bottom: 3vw;
  }
}
@media only screen and (min-width: 1920px) {
  .blockSeoWrapLine {
    margin-bottom: 36px;
  }
}
.blockSeoWrapLineTit {
  text-align: center;
  margin-bottom: 5.55vw;
}
@media only screen and (min-width: 590px) {
  .blockSeoWrapLineTit {
    margin-bottom: 2.08vw;
    display: flex;
    gap: 0.625vw;
    align-items: flex-start;
    text-align: left;
  }
}
@media only screen and (min-width: 960px) {
  .blockSeoWrapLineTit {
    margin-bottom: 1.46vw;
    gap: 0.44vw;
  }
}
@media only screen and (min-width: 1366px) {
  .blockSeoWrapLineTit {
    margin-bottom: 1.67vw;
    gap: 0.52vw;
  }
}
@media only screen and (min-width: 1920px) {
  .blockSeoWrapLineTit {
    margin-bottom: 32px;
    gap: 10px;
  }
}
.blockSeoWrapLineTit strong {
  display: block;
  margin-top: 1.67vw;
  font-weight: 400;
  font-size: 5vw;
  color: #19191b;
  line-height: 120%;
  text-transform: uppercase;
}
@media only screen and (min-width: 590px) {
  .blockSeoWrapLineTit strong {
    font-size: 2.29vw;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 960px) {
  .blockSeoWrapLineTit strong {
    font-size: 1.76vw;
  }
}
@media only screen and (min-width: 1366px) {
  .blockSeoWrapLineTit strong {
    font-size: 1.46vw;
  }
}
@media only screen and (min-width: 1920px) {
  .blockSeoWrapLineTit strong {
    font-size: 28px;
  }
}
.blockSeoWrapLineTit img {
  width: 7.22vw;
  height: 7.22vw;
}
@media only screen and (min-width: 590px) {
  .blockSeoWrapLineTit img {
    width: 2.71vw;
    height: 2.71vw;
  }
}
@media only screen and (min-width: 960px) {
  .blockSeoWrapLineTit img {
    width: 2.05vw;
    height: 2.05vw;
  }
}
@media only screen and (min-width: 1366px) {
  .blockSeoWrapLineTit img {
    width: 1.77vw;
    height: 1.77vw;
  }
}
@media only screen and (min-width: 1920px) {
  .blockSeoWrapLineTit img {
    width: 34px;
    height: 34px;
  }
}
@media only screen and (min-width: 590px) {
  .blockSeoWrapLineText {
    width: 100%;
    column-count: 2;
    column-gap: 2.08vw;
  }
}
@media only screen and (min-width: 960px) {
  .blockSeoWrapLineText {
    column-gap: 2.2vw;
  }
}
@media only screen and (min-width: 1366px) {
  .blockSeoWrapLineText {
    column-gap: 1.56vw;
  }
}
@media only screen and (min-width: 1920px) {
  .blockSeoWrapLineText {
    column-gap: 30px;
  }
}
.blockSeoWrapLineTextBl {
  margin-bottom: 5.55vw;
  break-inside: avoid;
}
@media only screen and (min-width: 590px) {
  .blockSeoWrapLineTextBl {
    margin-bottom: 3.125vw;
  }
}
@media only screen and (min-width: 960px) {
  .blockSeoWrapLineTextBl {
    margin-bottom: 2.19vw;
  }
}
@media only screen and (min-width: 1366px) {
  .blockSeoWrapLineTextBl {
    margin-bottom: 1.56vw;
  }
}
@media only screen and (min-width: 1920px) {
  .blockSeoWrapLineTextBl {
    margin-bottom: 30px;
  }
}
.blockSeoWrapLineTextBl h4 {
  font-weight: 500;
  font-size: 3.89vw;
  color: #19191b;
  line-height: 140%;
  margin-bottom: 2.78vw;
}
@media only screen and (min-width: 590px) {
  .blockSeoWrapLineTextBl h4 {
    font-size: 1.56vw;
    margin-bottom: 1.04vw;
  }
}
@media only screen and (min-width: 960px) {
  .blockSeoWrapLineTextBl h4 {
    font-size: 1.17vw;
    margin-bottom: 0.73vw;
  }
}
@media only screen and (min-width: 1366px) {
  .blockSeoWrapLineTextBl h4 {
    font-size: 0.94vw;
    margin-bottom: 0.52vw;
  }
}
@media only screen and (min-width: 1920px) {
  .blockSeoWrapLineTextBl h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.blockSeoWrapLineTextBl,
.blockSeoWrapLineTextBl p {
  font-weight: 400;
  font-size: 3.61vw;
  color: #19191b;
  line-height: 160%;
}
@media only screen and (min-width: 590px) {
  .blockSeoWrapLineTextBl,
  .blockSeoWrapLineTextBl p {
    font-size: 1.46vw;
  }
}
@media only screen and (min-width: 960px) {
  .blockSeoWrapLineTextBl,
  .blockSeoWrapLineTextBl p {
    font-size: 1.1vw;
  }
}
@media only screen and (min-width: 1366px) {
  .blockSeoWrapLineTextBl,
  .blockSeoWrapLineTextBl p {
    font-size: 0.78vw;
  }
}
@media only screen and (min-width: 1920px) {
  .blockSeoWrapLineTextBl,
  .blockSeoWrapLineTextBl p {
    font-size: 15px;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/components/BlockBannerComponent/block-banner.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
@keyframes backgroundSignal {
  from {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@keyframes colorSignal {
  from {
    color: #ff0000;
  }
  to {
    color: #ff3333;
  }
}
@keyframes borderSignal {
  from {
    border-color: #ff0000;
  }
  to {
    border-color: #ff3333;
  }
}
.blockBanner .content {
  padding: 10.33vw 0vw 0vw 0vw;
}
@media only screen and (min-width: 590px) {
  .blockBanner .content {
    padding: 60px 0px 0px 0px;
  }
}
@media only screen and (min-width: 960px) {
  .blockBanner .content {
    padding: 90px 0px 10px 0px;
  }
}
.blockBannerWrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 8.33vw;
}
@media only screen and (min-width: 590px) {
  .blockBannerWrap {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 20px;
  }
}
@media only screen and (min-width: 820px) {
  .blockBannerWrap {
    grid-gap: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .blockBannerWrap {
    grid-gap: 120px;
  }
}
@media only screen and (min-width: 1520px) {
  .blockBannerWrap {
    grid-gap: 82px;
  }
}
@media only screen and (min-width: 680px) {
  .blockBannerWrapLeft {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .blockBannerWrapLeft {
    padding-left: 82px;
  }
}
@media only screen and (min-width: 1366px) {
  .blockBannerWrapLeft {
    padding-left: 100px;
  }
}
.blockBannerWrapRight img,
.blockBannerWrapRight svg {
  width: 100%;
}
.blockBannerTit {
  font-weight: 400;
  font-size: 9.44vw;
  color: #19191b;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 110%;
}
@media only screen and (min-width: 590px) {
  .blockBannerTit {
    font-size: 34px;
    text-align: left;
  }
}
@media only screen and (min-width: 960px) {
  .blockBannerTit {
    font-size: 46px;
  }
}
@media only screen and (min-width: 1200px) {
  .blockBannerTit {
    font-size: 64px;
  }
}
@media only screen and (min-width: 1520px) {
  .blockBannerTit {
    font-size: 90px;
  }
}
.blockBannerTitSub {
  display: block;
  margin-top: 2.78vw;
  text-transform: none;
  font-weight: 400;
  font-size: 4.16vw;
  color: #717880;
  letter-spacing: initial;
  line-height: 110%;
  text-align: center;
}
@media only screen and (min-width: 590px) {
  .blockBannerTitSub {
    margin-top: 10px;
    font-size: 15px;
    text-align: left;
  }
}
@media only screen and (min-width: 960px) {
  .blockBannerTitSub {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .blockBannerTitSub {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1520px) {
  .blockBannerTitSub {
    font-size: 28px;
  }
}
.blockBannerLink {
  text-align: center;
  display: none;
}
@media only screen and (min-width: 590px) {
  .blockBannerLink {
    display: block;
  }
}
@media only screen and (min-width: 1366px) {
  .blockBannerLink {
    margin-top: -20px;
  }
}
.blockBannerLink span {
  font-weight: 600;
  font-size: 3.61vw;
  color: #19191b;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 590px) {
  .blockBannerLink span {
    font-size: 13px;
  }
}
@media only screen and (min-width: 960px) {
  .blockBannerLink span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .blockBannerLink span {
    font-size: 15px;
  }
}
.blockBannerLink span:hover {
  cursor: pointer;
  color: #717880;
}
.blockBannerLink span:hover svg path {
  fill: #717880;
}
.blockBannerLink span:hover span {
  background-color: #868e97;
}
.blockBannerLink span span {
  height: 1px;
  background-color: #19191b;
  opacity: 0.6;
}
.blockBannerLink span svg,
.blockBannerLink span span {
  width: 72.78vw;
  display: inline-block;
  margin-top: 1.67vw;
}
@media only screen and (min-width: 590px) {
  .blockBannerLink span svg,
  .blockBannerLink span span {
    width: 230px;
    margin-top: 7px;
  }
}
@media only screen and (min-width: 960px) {
  .blockBannerLink span svg,
  .blockBannerLink span span {
    width: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .blockBannerLink span svg,
  .blockBannerLink span span {
    width: 340px;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/components/BlockIiComponent/block-ii.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
@keyframes backgroundSignal {
  from {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@keyframes colorSignal {
  from {
    color: #ff0000;
  }
  to {
    color: #ff3333;
  }
}
@keyframes borderSignal {
  from {
    border-color: #ff0000;
  }
  to {
    border-color: #ff3333;
  }
}
.blockIi .content {
  padding: 64.55vw 0vw 2.11vw 0vw;
}
@media only screen and (min-width: 590px) {
  .blockIi .content {
    padding: 93px 0px 105px 0px;
  }
}
@media only screen and (min-width: 820px) {
  .blockIi .content {
    padding: 150px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .blockIi .content {
    padding: 14vw 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .blockIi .content {
    padding: 273px 0px;
  }
}
.blockIiContent {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 590px) {
  .blockIiContent {
    width: 75.5vw;
    max-width: 470px;
  }
}
@media only screen and (min-width: 1200px) {
  .blockIiContent {
    max-width: 720px;
  }
}
@media only screen and (min-width: 1520px) {
  .blockIiContent {
    max-width: 825px;
  }
}
@media only screen and (min-width: 1920px) {
  .blockIiContent {
    max-width: 1080px;
  }
}
.blockIiContent .wrapBut {
  height: 13.89vw;
  margin-top: 11.11vw;
}
@media only screen and (min-width: 590px) {
  .blockIiContent .wrapBut {
    height: 50px;
    margin-top: 40px;
  }
}
.blockIiBut {
  width: 100%;
  height: 13.89vw;
}
@media only screen and (min-width: 590px) {
  .blockIiBut {
    height: 50px;
    max-width: 480px;
  }
}
@media only screen and (min-width: 960px) {
  .blockIiBut {
    height: 56px;
  }
}
@media only screen and (min-width: 1200px) {
  .blockIiBut {
    height: 70px;
    font-size: 16px;
    max-width: 573px;
  }
}
@media only screen and (min-width: 590px) {
  .blockIiBut br {
    display: none;
  }
}
.blockIiAni {
  width: 58.33vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, 0%, 0px);
  z-index: 1;
}
@media only screen and (min-width: 590px) {
  .blockIiAni {
    width: 210px;
    left: auto;
    right: 0px;
    transform: translate3d(0px, -50%, 0px);
  }
}
@media only screen and (min-width: 680px) {
  .blockIiAni {
    width: 340px;
  }
}
@media only screen and (min-width: 960px) {
  .blockIiAni {
    right: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .blockIiAni {
    width: 34.78vw;
    max-width: 475px;
    right: 59px;
  }
}
@media only screen and (min-width: 1366px) {
  .blockIiAni {
    width: 44.78vw;
    max-width: 600px;
  }
}
@media only screen and (min-width: 1520px) {
  .blockIiAni {
    max-width: 667px;
    right: 104px;
  }
}
.blockIiAniWrap {
  width: 200%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -75%, 0px);
}
@media only screen and (min-width: 590px) {
  .blockIiAniWrap {
    width: 150%;
    transform: translate3d(-50%, -50%, 0px);
  }
}
.blockIiAniWrap .hero__animation {
  width: 100% !important;
  height: 100% !important;
}
.blockIiAni img {
  width: 100%;
}
