@font-face {
  font-family: "PNReg";
  src: url("../font/ProximaNova-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: "GeometriaM";
  src: url("../font/Geometria-Medium.ttf");
  font-display: swap;
}

@font-face {
  font-family: "GeometriaEB";
  src: url("../font/Geometria-ExtraBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: "GeometriaL";
  src: url("../font/Geometria-Light.ttf");
  font-display: swap;
}

@font-face {
  font-family: "GeometriaB";
  src: url("../font/Geometria-Bold.ttf");
  font-display: swap;
}

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img, abbr {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 780px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

img {
  height: auto;
}

body {
  font-family: "GeometriaM";
  background-color: #280c1e;
  color: #ffffff;
}

.full-screen {
  display: block;
}

.responsive-screen {
  display: none;
}

.blue {
  color: #0053a5;
}

.black {
  color: #393939;
}

.bold {
  font-family: "PNSemibold";
}

.bbold {
  font-family: "PNBold";
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
}

input[type="submit"] {
  cursor: pointer;
}

input[type="button"] {
  cursor: pointer;
}

.button {
  display: inline-block;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.button__but {
  max-width: 100% !important;
  font-family: "GeometriaB" !important;
  padding: 35px !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  text-transform: uppercase !important;
  letter-spacing: 3.3px !important;
  border-radius: 5px !important;
  background-color: #d40022 !important;
  outline: none !important;
  border: none !important;
  color: #ffffff !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  -webkit-box-shadow: inset 0 0 84px rgba(255, 255, 255, 0.23) !important;
          box-shadow: inset 0 0 84px rgba(255, 255, 255, 0.23) !important;
}

.button:hover {
  -webkit-box-shadow: 0px 0px 60px 0px #d40022;
          box-shadow: 0px 0px 60px 0px #d40022;
}

.items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.items-item {
  -webkit-filter: drop-shadow(0px 31px 65px rgba(100, 100, 100, 0.1));
          filter: drop-shadow(0px 31px 65px rgba(100, 100, 100, 0.1));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.33333% - 30px);
  margin-left: 6px;
  margin-right: 6px;
  width: calc(33.33333% - 12px);
}

@media screen and (max-width: 1200px) {
  .items-item {
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 780px) {
  .items-item {
    width: calc(58.33333% - 30px);
  }
}

.items-item__img {
  width: 104px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 17px;
  margin-bottom: 17px;
}

.items-item__img img {
  width: auto;
}

.items-item__text {
  color: #3c3c3c;
  font-size: 15px;
  font-weight: 400;
  line-height: 20.04px;
  margin-left: 20px;
}

.items-wrap {
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
  background-color: #fff;
  background-image: url("../img/innovations/bgleft.png");
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 9px;
}

header {
  padding-top: 35px;
  padding-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-start;
}

header .name {
  font-family: "GeometriaEB";
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-right: 20px;
}

header .description {
  font-family: "PNReg";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

header .number {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}

header .number-num {
  font-family: "PNReg";
  font-size: 26px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 5px;
}

header .number-call {
  font-family: "PNReg";
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

header .number-call .dotted {
  border-bottom: 1px dotted #ffffff;
}

.main {
  background-image: url("../img/main/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
}

.main-content {
  padding-bottom: 485px;
}

.main-content__title {
  margin-left: -4px;
  margin-top: 104px;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
}

.main-content__decription {
  margin-left: -4px;
  margin-top: 37px;
  font-family: "GeometriaL";
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 62px;
}

.main-pulse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}

.main-pulse__dot {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 15px;
  height: 15px;
  border-radius: 8px;
  background-color: #d40022;
  margin-top: 8px;
  margin-right: 18px;
  -webkit-box-shadow: 0px 0px 0px 0px #d40022;
          box-shadow: 0px 0px 0px 0px #d40022;
  -webkit-animation: pulsing 1.4s infinite ease-out;
  animation: pulsing 1.4s infinite linear;
}

.main-pulse__text {
  font-family: "GeometriaEB";
  font-size: 28px;
  letter-spacing: 2.8px;
  line-height: 26px;
}

.main-pulse__text span {
  font-family: "GeometriaB";
  font-size: 18px;
  letter-spacing: 1.8px;
}

.main .pulse1 {
  position: absolute;
  top: 43.2%;
  left: 52%;
}

.main .pulse2 {
  position: absolute;
  top: 64.9%;
  left: 44.1%;
}

.main .pulse3 {
  position: absolute;
  top: 77.95%;
  left: 62.45%;
}

@-webkit-keyframes pulsing {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #d40022;
            box-shadow: 0px 0px 0px 0px #d40022;
  }
  100% {
    -webkit-box-shadow: 0px 0px 40px 20px #d40022;
            box-shadow: 0px 0px 40px 20px #d40022;
  }
}

@keyframes pulsing {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #d40022;
            box-shadow: 0px 0px 0px 0px #d40022;
  }
  100% {
    -webkit-box-shadow: 0px 0px 40px 20px #d40022;
            box-shadow: 0px 0px 40px 20px #d40022;
  }
}

.obligate-mask {
  background-repeat: no-repeat;
  background-position: 30% 0;
  background-size: 125% auto;
  background-image: url("../img/obligate/bg2.jpg");
}

.obligate-threat__title {
  line-height: 47px;
  font-size: 45px;
  font-weight: 500;
  text-align: center;
}

.obligate-threat__description {
  font-family: "GeometriaL";
  font-size: 38px;
  font-weight: 300;
  text-align: center;
  line-height: 54px;
  margin-bottom: 8px;
}

.obligate-threat__description2 {
  text-align: center;
  font-family: "GeometriaL";
  font-size: 22px;
  font-weight: 300;
  line-height: 60px;
  margin-bottom: 40px;
}

.obligate-threat-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
}

.obligate-threat-items-item {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
}

.obligate-threat-items-item p {
  padding-top: 24px;
  font-family: "GeometriaEB";
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 2.2px;
}

.obligate-threat-items-item .manacle {
  padding-bottom: 55px;
}

.obligate-help {
  margin-top: 85px;
  padding-bottom: 68px;
}

.obligate-help__title {
  font-family: "GeometriaL";
  font-size: 38px;
  font-weight: 300;
  line-height: 52px;
  text-align: center;
  margin-bottom: 45px;
}

.obligate-help-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.obligate-help-items-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
  margin-right: 0px;
}

@media screen and (max-width: 780px) {
  .obligate-help-items-item {
    width: calc(75% - 30px);
  }
}

@media screen and (max-width: 560px) {
  .obligate-help-items-item {
    width: calc(91.66667% - 30px);
  }
}

.obligate-help-items-item h3 {
  font-family: "GeometriaEB";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin-top: 27px;
  margin-bottom: 13px;
}

.obligate-help-items-item p {
  font-family: "GeometriaL";
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 10px;
}

.obligate-help-items-item img {
  width: 100%;
}

.debt {
  padding-top: 60px;
  padding-bottom: 47px;
}

.debt__title {
  font-size: 45px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 4px;
}

.debt__desc {
  font-family: "GeometriaL";
  font-size: 38px;
  font-weight: 300;
  text-align: center;
}

.debt-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 15px;
}

.debt-items__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
  text-align: center;
}

@media screen and (max-width: 960px) {
  .debt-items__item {
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 560px) {
  .debt-items__item {
    width: calc(100% - 30px);
  }
}

.debt-items__item p {
  font-family: "GeometriaEB";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}

.debt-first {
  padding-top: 13px;
}

.debt-first p {
  padding-top: 42px;
}

.debt-first img {
  padding-right: 30px;
}

.debt-sec {
  padding-top: 11px;
}

.debt-sec p {
  padding-top: 2px;
}

.debt-sec img {
  padding-right: 30px;
}

.debt-third {
  padding-top: 25px;
}

.debt-third p {
  padding-top: 22px;
}

.debt-four p {
  padding-top: 18px;
}

.debt-four img {
  padding-left: 30px;
}

.except {
  padding-top: 7px;
}

.except__title {
  font-family: "GeometriaL";
  font-size: 38px;
  font-weight: 300;
  line-height: 52px;
  text-align: center;
}

.except-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.except-items__item {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}

.except-items__item p {
  margin-top: 14px;
  font-family: "GeometriaL";
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.except-1 img {
  padding-left: 50px;
}

.except-2 img {
  margin-left: 35px;
}

.except-2 p {
  padding-right: 15px;
}

.except-3 img {
  margin-left: 30px;
}

.except-3 p {
  padding-top: 3px;
  padding-right: 5px;
}

.everymonth {
  max-width: 65.5%;
  margin: 0 auto;
  color: #000000;
  margin-top: 85px;
  padding-left: 108px;
  padding-top: 126px;
  padding-bottom: 112px;
  margin-bottom: 166px;
  background-image: url("../img/everymonth/bgform.jpg");
  background-size: cover;
  background-position: 0% 0%;
  border-radius: 40px;
}

.form__title {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.form__desc {
  font-family: "GeometriaL";
  font-weight: 300;
  line-height: 28px;
  font-size: 20px;
  margin-bottom: 60px;
}

.form form input {
  font-family: "GeometriaB";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
  background: transparent;
  border: none;
  border-bottom: 2px solid #000000;
  padding-bottom: 5px;
  padding-left: 3px;
  padding-top: 5px;
  outline: none;
}

.form form input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #000000;
}

.form form input::-moz-placeholder {
  color: #000000;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.form form input:-moz-placeholder {
  color: #000000;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.form form input:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.form form .button {
  display: block;
  max-width: 490px;
}

.form form .button button {
  padding-top: 28px;
  padding-bottom: 28px;
  width: 100%;
}

.form form .inputs {
  max-width: 490px;
  margin-bottom: 27px;
}

.form form .inputs input[name='name_f'] {
  width: 54%;
  margin-right: 5px;
  letter-spacing: 2.7px;
}

.form form .inputs input[name='phone'] {
  width: 42%;
  letter-spacing: 2.16px;
}

.form form span {
  font-family: "GeometriaL";
  font-size: 13px;
  font-weight: 300;
}

.form form .underline {
  border-bottom: 1px solid #000000;
}

.coin {
  position: relative;
  padding-bottom: 222px;
}

.coin__title {
  font-family: "GeometriaL";
  font-size: 38px;
  font-weight: 300;
  line-height: 38px;
  text-align: center;
  margin-bottom: 106px;
}

.coin-items {
  max-width: 50%;
  margin-left: auto;
}

.coin-items-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.coin-items-item p {
  margin-left: 20px;
  font-family: "GeometriaL";
  font-size: 20px;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
}

.coin-img {
  display: none;
}

.future {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.28)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0) 100%);
  padding-bottom: 80px;
}

.future__title {
  font-size: 45px;
  font-weight: 500;
  font-family: "GeometriaM";
  font-weight: 500;
  line-height: 48px;
  text-align: center;
}

.future__desc {
  font-family: "GeometriaL";
  font-size: 38px;
  font-weight: 300;
  line-height: 62px;
  text-align: center;
  margin-bottom: 42px;
}

.future-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 59px;
}

.future-items__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
}

@media screen and (max-width: 960px) {
  .future-items__item {
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 780px) {
  .future-items__item {
    width: calc(66.66667% - 30px);
  }
}

.future-items__item p {
  font-family: "GeometriaL";
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 12px;
}

.future .button {
  display: block;
  max-width: 490px;
  margin: 0 auto;
}

.future .button button {
  padding-top: 28px;
  padding-bottom: 28px;
  width: 100%;
}

.release {
  padding-top: 110px;
}

.release__title {
  font-family: "GeometriaL";
  font-weight: 300;
  line-height: 50px;
  font-size: 38px;
  text-align: center;
  margin-bottom: 5px;
}

.release__desc {
  font-family: "GeometriaL";
  font-size: 22px;
  font-weight: 300;
  line-height: 50px;
  text-align: center;
  margin-bottom: 45px;
}

.release-items {
  max-width: 64.5%;
  margin: 0 auto;
}

.release-items__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 30px;
}

.release-items__item:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.3);
}

.release-items__item p {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 20px;
  font-family: "GeometriaL";
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1.08px;
}

.release-items__item .release-name {
  margin-right: 20px;
}

.release-items__item .release-cost {
  white-space: nowrap;
  margin-left: auto;
}

.scare {
  max-width: 65.5%;
  margin: 0 auto;
  color: #000000;
  margin-top: 95px;
  padding-left: 108px;
  padding-top: 126px;
  padding-bottom: 157px;
  margin-bottom: 112px;
  background-image: url("../img/scare/bgform2.png");
  background-size: cover;
  background-position: 0% 0%;
  border-radius: 40px;
}

#left1 {
  position: absolute;
  top: 54%;
  left: 1%;
  cursor: pointer;
}

#right1 {
  position: absolute;
  top: 54%;
  right: 1%;
  cursor: pointer;
}

.slider {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.28)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0) 100%);
  padding-bottom: 150px;
}

.slider .container {
  position: relative;
}

.slider__title {
  font-size: 45px;
  font-weight: 500;
  font-family: "GeometriaM";
  font-weight: 500;
  line-height: 48px;
  text-align: center;
}

.slider__desc {
  font-family: "GeometriaL";
  font-size: 38px;
  font-weight: 300;
  line-height: 52px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 60px;
}

.slider #slider {
  padding-left: 25px;
  padding-right: 25px;
}

.slider #slider .slick-slide {
  margin-right: 25px;
  margin-left: 25px;
}

.slider #slider .slick-slide:focus {
  outline: none;
}

.slider #slider .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider .definition {
  position: relative;
  z-index: 5;
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #d1d1d1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.slider .definition:hover {
  color: white;
}

.slider-content {
  width: 68%;
}

.slider-content-items__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-content-items__item-name {
  width: 180px;
  font-family: "GeometriaL";
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}

.slider-content-items__item-value {
  font-family: "GeometriaEB";
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}

.slider-content-items__text {
  border-top: 1px solid #532d53;
  padding-top: 30px;
  margin-top: 30px;
  font-family: "GeometriaL";
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.slider-content-items__text p {
  padding-bottom: 13px;
}

.slider-img {
  width: 32%;
  position: relative;
}

.slider-img .shadow {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset -1px -200px 110px -155px rgba(0, 0, 0, 0.75);
          box-shadow: inset -1px -200px 110px -155px rgba(0, 0, 0, 0.75);
}

.consult {
  padding-top: 120px;
  padding-bottom: 127px;
  background: url("../img/bg2.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.consult__title {
  font-family: "GeometriaL";
  font-size: 38px;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 88px;
  text-align: center;
}

.consult-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.consult-items-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 780px) {
  .consult-items-item {
    width: calc(83.33333% - 30px);
  }
}

.consult-items-item div {
  min-width: 73px;
  text-align: right;
}

.consult-items-item p {
  margin-left: 35px;
  font-family: "GeometriaL";
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 40px;
}

.answers__title {
  font-family: "GeometriaL";
  font-size: 38px;
  font-weight: 300;
  line-height: 50px;
  text-align: center;
  margin-bottom: 47px;
}

.answers-items {
  max-width: 64%;
  margin: 0 auto;
}

.answers-items-item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.3);
  padding-left: 40px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.answers-items-item p {
  font-family: "GeometriaL";
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.08px;
}

.answers-items .answers-point {
  margin-left: auto;
}

.answers-items .answers-point img {
  min-width: 18px;
  height: 13px;
}

.answers-items-item2 {
  padding-top: 17px;
  padding-left: 40px;
  padding-right: 10px;
}

.answers-items-item2 h5 {
  margin-bottom: 15px;
  padding-left: 22px;
  font-family: "GeometriaL";
}

.answers-items-item2 p {  
font-size: 18px;
  font-weight: 400;

  letter-spacing: 1.08px;
  margin-bottom: 15px;
}
.answers-items-item2 ul li {list-style: disc;margin-left: 40px;}
.answers-items-item2 ul {margin-bottom: 15px;}
.answers-items-item2 form {
  padding-left: 22px;
  font-family: "GeometriaL";
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.answers-items-item2 form input {
  margin-bottom: 15px;
  margin-left: 10px;
  background: transparent;
  border: none;
  outline: none;
  width: 221px;
  height: 47px;
  border-radius: 5px;
  border: 1px solid #de3b55;
  font-family: "GeometriaB";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2.16px;
  padding-left: 10px;
}

.answers-items-item2 form input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #ffffff;
}

.answers-items-item2 form input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.answers-items-item2 form input:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.answers-items-item2 form input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.answers-items-item2 form button {
  height: 50px;
  -webkit-box-shadow: inset 0 0 84px rgba(255, 255, 255, 0.23);
          box-shadow: inset 0 0 84px rgba(255, 255, 255, 0.23);
  border-radius: 5px;
  background-color: #d40022;
  padding: 0;
  width: 373px;
  font-family: "GeometriaB";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2.7px;
}

.answers .down {
  position: relative;
  z-index: 100;
}

.answers .up {
  position: relative;
  z-index: 50;
  right: 0;
}

.calm {
  max-width: 65.5%;
  margin: 0 auto;
  color: #000000;
  margin-top: 85px;
  padding-left: 108px;
  padding-top: 126px;
  padding-bottom: 112px;
  margin-bottom: 12px;
  background-image: url("../img/calm/bgform3.jpg");
  background-size: cover;
  background-position: 0% 0%;
  border-radius: 40px;
}

.map {
  
  padding-top: 150px;
  padding-bottom: 80px;
}

.map__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 10px;
}

.map__adress {
  font-family: "GeometriaL";
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 10px;
}

.map__work {
  font-family: "GeometriaL";
  font-weight: 300;
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 30px;
}

.map__work span {
  font-family: "GeometriaL";
  font-weight: 300;
  line-height: 24px;
}

.map__number {
  font-size: 16px;
  font-family: "GeometriaL";
  font-weight: 300;
  margin-bottom: 10px;
}

.map__question {
  font-size: 16px;
  font-family: "GeometriaL";
  font-weight: 300;
  margin-bottom: 20px;
}

.map .button__but {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "GeometriaB";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2.7px;
  background-color: transparent;
  border-radius: 5px;
  border: 4px solid rgba(222, 59, 85, 0.91);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.start {
  background-image: url("../img/start/bg.jpg");
  background-size: cover;
  padding-top: 196px;
  padding-bottom: 300px;
}

.start-content {
  margin-left: auto;
  max-width: 660px;
}

.start__title {
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  margin-bottom: 44px;
}

.start__desc {
  font-family: "GeometriaL";
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 65px;
}

footer .container {
  padding-top: 35px;
  padding-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .container .name {
  font-family: "GeometriaEB";
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-right: 50px;
  padding-bottom: 20px;
}

footer .container .kodes {
  margin-right: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .container .kodes-but {
  outline: 0;
  background: rgba(222, 59, 85, 0.91);
  padding: 7px 25px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  border-radius: 4px;
}

footer .container .description {
  font-family: "PNReg";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

footer .container .orange p {
  margin-top: 30px;
}

footer .container .number {
  
  text-align: right;
}

footer .container .number-num {
  font-family: "PNReg";
  font-size: 26px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 5px;
}

footer .container .number-call {
  cursor: pointer;
  font-family: "PNReg";
  font-size: 16px;
  font-weight: 400;
}

footer .container .number-call .dotted {
  border-bottom: 1px dotted #ffffff;
}

.bg {
  position: relative;

}

.bg .yellow1 {
  position: absolute;
  z-index: -1;
  top: 30%;
  left: -10%;
}

.bg .yellow2 {
  position: absolute;
  top: 20%;
  right: 0%;
  z-index: -1;
}

.bg2 {
  position: relative;

}

.bg2 .blue1 {
  position: absolute;
  top: -10%;
  left: -10%;
  z-index: -1;
}

.bg3 {
  position: relative;

}

.bg3 .yellow11 {
  position: absolute;
  z-index: -1;
  top: 0%;
  left: -40%;
}

.bg3 .yellow22 {
  position: absolute;
  top: -25%;
  right: 0%;
  z-index: -1;
}

.modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
  background-color: rgba(158, 187, 225, 0.05);
}

.modal-bg .modal-main {
  max-width: 55.5%;
  margin: 0 auto;
  color: #000000;
  margin-top: 85px;
  padding-left: 108px;
  padding-top: 126px;
  padding-bottom: 112px;
  margin-bottom: 166px;
  background-size: cover;
  background-position: 0% 0%;
  border-radius: 50px;
  position: relative;
}

.modal-bg .modal-main1 {
  background-image: url("../img/modal/1.jpg");
}

.modal-bg .modal-main2 {
  background-image: url("../img/modal/1.jpg");
}

.modal-bg .close {
  position: absolute;
  top: 5%;
  right: 3%;
  cursor: pointer;
}

.modal-four h2 {
  font-family: "GeometriaM";
  font-size: 40px;
  margin-bottom: 50px;
}

.parallax {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.parallax_dot {
  z-index: -2;
}

.parallax .layer {
  width: 104%;
  height: 104%;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0 0px 0px -2%;
  background-position: right -30%;
  background-repeat: no-repeat;
}

.parallax_dots .layer_01 {
  background-position: 100% 80%;
  background-image: url("../img/coin/dots1.png");
}

.parallax_dots .layer_02 {
  background-position: 20% 80%;
  background-image: url("../img/coin/dots2.png");
}

.parallax_dots2 .layer_01 {
  background-position: -20% 15%;
  background-image: url("../img/parallax.png");
}

.parallax_coin .layer_01 {
  background-position: 27% 55%;
  background-image: url("../img/coin/coin4.png");
}

.parallax_coin .layer_02 {
  background-position: 15% 42%;
  background-image: url("../img/coin/coin3.png");
}

.parallax_coin .layer_03 {
  background-position: 25% 20%;
  background-image: url("../img/coin/coin2.png");
}

.parallax_coin .layer_04 {
  background-position: 35% 50%;
  background-image: url("../img/coin/coin1.png");
}

@media screen and (max-width: 1470px) {
  .parallax_coin .layer_01 {
    background-position: 22% 55%;
  }
  .parallax_coin .layer_02 {
    background-position: 10% 42%;
  }
  .parallax_coin .layer_03 {
    background-position: 20% 20%;
  }
  .parallax_coin .layer_04 {
    background-position: 30% 50%;
  }
}

@media screen and (max-width: 1200px) {
  .map {
    
    background-position: 50% 0;
  }
  .answers-items {
    max-width: 80%;
  }
  .coin-img {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
  .coin-items {
    margin: 0 auto;
    max-width: 60%;
  }
  .coin__title {
    margin-bottom: 60px;
  }
  .parallax_coin {
    display: none;
  }
  .parallax_coin .layer_01 {
    background-position: 17% 55%;
    display: none;
  }
  .parallax_coin .layer_02 {
    display: none;
    background-position: 5% 42%;
  }
  .parallax_coin .layer_03 {
    display: none;
    background-position: 15% 20%;
  }
  .parallax_coin .layer_04 {
    background-position: 25% 50%;
  }
  .consult-items-item br {
    display: none;
  }
  .obligate-mask {
    background-size: auto;
    background-position: 90% 4%;
  }
  .obligate-help-items br {
    display: none;
  }
  .everymonth {
    max-width: 80%;
  }
  .scare {
    max-width: 80%;
  }
  .calm {
    max-width: 80%;
  }
  .modal-bg .modal-main {
    max-width: 80%;
  }
  .slider-img .shadow {
    display: none;
  }
  .future-items br {
    display: none;
  }
  .slider-content {
    width: 60%;
  }
  .slider-img {
    width: 40%;
  }
  .start-content {
    margin-left: 20px;
  }
  .start {
    padding-bottom: 100px;
    padding-top: 150px;
  }
}

@media screen and (max-width: 960px) {
  .slider-content {
    width: 55%;
  }
  .slider-img {
    width: 45%;
  }
  .slider-content-items__text {
    font-size: 17px;
    line-height: 25px;
    padding-right: 5px;
  }
  .slider-content-items__item-name,
  .slider-content-items__item-value {
    font-size: 15px;
  }
  .coin-items {
    margin: 0 auto;
    max-width: 70%;
  }
  .main {
    padding-bottom: 40px;
  }
  .main .pulse1,
  .main .pulse2,
  .main .pulse3 {
    position: static;
    margin-bottom: 40px;
    margin-left: 20px;
  }
  .main-content {
    padding-bottom: 80px;
  }
  .obligate-threat-items-item {
    margin-bottom: 50px;
  }
  .obligate-threat-items-item .manacle {
    padding-bottom: 10px;
  }
  .obligate-help-items-item h3 {
    font-size: 17px;
  }
  .debt-items__item {
    margin-bottom: 30px;
  }
  .future-items__item {
    text-align: center;
    margin-bottom: 20px;
  }
  .release-items {
    max-width: 80%;
  }
}

@media screen and (max-width: 890px) {
  footer .container .number {
    text-align: center;
    margin-top: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 780px) {
  footer .container .name {
    margin-right: 50px;
  }
  .start-content {
    margin-left: 20px;
  }
  .start {
    background-position: 0px 0px;
  }
  .start br {
    display: none;
  }
  .slider-content-items__item-name {
    width: 105px;
  }
  .slider #slider .slide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .slider-content {
    position: static;
    min-width: 100%;
  }
  .slider-img {
    position: static;
    min-width: 100%;
  }
  .coin-items {
    margin: 0 auto;
    max-width: 75%;
  }
  .coin-img img {
    width: 60%;
    height: auto;
  }
  .main-content__title {
    font-size: 36px;
    line-height: 42px;
  }
  .obligate-threat__title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 10px;
  }
  .debt__title {
    font-size: 36px;
    line-height: 42px;
  }
  .future__title {
    font-size: 36px;
    line-height: 42px;
  }
  .slider__title {
    font-size: 36px;
    line-height: 42px;
  }
  .start__title {
    font-size: 36px;
    line-height: 42px;
  }
  .obligate-threat__description {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .obligate-help__title {
    font-size: 30px;
    line-height: 40px;
  }
  .debt__desc {
    font-size: 30px;
    line-height: 40px;
  }
  .coin__title {
    font-size: 30px;
    line-height: 40px;
  }
  .coin__title br {
    display: none;
  }
  .except__title {
    font-size: 30px;
    line-height: 40px;
  }
  .release__title {
    font-size: 30px;
    line-height: 40px;
  }
  .future__desc {
    font-size: 30px;
    line-height: 40px;
  }
  .slider__desc {
    font-size: 30px;
    line-height: 40px;
  }
  .consult__title {
    font-size: 30px;
    line-height: 40px;
  }
  .obligate-threat__description2 {
    line-height: 30px;
  }
  .main-content__decription {
    font-size: 18px;
    line-height: 25px;
  }
  .release__desc {
    font-size: 17px;
    line-height: 25px;
  }
  header .description {
    margin-top: 15px;
  }
  .obligate-help {
    margin-top: 70px;
  }
  .obligate-help-items-item {
    margin-bottom: 30px;
  }
  .except-items__item {
    margin-bottom: 20px;
  }
  .except-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .except-2 p {
    padding-right: 0;
  }
  .obligate-help-items-item {
    margin-left: 0;
  }
  .future-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .everymonth,
  .scare,
  .calm,
  .modal-bg .modal-main {
    padding-left: 60px;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .form form .inputs {
    margin-bottom: 0;
  }
  .form form .inputs input {
    display: block;
    margin-bottom: 15px;
  }
  .form form .inputs input[name='phone_f'],
  .form form .inputs input[name='name_f'],
  .form form .button button {
    width: 80%;
  }
}

@media screen and (max-width: 560px) {
  .answers-items-item2 {
    padding-left: 10px;
  }
  .answers-items-item2 form {
    padding-left: 0;
  }
  .answers-items-item2 form input {
    margin-left: 0;
    width: 287px;
    max-width: 95.5%;
  }
  .answers-items-item2 form button {
    width: 300px;
  }
  .consult-items-item p {
    font-size: 17px;
    line-height: 23px;
  }
  .map {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .answers-items-item {
    padding-left: 15px;
  }
  .everymonth, .scare, .calm, .modal-bg .modal-main {
    max-width: 100%;
    border-radius: 0px 0px  0px 0px;
    background-position: -50px 0;
    padding-left: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .everymonth br, .scare br, .calm br, .modal-bg .modal-main br {
    display: none;
  }
  .form form .inputs input[name='phone_f'],
  .form form .inputs input[name='name_f'],
  .form form .button button,
  .form form .inputs input[name='phone'] {
    width: 90% !important;
  }
  footer .container .orange {
    width: 100%;
    text-align: center;
  }
  footer .container .orange p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  footer .container .n {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .container .n .name {
    margin-right: 0px;
  }
  footer .container .kodes {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .answers-items {
    max-width: 90%;
  }
  .answers-items-item p {
    font-size: 15px;
  }
  .answers-items-item2 form button {
    font-size: 15px;
  }
  .release-items {
    max-width: 90%;
  }
  .release-items__item p {
    font-size: 15px;
    margin-left: 0;
  }
  .coin-img img {
    width: 70%;
    height: auto;
  }
  .coin-items {
    margin: 0 auto;
    max-width: 85%;
  }
  .form {
    padding-right: 20px;
  }
  .form form span:first-of-type {
    display: block;
  }
  .form__desc {
    margin-bottom: 30px;
  }
  .form__desc br {
    display: none;
  }
  .button__but {
    padding: 25px !important;
    word-wrap: break-word !important;
    font-size: 17px !important;
    letter-spacing: 1.5px !important;
  }
  header {
    display: block;
  }
  header .number {
    margin-top: 20px;
    text-align: left;
  }
  .main-content br {
    display: none;
  }
  .main-content__title {
    margin-top: 60px;
  }
  .everymonth, .scare, .calm, .modal-bg .modal-main {
    margin-top: 20px;
  }
  .parallax {
    display: none;
  }
  .map .button__but {
    padding: 15px 20px;
  }
  .main {
    background-position: 20% 50%;
  }
  .start {
    padding-top: 70px;
    padding-bottom: 50px;
    background-position: 89% 50%;
  }
}

@media screen and (max-width: 420px) {
  .map {
    padding-top: 0;
  }
 
  .main-content__title {
    margin-top: 0;
    font-size: 30px;
    line-height: 38px;
  }
  .main-content__decription {
    margin-bottom: 20px;
  }
  .main-pulse__text {
    font-size: 24px;
  }
  .obligate-threat__description {
    font-size: 25px;
    line-height: 32px;
  }
  .obligate-help__title {
    font-size: 25px;
    line-height: 32px;
  }
  .debt__desc {
    font-size: 25px;
    line-height: 32px;
  }
  .coin__title {
    font-size: 25px;
    line-height: 32px;
  }
  .except__title {
    font-size: 25px;
    line-height: 32px;
  }
  .release__title {
    font-size: 25px;
    line-height: 32px;
  }
  .future__desc {
    font-size: 25px;
    line-height: 32px;
  }
  .slider__desc {
    font-size: 25px;
    line-height: 32px;
  }
  .consult__title {
    font-size: 25px;
    line-height: 32px;
  }
  .everymonth, .scare, .calm, .modal-bg .modal-main {
    margin-bottom: 80px;
  }
  .coin {
    padding-bottom: 80px;
  }
  .release {
    padding-top: 50px;
  }
  .consult {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .start {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .slider {
    padding-bottom: 60px;
  }
  .obligate-threat__description2 {
    font-size: 18px;
  }
  .obligate-threat-items-item p {
    font-size: 20px;
  }
  .obligate-help-items-item p {
    font-size: 16px;
    line-height: 24px;
  }
  .form__title {
    font-size: 24px;
    line-height: 34px;
  }
  .form__desc {
    font-size: 17px;
    line-height: 24px;
  }
  .coin-items-item p {
    font-size: 17px;
    line-height: 24px;
  }
  .future-items__item p {
    font-size: 17px;
    line-height: 24px;
  }
  .release-items__item p {
    font-size: 13px;
    line-height: 24px;
  }
  .slider__title {
    font-size: 30px;
    line-height: 40px;
  }
  .slider #slider {
    padding-left: 5px;
    padding-right: 5px;
  }
  .slider-content-items__item-name, .slider-content-items__item-value {
    font-size: 10px;
    line-height: 20px;
  }
  .answers__title {
    font-size: 30px;
    line-height: 40px;
  }
  .start__title {
    font-size: 30px;
    line-height: 40px;
  }
  .start__desc {
    font-size: 17px;
    line-height: 24px;
  }
  .button__but {
    font-size: 13px !important !important;
  }
  .answers-items-item p {
    font-size: 11px;
  }
  .answers-items-item2 p {
    font-size: 15px;
  }
  .answers-items-item2 form {
    font-size: 15px;
  }
  .answers-items-item2 form button {
    font-size: 13px;
    letter-spacing: 0.8px;
  }
  .answers-items-item2 form input {
    margin-left: 0;
  }
}
.karta {display:flex;flex-wrap: wrap;justify-content: center;}
@media (min-width:991px) {.karta1, .karta2 {max-width: 500px !important;margin: 0 !important;width:40%;}}
@media (max-width:991px) {.karta {display:block;}.karta2 {margin-left: 15px;margin-right: 15px;margin-top:40px;max-width: 100%;padding:0;}}
.tinkoff {
background: #fff;
padding: 30px;
    margin-top: 30px;
}
.tinkoffPayRow {width: 100% !important;}
.tinkoffPayRow[type=submit], .TinkoffPayForm .button__but {
    margin: 30px auto 10px auto !important;}
