*,
:before,
:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
h3{
  font-family: 'Roboto', sans-serif;
}
.container {
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  width: 320px;
}
.ac_footer {
  display: none !important;
}
.container:not(.promo .container) {
  padding: 0 10px;
}
.wrapper {
  overflow: hidden;
  position: relative;
  margin: 0 auto ;
  max-width: 1920px;
  overflow: hidden;
}
body {
  font-family: 'Roboto Condensed', sans-serif;
  background-color: #fff;
  color: #04142c;
  font-size: 15px;
  line-height: 1.33;
}
section {
  position: relative;
}
.costblc{
  padding-top: 50px; 
}
img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
a {
  text-decoration: none;
}
.prod-n {
  color: #e1941c;
  font-weight: 700;
  pointer-events: none;
}
ul {
  list-style: none;
  font-family: 'Roboto', sans-serif;
}
.title {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.09;
  color: #04142C;
  text-transform: uppercase;
  font-style: italic;
}
.title span {
  color: #e1941c;
}
.br {
  border-radius: 20px;
  background: #fff;
}
.button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  outline: none;
  margin: 0 auto 0;
  width: 300px;
  max-width: 100%;
  padding: 16px 5px;
  text-align: center;
  border: none;
  line-height: 1;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: all 0.6s cubic-bezier(0.02, 0.01, 0.47, 1);
  border-radius: 22px;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  box-shadow: -1px -1px 0.4px 0px #00000040 inset;
  font-weight: 900;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(360deg, #034FE8 0.06%, #588FFF 39.89%, #6799FF 48.17%, #588FFF 57.63%, #034FE8 100.06%);
  border-image-source: linear-gradient(180deg, #6295FF 0%, #0B5CFF 100%);
  backdrop-filter: blur(12.685713768005371px);
  line-height: 1;
  z-index: 10;
  margin-top: 16px;
  font-style: italic;
}
.button::after {
  background: #fff;
  content: '';
  height: 200px;
  left: -90px;
  opacity: 0.4;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}
.button--more {
  background: none;
  border: 3px solid #e1941c;
  color: #e1941c;
  font-weight: 700;
}
.button--more::after {
  background: #e1941c;
}
.button:hover {
  -webkit-animation: rotate624 0.7s ease-in-out both;
  animation: rotate624 0.7s ease-in-out both;
}
.button:hover span {
  -webkit-animation: storm1261 0.7s ease-in-out both;
  animation: storm1261 0.7s ease-in-out both;
  -webkit-animation-delay: 0.06s;
  animation-delay: 0.06s;
}
.button:hover::after {
  left: 120%;
  -webkit-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
}
.arrow {
  position: relative;
}
.arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 9px solid #febb52;
  background: #113974;
  inline-size: 200px;
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: -1;
}
.arrow::before {
  content: '';
  z-index: -1;
  position: absolute;
  width: 67px;
  height: 67px;
  top: -22px;
  right: -39px;
  background: url("data:image/svg+xml,%3Csvg width='67' height='67' viewBox='0 0 67 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M67 -0.000359418L18.0164 13.1086L53.8749 48.923L67 -0.000359418ZM6.84119 66.2877L42.1565 31.0158L35.9456 24.8126L0.630312 60.0844L6.84119 66.2877Z' fill='%23FEBB52'/%3E%3C/svg%3E%0A") center/contain no-repeat;
}
.promo {
  color: #fff;
}
.promo .container {
  position: relative;
  padding: 0 10px;
}
.promo .outer {
  position: relative;
  width: 100%;
  background: linear-gradient(180deg, #CDDCE9 0%, #A7BED2 100%);
  border-radius: 37px;
}
.promo .inner-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: calc(100% - 148px);
  height: 74px;
  background: #fff;
  z-index: 1;
  border-radius: 0 0 21px 0;
}
.promo .inner-1 .inner__logo {
  margin-top: 4px;
  font-size: 38px;
  font-weight: 900;
  color: #05183F;
  z-index: 20;
  line-height: 85%;
  font-style: italic;
}
.promo .inner-1 .inner-circle-cutout {
  position: absolute;
  top: 37px;
  right: 0;
  width: 37px;
  height: 37px;
  overflow: hidden;
}
.promo .inner-1 .white-circle {
  background: #fff;
  position: absolute;
  width: 74px;
  height: 74px;
  border-radius: 37px;
  top: -37px;
  left: -37px;
  -webkit-box-shadow: 0 0 0 37px #0c5c9e;
  box-shadow: 0 0 0 37px #0c5c9e;
}
.promo .inner-1 .inner-corner-cutout {
  position: absolute;
  width: 21px;
  height: 21px;
  overflow: hidden;
}
.promo .inner-1 .bottom-left {
  position: absolute;
  top: 100%;
  left: 0;
}
.promo .inner-1 .bottom-left .corner {
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 0 37px #fff;
  box-shadow: 0 0 0 37px #fff;
}
.promo .inner-1 .top-right {
  position: absolute;
  top: 0;
  left: 100%;
}
.promo .inner-1 .top-right .corner {
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 0 37px #fff;
  box-shadow: 0 0 0 37px #fff;
}
.promo .prod {
  margin: 30px auto 0;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.promo .prod img {
  position: relative;
  z-index: 10;
}
.promo .prod img:first-child {
  width: 89px;
}
.promo .prod img:last-child {
  width: 82px;
  margin-bottom: -8px;
  margin-left: -9px;
}
.promo .subtitle {
  font-weight: 400;
  font-size: 22px;
  line-height: 36.6px;
  color: #fff;
  margin-top: 10px;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
.promo .subtitle span {
  color: #febb52;
}
.promo__inner {
  padding: 0 20px 50px;
}
.promo h1 {
  padding: 90px 20px 0 20px;
  font-weight: 800;
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.promo__list {
  margin-top: 30px;
}
.promo__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
}
.promo__list li p {
  width: calc(100% - 54px);
}
.promo__list li .ico {
  inline-size: 54px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px dashed #fff;
  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;
  position: relative;
  margin-right: 16px;
}
.promo__list li .ico::after {
  content: '';
  position: absolute;
  border: 1px solid #fff;
  inline-size: 46px;
  border-radius: 50%;
  aspect-ratio: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.promo__list li .ico svg {
  inline-size: 30px;
  aspect-ratio: 1;
}
.promo__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.promo__icons .ico {
  inline-size: 74px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  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;
}
.promo__icons .ico svg {
  inline-size: 59px;
  aspect-ratio: 1;
}
.promo__footer {
  margin-top: 20px;
  font-weight: 800;
  font-size: 20px;
  text-align: center;
}
section.second .container {
  padding: 0 !important;
}
.second {
  padding-bottom: 50px;
  background-image: url(../img/second-img-b.png);
  background-size: 1748px auto;
}
.second__btn {
  display: none;
}
.second__item {
  margin-top: 20px;
  padding: 0 10px;
}
.second__item p:not(.second__list p) {
  margin-top: 10px;
}
.second__img {
  margin-top: 17px;
  position: relative;
  z-index: 20;
}
.second__list {
  margin-top: 30px;
}
.second__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.second__list li p {
  width: calc(100% - 54px);
  color: #113974;
}
.second__list li .ico {
  inline-size: 46px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #113974;
  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;
  position: relative;
  margin-right: 16px;
}
.second__list li .ico::after {
  content: '';
  position: absolute;
  border: 1px dashed #113974;
  inline-size: 54px;
  border-radius: 50%;
  aspect-ratio: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.second__list li .ico svg {
  inline-size: 32px;
  aspect-ratio: 1;
}
.help {
  background: -webkit-gradient(linear, left bottom, left top, from(#cfeafd), to(#ecf7ff));
  background: #d9ebfc;
  margin-top: 0px;
  padding-bottom: 28px;
  padding-top: 100px;
}
.help .title {
  margin-top: 20px;
  position: relative;
  z-index: 30;
}
.help p {
  margin-top: 10px;
  line-height: 150%;
}
.help__img {
  position: relative;
  margin: -90px auto 0;
  width: 300px;
}
.help__img .prod {
  position: absolute;
  top: 90px;
  width: 71px;
  right: 0;
  z-index: 30;
}
.help__man {
  position: relative;
  z-index: 10;
}
.help__man img {
  width: 269px;
}
.advantages {
  padding-bottom: 80px;
}
.advantages .button {
  margin-top: 100px;
}
.advantages .swiper-button-next,
.advantages .swiper-button-prev {
  color: #113974;
}
.advantages .swiper-pagination-bullet-active {
  background: #113974;
}
.advantages,
.component {
  position: relative;
  z-index: 20;
}
.advantages .swiper-button-next,
.advantages .swiper-button-prev,
.component .swiper-button-next,
.component .swiper-button-prev {
  bottom: 85px;
}
.advantages__slider,
.component__slider {
  margin: 36px auto 0;
  max-width: 100%;
  overflow: hidden;
}
.advantages__item h3,
.component__item h3 {
  font-weight: 700;
  font-size: 23px;
  line-height: 120%;
  color: #04142c;
  margin-top: 10px;
  text-transform: uppercase;
  font-style: italic;
}
.advantages__item p,
.component__item p {
  margin-top: 10px;
  color: #04142c;
}
.advantages__item img,
.component__item img {
  width: 100%;
  height: 197px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-radius: 5px 50px 50px 5px;
}
.advantages__item .outer,
.component__item .outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.component .swiper-horizontal > .swiper-pagination-bullets,
.component .swiper-pagination-bullets.swiper-pagination-horizontal,
.component .swiper-pagination-custom,
.component .swiper-pagination-fraction {
  bottom: -50px;
}
.component .swiper-button-next,
.component .swiper-button-prev {
  bottom: 106px;
}
.component .button {
  margin-top: 124px;
}
.component .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.component .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px 4px;
}
.users {
  z-index: 30;
  background: linear-gradient(180deg, #CDDCE9 0%, #A7BED2 100%);
  padding-bottom: 40px;
  color: #fff;
}
.users .subtitle {
  margin-top: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.33333;
  color: #04142C;
}
.users__slider {
  margin-top: 20px;
  z-index: 30;
  background: #113974;
  padding-bottom: 40px;
  color: #fff;
}
.users .title {
  color: #04142C;
}
.users .title span {
  font-weight: 800;
}
.users .swiper-button-next.swiper-button-disabled,
.users .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  color: #fff;
}
.users .swiper-horizontal > .swiper-pagination-bullets,
.users .swiper-pagination-bullets.swiper-pagination-horizontal,
.users .swiper-pagination-custom,
.users .swiper-pagination-fraction {
  bottom: auto;
  top: 470px;
}
.users .swiper-button-next,
.users .swiper-button-prev {
  bottom: auto;
  top: 479px;
}
.users .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.users .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.users .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}
.users .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.users__item img {
  border-radius: 5px 50px 50px 5px;
}
.users__footer {
  margin-top: 134px;
}
.users__people {
  margin-top: 20px;
}
.users__people figure {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.users__people figure img {
  width: 58px;
  border-radius: 50%;
  margin-right: 20px;
}
.users__people figure figcaption {
  width: calc(100% - 58px);
  font-weight: 700;
  font-size: 15px;
}
.users__people p {
  margin-top: 10px;
}
.users .title {
  margin-top: 35px;
}
.users .note {
  background: #edecec;
  margin-top: 24px;
}
.users .note svg {
  fill: #726f70;
}
.users .button {
  margin-top: 32px;
}
.users__txt {
  margin-top: 30px;
}
.users__txt p {
  margin-top: 16px;
}
.users__left .prod {
  width: 120px;
  position: relative;
}
.users__left .prod::before {
  content: '';
  position: absolute;
  width: 125px;
  height: 190px;
  left: -86px;
  top: -5px;
  background: url('//viposidn.com/content/Dm2bq7cTQS93Spc/img/prod-tube.png') center/contain no-repeat;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  z-index: -1;
}
.footer {
  background: linear-gradient(180deg, #CDDCE9 0%, #A7BED2 100%);
  padding-bottom: 40px;
}
.footer .title {
  color: #222222;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}
.footer .title span {
  color: #f8aeb7;
}
.footer__links {
  margin: 36px auto 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__links svg {
  height: 50px;
}
.footer__links .link-01 {
  width: 76px;
}
.footer__links .link-02 {
  width: 63px;
  height: 38px;
  margin: 0;
}
.footer__links .link-03 {
  width: 116px;
}
.footer__links .link-04 {
  width: 160px;
}
.footer__links .link-05 {
  width: 77px;
}
.footer__column ul {
  counter-reset: num;
}
.footer__column ul li {
  display: inline-block;
  margin-bottom: 16px;
  position: relative;
  color: #04142C;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.footer__column ul li p {
  word-break: break-all;
  pointer-events: none;
  display: inline;
}
.footer__column ul li a,
.footer__column ul li p {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.footer__column ul li a {
  color: #0653C6;
  text-decoration: underline;
}
.footer__column ul li::before {
  position: relative;
  display: inline-block;
  content: counter(num) '.';
  counter-increment: num;
}
.cards {
  text-align: center;
  margin-bottom: 60px;
}
.cards__footer {
  margin-top: 20px;
}
.cards__footer p {
  font-size: 15px;
  line-height: 1.33333;
}
.cards__footer svg {
  width: 150px;
  height: 30px;
  margin: 10px 0;
}
.cards__title {
  position: relative;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 30px;
}
.cards__title::before {
  content: '';
  position: absolute;
  background: linear-gradient(180deg, #CDDCE9 0%, #A7BED2 100%);
  top: 0;
  bottom: 0;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.cards .card {
  padding: 20px;
  border-radius: 25px;
  margin: 20px auto 0;
  max-width: 320px;
}
.cards .card .button {
  margin-top: 10px;
}
.cards .card .prod__wrapper {
  margin-top: 15px;
}
.cards .card__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.09091;
  color: #113974;
}
.cards .card__subtitle {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.33333;
  text-align: center;
}
.cards .card--three .prod__wrapper .prod {
  margin: 0 -17px;
}
.cards .card--many {
  background: -webkit-gradient(linear, left bottom, left top, from(#cfeafd), to(#ecf7ff));
  background: linear-gradient(360deg, #cfeafd 0%, #ecf7ff 100%);
  color: #04142c;
  border: 4px solid #113974;
}
.cards .card--many .prod__wrapper .prod {
  margin: 0 -28px;
}
.cards .card--many .prod__wrapper,
.cards .card--three .prod__wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cards .card--many .prod__wrapper .prod,
.cards .card--three .prod__wrapper .prod {
  width: 95px;
}
.cards .card--many .prod__wrapper .prod--1,
.cards .card--many .prod__wrapper .prod--6,
.cards .card--three .prod__wrapper .prod--1,
.cards .card--three .prod__wrapper .prod--6 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.cards .card--many .prod__wrapper .prod--2,
.cards .card--three .prod__wrapper .prod--2 {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.cards .card--many .prod__wrapper .prod--2,
.cards .card--many .prod__wrapper .prod--4,
.cards .card--three .prod__wrapper .prod--2,
.cards .card--three .prod__wrapper .prod--4 {
  z-index: 2;
}
.cards .card--many .prod__wrapper .prod--3,
.cards .card--three .prod__wrapper .prod--3 {
  z-index: 3;
}
.cards .card--many .prod__wrapper .prod--4,
.cards .card--three .prod__wrapper .prod--4 {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.cards .card--many .prod__wrapper .prod--5,
.cards .card--three .prod__wrapper .prod--5 {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  z-index: 1;
}
.cards .card--alone .prod__wrapper img {
  width: 95px;
}
.cards .card__footer {
  margin: 20px 0;
  font-size: 15px;
}
.cards .card--alone,
.cards .card--three {
  color: #04142c;
  border: 2px solid #113974;
}
.cards .card__price {
  margin-top: 11px;
  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;
}
.cards .card__price p {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.11111;
  margin-right: 7px;
}
.cards .card__price span {
  text-align: left;
  font-weight: 400;
  line-height: 1.375;
  font-size: 15px;
}
.cards .card__delivery {
  margin-top: 20px;
  font-size: 40px;
  font-weight: 700;
}
.promo--final {
  margin-top: 55px;
}
.promo--final .promo__list {
  margin-top: 35px;
}
.promo--final .outer-prod {
  display: none;
}
.swiper-button-next,
.swiper-button-prev {
  top: auto;
  bottom: -63px;
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #d9d9d9;
  border-radius: 50%;
  opacity: 1;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}
.swiper-pagination-bullet-active {
  background-color: #726f70;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-weight: 900;
}
.swiper-button-next,
.swiper-button-prev {
  color: #a39d9f;
  z-index: 40;
}
section:not(.promo, .header) {
  padding-top:50px;
}
@media(max-width:991px){
  .footer{
    padding-bottom: 175px;
  }
}
@media screen and (min-width:992px) {
  section:not(.promo, .header) {
    padding-top: 105px;
  }
  .button {
    font-size: 24px;
  }
  .container {
    width: 744px;
  }
  .cards__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap:40px 0;
  }
  .promo__footer {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .promo__descr {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-left: 30px;
  }
  .promo__inner {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    position: relative;
  }
  .promo__inner::before {
    content: '';
    z-index: 1;
    position: absolute;
    inline-size: 1030px;
    aspect-ratio: 1;
    left: 0;
    top: -340px;
    background: url("data:image/svg+xml,%3Csvg width='1920' height='1000' viewBox='0 0 1920 1000' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:plus-lighter' opacity='0.05'%3E%3Ccircle cx='500' cy='-500' r='1442' stroke='white' stroke-width='116'/%3E%3C/g%3E%3Cg style='mix-blend-mode:plus-lighter' opacity='0.05'%3E%3Ccircle cx='500' cy='-500' r='1242' stroke='white' stroke-width='116'/%3E%3C/g%3E%3Cg style='mix-blend-mode:plus-lighter' opacity='0.05'%3E%3Ccircle cx='500' cy='-500' r='1042' stroke='white' stroke-width='116'/%3E%3C/g%3E%3Cg style='mix-blend-mode:plus-lighter' opacity='0.05'%3E%3Ccircle cx='500' cy='-500' r='842' stroke='white' stroke-width='116'/%3E%3C/g%3E%3Cg style='mix-blend-mode:plus-lighter' opacity='0.05'%3E%3Ccircle cx='500' cy='-500' r='642' stroke='white' stroke-width='116'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
  }
  .promo .prod {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .promo .outer {
    overflow: hidden;
    border-radius: 0 44px 44px 44px;
  }
  .promo h1 {
    padding-left: 160px;
    padding-top: 24px;
  }
  .promo .subtitle {
    padding-left: 160px;
    margin-top: 2px;
  }
  .promo .inner-1 {
    right: calc(100% - 150px);
    height: 58px;
    background: #fff;
    z-index: 100;
    border-radius: 0 0 21px 0;
  }
  .promo .inner-1 .inner-circle-cutout {
    top: 55px;
    width: 55px;
    height: 55px;
  }
  .promo .inner-1 .white-circle {
    width: 110px;
    height: 110px;
    border-radius: 55px;
    top: -55px;
    left: -55px;
    -webkit-box-shadow: 0 0 0 55px #0c5c9e;
    box-shadow: 0 0 0 55px #0c5c9e;
  }
  .promo .inner-1 .inner-corner-cutout {
    width: 55px;
    height: 55px;
  }
  .promo .inner-1 .bottom-left {
    top: 58px;
  }
  .promo .inner-1 .bottom-left .corner {
    width: 110px;
    height: 110px;
    border-radius: 55px;
    -webkit-box-shadow: 0 0 0 55px #fff;
    box-shadow: 0 0 0 55px #fff;
  }
  .promo .inner-1 .top-right {
    right: -50px;
  }
  .promo .inner-1 .top-right .corner {
    width: 110px;
    height: 110px;
    border-radius: 55px;
    border-radius: 40px;
    -webkit-box-shadow: 0 0 0 55px #fff;
    box-shadow: 0 0 0 55px #fff;
  }
  .promo .inner-1 .container {
    display: grid;
    background: #0c5c9e;
    grid-template-columns: 74px calc(100% - 74px);
    grid-template-rows: 77px auto auto;
  }
  .promo .inner-1__logo {
    border-radius: 0 0 55px 0;
  }
  .second__inner {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto;
  }
  .second__item {
    grid-row: 1/2;
    grid-column: 1/2;
    z-index: 999999;
  }
  .second__btn {
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: end;
    display: block;
  }
  .second__img {
    grid-row: 1/-1;
    grid-column: 2/3;
  }
  .second__img img {
    -o-object-fit: contain;
    object-fit: contain;
    height: auto;
    width: 900px;
    max-width: 900px;
    margin-left: -109%;
  }
  .users .swiper-horizontal > .swiper-pagination-bullets,
  .users .swiper-pagination-bullets.swiper-pagination-horizontal,
  .users .swiper-pagination-custom,
  .users .swiper-pagination-fraction {
    top: 390px;
  }
  .users .swiper-button-next,
  .users .swiper-button-prev {
    top: 402px;
  }
}
.title_min{
  font-weight: 800;
  line-height: 25.92px;
  font-style: italic;
}
@media screen and (min-width: 992px) {
  .title_min{
    font-size: 25px;
  }
  .container {
    width: 100%;
  }
  body {
    font-size: 20px;
  }
  p{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
  }
  .min_p{
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
  }
  .title {
    font-size: 28px;
  }
  .cards__footer {
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cards__footer p {
    font-size: 18px;
    line-height: 1.4;
  }
  .cards__footer svg {
    margin: -5px 10px 0;
  }
  .cards__inner {
    padding-top: 40px;
  }
  .cards__title {
    font-size: 28px;
    padding: 33px;
  }
  .cards .card {
    margin: 0;
    padding: 20px 36px 36px;
  }
  .cards .card__title {
    font-size: 28px;
  }
  .cards .card__subtitle {
    font-weight: 500;
    margin-top: 10px;
    font-size: 18px;
  }
  .cards .card__price {
    margin-top: 20px;
  }
  .cards .card__price p {
    font-size: 60px;
    margin-right: 7px;
  }
  .cards .card__price span {
    font-size: 18px;
  }
  .cards .card__footer {
    font-size: 18px;
  }
  .cards .card__save {
    margin-top: 4px;
  }
  .cards .card__delivery {
    margin-top: 15px;
  }
  .cards .card .button {
    margin-top: 20px;
  }
  .cards .card__cards {
    margin-top: 10px;
  }
  .promo .inner-1 {
    right: calc(100% - 193px);
    height: 98px;
  }
  .promo .inner-1 .inner__logo {
    font-size: 48px;
    line-height: 90%;
  }
  .promo .inner-1 .bottom-left {
    top: 98px;
  }
  .promo .inner-1 .top-right {
    right: -55px;
  }
  .promo__list {
    margin-top: 0px;
  }
  .promo h1 {
    font-size: 48px;
    line-height: 120%;
    padding: 30px 40px 0 525px;
    color: #05183F;
    font-style: italic;
  }
  .promo .subtitle {
    font-size: 25px;
    margin-top: 10px;
    font-weight: 400;
    padding-left: 525px;
    color: #05183F;
  }
  .promo__inner {
    margin-top: 26px;
    padding-right: 58px;
    padding-left: 140px;
    grid-template-columns: repeat(3, auto);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .promo__descr {
    margin: 0;
    grid-column: 2/4;
  }
  .promo__descr .paymets img {
    width: 256px;
  }
  .promo__icons {
    margin-top: 40px;
    grid-row: 2/3;
    grid-column: 2/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .promo__icons .ico {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .promo__footer {
    grid-row: 2/3;
    grid-column: -1/-2;
  }
  .promo .counter {
    margin-top: 58px;
  }
  .promo .prod {
    margin: 32px 0 0;
    width: 359px;
    margin-right: 83px;
    grid-row: 1/-1;
  }
  .promo .prod::after {
    inline-size: 425px;
    border-width: 21px;
    background: none;
  }
  .promo .prod::before {
    width: 110px;
    height: 110px;
    top: -38px;
    right: -39px;
  }
  .promo .prod img:first-child {
    width: 190px;
  }
  .promo .prod img:last-child {
    width: 180px;
    margin-left: -30px;
    margin-bottom: -32px;
  }
  .second__item {
    position: relative;
    z-index: 40;
  }
  .second__item p:not(.second__list p) {
    margin-top: 16px;
  }
  .second__img img {
    -o-object-fit: unset;
    object-fit: unset;
    width: 752px;
    max-width: 1448px;
    height: auto;
    margin-left: -26%;
  }
  .trust{
    width: 117px;
    margin-right: -39%;
    margin-top: -150%;
  }
  .second__btn {
    position: relative;
    z-index: 40;
  }
  .help .title {
    margin: 0;
    text-transform: none;
  }
  .help .button {
    margin: 40px 0 0;
  }
  .help .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .help__img {
    margin: -110px 50px -29px 0;
    width: auto;
        margin-top: -75px;
    margin-right: -278px;
    margin-left: -5%;
  }
  .help__img .prod {
    width: 139px;
    top: 250px;
  }
  .help__img::after {
    inline-size: 450px;
    border-width: 20px;
  }
  .help__img::before {
    width: 107px;
    height: 107px;
    top: 72px;
    right: 31px;
  }
  .help__man img {
    width: 1024px;
    max-width: 1045px;
  }
  .help__man::after {
    display: none;
  }
  .help__descr {
    width: calc(100% - 524px);
    z-index: 99999999;
    margin-left: -12%;
  }
  .trust2{
    width: 190px!important;
    margin-top: -40%;
    margin-bottom: 11%;
    margin-right: 35%;
  }
  .advantages .button {
    margin-top: 40px!important;
  }
  .advantages .title {
    text-align: center;
    font-size: 48px;
    text-transform: none;
  }
  .advantages__slider {
    max-width: none;
    margin-top: 0;
  }
  .advantages .swiper-button-next,
  .advantages .swiper-button-prev {
    display: none;
  }
  .component .button {
    margin-top: 30px;
  }
  .component .swiper-wrapper,
  .advantages .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .component .swiper-slide,
  .advantages .swiper-slide {
    width: 353px;
    margin-top: 15px;
  }
  .component__item,
  .advantages__item {
    margin: 40px 0 0;
  }
  .component__item h3,
  .advantages__item h3 {
    padding-top: 10px;
    padding-left: 20px;
    font-size: 23px;
    font-weight: 900;
    font-style: italic;
    margin-top: 0;
    font-family: 'Roboto Condensed', sans-serif;
  }
  .component .outer,
  .advantages .outer {
    position: relative;
    width: 100%;
    border-radius: 21px 21px 0 21px;
    overflow: hidden;
  }
  .component .outer img,
  .advantages .outer img {
    border-radius: 0;
    height: auto;
  }
  .component .inner-1,
  .advantages .inner-1 {
    position: absolute;
    width: 260px;
    bottom: 0;
    right: 0;
    left: calc(100% - 260px);
    min-height: 74px;
    background: #fff;
    z-index: 1;
    border-radius: 37px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .component .inner-1 .inner-corner-cutout,
  .advantages .inner-1 .inner-corner-cutout {
    position: absolute;
    width: 37px;
    height: 37px;
    overflow: hidden;
  }
  .component .inner-1 .bottom-left,
  .advantages .inner-1 .bottom-left {
    position: absolute;
    top: -37px;
    right: 0;
  }
  .component .inner-1 .bottom-left .corner,
  .advantages .inner-1 .bottom-left .corner {
    position: absolute;
    width: 74px;
    height: 74px;
    border-radius: 37px;
    bottom: 0;
    right: 0;
    -webkit-box-shadow: 0 0 0 37px #fff;
    box-shadow: 0 0 0 37px #fff;
  }
  .component .inner-1 .top-right,
  .advantages .inner-1 .top-right {
    position: absolute;
    bottom: 0;
    left: -37px;
  }
  .component .inner-1 .top-right .corner,
  .advantages .inner-1 .top-right .corner {
    position: absolute;
    width: 74px;
    height: 74px;
    border-radius: 37px;
    bottom: 0;
    right: 0;
    -webkit-box-shadow: 0 0 0 37px #fff;
    box-shadow: 0 0 0 37px #fff;
  }
  .users {
    padding-bottom: 100px;
  }
  .users .button {
    margin-top: 40px;
  }
  .users .title {
    font-size: 48px;
    text-align: center;
    text-transform: none;
    margin: 0;
  }
  .users .subtitle {
    font-size: 28px;
    margin-top: 20px;
    text-align: center;
  }
  .users__footer {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .users__people {
    width: 49%;
    max-width: 550px;
  }
  .users__slider {
    max-width: none;
    position: relative;
  }
  .users__slider::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.43) 30%, rgba(255, 255, 255, 0) 70%);
    inline-size: 900px;
    aspect-ratio: 1;
    border-radius: 50%;
    z-index: -1;
  }
  .users .swiper-button-next,
  .users .swiper-button-prev {
    display: none;
  }
  .users .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .users .swiper-slide {
    width: 32%;
    max-width: 353px;
    margin-top: 40px;
  }
  .users__item {
    margin: 0px;
  }
  .users__item img {
    border-radius: 50px;
  }
  .footer {
    margin-top: 69px;
  }
  .footer__column {
    width: 100%;
    margin-top: 40px;
  }
  .footer__column ul {
    -webkit-column-width: 48%;
    -moz-column-width: 48%;
    column-width: 48%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .promo--final h1 {
    font-size: 28px;
    padding: 30px 40px 0 340px;
    line-height: 1.2;
  }
  .promo--final .promo__list {
    margin-top: -30px;
  }
  .promo--final .subtitle {
    margin-top: 20px;
    padding-left: 59px;
    padding-right: 100px;
  }
  .promo--final .promo__inner {
    padding-left: 50px;
    padding-bottom: 63px;
    grid-template-columns: 410px auto;
    padding-right: 50px;
  }
  .promo--final .promo__inner::before {
    inline-size: 1460px;
    top: -610px;
  }
  .promo--final .promo__descr {
    grid-column: 1/2;
  }
  .promo--final .promo__icons {
    grid-column: 1/2;
  }
  .promo--final .prod {
    width: 272px;
    grid-column: 2/3;
    margin: 0;
    justify-self: center;
    align-self: center;
  }
  .promo--final .prod::after {
    inline-size: 322px;
    border-width: 15px;
  }
  .promo--final .prod:before {
    width: 100px;
    height: 100px;
    top: -4px;
    right: -39px;
  }
  .promo--final .prod img:first-child {
    width: 153px;
  }
  .promo--final .prod img:last-child {
    width: 139px;
  }
}
@media(max-width:991px){
  .second{
    background-size: 1260px auto;
  }
}
@media screen and (min-width: 992px) {
  .trust{
    width: 115px;
    margin-left: 119%;
    margin-top: -109%;
  }
  .trust2{
    width: 190px!important;
    margin-bottom: 8%;
    margin-right: 25%;
    margin-top: -37%;
  }
  .button {
    font-size: 30px;
    padding: 25px 10px;
    width: 388px;
    height: 95px;
  }
  .footer{
    padding-bottom:200px;
  }
  .promo .button.scroll {
    margin-top: 0;
    padding: 18px 5px;
  }
  .promo__inner {
    padding-bottom: 32px;
    padding-left: 80px;
  }
  .promo__inner:before {
    inline-size: 1920px;
    left: -400px;
    top: -660px;
  }
  .promo__icons {
    margin-top: 0;
    width: 234px;
    margin-left: -33px;
  }
  .promo__icons .ico {
    inline-size: 100px;
  }
  .promo__icons .ico:first-child {
    margin-right: 20px;
  }
  .promo__icons .ico svg {
    inline-size: 80px;
  }
  .promo__footer {
    font-size: 28px;
    margin-top: 0;
    width: 199px;
    justify-self: end;
    margin-bottom: 40px;
  }
  .promo__list li {
    font-size: 20px;
  }
  .promo__descr {
    width: 542px;
    padding-bottom: 36px;
  }
  .promo .outer-btn {
    width: 100%;
    position: relative;
    z-index: 50;
  }
  .promo .inner-btn {
    position: absolute;
    background: #fff;
    z-index: 100;
    right: 0;
    border-radius: 22px 0 0 0;
    padding-left: 11px;
    padding-top: 11px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .promo .inner-btn .inner-circle-cutout {
    position: absolute;
    bottom: 100%;
    width: 55px;
    height: 55px;
    overflow: hidden;
    right: 0;
  }
  .promo .inner-btn .white-circle {
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 55px;
    top: -55px;
    left: -55px;
    -webkit-box-shadow: 0 0 0 55px #fff;
    box-shadow: 0 0 0 55px #fff;
  }
  .promo .inner-btn .inner-corner-cutout {
    position: absolute;
    width: 55px;
    height: 55px;
  }
  .promo .inner-btn .bottom-left {
    bottom: 0;
    right: 99%;
    overflow: hidden;
    position: absolute;
  }
  .promo .inner-btn .bottom-left .corner {
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 55px;
    -webkit-box-shadow: 0 0 0 55px #fff;
    box-shadow: 0 0 0 55px #fff;
    bottom: 0;
    right: 0;
  }
  .promo .inner-btn .top-right {
    right: -55px;
  }
  .promo .inner-btn .top-right .corner {
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 55px;
    -webkit-box-shadow: 0 0 0 55px #fff;
    box-shadow: 0 0 0 55px #fff;
  }
  .second {
    margin-top: 39px;
  }
  .second .title {
    line-height: 120%;
  }
  .second__btn {
    margin-top: 60px;
    grid-column: 2/3;
    margin-right: -180px;
  }
  .second__list {
    margin-top: 20px;
    width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .second__list li p {
    font-size: 20px;
  }
  .second__list li .ico {
    margin-right: 20px;
  }
  .second__img img {
    width: 850px;
    margin-left: -26%;
  }
  .second p {
    line-height: 150%;
  }
  .help__img {
    margin-top: -100px;
    margin-right: -210px;
    margin-left: -13%;
  }
  .help__img::after {
    top: 59%;
  }
  .help__img::before {
    width: 127px;
    height: 127px;
    top: 112px;
    right: 21px;
  }
  .help__img .prod {
    right: -60px;
    margin-top: -5%;
    margin-bottom: -16%;
  }
  .help__descr {
    width: calc(100% - 626px);
    z-index: 9999999;
  }
  .advantages__slider,
  .component__slider,
  .component .swiper-slide,
  .advantages .swiper-slide {
    margin-top: 0;
  }
  .advantages {
    padding-bottom: 100px;
  }
  .users .title {
    text-transform: none;
  }
  .component .title {
    font-size: 48px;
    text-align: center;
    text-transform: none;
  }
  .component .button {
    display: none;
  }
  .component .subtitle {
    margin-top: 20px;
    font-weight: 500;
    font-size: 28px;
    text-align: center;
    color: #04142c;
  }
  .component .swiper-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    gap:40px;
  }
  .component__slider {
    position: relative;
    overflow: visible;
  }
  .promo--final .inner-form .white-circle {
    height: 560px;
  }
  .promo--final .inner-form .top-right {
    bottom: -440px;
  }
  .promo--final .subtitle {
    padding-left: 50px;
    padding-right: 380px;
  }
  .promo--final .promo__inner {
    margin-top: 45px;
    grid-template-columns: 550px auto;
  }
  .promo--final .promo__inner:before {
    top: -730px;
    inline-size: 1920px;
  }
  .promo--final .promo__icons {
    width: 340px;
    margin-left: 0;
  }
  .promo--final .promo__icons .ico:first-child {
    margin-right: 0px;
  }
  .promo--final .prod {
    margin-top: -50px;
    width: 359px;
    grid-row: 1/-1;
  }
  .promo--final .prod::after {
    inline-size: 425px;
    border-width: 21px;
    background: none;
  }
  .promo--final .prod::before {
    width: 110px;
    height: 110px;
    top: -38px;
    right: -39px;
  }
  .promo--final .prod img:first-child {
    width: 190px;
  }
  .promo--final .prod img:last-child {
    width: 180px;
    margin-left: -30px;
    margin-bottom: -32px;
  }
  .promo--final .promo__descr {
    max-width: 100%;
  }
  .footer {
    position: relative;
  }
  .footer::before {
    position: absolute;
    content: '';
    width: 1993px;
    height: 1993px;
    border-radius: 50%;
    border: 71px solid #fffafc;
    -webkit-filter: blur(150px);
    filter: blur(150px);
    top: -1021px;
  }
  .footer__column ul li {
    margin-bottom: 20px;
  }
  .footer__links svg {
    height: 93px;
  }
  .footer__links .link-01 {
    width: 142px;
  }
  .footer__links .link-02 {
    width: 118px;
    height: 74px;
    margin: 0;
  }
  .footer__links .link-03 {
    width: 216px;
  }
  .footer__links .link-04 {
    width: 299px;
  }
  .footer__links .link-05 {
    width: 143px;
  }
  .container {
    padding: 0 !important;
    width: 1140px;
  }
  .cards .card {
    max-width: 353px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 10;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    border-radius: 30px;
  }
  .cards .card__delivery {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .cards .card::before {
    z-index: -1;
    content: '';
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    background: -webkit-gradient(linear, left bottom, left top, from(#cfeafd), to(#ecf7ff));
    background: linear-gradient(360deg, #cfeafd 0%, #ecf7ff 100%);
    border: 4px solid #113974;
    border-radius: 30px;
  }
  .cards .card.clicked .button {
    position: relative;
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.5);
  }
  .cards .card:hover::before,
  .cards .card.clicked::before {
    opacity: 1;
  }
  .cards .card--many {
    border: 2px solid #525050;
    background: #fff;
    color: #181718;
  }
}
.footer__company {
  margin-top: 30px;
  color: #5C92E2;
  font-size: 17px;
  text-align: center;
}
.footer__company a {
  color: #5C92E2;
  text-decoration: underline;
}
.footer__company a:hover {
  text-decoration: none;
}
.footer__company .adress {
  margin: 10px 0;
}
.return-adress{
  margin:10px 0;
}
.footer__company .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
.cards .card__save {
  margin-top: 8px;
}
@media screen and (min-width: 992px) {
  .cards .card__save {
    margin-top: 4px;
  }
}
.ac_footer {
  display: none !important;
}
body.fixed {
  overflow: hidden;
}
.left {
  margin-top: 1rem;
}
.left a {
  margin: 0 0.3rem;
}
ul.custom-list li {
  background: url("../img/galca.png") no-repeat;
  background-size: 32px 32px;
  padding-left: 55px;
  font-weight: 500;
  color: #05183F;
  margin-top: -6%;
}
.custom_btn{
  box-shadow: -1px -1px 0.4px 0px #00000040 inset;
  width: 388px;
  height: 95px;
  opacity: 1;
  top: 588.5px;
  left: -4px;
  padding-top: 4px;
  padding-left: 11px;
  border-radius: 22px;
  background: linear-gradient(360deg, #034FE8 0.06%, #588FFF 39.89%, #6799FF 48.17%, #588FFF 57.63%, #034FE8 100.06%);
  border: 2px solid;
  border-image-source: linear-gradient(180deg, #6295FF 0%, #0B5CFF 100%);
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  font-style: italic;
  color: #FFFFFF;
}
.min_txt{
  font-size: 30px;
  font-weight: 800;
  font-style: italic;
}
@media(max-width:991px){
  .costim1{
    display: none;
  }
  .costim{
    display: none;
  }
  .testbank_m{
    width: 533px;
    max-width: 533px;
    margin-left: -29%;
  }
  .trust1{
    width: 103px;
    margin-top: -152%;
    margin-left: -9%;
    margin-bottom: 35%;
    position: relative;
    z-index: 9;
    display: block!important;
  }
  .second__img{
    position: relative;
    z-index: 1;
    display: block!important;
  }
  .second{
    background-image: none;
  }
  .costbg{
    width: 1099px;
    max-width: 1099px;
    margin-top: -260%;
    margin-left: -120%;
    display: block!important;
  }
  .custom-list{
    position: relative;
  }
  .helpcost{
    display: none;
  }
  .help_mob{
    margin-left: -136%;
    margin-top: 10%;
    margin-bottom: -227%;
    width: 1009px!important;
    max-width: 1009px;
    display: block!important;
  }
  .help__descr{
    position: relative;
    z-index: 99;
  }
  .help__img{
    margin: -110px auto 0;
  }
  .help{
    padding-bottom: 50px;
  }
  .title{
    font-size: 35px;
  }
  p{
    font-size: 20px;
  }
  .min_txt{
    font-size: 30px;
    line-height: 26px!important;
  }
  .trust2{
    display: none;
  }
  .trust3{
    width: 293px!important;
    display: block!important;
  }
  .help .title{
    margin-top: 45px;
  }
  .title_min{
    font-size: 25px;
  }
  ul.custom-list li{
    font-size: 20px;
    background: url("../img/galca.png") no-repeat;
    background-size: 32px 32px;
    display: initial;
    padding-left: 35px;
    padding-top: 7px;
  }
  .costtit1{
    width: 293px!important;
  }
  .costtit2{
    width: 300px!important;
  }
  .costbtn{
    margin-top: -75%!important;
    margin-bottom: 4%!important;
  }
  .costbtn2{
    margin-top: 20%;
  }
  .costcomp{
    padding-bottom: 10%;
  }
  .costblc{
    display: none;
  }
}
@media(max-width:355px){
  .testbank_m{
    width: 430px;
    margin-left: -16%;
  }
  .trust1{
    width: 80px;
    margin-top: -132%;
    margin-left: 0%;
  }
  .costbtn{
    margin-top: -66%!important;
  }
}
.prod {
  position: relative;
}
.prod-man {
  position: absolute!important;
  right: -101px;  
  bottom: 0;
  width: 1236px!important;
  top: -349px;    
}
.prod-box,
.prod-tube {
  position: relative;
  z-index: 2;      
}
.prod-box {
  width: 358px!important;
  margin-top: -442px;
  margin-left: 9%;
}
.badge{
  margin-left: -275%;
  width: 190px;
  margin-top: -197%;
}
ul.custom-list1 li {
  background: url("../img/galca.png") no-repeat 12px center, linear-gradient(90deg, rgba(238, 245, 253, 0.6) 0%, rgba(238, 245, 253, 0) 100%);
  background-size: 40px 40px, auto;
  padding-left: 60px;
  font-weight: 400;
  color: #05183F;
  max-width: 415px;
}
.line{
  position: absolute;
  left: 54%;
  top: 81%;
  width: 150px;
  z-index: 99999999;
}
.badge1 {
  margin-left: -275%;
  width: 190px;
  margin-top: -173%;
  margin-bottom: 49%;
}
.prod-box1 {
  width: 409px !important;
  margin-top: -41%;
  margin-left: 7%;
  position: relative;
  z-index: 2;
  top: -38px;
}
.promo__descr1{
  width: 542px;
  padding-bottom: 100px;
}
.costprm{
  padding: 30px 40px 0 404px!important;
}
.costprm1{
  padding-left: 404px!important;
}
@media(max-width:991px){
  .prod-box1{
    margin-top: 2%;
    margin-left: 2%;
    position: initial;
    max-width: 344px;
    width: 344px!important;
  }
  .badge1{
    margin-left: -6%;
    margin-top: -118%;
    margin-bottom: 0;
    width: 120px;
  }
  ul.custom-list1 li{
    font-size: 18px;
    width: 100%;
    line-height: 26.6px;
  }
  .costblc1{
    display: block!important;
    padding-top: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .costcont{
    width: 400px;
  }
  .component .subtitle{
    margin-top: 6%;
    margin-bottom: -8%;
    font-size: 28px;
    width: 300px;
    font-weight: 500;
  }
}
@media screen and (min-width:992px) and (max-width:1024px){
  .prod-box{
    margin-top: -430px;
    margin-left: 10%;
  }
  .trust{
    margin-left: 114%;
    margin-top: -135%;
  }
  .second__img img{
    margin-left: -38%;
  }
  .second{
    background-size: 1312px auto;
  }
  .trust2{
    margin-right: 33%;
  }
  .help__descr{
    width: calc(100% - 510px);
    margin-left: -14%;
  }
  .prod-box1{
    margin-left: 8%;
    margin-top: -47%;
    top: -45px;
  }
}
@media screen and (max-width:1069px) and (min-width:1026px){
  .help__man img{
    width: 1026px;
  }
  .trust2{
    margin-left: 51%;
  }
  .help__descr{
    width: calc(100% - 570px);
  }
}
@media screen and (max-width:1152px) and (min-width:992px){
  .footer__column{
    padding: 20px;
  }
  .promo .inner-1 .inner__logo{
    margin-left: 15px;
  }
  .promo{
    padding-left: 20px;
    padding-right: 20px;
  }
  .help__descr{
    padding-right: 10px;
  }
}
div.lpCTAbottle {
  background-image: url("../img/image.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}