@charset "UTF-8";
.vacuum_sealer *,
.vacuum_sealer *::before,
.vacuum_sealer *::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

.vacuum_sealer *:focus {
  outline: none;
  border: 2px solid #E5C4A6;
}

.vacuum_sealer a {
  text-decoration: none;
}

/*ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  height: 100%;
  line-height: 1;
  font-size: 16px;
  color: #000;
}

@font-face {
  font-family: "PTRootUI";
  src: local("PT Root UI Medium"), local("PT-Root-UI_Medium"), url("../fonts/PT-Root-UI_Medium.woff2") format("woff2"), url("../fonts/PT-Root-UI_Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "PTRootUI";
  src: local("PT Root UI Regular"), local("PT-Root-UI_Regular"), url("../fonts/PT-Root-UI_Regular.woff2") format("woff2"), url("../fonts/PT-Root-UI_Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PTRootUI";
  src: local("PT Root UI Bold"), local("PT-Root-UI_Bold"), url("../fonts/PT-Root-UI_Bold.woff2") format("woff2"), url("../fonts/PT-Root-UI_Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}*/
/* Указываем box sizing */
/**,
*::before,
*::after {
  box-sizing: border-box;
}*/

/* Убираем внутренние отступы */
/*ul[class],
ol[class] {
  padding: 0;
}*/

/* Убираем внешние отступы */
/*body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}*/

/*:active, :hover, :focus {
  outline: 0;
  outline-offset: 0;
  border: 0;
}*/

/*html body {
  position: relative;
  font-family: "PTRootUI", sans-serif;
  height: 100%;
  color: #1D1D1D;
}*/

.vacuum_sealer {
  color: #1D1D1D;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
}

.vacuum_sealer .container {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: content-box;
}
@media (max-width: 1300px) {
  .vacuum_sealer .container {
    max-width: 960px;
  }
}
@media (max-width: 992px) {
  .vacuum_sealer .container {
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  .vacuum_sealer .container {
    max-width: 700px;
  }
}
@media (max-width: 576px) {
  .vacuum_sealer .container {
    max-width: 540px;
  }
}

.banner {
  padding: 58px 0 60px;
}

.banner-heading {
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 56.5px;
  padding-bottom: 12px;
  margin-bottom: 25px;
}
.banner-heading span {
  display: block;
  margin-top: 10px;
  background: var(--Blue-Gradient-Border, radial-gradient(305.33% 111.63% at 88.78% 85.76%, #3B8DFF 0%, #5EB6FF 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-description {
  color: #67697B;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.banner-content {
  padding: 40px 0;
  margin: 40px 0;
}

.banner-item {
  position: relative;
  display: flex;
  padding: 40px;
  border-radius: 20px;
  background: radial-gradient(117.33% 117.33% at 84.09% 100%, #4092FF 0%, #5EB6FF 100%);
}
.banner-item__img {
  position: relative;
  flex: 0 0 560px;
}
.banner-item__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 560px;
  width: 560px;
  transform: translate(-50%, -50%);
}
.banner-item__background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: color-burn;
  z-index: -2;
}
.banner-item__text {
  flex: 1 1 auto;
  padding: 30px 40px;
  background: #FFF;
  border-radius: 15px;
}
.banner-item__title {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 18px;
}
.banner-item__title span {
  color: #4FA4FF;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
.banner-item__privacy {
  margin-top: 15px;
  text-align: center;
  color: #A5A5A7;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.banner-item__privacy a {
  color: #4FA4FF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration: underline;
}
.banner-item__description {
  color: #61647A;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 24px;
}
.banner-item__form form {
  display: flex;
  justify-content: space-between;
}
.banner-item__form input {
  flex: 0 0 270px;
  border-radius: 10px;
  padding: 14px 20px;
  border: 1px solid #CFD9E2;
  background: #FFF;
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.banner-item__form input::-moz-placeholder {
  color: #A5A9BA;
}
.banner-item__form input::placeholder {
  color: #A5A9BA;
}
.banner-item__form input:focus {
  border: 1px solid #000;
}
.banner-item__form button {
  display: inline-flex;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 15px 47px;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  background: radial-gradient(190.39% 142.74% at 6.86% 100%, #FF4646 0%, #FF7E46 100%);
  cursor: pointer;
  transition: all 0.3s ease;
}
.banner-item__form button:hover {
  box-shadow: 9px 9px 20px 0px rgba(34, 60, 80, 0.2);
}

.banner-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 58%;
  left: -60px;
  width: 30px;
  height: 60px;
  transform: translateY(-58%);
  z-index: 2;
  cursor: pointer;
}

.banner-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 58%;
  right: -60px;
  width: 30px;
  height: 60px;
  transform: translateY(-58%);
  z-index: 2;
  cursor: pointer;
}

.banner-pagination {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.banner-braces {
  position: relative;
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
  color: #343434;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 37.5px;
}
.banner-braces::before {
  position: absolute;
  content: "";
  top: -10px;
  left: -40px;
  width: 40px;
  height: 130px;
  background: url(/assets/images/svg/banner-braces_left.svg);
}
.banner-braces::after {
  position: absolute;
  content: "";
  top: -10px;
  right: -40px;
  width: 40px;
  height: 130px;
  background: url(/assets/images/svg/banner-braces_right.svg);
}

.banner-scroll {
  position: absolute;
  bottom: -60px;
  left: 50%;
  color: #A5A5A7;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  transform: translateX(-50%);
}
.banner-scroll::before {
  position: absolute;
  content: "";
  left: -30px;
  top: 0;
  width: 16px;
  height: 26px;
  background: url(/assets/images/svg/banner-scroll.svg) no-repeat;
}

@media (max-width: 1300px) {
  .banner-heading {
    font-size: 36px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .banner-content {
    margin: 0 0 20px;
  }
  .banner-item__img {
    flex: 0 0 360px;
  }
  .banner-item__img img {
    height: 360px;
    width: 360px;
  }
  .banner-item__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 14px;
  }
  .banner-item__title span {
    font-size: 22px;
    line-height: 26px;
  }
  .banner-item__description {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 14px;
  }
  .banner-item__form input {
    flex: 0 0 200px;
    padding: 7px 10px;
    font-size: 14px;
  }
  .banner-next {
    top: 52%;
    transform: translateY(-52%);
  }
  .banner-prev {
    top: 52%;
    transform: translateY(-52%);
  }
  .banner-braces {
    max-width: 800px;
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 992px) {
  .banner-content {
    padding: 0;
  }
  .banner-description {
    margin-bottom: 20px;
  }
  .banner-item {
    padding: 20px;
  }
  .banner-item__img {
    flex: 0 0 230px;
    margin-right: 20px;
  }
  .banner-item__img img {
    height: 230px;
    width: 230px;
  }
  .banner-item__text {
    padding: 15px 20px;
  }
  .banner-item__form button {
    padding: 10px 25px;
    font-size: 14px;
  }
  .banner-next {
    right: -40px;
  }
  .banner-prev {
    left: -40px;
  }
  .banner-braces::before,
  .banner-braces::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .banner-heading {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .banner-heading span {
    font-size: 28px;
    line-height: 30px;
  }
  .banner-next {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 45%;
    right: 0;
    background-color: white;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid gainsboro;
  }
  .banner-next svg {
    width: 15px;
    height: 20px;
  }
  .banner-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 45%;
    left: 0;
    background-color: white;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid gainsboro;
  }
  .banner-prev svg {
    width: 15px;
    height: 20px;
  }
  .banner-description {
    font-size: 14px;
  }
  .banner-pagination {
    display: none;
  }
  .banner-braces {
    max-width: 420px;
    font-size: 18px;
    line-height: 22px;
  }
  .banner-item__description {
    font-size: 14px;
    line-height: 18px;
  }
  .banner-item {
    flex-wrap: wrap;
    justify-content: center;
  }
  .banner-item__img {
    height: 230px;
    margin-bottom: 15px;
  }
  .banner-content {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .banner-item__form form {
    flex-wrap: wrap;
    justify-content: center;
  }
  .banner-item__title {
    font-size: 19px;
    line-height: 24px;
  }
  .banner-item__title span {
    font-size: 19px;
    line-height: 24px;
  }
  .banner-item__form input {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
  .banner-braces {
    max-width: 300px;
    font-size: 16px;
    line-height: 18px;
  }
}
.testing {
  padding: 60px 0;
}

.testing-content {
  display: flex;
  align-items: center;
}
.testing-content_left {
  flex: 1 1 auto;
}
.testing-content_right {
  position: relative;
  flex: 0 0 750px;
  height: 600px;
}
.testing-content_right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.testing-heading {
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
  background: var(--Blue-Gradient-Border, radial-gradient(305.33% 111.63% at 88.78% 85.76%, #3B8DFF 0%, #5EB6FF 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

.testing-description {
  color: #67697B;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

@media (max-width: 1300px) {
  .testing-heading {
    font-size: 36px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .testing-content_right {
    flex: 0 0 350px;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .testing {
    padding: 30px 0;
  }
  .testing-heading {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .testing-content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .testing-content_left {
    margin-bottom: 30px;
  }
  .testing-description {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 576px) {
  .testing-content_right {
    flex: 0 0 300px;
    height: 260px;
  }
}
.request {
  padding-bottom: 100px;
}

.request-privacy {
  margin-top: 25px;
  text-align: right;
  color: #A5A5A7;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}
.request-privacy a {
  color: rgba(241, 86, 255, 0.8549019608);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  text-decoration: underline;
}

.request-content {
  position: relative;
  padding: 48px 60px;
  width: calc(100% - 6px);
  background-color: #FFF;
  border-radius: 26px;
}
.request-content::before {
  position: absolute;
  content: "";
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 30px;
  background: rgba(241, 86, 255, 0.3019607843);
  z-index: -2;
}
.request-content::after {
  position: absolute;
  content: "";
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  opacity: 0.2;
  background: linear-gradient(90deg, #5391FF 0%, #FFF 107.03%);
  border-radius: 26px;
  z-index: -1;
}
.request-content_top {
  position: relative;
  padding-bottom: 40px;
}
.request-content_top img {
  position: absolute;
  right: 0;
  top: -70px;
  width: 415px;
  height: 210px;
}
.request-content_bottom {
  padding-top: 36px;
}
.request-content_bottom form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.request-content_bottom .request-inputs {
  flex: 0 0 calc(100% - 250px);
  display: flex;
  margin: 0 -7px;
}
.request-content_bottom input {
  flex: 0 0 calc(33.33% - 14px);
  margin: 0 7px;
  padding: 14px 20px;
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  border-radius: 10px;
  border: 1px solid #CFD9E2;
  background: #FFF;
}
.request-content_bottom input::-moz-placeholder {
  color: #A5A9BA;
}
.request-content_bottom input::placeholder {
  color: #A5A9BA;
}
.request-content_bottom input:focus {
  border: 1px solid #000;
}
.request-content_bottom button {
  padding: 15px 47px;
  border-radius: 80px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(292deg, #3C8DFF 18.79%, #5FB7FF 99.16%);
  cursor: pointer;
  transition: all 0.3s ease;
}
.request-content_bottom button:hover {
  box-shadow: 9px 9px 20px 0px rgba(34, 60, 80, 0.2);
}

.request-title {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 18px;
  max-width: 750px;
}
.request-title span {
  color: #FF4B47;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

.request-description {
  width: 650px;
  color: #61647A;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.request-line {
  position: absolute;
  bottom: 0;
  left: -60px;
  width: 797px;
  height: 1px;
  opacity: 0.2;
  background: linear-gradient(90deg, #5391FF 0%, #FFF 107.03%);
}

.request-more {
  margin-top: 14px;
  text-align: center;
  color: #9698AF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}

@media (max-width: 1300px) {
  .request {
    padding-bottom: 60px;
  }
  .request-content {
    padding: 30px;
  }
  .request-content_top img {
    top: 0px;
    width: 200px;
    height: 105px;
  }
  .request-privacy {
    text-align: center;
  }
  .request-content_top {
    padding-bottom: 20px;
  }
  .request-line {
    left: -30px;
  }
  .request-content_bottom {
    padding-top: 20px;
  }
  .request-content_bottom form {
    flex-wrap: wrap;
    justify-content: center;
  }
  .request-content_bottom .request-inputs {
    flex: 0 0 100%;
    margin-bottom: 14px;
  }
  .request-content_bottom input {
    padding: 7px 10px;
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .request-title {
    max-width: 70%;
  }
  .request-privacy {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .request-privacy a {
    font-size: 14px;
  }
  .request-description {
    max-width: 70%;
  }
  .request-inputs {
    flex-wrap: wrap;
  }
  .request-content_bottom input {
    flex: 0 0 calc(100% - 14px);
    margin-bottom: 14px;
  }
  .request-content_bottom button {
    padding: 10px 25px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .request {
    padding-bottom: 30px;
  }
  .request-title {
    max-width: 100%;
    font-size: 22px;
    line-height: 26px;
  }
  .request-title span {
    font-size: 22px;
    line-height: 26px;
  }
  .request-description {
    max-width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .request-content_top {
    z-index: 1;
    padding-bottom: 0;
  }
  .request-content_top img {
    display: block;
    margin: 0 auto;
    position: unset;
  }
  .request-line {
    display: none;
  }
  .request-content {
    padding: 15px;
  }
}
.review {
  padding-bottom: 90px;
}

.review-content {
  display: flex;
  align-items: center;
}
.review-content_left {
  flex: 0 0 650px;
  margin-right: 76px;
}
.review-content_right {
  flex: 1 1 auto;
}

.review-video {
  display: block;
  position: relative;
  width: 650px;
  height: 440px;
  border-radius: 26px;
  overflow: hidden;
}
.review-video__preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-video__play {
  position: absolute;
  width: 110px;
  height: 110px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.review-heading {
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
  background: var(--Blue-Gradient-Border, radial-gradient(305.33% 111.63% at 88.78% 85.76%, #3B8DFF 0%, #5EB6FF 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

.review-description {
  color: #67697B;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 36px;
}

.review-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review-callback {
  flex: 0 0 288px;
  padding: 15px 0;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 80px;
  background: linear-gradient(292deg, #3C8DFF 18.79%, #5FB7FF 99.16%);
  cursor: pointer;
  transition: all 0.3s ease;
}
.review-callback:hover {
  box-shadow: 9px 9px 20px 0px rgba(34, 60, 80, 0.2);
}

.review-more {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 220px;
  padding: 15px 0;
  color: #FF2828;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 80px;
  border: 1px solid #FFAFAF;
  cursor: pointer;
  transition: all 0.3s ease;
}
.review-more:hover {
  box-shadow: 9px 9px 20px 0px rgba(34, 60, 80, 0.2);
}
.review-more::before {
  content: "";
  margin-right: 9px;
  width: 23px;
  height: 17px;
  background: url(/assets/images/svg/youtube.svg) no-repeat;
}

@media (max-width: 1300px) {
  .review-content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .review-content_left {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .review-heading {
    font-size: 36px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .review-content_left {
    flex: 0 0 100%;
  }
  .review-video {
    width: 100%;
    height: 360px;
  }
  .review-callback {
    flex: 0 0 220px;
    padding: 10px 25px;
    font-size: 14px;
  }
  .review-more {
    padding: 10px 0;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .review {
    padding-bottom: 30px;
  }
  .review-video__play {
    width: 60px;
    height: 60px;
  }
  .review-btns {
    flex-direction: column;
  }
  .review-callback {
    flex: 1 1 auto;
    margin-bottom: 10px;
  }
  .review-more {
    flex: 1 1 auto;
    padding: 10px 25px;
  }
  .review-heading {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .review-description {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 26px;
  }
}
@media (max-width: 576px) {
  .review-video {
    width: 100%;
    height: 240px;
  }
}
.trust {
  padding-bottom: 106px;
}

.trust-heading {
  color: #343434;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 37.5px;
  padding-bottom: 12px;
  margin-bottom: 22px;
}

.trust-list {
  display: flex;
  margin: 0 -10px;
}

.trust-item {
  flex: 0 0 calc(20% - 20px);
  padding: 33px;
  margin: 0 10px 20px;
  border-radius: 26px;
}
.trust-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}
.trust-item__ico {
  position: relative;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  margin-bottom: 30px;
}
.trust-item__title {
  color: #5F6175;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.trust-item:first-child {
  background: linear-gradient(320deg, #E1F1FF 2.42%, rgba(225, 241, 255, 0) 103.31%);
}

.trust-item:nth-of-type(2) {
  background: linear-gradient(320deg, #DFDAFF 2.42%, rgba(223, 218, 255, 0) 103.31%);
}

.trust-item:nth-of-type(3) {
  background: linear-gradient(320deg, #EECBFF 2.42%, rgba(238, 203, 255, 0) 103.31%);
}

.trust-item:nth-of-type(4) {
  background: linear-gradient(320deg, #FFC7FD 2.42%, rgba(255, 199, 253, 0) 103.31%);
}

.trust-item:last-child {
  background: linear-gradient(320deg, #FFDAD6 2.42%, rgba(255, 218, 214, 0) 103.31%);
}

@media (max-width: 1300px) {
  .trust-heading {
    font-size: 24px;
    line-height: 30px;
  }
  .trust-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .trust-item {
    flex: 0 0 calc(33.33% - 20px);
  }
}
@media (max-width: 768px) {
  .trust-item {
    flex: 0 0 calc(50% - 20px);
  }
  .trust-item__title {
    font-size: 16px;
  }
  .trust-heading {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .trust {
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .trust-item {
    flex: 0 0 calc(100% - 20px);
  }
  .trust-item__ico {
    height: 90px;
    width: 90px;
    margin-bottom: 15px;
  }
}
.gallery {
  padding-bottom: 96px;
}

.gallery-heading {
  max-width: 1100px;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
  background: radial-gradient(305.33% 111.63% at 88.78% 85.76%, #3B8DFF 0%, #5EB6FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 12px;
  margin-bottom: 18px;
}

.gallery-description {
  display: flex;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  color: #9D9FB0;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 28px;
}
.gallery-description::before {
  content: "";
  width: 19px;
  height: 19px;
  background: url(/assets/images/svg/gallery-description__ico.svg);
}

.gallery-list {
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
  grid-template-rows: repeat(4, 280px);
  grid-auto-rows: 280px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.gallery-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-item:first-child {
  grid-area: 1/1/2/2;
  position: relative;
}
.gallery-item:first-child img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-item:nth-of-type(2) {
  position: relative;
  grid-area: 1/2/2/3;
}
.gallery-item:nth-of-type(2) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-item:nth-of-type(3) {
  position: relative;
  grid-area: 1/3/2/4;
}
.gallery-item:nth-of-type(3) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-item:nth-of-type(4) {
  position: relative;
  grid-area: 2/1/4/2;
}
.gallery-item:nth-of-type(4) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-item:nth-of-type(5) {
  position: relative;
  grid-area: 2/2/4/3;
}
.gallery-item:nth-of-type(5) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-item:nth-of-type(6) {
  position: relative;
  grid-area: 2/3/3/4;
}
.gallery-item:nth-of-type(6) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-item:nth-of-type(7) {
  position: relative;
  grid-area: 3/3/4/4;
}
.gallery-item:nth-of-type(7) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-item:nth-of-type(8) {
  position: relative;
  grid-area: 4/1/5/2;
}
.gallery-item:nth-of-type(8) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-item:nth-of-type(9) {
  position: relative;
  grid-area: 4/2/5/4;
}
.gallery-item:nth-of-type(9) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1300px) {
  .gallery-heading {
    font-size: 36px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .gallery-description {
    font-size: 14px;
    line-height: 18px;
  }
  .gallery-list {
    grid-template-columns: repeat(2, 33.33%);
    grid-template-rows: repeat(4, 210px);
  }
}
@media (max-width: 992px) {
  .gallery-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-column-gap: unset;
    grid-row-gap: unset;
    margin: 0 -4px;
  }
  .gallery-item {
    flex: 0 0 calc(50% - 8px);
    margin: 0 4px 8px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .gallery-heading {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .gallery {
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .gallery-item {
    flex: 0 0 calc(100% - 8px);
    height: 180px;
  }
}
.fresh {
  padding-bottom: 60px;
}

.fresh-content {
  display: flex;
}
.fresh-content_left {
  position: relative;
  flex: 0 0 450px;
  height: 300px;
  margin-right: 40px;
}
.fresh-content_left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fresh-content_right {
  flex: 1 1 auto;
}

.fresh-heading {
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
  background: radial-gradient(305.33% 111.63% at 88.78% 85.76%, #3B8DFF 0%, #5EB6FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

.fresh-description {
  color: #67697B;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

@media (max-width: 1300px) {
  .fresh-heading {
    font-size: 36px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .fresh-content {
    align-items: center;
  }
}
@media (max-width: 992px) {
  .fresh-content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .fresh-content_right {
    order: 0;
  }
  .fresh-content_left {
    order: 1;
    margin-right: 0;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .fresh-heading {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .fresh {
    padding-bottom: 30px;
  }
  .fresh-description {
    font-size: 14px;
    line-height: 20px;
  }
  .fresh-content_left {
    flex: 0 0 100%;
    height: 300px;
  }
  .fresh-content_left img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 576px) {
  .fresh-content_left {
    height: 200px;
  }
}
.stats {
  padding-bottom: 90px;
}

.stats-heading {
  max-width: 535px;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
  background: radial-gradient(305.33% 111.63% at 88.78% 85.76%, #3B8DFF 0%, #5EB6FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 12px;
  margin-bottom: 60px;
}

.stats-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.stats-item {
  display: flex;
  align-items: flex-end;
  padding: 30px 45px;
  position: relative;
  height: 300px;
  flex: 0 0 calc(33.33% - 30px);
  margin: 0 15px 30px;
  border-radius: 26px;
  border: 1px solid #4092FF;
  overflow: hidden;
}
.stats-item img {
  position: absolute;
}

.stats-item:first-child img {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 230px;
}
.stats-item:first-child .stats-title {
  max-width: 150px;
}

.stats-item:nth-of-type(2) img {
  position: absolute;
  top: -30px;
  right: -40px;
  width: 360px;
  height: 230px;
}
.stats-item:nth-of-type(2) .stats-title {
  max-width: 200px;
}

.stats-item:nth-of-type(3) img {
  position: absolute;
  top: 30px;
  right: 10px;
  width: 360px;
  height: 170px;
}
.stats-item:nth-of-type(3) .stats-title {
  max-width: 240px;
}

.stats-item:nth-of-type(4) img {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 320px;
  height: 140px;
}
.stats-item:nth-of-type(4) .stats-title {
  max-width: 170px;
}

.stats-item:nth-of-type(5) {
  background: radial-gradient(305.33% 111.63% at 88.78% 85.76%, #3B8DFF 0%, #5EB6FF 100%);
  justify-content: flex-end;
}
.stats-item:nth-of-type(5) img {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 40px;
  height: 60px;
}
.stats-item:nth-of-type(5) .stats-title {
  text-align: right;
  max-width: 250px;
  color: #FFF;
}

.stats-item:nth-of-type(6) img {
  position: absolute;
  top: 36px;
  right: 33px;
  width: 250px;
  height: 150px;
}

.stats-title {
  color: #494949;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.stats-content {
  margin-top: 90px;
  position: relative;
}
.stats-content__text {
  color: #67697B;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  max-width: 650px;
  margin-left: auto;
}
.stats-content img {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 1300px) {
  .stats-heading {
    font-size: 36px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .stats-item {
    flex: 0 0 calc(50% - 30px);
    padding: 15px 20px;
  }
  .stats-content img {
    height: 280px;
  }
  .stats-content {
    margin-top: 30px;
    z-index: 1;
  }
  .stats-content__text {
    max-width: 450px;
  }
  .stats-title {
    margin: 0 auto;
    text-align: center;
  }
  .stats-item:nth-of-type(5) .stats-title {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .stats-content img {
    z-index: -1;
    left: unset;
    right: 0;
    height: 200px;
    opacity: 0.8;
  }
  .stats-content__text {
    max-width: 100%;
  }
  .stats-item:first-child img {
    width: 160px;
    height: 170px;
    transform: translateX(50%);
    right: 50%;
  }
  .stats-item:nth-of-type(2) img {
    top: 0;
    width: 260px;
    height: 130px;
    transform: translateX(50%);
    right: 50%;
  }
  .stats-item:nth-of-type(3) img {
    width: 260px;
    height: 100px;
    transform: translateX(50%);
    right: 50%;
  }
  .stats-item:nth-of-type(4) img {
    width: 200px;
    height: 90px;
    transform: translateX(50%);
    right: 50%;
  }
  .stats-item:nth-of-type(5) img {
    position: absolute;
    transform: translateX(50%);
    right: 50%;
    width: 40px;
    height: 60px;
  }
  .stats-item:nth-of-type(6) img {
    width: 150px;
    height: 85px;
    transform: translateX(50%);
    right: 50%;
  }
  .stats-content__text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .stats {
    padding-bottom: 30px;
  }
  .stats-heading {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .stats-title {
    font-size: 18px;
    line-height: 24px;
  }
  .stats-item {
    flex: 0 0 calc(100% - 30px);
    padding: 15px 20px;
    height: 250px;
    margin: 0 15px 15px;
  }
  .stats-content__text {
    font-size: 14px;
    line-height: 20px;
  }
}/*# sourceMappingURL=style.css.map */