/*!******************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/scss/components/page-politika.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;
  }
}
.blockPolitika a {
  text-decoration: none;
  color: inherit;
}
.blockPolitika a:hover, .blockPolitika a:focus {
  text-decoration: none;
  outline-color: transparent;
}

.blockPolitika .content {
  padding: 5vw 0vw 20vw 0vw;
}
@media only screen and (min-width: 590px) {
  .blockPolitika .content {
    padding: 80px 0px;
  }
}
@media only screen and (min-width: 1366px) {
  .blockPolitika .content {
    padding: 120px 0px;
  }
}
.blockPolitika h1 {
  font-weight: 600;
  font-size: 22px;
  color: #19191b;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 590px) {
  .blockPolitika h1 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1200px) {
  .blockPolitika h1 {
    font-size: 56px;
    margin-bottom: 40px;
  }
}
.blockPolitika h2,
.blockPolitika h3,
.blockPolitika h4 {
  margin: 20px 0px 10px 0px;
  font-weight: 600;
  color: #19191b;
  line-height: 140%;
}
.blockPolitika h2 {
  font-size: 18px;
}
@media only screen and (min-width: 590px) {
  .blockPolitika h2 {
    font-size: 28px;
  }
}
.blockPolitika h3 {
  font-size: 16px;
}
@media only screen and (min-width: 590px) {
  .blockPolitika h3 {
    font-size: 24px;
  }
}
.blockPolitika h4 {
  font-size: 16px;
}
@media only screen and (min-width: 590px) {
  .blockPolitika h4 {
    font-size: 18px;
  }
}
.blockPolitika ul {
  list-style-type: disc;
  margin: 20px 0px;
  list-style-position: inside;
}
.blockPolitika a {
  text-decoration: underline;
  font-weight: 400;
  font-size: 15px;
  color: #717880;
  line-height: 160%;
}
.blockPolitika a:hover {
  cursor: pointer;
  color: #19191b;
}
.blockPolitika p,
.blockPolitika li {
  font-weight: 400;
  font-size: 15px;
  color: #19191b;
  line-height: 160%;
}
.blockPolitika li {
  margin-bottom: 10px;
}
.blockPolitika p {
  margin-bottom: 15px;
}
