

/* Start:/local/templates/unimarket/styles.css?170808651121986*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

html {
  --color-green: #A4C374;
  --color-green-light: #EAF4DA;
  --color-green-primary: #359652;
  --color-green-secondary: #77A730;
  --color-dark: #161C21;
  --color-gray: #808388;
  --color-gray-input: #EEEFF1;
  --color-gray-offer: #F8F5F3;
  --color-white: #FFFFFF;
  --color-red: #EA3546;
  --color-orange: #FF8B40;
  --background-white: #FFFFFF;
  --background-gray: #F5F6F8;
  --background-gradient-top: linear-gradient(
                  180deg,
                  #FCF6F1 0%,
                  #FCF6F1 41.75%,
                  #FEFBF9 55.33%,
                  #FFFFFF 100%);
  --background-gradient-bottom: linear-gradient(
                  0deg,
                  #FCF6F1 0%,
                  #FCF6F1 41.75%,
                  #FEFCFA 65.68%,
                  #FFFFFF 100%);
  --drop-shadow-1: 0 4px 10px rgba(0, 0, 0, 0.15);
  --drop-shadow-2: 0 4px 15px rgba(0, 0, 0, 0.08);
  --drop-shadow-3: 4px 0px 15px rgba(0, 0, 0, 0.08);
  --drop-shadow-4: 0 -4px 15px rgba(0, 0, 0, 0.08), 0 4px 15px rgba(0, 0, 0, 0.08);
  --radius-small: 8px;
  --radius-medium: 12px;
  --radius-big: 17px;
  --transition: all 0.3s ease 0s;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/unimarket/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

@font-face {
  font-family: "OpenSansLight";
  src: url("/local/templates/unimarket/fonts/OpenSans-Light.woff") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansRegular";
  src: url("/local/templates/unimarket/fonts/OpenSans-Regular.woff") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansMedium";
  src: url("/local/templates/unimarket/fonts/OpenSans-Medium.woff") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansSemiBold";
  src: url("/local/templates/unimarket/fonts/OpenSans-SemiBold.woff") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansBold";
  src: url("/local/templates/unimarket/fonts/OpenSans-Bold.woff") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "InterBold";
  src: url("/local/templates/unimarket/fonts/Inter-Bold.woff") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.ul, .li, .span, .p, .a {
  margin: 0;
  padding: 0;
  color: var(--color-dark);
}

.li {
  font-family: "OpenSansBold", serif;
  font-size: 14px;
}

.span {
  font-family: "OpenSansSemiBold", serif;
  font-size: 14px;
  line-height: 25px;
}

.p {
  font-family: "OpenSansRegular", serif;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-dark);
}

.a {
  font-family: "OpenSansBold", serif;
  font-size: 14px;
}

.btn__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 252px;
  height: 62px;
  border-radius: var(--radius-small);
  background: var(--color-white);
  font-family: "OpenSansBold", serif;
  color: var(--color-green-primary);
  font-size: 16px;
  box-shadow: var(--drop-shadow-1);
  transition: var(--transition);
  cursor: pointer;
}

.btn:hover {
  box-shadow: none;
}

.btn--green {
  background: var(--color-green-primary);
  color: var(--color-white);
}

.btn--sending {
  width: 160px;
  height: 48px;
  display: inline;
  font-family: "OpenSansRegular", serif;
}

.btn-icon__wrapper {
  display: flex;
  width: 100px;
  height: 40px;
  border-radius: var(--radius-small);
  background: var(--background-white);
  box-shadow: var(--drop-shadow-4);
  transition: var(--transition);
  margin-left: auto;
}

.btn-icon__arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 40px;
  cursor: pointer;
}
.btn-icon__arrow-wrapper .btn-icon__arrow {
  stroke: var(--color-gray);
}
.btn-icon__arrow-wrapper .btn-icon__arrow--active {
  stroke: var(--color-green-primary);
}

.btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-small);
  background: var(--background-white);
  box-shadow: var(--drop-shadow-1);
  transition: var(--transition);
  cursor: pointer;
}

.btn-icon:hover {
  box-shadow: none;
}

.btn-icon--green {
  background: var(--color-green-primary);
}

.btn-icon--trust {
  background-image: url("/local/templates/unimarket/img/svg/trust.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.btn-icon__social:hover path {
  transition: var(--transition);
  stroke: var(--color-green-primary);
}

.btn-icon__social--tg:hover path {
  transition: var(--transition);
  fill: var(--color-green-primary);
}

.btn-icon--arrow-up {
  background-image: url("/local/templates/unimarket/img/svg/arrowUp.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.btn-icon--play {
  background-image: url("/local/templates/unimarket/img/video/play.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.main {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.main-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-info__title {
  font-family: "InterBold", serif;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 45px;
}

.main-info__desc {
  font-weight: 400;
  font-size: 18px;
  color: #161C21;
  margin-bottom: 30px;
  letter-spacing: 0.01em;
}

.advantage-title {
  font-family: "OpenSansBold", serif;
  font-size: 32px;
  line-height: 40px;
}

.advantage__cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 50px 55px;
  grid-auto-flow: row;
  grid-template-areas: ". . ." ". . .";
  margin-top: 45px;
}

.advantage__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
}
.advantage__card .advantage__card-title {
  font-size: 16px;
}
.advantage__card .advantage__card-desc {
  font-size: 14px;
}
.advantage__card img {
  margin: 0 auto;
}

.instruction {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: var(--radius-small);
  margin: 36px 0 140px;
  padding: 15px 25px 15px 45px;
  background: rgba(255, 255, 255, 0.6);
}
.instruction .instruction__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.instruction .instruction__info span {
  font-family: "OpenSansLight", serif;
  font-size: 16px;
  padding-top: 15px;
  line-height: 25px;
  color: var(--color-dark);
}
.instruction .instruction__video {
  position: relative;
}
.instruction .instruction__video .btn-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: none;
}

.instruction-title {
  font-family: "OpenSansSemiBold", serif;
  font-size: 24px;
  line-height: 34px;
  margin: 0;
  padding: 0;
}

.contacts {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: var(--radius-small);
}

.contacts-title {
  font-family: "OpenSansBold", serif;
  font-size: 32px;
  line-height: 40px;
}
.contacts-title.contacts-title__success {
  text-align: center;
  padding: 20px 0;
}

.contacts__mailing {
  display: flex;
  flex-direction: column;
  max-width: 500px;
}
.contacts__mailing .contacts__mailing-desc {
  margin-top: 15px;
  padding: 0;
  color: #161C21;
  font-family: "OpenSansRegular", serif;
  font-size: 16px;
  line-height: 20px;
}
.contacts__mailing .contacts__mailing-confidentiality {
  font-family: "OpenSansLight", serif;
  font-size: 10px;
  line-height: 14px;
}
.contacts__mailing .contacts__mailing-confidentiality a {
  text-decoration: underline;
  color: var(--color-dark);
}
.contacts__mailing .contacts__mailing-confidentiality a:hover {
  text-decoration: none;
}

.contacts__mailing-form .contacts__mailing-form__radio {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 346px;
  margin-top: 35px;
}
.contacts__mailing-form .contacts__mailing-form__radio span {
  font-family: "OpenSansRegular", serif;
  color: var(--color-gray);
  font-size: 14px;
  line-height: 25px;
}
.contacts__mailing-form .contacts__mailing-form__radio--wrapper--wrapper {
  display: flex;
  align-items: center;
}
.contacts__mailing-form .contacts__mailing-form__radio--wrapper--wrapper label {
  font-family: "OpenSansRegular", serif;
  font-size: 14px;
  color: var(--color-dark);
}
.contacts__mailing-form .contacts__mailing-form__radio--wrapper--wrapper label:hover {
  cursor: pointer;
}
.contacts__mailing-form .contacts__mailing-form__field {
  margin: 20px 0;
}
.contacts__mailing-form .errortext {
  margin-top: -5px;
  padding-bottom: 5px;
  display: block;
}

.contacts__mailing-form input[type=email],
.contacts__mailing-form input[type=text] {
  font-family: "OpenSansRegular", serif;
  width: 312px;
  min-height: 48px;
  background: var(--background-white);
  cursor: text;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-right: 5px;
  font-size: 16px;
  padding-left: 10px;
  color: var(--color-dark);
}
.contacts__mailing-form input[type=email]::placeholder,
.contacts__mailing-form input[type=text]::placeholder {
  font-size: 16px;
  color: var(--color-gray);
}
.contacts__mailing-form input[type=email]:focus::-webkit-input-placeholder,
.contacts__mailing-form input[type=text]:focus::-webkit-input-placeholder {
  color: transparent;
}
.contacts__mailing-form input[type=email]::-webkit-outer-spin-button, .contacts__mailing-form input[type=email]::-webkit-inner-spin-button,
.contacts__mailing-form input[type=text]::-webkit-outer-spin-button,
.contacts__mailing-form input[type=text]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.contacts__mailing-form input[type=radio],
.contacts__mailing-form input[type=checkbox] {
  width: 22px;
  height: 22px;
  background: var(--background-white);
  border: 2px solid var(--color-green-primary);
  border-radius: var(--radius-big);
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 5px;
}
.contacts__mailing-form input[type=radio]:checked,
.contacts__mailing-form input[type=checkbox]:checked {
  border: 6px solid var(--color-green-primary);
}

.contacts__address {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 500px;
}

.contacts__address-info {
  display: flex;
  flex-direction: column;
}
.contacts__address-info .contacts__address-info-title {
  font-family: "OpenSansRegular", serif;
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 25px;
}
.contacts__address-info .contacts__address-info-title--date {
    font-size: 14px; 
    margin-bottom: 5px; 
    margin-top: 7px; 
    line-height: 1.3em;
}

.contacts__address-info .contacts__address-info-title--phone {
   font-size: 14px !important; 
   line-height: 1.3em;
   margin: 0 !important;
}
.contacts__address-info .contacts__address-info-content {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.contacts__address-info .contacts__address-info-content img {
  margin-right: 10px;
}
.contacts__address-info .contacts__address-info-detail {
  font-family: "OpenSansSemiBold", serif;
  font-size: 20px;
  margin: 0;
  padding: 0;
  color: #161C21;
}

.contacts__address-info:first-child {
  margin-bottom: 30px;
}

.contacts__social {
  display: flex;
  margin-top: 45px;
}
.contacts__social .btn-icon {
  margin-right: 12px;
}
.contacts__social .btn-icon:last-of-type {
  margin-right: 0;
}

@media (max-width: 1023px) {
  .nav,
.section {
    display: none;
  }

  .container--mob {
    position: relative;
    height: 100vh;
    overflow: hidden;
    font-family: "Inter", BlinkMacSystemFont, "Roboto", "Helvetica Neue", Geneva, sans-serif;
  }

  .ellipse-1--mob {
    position: absolute;
    z-index: 1;
    width: 328px;
    height: 314px;
    left: calc(50% - 328px / 2 - 31px);
    top: calc(50% - 314px / 2 + 265px);
    background: #F1BFA0;
    filter: blur(125px);
  }

  .ellipse-2--mob {
    position: absolute;
    z-index: 1;
    width: 362px;
    height: 322px;
    left: calc(50% - 362px / 2 + 91px);
    top: calc(50% - 322px / 2 + 289px);
    background: #FCF9C6;
    filter: blur(100px);
  }

  .ellipse-3--mob {
    position: absolute;
    z-index: 1;
    width: 286px;
    height: 257px;
    left: calc(50% - 286px / 2 + 135px);
    top: calc(50% - 257px / 2 + 147.5px);
    background: #9EB23B;
    filter: blur(150px);
  }

  .content--mob {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    height: 100vh;
    color: #161C21;
    max-width: 600px;
    margin: 0 auto;
  }

  .head--mob {
    flex: 0 0 auto;
    padding: 50px 28px 0 28px;
    display: flex;
    justify-content: space-between;
  }

  .head__left--mob {
    display: flex;
    align-items: center;
  }

  .head__left--mob svg {
    display: block;
    width: 48px;
  }

  .head__left__text--mob {
    margin-left: 8px;
    font-weight: 600;
    font-size: 12px;
    color: #808388;
    letter-spacing: 0.01em;
  }

  .head__right--mob svg {
    display: block;
    width: 40px;
  }

  .text--mob {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .text__title--mob {
    margin: 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
  }

  .text__desc--mob {
    margin: 0;
    margin-top: 8px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image--mob {
    flex: 1;
    align-items: flex-end;
    display: flex;
    padding-bottom: 40px;
  }

  .image--mob svg {
    display: block;
    width: 100%;
  }

  .container--mobile--mob {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .container--mobile--mob {
    display: none;
  }
}
.section {
  background: var(--background-white);
  padding: 100px 0;
}

.section--gray {
  background: var(--background-gray);
}

.section--gradient-top {
  position: relative;
  background: var(--background-gradient-top);
}

.section--gradient-top::before {
  position: absolute;
  content: "";
  width: 450px;
  height: 450px;
  background: #9EB23B;
  filter: blur(100px);
  top: 0;
  right: 5%;
  z-index: 5;
}

.section--gradient-top::after {
  position: absolute;
  content: "";
  width: 450px;
  height: 450px;
  background: #F1BFA0;
  filter: blur(150px);
  top: 150px;
  right: 10%;
  z-index: 5;
}

.section--gradient-bottom {
  position: relative;
  background: var(--background-gradient-bottom);
}

.section--gradient-bottom::before {
  position: absolute;
  content: "";
  width: 450px;
  height: 450px;
  background: #9EB23B;
  filter: blur(100px);
  bottom: 15%;
  right: 5%;
  z-index: 5;
}

.section--gradient-bottom::after {
  position: absolute;
  content: "";
  width: 650px;
  height: 550px;
  background: #F1BFA0;
  filter: blur(150px);
  bottom: 5%;
  right: 0%;
  z-index: 5;
}

.container {
  position: relative;
  z-index: 10;
  max-width: 984px;
  margin: 0 auto;
}

.scroll-up {
  display: none;
  position: fixed;
  bottom: 3%;
  right: 1%;
  z-index: 1000;
}
.scroll-up img {
  border-radius: var(--radius-small);
  background: rgba(255, 255, 255, 0.7);
  padding: 7px 10px;
}

/* End */
/* /local/templates/unimarket/styles.css?170808651121986 */
