/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: 'Lab Grotesque';
  src: url('LabGrotesque-Regular.eot');
  src: local('Lab Grotesque Regular'), local('LabGrotesque-Regular'),
  url('LabGrotesque-Regular.eot?#iefix') format('embedded-opentype'),
  url('LabGrotesque-Regular.woff2') format('woff2'),
  url('LabGrotesque-Regular.woff') format('woff'),
  url('LabGrotesque-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lab Grotesque';
  src: url('LabGrotesque-Medium.eot');
  src: local('Lab Grotesque Medium'), local('LabGrotesque-Medium'),
  url('LabGrotesque-Medium.eot?#iefix') format('embedded-opentype'),
  url('LabGrotesque-Medium.woff2') format('woff2'),
  url('LabGrotesque-Medium.woff') format('woff'),
  url('LabGrotesque-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Lab Grotesque';
  src: url('LabGrotesque-Bold.eot');
  src: local('Lab Grotesque Bold'), local('LabGrotesque-Bold'),
  url('LabGrotesque-Bold.eot?#iefix') format('embedded-opentype'),
  url('LabGrotesque-Bold.woff2') format('woff2'),
  url('LabGrotesque-Bold.woff') format('woff'),
  url('LabGrotesque-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Lab Grotesque';
  src: url('LabGrotesque-Thin.eot');
  src: local('Lab Grotesque Thin'), local('LabGrotesque-Thin'),
  url('LabGrotesque-Thin.eot?#iefix') format('embedded-opentype'),
  url('LabGrotesque-Thin.woff2') format('woff2'),
  url('LabGrotesque-Thin.woff') format('woff'),
  url('LabGrotesque-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Lab Grotesque Mono';
  src: url('LabGrotesqueMono.eot');
  src: local('Lab Grotesque Mono'), local('LabGrotesqueMono'),
  url('LabGrotesqueMono.eot?#iefix') format('embedded-opentype'),
  url('LabGrotesqueMono.woff2') format('woff2'),
  url('LabGrotesqueMono.woff') format('woff'),
  url('LabGrotesqueMono.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lab Grotesque';
  src: url('LabGrotesque-Light.eot');
  src: local('Lab Grotesque Light'), local('LabGrotesque-Light'),
  url('LabGrotesque-Light.eot?#iefix') format('embedded-opentype'),
  url('LabGrotesque-Light.woff2') format('woff2'),
  url('LabGrotesque-Light.woff') format('woff'),
  url('LabGrotesque-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Lab Grotesque Mono';
  src: url('LabGrotesqueMono-Bold.eot');
  src: local('Lab Grotesque Mono Bold'), local('LabGrotesqueMono-Bold'),
  url('LabGrotesqueMono-Bold.eot?#iefix') format('embedded-opentype'),
  url('LabGrotesqueMono-Bold.woff2') format('woff2'),
  url('LabGrotesqueMono-Bold.woff') format('woff'),
  url('LabGrotesqueMono-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Lab Grotesque';
  src: url('LabGrotesque-Black.eot');
  src: local('Lab Grotesque Black'), local('LabGrotesque-Black'),
  url('LabGrotesque-Black.eot?#iefix') format('embedded-opentype'),
  url('LabGrotesque-Black.woff2') format('woff2'),
  url('LabGrotesque-Black.woff') format('woff'),
  url('LabGrotesque-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

::-webkit-resizer {
  background-repeat: no-repeat;
  width: 4px;
  height: 0px;
}

::-webkit-scrollbar {
  width: 4px;
  background-color: #ececec;
  border-radius: 25px;
  height: 8px;
}

::-webkit-scrollbar-button {
  background-repeat: no-repeat;
  width: 5px;
  height: 0;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  border-radius: 25px;
  background-color: #72326b;
}

:root {
  --main-color-theme: #ffffff;
  --second-color-theme: #cd0601;
  --main-color-text: #1c1c1c;
  --animation-fast: .25s;
  --animation-medium: .5s;
}

* {
  box-sizing: border-box;
  font-family: 'Lab Grotesque', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--main-color-text);
}

main {
  overflow: hidden;
}

.wrapper {
  max-width: 1280px;
  width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.header {
  height: 85px;
  background: #7A63A6;
  position: relative;
  z-index: 99;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
}

.header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
}

.navbar-header__list {
  display: flex;
  justify-content: space-between;
}

.navbar-header__item  {
  list-style-type: none;
}

.header .logo a {
  width: 10%;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  color: var(--main-color-text);
  letter-spacing: 2.5px;
  z-index: 99;
}

.navbar-header__item a {
  font-family: 'Lab Grotesque', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}

.nav {
  display: flex;
  justify-content: flex-start;
}

.nav .menuList {
  display: flex;
  justify-content: start;
  width: 55%;
  margin: 0;
  padding: 8px 0 0 0;
  gap: 46px;
}

.nav .menuList li {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding-right: 4px;
  position: relative;
}

.nav .menuList li::after {
  position: absolute;
  content: '';
  width: 1px;
  background-color: var(--main-color-text);
  opacity: .5;
  right: -22px;
  top:-3px;
  height: 103%;
}

.nav .menuList li:first-child {
  padding-right: 0;
}

.nav a {
  width: 10%;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  color: var(--main-color-text);
  letter-spacing: 2.5px;
  z-index: 99;
}

.logo {
  display: flex;
  align-items: center;
  width: 20%;
}

.header .navbar-header {
  width: 60%;
}

.header .phone {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}

.header .phone a {
  font-family: 'Lab Grotesque';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: #FFFFFF;
  text-decoration: none;
}


.logo span {
  position: relative;
  right: -16px;
  display: table;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: .7px;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
}

.nav .phones {
  width: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -144px;
  margin-top: -17px;
}

.nav .phones a {
  width: 19%;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  color: #bec0d1;
  letter-spacing: 1.2px;
  position: relative;
  margin-left: 73px;
}

.nav .phones a:last-child {
  color: #bec0d1;
  margin-left: 5px;
  left: 5px;
}

.phone a {
  position: relative;
}

.phone a:first-child::before {
  position: absolute;
  width: 30px;
  height: 30px;
  content: '';
  left: -40px;
  top:0;
  background: url("../../img/phone.png") no-repeat center center;
  background-size: contain;
}

/* S E C T I O N   W O R K */
.work {
  padding-bottom: 100px;
  position: relative;
  background-color: #fff;
  z-index: 99;
}

.work__blocks {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.work__block {
  width: 48%;
  box-shadow: 0 0 60px rgba(122, 99, 166, 0.15);
  border-radius: 20px;
  padding: 50px 40px 50px 50px;
  margin-bottom: 25px;
  background: #fff;
  transform: skewX(-5deg);
}

.work__block:first-child,
.work__block:nth-child(2) {
  position: relative;
  right: -35px;
}

.work__block:last-child-child,
.work__block:nth-child(3) {
  position: relative;
  left: -35px;
}

.work__block-header {
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  color: #000000;
  transform: skewX(5deg);
  padding-bottom: 20px;
}

.work__block-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #5A5A5A;
  transform: skewX(5deg);
  padding-bottom: 30px;
  padding-left: 14px;
  min-height: 155px;
}

.work__block-link {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #CD0601;
  transform: skewX(5deg);
  padding-left: 21px;
}

/* S E C T I O N   P R O M O */

.promo {
  min-height: 600px;
  background: #7A63A6;
}

.promoGarant {
  min-height: 600px;
  background: url("../../img/background.webp") center center no-repeat;
  display: flex;
  flex-direction: column;
  position: relative;
}

.promoGarant::after,
.promoGarant::before {
  position: absolute;
  content: '';
  top: 0;
  width: 550px;
  height: 600px;
  transition: top var(--animation-fast) linear;
}

.promoGarant::before {
  background: url("../../img/123.png") no-repeat;
  left: -36px;
  background-size: 65%;
  top: 60px;
}

.promoGarant::after {
  background: url("../../img/234.png") no-repeat;
  right: -32px;
  transform: scale(-1,1);
  background-size: 65%;
  top: 60px;
}

h1 {
  text-align: center;
  color: var(--main-color-theme);
  text-transform: uppercase;
  font-size: 52px;
  line-height: 65px;
  font-weight: 700;
  letter-spacing: 6.3px;
  margin-top: 4px;
  padding-left: 9px;
  margin-bottom: 11px;
  opacity: 0;
  transform: translateY(-25px);
  transition: transform var(--animation-fast) linear;
}

.blockOption {
  display: flex;
  justify-content: center;
  gap: 20px;
  color: var(--main-color-theme);
  text-transform: uppercase;
}

.btnBlock {
  display: flex;
  justify-content: center;
  gap: 24px;
  text-align: center;
  margin-top: 40px;
}

.promo .btnBlock .btnRed {
  width: 335px;
}

.blocks {
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 163px;
  opacity: 0;
  transition: opacity var(--animation-fast) linear;
}

.blocks p {
  text-align: center;
  position: relative;
  font-size: 20px;
  line-height: 24px;
  text-transform: initial;
  color: var(--main-color-theme);
}

.imgBlock {
  display: flex;
  justify-content: center;
  background-color: var(--main-color-theme);
  border-radius: 50%;
  width: 127px;
  height: 127px;
  position: relative;
}

.imgBlock img {
  padding: 20px;
}

.imgBlock::after {
  position: absolute;
  content: '';
  width: 133px;
  height: 134px;
  top: -6px;
  left: -5px;
  border-radius: 50%;
  border: 2px solid var(--main-color-theme);
  z-index: 5;
}

.btn {
  width: 310px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  border-radius: 25px;
  background: url("../../img/button_white.png") no-repeat;
  padding: 19px;
  color: var(--second-color-theme);
  position: relative;
  z-index: 10;
  opacity: 0;
  transition: opacity var(--animation-fast) linear;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 69px;
}

.btn.btn-rank {
  width: 158px;
  height: 52px;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: .8px;
  background: url(../../img/button_table_destop_passiv.png) no-repeat;
  background-size: contain;
  text-transform: uppercase;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 0;
  margin: 0 auto;
}

.btn:active {
  background: url("../../img/button_white_2.png") no-repeat;
  background-size: cover;
}

.btnRed {
  background: url("../../img/2_passiv.webp") no-repeat;
  color: #fff;
  opacity: 0;
  border:none;
}

.btnRed:active {
  filter: brightness(.9);
  background: url(../../img/2_passiv.webp) no-repeat;
}

.promo .btnRed {
  background: url("../../img/1_passiv.webp") no-repeat;
  color: #fff;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.promo .btnRed:active {
  background: url("../../img/1_nagatie.webp") no-repeat;
}

.btnRed::before {
  border: 2px solid var(--second-color-theme);
}

/* S E C T I O N   W H Y   A R E   W E */

.whyAreWe {
  min-height: 556px;
  background-color: #ffffff;
  position: relative;
  z-index: 15;
}

h2 {
  font-size: 40px;
  color: var(--main-color-text);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 72px;
  margin-top: 0;
  letter-spacing: 2px;
  margin-bottom: 21px;
}

.blocksWhy {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.blockWhy {
  width: 33%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 30px;
}

.blockWhy .stroke{
  width: 120px;
  height: 120px;
  border-radius: 25px;
  background-color: #bec0d1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 26px;
  transform: translateY(6px);
}

.weAreCheaper .blockWhy.animationDesAction .stroke {
  transform: translateY(0);
  transition: transform var(--animation-medium) forwards 1s;
}

.weAreCheaper .blockWhy.animationDesAction h5 {
  display: block;
  animation: opacityUp var(--animation-medium) linear .5s forwards;
}

.weAreCheaper .blockWhy.animationDesAction p {
  display: block;
  animation: opacityUp var(--animation-medium) linear .75s forwards;
}

.weAreCheaper .blockWhy.animationDesAction::before {
  display: block;
  opacity: 1;
  animation: whyBlockArrow1 var(--animation-medium) linear .75s forwards;
}

.weAreCheaper .blockWhy.animationDesAction:nth-child(2)::before {
  display: block;
  opacity: 1;
  animation: whyBlockArrow2 var(--animation-medium) linear .75s forwards;
}

.weAreCheaper .blockWhy.animationDesAction:nth-child(3)::before {
  display: block;
  opacity: 1;
  animation: whyBlockArrow3 var(--animation-medium) linear .75s forwards;
}

.weAreCheaper .blockWhy.animationDesAction::after {
  display: block;
  animation: opacityNumber var(--animation-medium) linear 1s forwards;
}

.weAreCheaper .blockWhy.animationDesAction:nth-child(2)::after {
  display: block;
  animation: opacityNumber var(--animation-medium) linear 1s forwards;
}

.weAreCheaper .blockWhy.animationDesAction:nth-child(3)::after {
  display: block;
  animation: opacityNumber var(--animation-medium) linear 1s forwards;
}

.weAreCheaper .blockWhy .stroke {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.weAreCheaper .blockWhy .stroke::after {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

@keyframes opacityNumber {
  100% {opacity: 1}
}

@keyframes opacityUp {
  100% {opacity: 1}
}

@keyframes whyBlockArrow1 {
  100% {bottom: -65px}
}

@keyframes whyBlockArrow2 {
  100% {bottom: -115px}
}

@keyframes whyBlockArrow3 {
  100% {bottom: -105px}
}

.blockWhy .stroke::after {
  width: 130px;
  height: 130px;
  position: absolute;
  content: '';
  border-radius: 30px;
  border: 1px solid #BEC1D2;
  transition: background-color var(--animation-fast);
}

.blockWhy:hover .stroke {
  background-color: #866ea6;
  transition: background-color var(--animation-medium);
}

h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
  color: #1C1C1C;
  margin: 0;
}

.blockWhy p {
  font-size: 16px;
  margin-top: 14px;
}

/* D I F F E R E N C E */
.difference__bottom {
  padding: 40px 0 70px;
}


.difference h2 {
  margin-bottom: 65px;
}

.difference__upper {
  display: flex;
  justify-content: center;
  height: 460px;
  padding-top: 60px;
  align-items: flex-end;
}

.difference__upper img {
  position: relative;
  top: 5px;
}

.difference__bottom {
  background: #CD0601;
}

.difference__bottom h2 {
  color: var(--main-color-theme);
}

.difference__blocks {
  display: flex;
  justify-content: space-between;
}

.difference__block {
  width: 24%;
}

.difference__block img {
  margin-right: 15px;
  filter: grayscale(1) brightness(20);
}

.difference__block-up {
  display: flex;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.difference__block-bot p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
}




/* Q U E S T I O N S */

.questions {
  padding-bottom: 350px;
}

.questions__blocks {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto;
  min-height: 225px;
  align-items: baseline;
  position: relative;
  padding: 44px 0 30px;
}

.questions__blocks::after {
  position: absolute;
  content: '';
  width: 60%;
  height: 1px;
  left: 20%;
  bottom: 0;
  border-bottom: 1px dashed #000000;
  opacity: 0.5;
}

.questions__blocks:last-child::after {
  content: none;
}

.questions__block {
  width: 45%;
}

.questions__block-left {
  border: 1px solid #CD0601;
  box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 20px 50px;
  position: relative;
  top: 25px;
  margin-bottom: 30px;
}

.questions__block-left::before {
  position: absolute;
  content: '';
  width: 27px;
  height: 27px;
  border-left: 1px solid #CD0601;
  border-bottom: 1px solid #CD0601;
  left: -15px;
  background-color: white;
  top: calc(50% - 13px);
  transform: rotate(34deg) skewX(-18deg);
}

.questions__block-right {
  background: #FFFFFF;
  box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 20px 50px 20px 30px;
  position: relative;
  top: -25px;
  margin-top: 30px;
}

.questions__block-right::after {
  position: absolute;
  content: '';
  width: 27px;
  height: 27px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  right: -15px;
  background-color: white;
  top: calc(50% - 13px);
  transform: rotate(-34deg) skewX(18deg);
}

.online-footer {
  border: 1px solid #CD0601;
  position: relative;
  top: -268px;
}

.online-footer h2 {
  color: #000 !important;
}

/* S E C T I O N   F O U R   S T E P S */

.fourSteps {
  background: url("../../img/background_fours.jpg") no-repeat center center;
  color: var(--main-color-theme);
  min-height: 420px;
  margin-top: 87px;
  padding-bottom: 100px;
  background-size: cover;
}

.fourSteps h2 {
  padding-top: 55px;
  margin-bottom: 33px;
}

.fourSteps .blocksWhy .blockWhy {
  width: 25%;
  position: relative;
}

.fourSteps .blockWhy .stroke {
  background-color: transparent;
}

.fourSteps .blockWhy .stroke::after {
  right: -83px;
  top: 50px;
  border: 0;
  content: '';
  width: 15px;
  height: 15px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(-45deg);
  border-radius: 0;
}

.fourSteps .blockWhy:nth-child(2) .stroke::after {
  right: -106px;
}

.fourSteps .blockWhy:nth-child(3) .stroke::after {
  right: -126px;
}

.fourSteps .blockWhy .stroke::before {
  right: -85px;
  top: 25px;
  color: var(--main-color-theme);
  border: 0;
  content: '';
  width: 27px;
  height: 15px;
  border-bottom: 1px solid white;
  border-radius: 0;
  position: absolute;
}

.fourSteps .blockWhy:nth-child(2) .stroke::before {
  right: -108px;
}

.fourSteps .blockWhy:nth-child(3) .stroke::before {
  right: -129px;
}

.fourSteps .blockWhy:last-child .stroke::before,
.fourSteps .blockWhy:last-child .stroke::after {
  content: none;
}

.fourSteps .blockWhy h5,
.fourSteps .blockWhy p {
  color: black
}

.fourSteps .blocksWhy .blockWhy:first-child {
  left: 40px;
}

.fourSteps .blocksWhy .blockWhy:nth-child(2) {
  left: 14px;
}

.fourSteps .blocksWhy .blockWhy:nth-child(3) {
  left: -7px;
}

.fourSteps .blocksWhy .blockWhy:nth-child(4) {
  left: -33px;
}

.online {
  background: #fff;
  border-radius: 15px;
  width: 960px;
  margin: 0 auto;
}

.online__blocks {
  display: flex;
  justify-content: space-between;
  padding: 51px 80px 0;
}

.online__blocks .inputBlock {
  width: 50%;
  padding-bottom: 54px;
}

.online__blocks .inputBlock input {
  border: 1px solid #BEC0D1;
  border-radius: 15px;
  padding: 20px 16px 20px 70px;
  width: 360px;
  text-align: left;
  display: block;
}

.footer-block p {
  margin: 2px 0 0 0;
}

.online__blocks .inputBlockLabel {
  margin-bottom: 20px;
}

.online__blocks .inputBlockLabel input+label {
  left: 70px;
  top: 23px;
}

.online__blocks .inputBlockLabel {
  width: 100%;
}

.online__blocks-right img {
  position: absolute;
  top: -10px;
  left: 65px;
}

.online .btn-red {
  width: 314px;
  height: 80px;
  cursor: pointer;
  margin-top: 15px;
}

.online .btn-red:hover {
  opacity: .8;
}

.online .btn-red:active {
  filter: brightness(.8);
  opacity: 1;
}

.online__blocks-right {
  position: relative;
  width: 50%;

}


/* S E C T I O N   W E   A R E   C H E A P E R */

.weAreCheaper {
  background: url("../../img/background-discount.jpg") no-repeat;
  max-height: 1050px;
  position: relative;
}

.weAreCheaper::before {
  position: absolute;
  content: '';
  background: url(../../img/darts.png) no-repeat left top;
  width: 310px;
  height: 412px;
  top: 55px;
  left: 0px;
}

.subh2 {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  margin-top: -9px;
  position: relative;
  left: 2px;
}

.weAreCheaper .blocksWhy {
  justify-content: start;
  margin-left: 208px;
  position: relative;
  z-index: 10;
  min-height: 291px;
  width: 600px;
}

.weAreCheaper .blockWhy {
  background-color: #ffffff;
  width: auto;
  min-width: 150px;
  position: relative;
  border-radius: 50% / 25%;
  padding: 10px;
  background-size: contain;
  position: relative;
  height: 240px;
  transform: rotateY(90deg);
}

.blockWhy.animationDesAction {
  animation: animationDisclosure .25s linear forwards;
}

@keyframes animationDisclosure {
  100% {transform: rotateY(0)}
}

/*.weAreCheaper .blockWhy::after {
  width: 168px;
  height: 168px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
  top: 50px;
  left: 0;
  content: '';
  position: absolute;
}*/

.weAreCheaper .arrowBlock {
  position: relative;
  right: -200px;
  top: -100px;
  width: calc(100% - 200px);
}

.weAreCheaper .arrowBlock img {
  position: relative;
  z-index: 9;
}

/*.weAreCheaper .arrowBlock::after {
  content: '';
  position: absolute;
  width: 263px;
  height: 263px;
  right: 145px;
  top: -180px;
  background: url(../../img/benefits.png) no-repeat center center;
  z-index: 0;
}*/

.weAreCheaper .blockWhy::before {
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  height: 65px;
  left: 49%;
  bottom: -65px;
}

.weAreCheaper .blockWhy:nth-child(2)::before {
  height: 115px;
  bottom: -115px;
}

.weAreCheaper .blockWhy:nth-child(3)::before {
  height: 105px;
  bottom: -105px;
}

.weAreCheaper .blockWhy::after {
  position: absolute;
  content: '100%';
  color: #ffffff;
  bottom: -117px;
  left: 25%;
  width: 50px;
  font-size: 36px;
  font-weight: bold;
}

.weAreCheaper .blockWhy:nth-child(2)::after {
  content: '60%';
  bottom: -164px;
  left: 30%;
}

.weAreCheaper .blockWhy:nth-child(3)::after {
  content: '50%';
  bottom: -151px;
  left: 27%;
}

.weAreCheaper .blockWhy:first-child {
  bottom: -96px;
  left: 8px;
}

.weAreCheaper .blockWhy:nth-child(2) {
  bottom: -52px;
  left: 27px
}

.weAreCheaper .blockWhy:last-child {
  bottom: -8px;
  left: 46px;
}

.weAreCheaper .stroke {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 15px;
  background: linear-gradient(0.25turn, #c3c5d4, #abadb9);
  color: #ffffff;
}



.weAreCheaper .stroke::after {
  width: 70px;
  height: 70px;
}

.weAreCheaper .blockWhy:nth-child(2) .stroke {
  background: linear-gradient(0.25turn, #825caa, #d0a3fc, #825caa);
}

.weAreCheaper .blockWhy:last-child .stroke {
  background: linear-gradient(0.25turn, #bd01a6, #6f0061);
}

.weAreCheaper h5 {
  font-size: 18px;
  line-height: 24px;
}

.weAreCheaper .blockWhy p {
  font-size: 14px;
  line-height: 18px;
  margin-top: -2px;
  letter-spacing: 1px;
}

.callbackform {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1010px;
  border-radius: 15px;
  margin: 0 auto;
  position: relative;
  bottom: 30px;
  padding-bottom: 40px;
  z-index: 10;
}

.callbackform .btn {
  border: none;
  cursor: pointer;
  margin-top: 10px;
  position: relative;
  left: -4px;
}

.callbackform .btn::before {
  width: 239px;
  height: 58px;
}

.callbackform h2 {
  padding-top: 30px;
}

.callbackform .inputBlock {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 0 65px;
}

.inputBlockLabel input {
  border-radius: 10% / 50%;
  padding: 21px 22px 19px 50px;
  margin-top: 11px;
  border: 1px solid #bec0d1;
  width: 100%;
}

.inputBlockLabel input:focus + label,
.online__blocks .inputBlockLabel .enterSymbols + label {
  font-size: 10px;
  left: 70px;
  top: 10px;
  opacity: .7;
  transition: font-size .15s linear, left .15s linear, top .15s linear, opacity .15s linear;
}

.why-text {
  max-width: 563px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.why-text-up {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 110%;
  color: #CD0601;
  margin-bottom: 20px;
}

.why-text-bot {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
  opacity: 0.5;
}

.why__blocks {
  margin-bottom: 95px;
}

.why__blocks:nth-child(2) img {
  margin-right: 60px;
}

.why__blocks:last-child .why-text {
  margin-right: 60px;
  margin-left: 60px;
  width: 485px;
}

.close {
  position: absolute;
  right: 15px;
  top: -5px;
  font-size: 50px;
  color: #ffffff;
  cursor: pointer;
}

.why__blocks {
  display: flex;
}

.inputBlockLabel:nth-child(2) input+label::after {
  left: 63px;
  width: 69%;
}

.inputBlockLabel:nth-child(3) input+label::after {
  width: 48%;
  left: 110px;
}

.inputBlockLabel input:focus + label::after {
  width: 0;
  transition: width .15s linear;
}

.inputBlockLabel .enterSymbols + label::after {
  width: 0 !important;
}

.inputBlockLabel {
  position: relative;
  width: 29%;
}

.inputBlockLabel input+label {
  position: absolute;
  left: 55px;
  top: 32px;
  transition: font-size .15s linear, left .15s linear, top .15s linear, opacity .15s linear;
  width: 85%;
}

.inputBlockLabelDate {
  position: relative;
}

.inputBlockLabelDate::before {
  background: url("../../img/date.png") no-repeat center center;
  width: 25px;
  height: 25px;
  content: '';
  position: absolute;
  bottom: 18px;
  left: 21px;
}

.inputBlockLabel::before {
  position: absolute;
  content: '';
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
}

.inputBlockLabel:nth-child(1)::before {
  background: url("../../img/man_callback.png") no-repeat;
}

.inputBlockLabel:nth-child(2)::before {
  background: url("../../img/telephone_callback.png") no-repeat;
}

.inputBlockLabel:nth-child(3)::before {
  background: url("../../img/clock_callback.png") no-repeat;
}

/* S E C T I O N   C A L C U L A T O R */

.calculator {
  background: linear-gradient(0.25turn, #a2008f, #4c0042);
  min-height: 800px;
  position: relative;
}

.calculator h2,
.calculator .subh2 {
  color: #fff;
}

.calculator .subh2 {
  margin-bottom: 40px;
}

.calculator::before {
  position: absolute;
  content: '';
  background: url(../../img/calculator.png) no-repeat left top;
  width: 242px;
  height: 335px;
  top: -35px;
  right: 0px;
}

.calculator {
  height: auto;
  background: linear-gradient(45deg, #9a0086,#47003e);
  padding-top: 375px;
}

.calculator__text {
  font-size: 26px;
  text-align: center;
  line-height: 36px;
  letter-spacing: 4px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 8px;
  position: relative;
  left: 4px;
}

.calculate {
  background-image: linear-gradient(to bottom, #151931, #12172f, #10152c, #0d132a, #0b1128);
  width: 1100px;
  margin: 0 auto;
  min-height: 750px;
  border-top: 1px solid #9d6595;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 0 20px 140px;
}

.tab-block {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 28px 0;
}

.tab-block input + label {
  width: 50%;
  height: 100px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  font-size: 26px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../../img/button_mobile_calc.png") no-repeat center center;
  background-size: contain;
  margin-bottom: 0;
  color:#ffffff;
}

.lineInput {
  display: flex;
  justify-content: space-between;
  padding: 0 35px;
}

.lineInput p,
.calcOptions p {
  color: #fbf8f8;
  font-size: 18px;
  text-align: center;
}

.tab-block input:nth-child(7) + label {
  font-size: 18px;
  text-align: center;
}

.tab-block input:checked + label {
  background: url("../../img/button_mobile_calc_active.png") no-repeat center center;
  background-size: contain;
}

.calculate input[type="radio"], .calculate input[type="checkbox"] {
  display: none;
}


.tab-block:nth-child(4) input + label {
  font-size: 20px;
  text-transform: initial;
  font-weight: 400;
  text-align: center;
}

.leftCalc .tab-block input + label:nth-child(8) {
  text-transform: none;
}

.rightCalc .tab-block input + label {
  font-size: 18px;
  text-align: center;
  text-transform: none !important;
}

.calculate input[type="text"] {
  color: #000000;
  text-align: center;
  font-size: 22px;
  margin: 0 auto;
  display: block;
  border-radius: 16px;
  width: 370px;
  height: 60px;
}

.table-calculate {
  display: table;
  width: 940px;
  border-collapse: collapse;
  border-spacing: 0;
  height: auto;
  text-align: center;
  max-width: 1188px;
  margin: 70px auto 50px;
}

.table-calculate tr td {
  background-color: #f7d8d3;
  border: 1px solid #b9acc3;
  min-width: 250px;
  max-width: 250px;
  height: 70px;
  font-size: 18px;
}

.overflow {
  /*overflow-x: scroll;*/
  width: 100%;
}

.refusal {
  width: 517px;
  background-color: #ffffff;
  color: #e54040;
  text-align: center;
  position: absolute;
  font-size: 16px;
  height: 54px;
  top: 7px;
  left: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: .4px;
  line-height: 20px;
}

.table-calculate tr td:nth-child(2n) {
  background-color: #fbebe9;
}

.table-calculate tr td:nth-child(1) {
  min-width: 50px;
  max-width: 50px;
  padding: 0 !important;
  display: flex;
  justify-content: center;align-items: center;
}

.table-calculate tr td:nth-child(2) {
  min-width: 250px;
  max-width: 250px;
}

.table-calculate tr td:nth-child(3),
.table-calculate tr td:nth-child(5) {
  min-width: 100px;
  max-width: 100px;
  font-size: 18px;
}

.table-calculate tr td:nth-child(4) {
  min-width: 150px;
  max-width: 150px;
}

.table-calculate tr:not(:first-child) td:nth-child(3),
.table-calculate tr:not(:first-child) td:nth-child(5) {
  font-size: 18px;
}

.table-calculate tr td:nth-child(6) {
  min-width: 109px;
}

.table-calculate thead tr:first-child td {
  background-color: #6f0052;
  color: #ffffff;
}

.table-calculate thead tr:first-child td:nth-child(2),
.table-calculate thead tr:first-child td:nth-child(3),
.table-calculate thead tr:first-child td:nth-child(5) {
  background-color: #72326b;
}

.table-calculate tr:last-child td:last-child {
  border-bottom: 1px solid #b9acc3;
}

.table-calculate tr:first-child td:last-child {
  border-bottom: 1px solid #b9acc3;
  min-width: 177px;
  min-height: 70px;
}

.table-calculate tr:not(:first-child) td:first-child {
  text-align: left;
  padding-left: 50px;
}

.table-calculate-hidden-row {
  display: none;
}

.btnTableModal {
  width: 158px;
  height: 52px;
  margin: 0;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: .8px;
  background: url('../../img/button_table_destop_passiv.png') no-repeat;
  background-size: contain;
  text-transform: uppercase;
  border: none;
  color: #fff;
  cursor: pointer;
}

.btnTableModal:active {
  background: url("../../img/button_table_destop.png") no-repeat;
}

.btnTableModal:disabled {
  opacity: .6;
}

.calculate .inputBlockCalc .dateInput {
  border-radius: 16px;
  background-color: rgb(235, 230, 239);
  width: 240px;
  height: 60px;
  margin: 0;
}

.anyPerameters {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 28px;
  margin-left: 38px;
  letter-spacing: 1.2px;
  margin-bottom: 56px;
  width: 80%;
}

.checkGroup {
  width: 36%;
  position: relative;
}

.checkGroup:first-child {
  margin-bottom: 31px;
}

.checkGroup:nth-child(3) {
  margin-bottom: 31px;
}

.checkGroup:nth-child(3) label {
  top: -5px;
}

.checkGroup:first-child {
  width: 100%;
}

.checkGroup label {
  font-size: 18px;
  position: relative;
  left: 40px;
  color: #ffffff;
}

.checkGroup input[type="checkbox"] + label::before {
  content: '';
  position: absolute;
  left: -65px;
  top: -19px;
  border-radius: 16px;
  background: url("../../img/checkbox.png") no-repeat center center;
  width: 60px;
  height: 60px;
}

.checkGroup input[type="checkbox"]:checked + label::before {
  background: url("../../img/checkbox-checked.png") no-repeat center center;
}

.calculatorForm input[type="radio"],
.calculatorForm input[type="checkbox"]{
  display: none;
}

.treatment {
  z-index: 999;
  width: 600px;
  height: 235px;
  background-color: #330030;
  margin: 0 auto 40px;
  border-radius: 10px;
  border: 3px solid #8a759b;
display: none;
  position: fixed;
  left: calc(50% - 300px);
  top: calc(50vh - 117px);
}

.ordering {
  position: fixed;
  z-index: 9999;
  width: 780px;
  left: calc(50% - 390px);
  top: calc(50vh - 211px);
  background-color: #330030;
  margin: 0 auto 40px;
  border-radius: 10px;
  border: 3px solid #8a759b;
  display: none;
}

.blockCharacter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 587px;
  margin: 0 auto;
}

.blockCharacter {
  margin-bottom: 31px;
}

.blockCharacter p {
  color: #fbf8f8;
  width: 50%;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 3px;
  margin-top: 13px;
}

.blockCharacter p span {
  color: #fbf8f8;
}

.blockCharacter p:nth-child(2n) {
  padding-left: 27px;
}

.ordering input {
  color: #000000;
  text-align: center;
  font-size: 24px;
  margin: 0 auto;
  display: block;
  border-radius: 16px;
  min-height: 60px;
  width: 320px;
}

.ordering h3,
.treatment h3 {
  font-size: 40px;
  font-weight: 900;
  color: #fbf8f8;
  text-align: center;
  padding-top: 41px;
  margin: 0 0 0 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.ordering .inputBlockOrdering {
  margin-bottom: 21px;
  width: 42%;
  display: inline-block;
  margin-left: 15px;
}

.ordering .inputBlockOrdering:nth-child(3) {

  margin-left: 60px;
}

.treatment p {
  font-size: 22px;
  font-weight: 300;
  color: #fbf8f8;
  text-align: center;
  padding: 10px 0 5px 0;
  margin: 0;
}

.small-btn {
  background: url("../../img/small-btn.png") no-repeat center center;
  background-size: contain;
  width: 140px;
  height: 52px;
  display: block;
  margin: 20px auto 40px;
  font-size: 24px;
  color: #fbf8f8;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.ordering .btnRed {
  border: none;
  background-size: contain;
  display: block;
  margin: 20px auto 40px;
  font-size: 21px;
  color: #fbf8f8;
  text-transform: uppercase;
  transition: .25s ease-in;
}

.ordering .btnRed:disabled {
  cursor: default;
  filter: grayscale(10);
  transition: .15s ease-out;
}

.btn-red {
  background: url("../../img/btn_red.webp") no-repeat center center;
  background-size: contain;
  border: none;
  color: #fff;
  text-transform: uppercase;
  transition: .25s ease-in;

}


.calculate .btnRed {
  margin-right: 30px;
  margin-left: auto;
  margin-top: -142px;
}

.calcOptions {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.calcOptions .leftCalc,
.calcOptions .rightCalc {
  width: 50%;
}

::-webkit-input-placeholder {
  text-align:center;
}

:-moz-placeholder { /* Firefox 18- */
  text-align:center;
}

::-moz-placeholder {  /* Firefox 19+ */
  text-align:center;
}

:-ms-input-placeholder {
  text-align:center;
}
/* S E C T I O N   B E N E F I T */

.benefit {
  margin-top: 100px;
  background-color: var(--main-color-theme);
  background: url("../../img/background-benefit.jpg") no-repeat center center;
  min-height: 700px;
  padding: 100px 0;
  background-size: cover;
}

.blockNotebook {
  background: url(../../img/razdrazhaujushayababa.png) no-repeat center center;
  width: 1046px;
  FONT-VARIANT: JIS78;
  height: 856px;
  margin: 0 auto;
  position: relative;
  top: -119px;
  z-index: 100;
}

.blockText {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 525px;
  position: relative;
  left: 140px;
  top: 50px;
  text-align: center;
  color: var(--main-color-theme);
}

.blockText h2 {
  color: var(--main-color-theme);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 97px;
  margin-top: 0;
  margin-bottom: 21px;
  position: relative;
  font-family: 'Lab Grotesque', sans-serif;
  font-style: normal;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: 4px;
}

.blockText .subh2 {
  font-size: 32px;
  margin-bottom: 0;
}

.blockText p,
.blockText .redText {
  color: var(--main-color-theme);
  font-size: 16px;
  letter-spacing: 2px;
}

.blockText .redText {
  background-color: var(--second-color-theme);
  font-size: 24px;
  line-height: 110%;
  padding: 18px;
  max-width: 362px;
  border-radius: 5px;
  letter-spacing: 2px;
  margin: 0 auto;
  text-transform: uppercase;
}

.blockText .btn {
  margin: 0 auto;
}

.blockText .btn::before {
  width: 237px;
}

.blocksBenefits {
  display: flex;
  justify-content: center;
  gap: 135px;
  padding: 40px;
  position: relative;
  border-radius: 40px;
  background-color: #fff;
}

.blockBackground {
  position: absolute;
  left: 96px;
  width: 420px;
  top: 30px;
}

.blockBackground:nth-child(2) {
  right: 89px;
  left: auto;
  top: 30px;
}

.blockBackground img {
  width: 100%;
}

.rightBlock .itemBenefit .textP {
  position: relative;
  left: 5px;
}

.rightBlock .itemBenefit:nth-child(2n) p {
  left: 16px;
}

.blocksBenefits .itemBenefit {
  display: flex;
  align-items: center;
  max-height: 105px;
  justify-content: space-between;
  transform: translateX(60px);
  opacity: 0;
}

.blocksBenefits .itemBenefit:nth-child(2n) {
  transform: translateX(-60px);
}

.leftBlock {
  margin-left: -80px;
  margin-top: 10px;
}

.rightBlock {
  position: relative;
  right: -80px;
}

.blocksBenefits p {
  font-size: 16px;
  letter-spacing: 1px;
  display: block;
  max-width: 270px;
}

.blocksBenefits .number {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: .5px;
  color: var(--second-color-theme);
  position: relative;
  left: -14px;
}

.blocksBenefits .itemBenefit:nth-child(2n) .number {
  position: relative;
  left: 10px;
}

.blocksBenefits .rightBlock .itemBenefit:nth-child(2n) .number {
  position: relative;
  left: 27px;

}

.benefit .blockText h2 {
  margin-bottom: 0;
}

.discount {
  background: url(../../img/circle.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 255px;
  height: 255px;
  display: flex;
  text-align: center;
  right: 200px;
  top: 155px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 8;
}

.discount p:first-child {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: .6px;
  margin: 0;
}

.discount p:last-child {
  line-height: 36px;
  letter-spacing: 2px;
  color: #ce171d;
  font-weight: 900;
  margin: 0;
}

/* C O M P A N Y */

.company__upper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.company__upper > * {
  width: 20%;
}

.company__upper > .company__upper-text {
  width: 21%;
}

.company__bottom {
  display: flex;
  justify-content: space-between;
}

.company__upper-tablet {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
}

.company__upper-tablet .img-dex {
  width: 127px;
  height: 127px;
  background-color: #bec0d1;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.company__upper-tablet .img-dex::before {
  position: absolute;
  content: '';
  border: 1px solid #fff;
  width: 117px;
  height: 117px;
  left:4px;
  top:4px;
  border-radius: 50%;
}

.company__upper-tablet .img-dex::after {
  position: absolute;
  content: '';
  border: 1px dashed #bec0d1;
  width: 145px;
  height: 145px;
  left:-10px;
  top:-10px;
  border-radius: 50%;
}

.company__upper-tablet p {
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
  letter-spacing: 1px;
  color: #000000;
}

.company__upper-text p {
  font-size: 18px;
  font-weight: 300;
}

.company__upper-text p:first-child {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  color: #1C1C1C;
}

.company__bottom {
  display: flex;
  justify-content: space-between;
}

.company__bottom-blocks {
  width: 24%;
  background: #FFFFFF;
  border: 1px solid #CD0601;
  border-radius: 10px;
  display: flex;
  padding: 5px 20px 5px;
  flex-direction: column;
  justify-content: space-between;
}

.company__bottom-blocks:first-child {
  background: #CD0601;
  border: 1px solid #CD0601;
  border-radius: 10px;
}

.company__bottom-blocks p:first-child {
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
}

.company__bottom-blocks:first-child p {
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  color: #FFFFFF;
}

.company__bottom-blocks img {
  margin: 40px auto 20px;
  display: block;
}

.company__bottom-blocks:first-child img {
  margin-bottom: 40px;
}

  /* S E C T I O N   F O O T E R */

.footer {
  background: var(--second-color-theme);
  min-height: 705px;
  position: relative;
  top: 2px;
  padding-bottom: 60px;
}

.footer__block {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto;
}

.footer-block:nth-child(3) {
  display: flex;
  justify-content: space-between;
}

.footer .logo {
  width: 50%;
}

.footer__left,
.footer__right {
  width: 44%;
}

.footer__right {
  width: 49%;
}

.footer__right img {
  border-radius: 10px;
}

.footer a,
.footer h2 {
  color: var(--main-color-theme);
  text-decoration: none;
}

.footer .online__blocks .inputBlock {
  padding-bottom: 60px;
}

.footer h2 {
  margin-bottom: 30px;
  padding-top: 40px;
}

.footer-block {
  margin-bottom: 25px;
}

.footer p {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 1px;
  color: #520200;
}

.footer .politics {
  font-size: 14px;
}

.footer .politics-footer {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: #1C1C1C;
  opacity: 0.6;
}

.footer a {
  font-size: 26px;
  font-weight: bold;
}

.footer .callbackform {
  bottom: -24px;
}

.footer .callbackform h2,
.footer .callbackform p {
  color: var(--main-color-text);
}

.footer .contacts {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  width: 1010px;
  margin: 0 auto;
}

.footer .contactBlock {
  width: 30%;
}

.footer .social {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.footer .social a {
  display: block;
  width: 45px;
  height: 45px;
  background-size: cover;
  transition: background .2s linear;
  border-radius: 50%;
}

.footer .social a:hover svg g path {
  background-color: white;
  fill: var(--second-color-theme);
  transition: .2s linear;
}

.footer .social a:hover {
  filter: brightness(.8);
}

@media screen and (min-width: 1920px) {
  .weAreCheaper {
    background-size: cover;
    background-position: 100% 100%;
  }
}

.animateWhy {
  transform: translateX(-30px);
  opacity: 0;
}


.footer .copyright {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #FFFFFF;
  opacity: 0.7;
}

.footer-info {
  margin-top: -260px;
}

.footer-info h2 {
  padding-top: 40px;
}

/* A N I M A T I O N */

.loaded h1 {
  transform: translateY(0);
  opacity: 1;
  padding-top: 60px;
}

.loaded .promoGarant::after,
.loaded .promoGarant::before {
  top: 0;
}

.loaded .promoGarant::after {
  top: 30px;
}

.loaded .btn,
.loaded .btnRed {
  opacity: 1;
}

.loaded .blocks {
  opacity: 1;
}

.fade-in {
  animation: .5s fade-in cubic-bezier(0.0, 0.0, 0.2, 1) forwards;
}

@keyframes fade-in {
  from {transform: translateX(-30px); opacity: 0}
  to {transform: translateX(0); opacity: 1}
}

.showler {
  animation: .5s showler cubic-bezier(0.0, 0.0, 0.2, 1) forwards;
}

.animationDown {
  transform: translateX(-60px);
  opacity: 0;
}

.animationDownAction {
  animation: var(--animation-medium) animationDown cubic-bezier(0.0, 0.0, 0.2, 1) forwards;
}

.itemBenefit:nth-child(2n).showler {
  animation: .5s showler-reverse cubic-bezier(0.0, 0.0, 0.2, 1) forwards;
}

body button.btn,
body a.btn {
  font-weight: normal;
  cursor: pointer;
  font-size: 19px;
}

@keyframes showler {
  from {transform: translateX(60px); opacity: 0}
  to {transform: translateX(0); opacity: 1}
}

@keyframes showler-reverse {
  from {transform: translateX(-60px); opacity: 0}
  to {transform: translateX(0); opacity: 1}
}

@keyframes animationDown {
  from {transform: translatey(-30px); opacity: 0}
  to {transform: translateX(0); opacity: 1}
}

body .show {
  display: block;
  opacity: 1;
}

.fade-screen {
  position: fixed;
  top:0;
  left:0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,.5);
  z-index: 100;
  display: none;
  transition: .15s cubic-bezier(0.4,0.0,1,1);
  opacity: 0;
}

.reviews .subh2 {
  margin-bottom: 50px;
}

.reviews {
  height: 675px;
  margin-bottom: 72px;
}

.banks {
  padding-bottom: 100px;
}

.banks h2 {
  color: var(--main-color-theme);
}

.banks__card {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 10px 10px 17px;
  width: 216px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: space-between;
}

.card__case {
  width: 100%;
  background-color: #fff;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 22px;
  height: 120px;
}

.card__case img {
  width: 80%;
}

.banks__cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.card__name {
  font-family: 'Lab Grotesque', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 110%;
  color: var(--main-color-theme);
  text-transform: none;
  text-align: center;
  margin-bottom: 11px;
}

.banks__card p {
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  color: var(--main-color-theme);
  margin: 0;
}

.banks__card p span {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
  color: var(--main-color-theme);
}

.card-btn {
  border-radius: 100px;
  color: var(--main-color-theme);
  border: 1px solid var(--main-color-theme);
  font-size: 14px;
  line-height: 110%;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  min-height: 50px;
  justify-content: center;
  width: 100%;
  text-decoration: none;
  margin-top: 16px;
  transition: .35s ease-in;
}

.card-btn:hover {
  transition: .15s ease-out;
  background-color: #fff;
  color: #5e0152;
}

.card-btn:active {
  opacity: .6;
}

.banks .btn {
  border: none;
  display: block;
  margin: 40px auto 0;
}

/* B A N K S */

.banks {
  background: linear-gradient(79.65deg, #91017E -20.79%, #54014A 107.05%);
}

/* slider */

.slider {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 420px;
  position: relative;
}

.slider__items {
  position: relative;
  display: flex;
  justify-content: center;
  height: 320px;
  margin-bottom: 44px;
}

.slider__item {
  opacity: 0;
  flex-shrink: 0;
  height: 449px;
  position: absolute;
  box-shadow: 5px 2px 10px rgba(66, 128, 248, 0.2);
  z-index: 96;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
}

.slider__item.disabled-transition {
  transition: none;
}

.slider__item img {
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.slider__item[class*="prev"], .slider__item[class*="next"], .slider__item.active {
  opacity: 1;
  top: 0;
  cursor: pointer;
}

.slider__item.active {
  z-index: 99;
  transform: scale(1);
}

.slider__item.prev-2 {
  transform: translateX(-460px) translateY(0) scale(0.8);
  z-index: 97;
}

.slider__item.prev-1 {
  transform: translateX(-440px) translateY(0) scale(0.8);
  z-index: 98;
}

.slider__item.next-1 {
  transform: translateX(440px) translateY(0) scale(0.8);
  z-index: 98;
}

.slider__item.next-2 {
  transform: translateX(460px) translateY(0) scale(0.8);
  z-index: 97;
}

.slider__controls {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: calc(50% - 25px);
}

.slider__arrow-prev {
  margin-right: 395px;
}

.slider__arrow-prev, .slider__arrow-next {
  border: none;
  outline: none;
  height: auto;
  width: auto;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: 'Manrope';
  font-size: 22px;
  line-height: 100%;
  color: #4280F8;
  opacity: .7;
  background: transparent;
  transition: opacity .15s ease-out;
  cursor: pointer;
  z-index: 999;
}

.slider__arrow-prev img {
  transform: rotate(180deg);
}

.slider__arrow-prev:hover, .slider__arrow-next:hover {
  transition: opacity .35s ease-in;
  opacity: 1;
}

/* D O C S */

.docs {
  padding-bottom: 100px;
}

.docs h2 {
  margin-bottom: 150px;
}

.docs_block {
  padding: 50px 180px;
  border: 1px solid #CD0601;
  border-radius: 10px;
  position: relative;
}

.docs_block::before {
  position: absolute;
  content: '';
  left: -145px;
  top: -130px;
  background: url("../../img/passport.png") no-repeat center center;
  width: 321px;
  height: 362px;
}

.docs_block::after {
  position: absolute;
  content: '';
  right: -145px;
  top: -130px;
  background: url("../../img/blank.png") no-repeat center center;
  width: 577px;
  height: 643px;
}

.docs_up {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  max-width: 389px;
  margin-bottom: 30px;
}

.docs_bot {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 1px;
  color: #1C1C1C;
  max-width: 474px;

}

.showMore.hide {
  display: none;
}

.hide {
  display: none;
}

.bank-name {
  color: #fff;
  font-weight: bold;
}

.work__block-link a {
  font-family: 'Lab Grotesque';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #CD0601;
  text-decoration: none;
}

.questions__block-right::after {
  position: absolute;
  content: '';
  width: 27px;
  height: 27px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  right: -15px;
  background-color: white;
  top: calc(50% - 13px);
  transform: rotate(-34deg) skewX(18deg);
}

.questions__block-right::before {
  position: absolute;
  content: attr(data-count);
  width: 27px;
  height: 27px;
  border: 1px solid #CD0601;
  border-radius: 50%;
  left: -15px;
  display: flex;
  background-color: white;
  top: -10px;
  justify-content: center;
  align-items: center;
}

.gallery-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.gallery-wrapper > img {
  height: calc(100vh - 80px);
  cursor: pointer;
}

.rightBlock .itemBenefit:nth-child(1) {
  margin-bottom: 30px;
}

.rightBlock .itemBenefit:nth-child(2) {
  margin-bottom: 25px;
}

.rightBlock .itemBenefit:nth-child(3) {
  margin-bottom: 25px;
}

.leftBlock .itemBenefit:nth-child(1) {
  margin-bottom: 30px;
}

.leftBlock .itemBenefit:nth-child(2) {
  margin-bottom: 25px;
}

.leftBlock .itemBenefit:nth-child(3) {
  margin-bottom: 25px;
}

body .pol {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 27px;
  text-align: left;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

body .pol::before {
  border: 1px solid #fff;
  left: 0;
}

body .pol::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #112c5a;
  left: 0;
  top: 0;
}

body .politic-box:checked + .pol::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #000000;
  left: 4px;
  top: 4px;
}

body .politic-box {
  display: none !important;
}

.btn-red:disabled {
  cursor: default;
  filter: grayscale(10);
  transition: .15s ease-in;
}

body .send-order .politic-box:checked + .pol::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #fff;
  left: 24px;
  top: 4px;
}

body .send-order .pol {
  color: #ffffff;
  display: block;
  width: 80%;
  padding-left: 50px;
}

body .send-order .pol::before {
  border: 1px solid #fff;
  left: 20px;
}

.offTry {
  width: 600px;
  height: 250px;
  box-shadow: 3px 3px 10px rgba(0,0,0,.2);
  background: #ececec;
  display: none;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  top: calc(50% - 125px);
  left: calc(50% - 300px);
  padding: 40px;
  flex-direction: column;
  z-index: 99999;

}

.offTry .btn {
  width: 158px;
  height: 52px;
  margin: 0;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: .8px;
  background: url(../../img/button_table_destop_passiv.png) no-repeat;
  background-size: contain;
  text-transform: uppercase;
  border: none;
  color: #fff;
  cursor: pointer;
}


.showFlex {
  display: flex;
  opacity: 1;
  transition: .15s ease-in;
}
