html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

footer, header, main, nav, section {
  display: block;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active, a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

input, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}


* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  color: #333;
  background-color: #fff;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before, .w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

h1, h2, h3, h4 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-form {
  margin: 0 0 15px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input {
  width: 100%;
  height: 38px;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

textarea.w-input {
  height: auto;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}


.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }


  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {

  .w-row, .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-col {
    width: 100%;
  }
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-toggle {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-menu {
  float: right;
  position: relative;
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
    padding-left: 10px;
  }
}

:root {
  --dark-slate-blue: #343e52;
  --slate-grey: #677081;
  --orange-red-2: #ff3c00;
  --white-smoke: #f5f4f7;
  --light-slate-grey: #8e98ad;
  --blue-violet: #753fff;
  --slate-blue-2: #5956fd;
  --silver: #c9c9c9;
  --orange-red: #ff3c00;
  --black-2: #101731;
  --alice-blue: #e4e8ee;
  --medium-slate-blue: #8556fd;
  --magenta-2: #d656fd;
  --blue-2: #530fff;
  --deep-sky-blue: #2fb9f8;
  --royal-blue: #465cff;
  --light-slate-grey-2: #768fad;
  --slate-blue-3: #214af0;
  --deep-sky-blue-2: #39abff;
  --black-3: #1c1c3d;
  --indigo: #350b68;
  --white: white;
  --black: black;
  --magenta: rgba(214, 86, 253, .16);
  --orange: rgba(253, 183, 86, .16);
  --cornflower-blue: rgba(86, 146, 253, .16);
  --dark-turquoise: rgba(30, 200, 226, .16);
  --slate-blue: rgba(89, 86, 253, .16);
  --spring-green: rgba(86, 253, 122, .16);
  --2fb9f8: white;
  --dark-orange: #ff9500;
  --dark-turquoise-2: #1ec8e2;
  --grey: #7e7e7e;
  --spring-green-2: #56fd7a;
  --lime-green: #03be2b;
  --forest-green: #049223;
  --lime-green-2: #19e245;
  --blue: #2741ff;
  --midnight-blue: #160325;
}

h1 {
  color: var(--dark-slate-blue);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  color: var(--dark-slate-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  color: var(--dark-slate-blue);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  color: var(--dark-slate-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

p {
  color: #333;
  text-align: left;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

ul {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

img {
  max-width: 100%;
  border-radius: 6px;
  display: inline-block;
}

.learn-more-link {
  clear: none;
  color: #1cbac8;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  text-decoration: none;
  position: static;
}

.learn-more-link.outline {
  width: 140px;
  height: 42px;
  border: 1px solid var(--light-slate-grey);
  color: var(--slate-grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 20px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  transition: color .4s, background-color .4s;
  display: inline-block;
}

.learn-more-link.outline:hover {
  background-color: rgba(0, 0, 0, 0);
  background-image:linear-gradient(111deg, var(--blue-violet), #24a589);
  color: #fff;
  border-width: 0;
  box-shadow: 0 6px 12px rgba(142, 152, 173, .38);
}

.heading {
  color: var(--dark-slate-blue);
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 38px;
}

.content-section {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.content-section.footer {
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
}

.button {
  float: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #465cff;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 24px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .4s;
  display: block;
}

.button:hover {
  background-color: #000;
}

.button.general {
  max-width: fit-content;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(111deg, var(--blue-violet), #24a589);
  text-align: center;
  border: 1px #8b9de4;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  transition-property: box-shadow;
  transition: transform 0.3s ease;
}

.button.general:hover {
  border-style: none;
  transform: scale(1.05);
}

.button.general.pink {
  background-image: linear-gradient(111deg, var(--blue-violet), #24a589);
}

.center {
  width: 100%;
  color: var(--slate-grey);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.section {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.section.background-color {
  background-color: var(--medium-slate-blue);
  flex-direction: row;
  padding-top: 160px;
  position: relative;
  overflow: hidden;
}

.section.background-color.white {
  border-bottom: 1px none var(--white-smoke);
  background: linear-gradient(to top, #e0e0e0, #ffffff);
  flex-direction: column;
  padding-bottom: 0;
  overflow: hidden;
}

.div-content {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px 0 0;
  display: flex;
  position: relative;
}

.div-content.tittle-in-div {
  text-align: center;
  margin-bottom: 40px;
}

.div-content.tittle-in-div.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.footer-sub-link {
  color: #000;
  border: 1px #000;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s;
  display: block;
}

.footer-sub-link:hover {
  color: var(--orange-red-2);
}

.footer-notes {
  background-color: #f5f4f7;
  border-top: 1px #f5f5f5;
  padding-top: 20px;
  padding-bottom: 20px;
}

.service-div {
  width: 100%;
  height: 170px;
  border: 1px none var(--alice-blue);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 30px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  display: block;
  box-shadow: 0 1px 8px rgba(70, 82, 116, .12);
}

.service-div.padding {
  border-radius: 10px;
  margin-bottom: 30px;
}

.footer-heading {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
}

.footer-heading.white {
  color: var(--dark-slate-blue);
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.footer-section {
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto;
  display: flex;
}

.container-wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.container-wrapper.archivements {
  border: 1px #000;
}

.container-wrapper.footer {
  flex-direction: row;
  align-items: flex-start;
}

.top-header {
  color: var(--slate-grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  display: inline-block;
}

.service-heading-second {
  float: none;
  clear: none;
  color: var(--dark-slate-blue);
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.service-heading-second.left {
  color: var(--dark-slate-blue);
  text-transform: none;
}

.left {
  color: var(--slate-grey);
  text-align: left;
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
}

.right {
  text-align: right;
}

.cta-text {
  padding-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
}

.cta-text.white {
  color: #fff;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.page-header-section {
  background-image: linear-gradient(111deg, var(--blue-violet), #24a589);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-header-section.image-background {
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-header-section.image-background.small {
  background-image:linear-gradient(111deg, var(--blue-violet), #24a589);
  border-style: none;
  border-color: #000;
  transition: background-color .4s;
}

.page-header-section.image-background.small:hover {
  background-image: linear-gradient(120deg, var(--blue-violet), #24a589);
  border: 1px #000;
}

.page-header-section.small {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--alice-blue) black;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.page-header-section.small:hover {
  border-style: solid none;
  border-width: 1px 0;
  border-color: var(--alice-blue) #2e7df8;
}

.google-play {
  text-align: right;
  margin-left: 0;
  margin-right: 0;
  max-width: 150px;
}

.google-play-wrapper {
  border-left: 1px solid rgba(255, 255, 255, .43);
  justify-content: center;
  display: flex;
}

.columns {
  width: 100%;
  align-items: flex-start;
  display: flex;
}

.white {
  color: #fff;
  padding-left: 0;
}

.button-wrapper {
  width: 300px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.button-wrapper.product {
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
}

.button-wrapper.no-padding {
  height: 50px;
  justify-content: center;
  margin-top: 0;
}

.button-wrapper.center {
  width: auto;
  justify-content: center;
}

.footer-block {
  text-align: left;
  padding-right: 20px;
}

.footer-row {
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
  justify-content: space-between;
}

.container-template {
  max-width: 1200px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: static;
}

.copyright-text {
  color: var(--dark-slate-blue);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.footer-bottom {
  margin-top: 0;
  padding-top: 0;
}

.copyright {
  color: #aaa;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  line-height: 22px;
  display: flex;
}

.question-box {
  margin-bottom: 10px;
  width: 100%;
}

.question-box.first {
  border-top-style: none;
  margin-top: 30px;
}

.expand {
  flex: 1;
}

.question-tittle-link {
  width: 100%;
  background-color: #f3f3f3;
  border-left: 1px solid #009fad;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: center;
  padding: 25px 30px 10px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
  display: flex;
  column-gap: 10px;
}

.question-tittle-link.white {
  height: 60px;
  border: 1px solid var(--alice-blue);
  background-color: #fff;
  border-radius: 6px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  box-shadow: 0 1px 3px rgba(82, 91, 115, .07);
}

.horizontal {
  width: 14px;
  height: 2px;
  background-color: #161a25;
  position: absolute;
  top: 9px;
}

.question-box-answer {
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(0, 0, 0, .1);
  padding: 20px 30px 0;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 25px;
  overflow: hidden;
}

.vertical {
  width: 14px;
  height: 1.5px;
  background-color: #161a25;
  margin-bottom: -1px;
  position: absolute;
  transform: rotate(90deg);
}

.question-tittle {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.flex-wrap {
  flex-wrap: nowrap;
  margin-bottom: 0;
  display: flex;
}

.open-close-plus {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.full-container {
  z-index: 100;
  max-width: 1170px;
  color: #1a1a1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  display: flex;
  position: relative;
}

.full-container.tab {
  z-index: 10;
  width: 100%;
}

.laptop-padding {
  width: 100%;
  max-width: none;
  margin-top: 40px;
  max-height: 400px;
  object-fit: cover;
  object-position: top;
}

.hero-text-block {
  z-index: 10;
  width: 81%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-big-text {
  color: #fff;
  text-transform: none;
  margin-top: 10px;
  font-size: 47px;
  font-weight: 500;
  line-height: 57px;
}

.hero-big-text.hero {
  margin-top: 0;
  font-size: 47px;
  font-weight: 300;
  line-height: 57px;
}

.hero-big-text.hero.dark {
  color: var(--dark-slate-blue);
  text-align: center;
  font-weight: 400;
}

.main-section {
  height: 750px;
  color: #1a1a1a;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  position: relative;
}

.main-section.ads {
  width: 100%;
  height: auto;
  background-image: linear-gradient(111deg, var(--blue-violet), #24a589);
  background-position: 0 0, 50% 0, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 800px, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
}

.contact-services-text {
  color: rgba(255, 255, 255, .8);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 25px;
  display: block;
}

.form-block {
  padding-left: 30px;
  padding-right: 30px;
}

.cta-button {
  height: 48px;
  color: #2c3340;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 4px;
  padding: 12px 24px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  transition: box-shadow .4s;
}

.cta-button:hover {
  box-shadow: 0 2px 4px rgba(40, 43, 49, .29);
}

.cta-button.blue {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  font-family: Roboto, sans-serif;
}

.cta-button.blue:hover {
  background-image: linear-gradient(111deg, var(--blue-violet), #24a589);
  border-style: none;
  border-color: rgba(0, 0, 0, 0);
}

.cta-button.blue.full {
  width: 100%;
  background-image: linear-gradient(111deg, var(--blue-violet), #24a589);
  border-style: none;
  line-height: 22px;
}

.cta-button.blue.full:hover {
  box-shadow: 0 6px 12px rgba(142, 152, 173, .38);
}

.cta-button.blue.full {
  width: 100%;
  background-image: linear-gradient(111deg, var(--blue-violet), #24a589);
  border-style: none;
  line-height: 22px;
}

.cta-button.blue.full:hover {
  box-shadow: 0 6px 12px rgba(142, 152, 173, .38);
}

.center-button-block {
  width: 100%;
  text-align: left;
}

.left-form {
  text-align: left;
}

.text-field-third {
  height: 42px;
  float: none;
  border-radius: 3px;
  margin-bottom: 12px;
  display: inline-block;
}

.text-field-third.contact-form {
  font-size: 13px;
  line-height: 18px;
}

.text-field-third.contact-form.gray {
  background-color: rgba(244, 245, 249, .5);
  background-position: 7px 48%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #e4ecf6;
  border-radius: 5px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
}

.text-field-third.contact-form.gray.email {
  background-size: 20px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
}

.contact-content {
  z-index: 1000;
  height: auto;
  background-color: #fff;
  border: 1px solid rgba(228, 236, 246, .57);
  border-radius: 10px;
  padding: 45px 24px;
  position: relative;
  right: -45px;
  box-shadow: 7px 7px 25px rgba(82, 91, 115, .12);
}

.contact-content.new {
  z-index: 0;
  width: 60%;
  border-color: #e4ecf6;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 30px;
  display: block;
  position: static;
  box-shadow: 0 10px 25px rgba(70, 82, 116, .12);
}

.container-fourth {
  max-width: 1200px;
  border-top-right-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.container-fourth.contact {
  text-align: center;
  padding-left: 20px;
}

.contact-form.message.gray {
  min-height: 160px;
  background-color: rgba(244, 245, 249, .5);
  background-position: 8px 8px;
  background-repeat: no-repeat;
  background-size: 23px;
  border: 1px solid rgba(228, 236, 246, .57);
  border-radius: 5px;
  margin-bottom: 24px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 23px;
}

.field-label {
  color: var(--dark-slate-blue);
  text-align: left;
  text-transform: none;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.field-label.contact-us-field {
  color: #3f3f3f;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 400;
}

.field-label.contact-us-field.gray {
  color: #545569;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.portfolio-section {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
  overflow: visible;
}

.blog-content-wrapper {
  max-width: 1200px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.portfolio-cart-element {
  width: 100%;
  text-align: center;
  background-color: #f5f4f7;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 50px 30px;
  font-family: Roboto, sans-serif;
  display: flex;
  position: relative;
}

.portfolio-info {
  text-align: center;
  padding-top: 20px;
}

.price-product {
  color: var(--slate-grey);
  font-size: 20px;
  line-height: 30px;
}

.section-collection {
  text-align: left;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  display: flex;
}

.section-collection.gray {
  background-color: #f5f4f7;
}

.section-collection.gray-color {
  background-color: #f5f4f7;
}

.side-features {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  gap: 40px;
}

.side-info {
  width: 50%;
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: flex;
}

.side-info.products {
  width: 100%;
  height: 600px;
  background-color: var(--white-smoke);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 8% 10%;
  overflow: hidden;
}

.side-info.products:hover {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--alice-blue));
}

.side-info.products.shorter {
  height: 560px;
  margin-bottom: 0;
  padding-top: 10%;
  padding-bottom: 0%;
}

.side-info.products.shorter.main {
  margin-bottom: 20px;
}

.gray-paragraph.center {
  margin-bottom: 0;
}

.side-image-media {
  width: 50%;
  min-height: 240px;
  flex: 0 auto;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.side-image-media.flex-right {
  justify-content: flex-end;
  padding-left: 15px;
  padding-right: 15px;
}

.promo-wrapper {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-half-section {
  color: var(--dark-slate-blue);
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.heading-half-section.left {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 38px;
}

.collection-list-wrapper {
  width: 100%;
}

.image-div-wrapper {
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 0;
}

.tittle-product {
  color: var(--black-3);
  text-align: center;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
}

.brand {
  width: 160px;
  align-items: center;
  padding: 0;
  display: flex;
}

.brand.in-white.w--current {
  width: 160px;
}

.wrapper-full {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
}

.nav-menu-second {
  align-items: center;
  display: flex;
}

.nav-bar {
  z-index: 200;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #333;
  flex-direction: row;
  justify-content: center;
  padding: 6px 24px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link {
  color: #fff;
  font-family: Roboto, sans-serif;
  transition: color .4s;
  border: 1px solid #000;
  transition: background-color .4s, color .4s;

  & .text-block-nav {
    padding: 10px 20px 10px 20px;
    display: block;
  }
}

.nav-link:hover {
  color: #fff;
  background-color: #000;

  & .text-block-nav {
    color: #fff;
  }
}

.nav-link.dark {
  color: var(--dark-slate-blue);
}

.page-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 60px;
}

.page-pargraph {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}

.page-pargraph.page-header {
  margin-bottom: 20px;
  line-height: 25px;
}

.page-header-div {
  width: 100%;
  height: 300px;
  max-width: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.page-header-div.center {
  height: auto;
  align-items: center;
}

.row-cta {
  width: 90%;
}

.contact-block {
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(#fdfdfd, rgba(255, 255, 255, 0));
  border: 1px solid #eaeaea;
  border-style: solid none;
  border-radius: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10%;
  display: block;
}

.contact-block.right {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-style: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.contact-block.right.dark {
  background-color: rgba(22, 3, 37, .2);
  border-style: none;
  margin-left: 1px;
  margin-right: 1px;
}

.contact-block.left {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-style: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.contact-block.left.dark {
  background-color: rgba(22, 3, 37, .2);
  border-style: none;
  margin-left: 1px;
  margin-right: 1px;
}

.contact-block.middle {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-style: none;
  padding: 10%;
}

.contact-block.middle.dark {
  background-color: rgba(22, 3, 37, .2);
  border-style: none;
  margin-left: 1px;
  margin-right: 1px;
}

.div-didider {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px rgba(0, 0, 0, .04);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-icon {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 42px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.no-padding-columns {
  border: 1px rgba(255, 255, 255, .2);
  border-right-style: solid;
  padding-left: 0;
  padding-right: 0;
}

.no-padding-columns.dark {
  border-style: none;
}

.contact-services-tittle {
  color: #fff;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.features-row.dark {
  width: 1000px;
  margin-top: 80px;
}

.about-copy-wrapper {
  width: 75%;
}

.info-row {
  width: 99.9714%;
  margin-bottom: 0;
  display: flex;
}

.email {
  background-color: rgba(0, 0, 0, 0);
}

.first {
  border-top: 1px solid #e6e6e6;
  border-bottom-style: none;
}

.product-image {
  max-width: none;
  margin-top: 20px;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.info-wrapper {
  width: 80%;
  margin: -80px auto 80px;
}

.info-wrapper.alternative {
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.info-left-wrapper {
  width: 35%;
}

.contact-wrapper {
  display: flex;
}

.collection-item-categories {
  width: 50%;
}

.link {
  background-color: var(--alice-blue);
  color: var(--dark-slate-blue);
}

.hero-button-block.padding {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {

  .content-section {
    padding-left: 20px;
    padding-right: 10px;
  }

  .button.general {
    margin-left: 0;
    margin-right: 0;
  }

  .button.general.pink {
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    overflow: hidden;
  }

  .section.background-color.white {
    margin-left: auto;
    margin-right: auto;
  }

  .div-content.tittle-in-div.center {
    text-align: center;
  }

  .service-div {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-wrapper.archivements {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-wrapper.footer {
    flex-flow: wrap;
  }

  .cta-text.white {
    text-align: center;
    line-height: 30px;
  }

  .page-header-section.image-background.small {
    padding-bottom: 40px;
  }

  .page-header-section.small {
    justify-content: center;
  }

  .google-play-wrapper {
    border: 1px #000;
  }

  .columns {
    display: block;
  }

  .button-wrapper.no-padding {
    width: auto;
  }



  .footer-row {
    text-align: center;
  }

  .copyright {
    text-align: center;
    flex-direction: row;
    display: block;
    max-width: fit-content;
  }

  .full-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .laptop-padding {
    width: 100%;
    margin-top: 40px;
  }

  .hero-text-block {
    width: 90%;
    margin-top: 0;
  }

  .hero-big-text.hero.dark {
    width: 99.8684%;
  }

  .main-section.ads {
    height: auto;
    background-position: 0 0, 50% 0, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, 800px, auto;
  }

  .contact-services-text {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-content {
    width: 110%;
    right: 0;
  }

  .contact-content.new {
    width: 80%;
  }

  .container-fourth {
    padding-left: 20px;
    padding-right: 20px;
  }

  .field-label {
    font-size: 14px;
    line-height: 24px;
  }

  .section-collection {
    flex-direction: row;
  }

  .side-features {
    flex-wrap: wrap;
  }

  .side-info {
    width: 90%;
    margin-bottom: 100px;
  }

  .side-info.products {
    height: 500px;
  }

  .side-info.products.shorter {
    width: 100%;
    height: 450px;
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 10%;
    padding-bottom: 0%;
    display: flex;
    overflow: hidden;
  }

  .side-info.padding-top {
    margin-top: 100px;
    margin-bottom: 0;
  }

  .side-image-media {
    width: 100%;
  }

  .heading-half-section {
    text-align: center;
  }

  .heading-half-section.left, .heading-half-section.left-side {
    text-align: left;
  }

  .tittle-product {
    text-align: center;
  }

  .nav-menu-second {
    height: auto;
    color: #000;
    background-color: #fff;
    display: block;

  }

  .nav-link {
    background-color: #fff;

  }

  .text-block-nav {
    color: var(--dark-slate-blue);
  }

  .dark-logo.in-white {
    opacity: 1;
  }

  .contact-block {
    border-top-style: none;
    border-bottom-style: solid;
    margin-bottom: 0;
  }

  .contact-block.right {
    border-top-style: none;
    border-left-style: none;
    margin-bottom: 0;
  }

  .contact-block.right.dark {
    width: 100%;
    border-radius: 6px;
  }

  .contact-block.left {
    border-bottom-style: none;
    border-right-style: none;
    margin-bottom: 0;
  }

  .contact-block.left.dark {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 2px;
  }

  .contact-block.middle {
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, .2);
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, .2);
    margin-bottom: 0;
  }

  .contact-block.middle.dark {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 2px;
    margin-right: 0;
  }

  .features-row.dark {
    width: 100%;
  }

  .about-copy-wrapper {
    width: 90%;
    margin-bottom: 40px;
  }

  .product-image {
    width: 100%;
    margin-top: 40px;
  }

  .collection-item-half {
    width: 50%;
  }

  .info-wrapper {
    width: 100%;
  }

  .info-left-wrapper {
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .collection-list-wrapper-main {
    width: 100%;
    flex-direction: row;
    display: block;
  }

  .collection-item-categories {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {

  .content-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button {
    float: none;
    display: inline-block;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-content.tittle-in-div {
    padding-left: 20px;
  }

  .div-content.tittle-in-div.center {
    margin-bottom: 40px;
    padding-left: 0;
  }

  .service-div {
    margin-bottom: 20px;
  }

  .service-div.padding {
    margin-bottom: 20px;
  }

  .footer-heading.white {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-wrapper.footer {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .cta-text.white {
    margin-bottom: 10px;
  }

  .page-header-section.small {
    text-align: center;
  }

  .google-play-wrapper {
    border: 1px #000;
  }

  .columns {
    flex-wrap: wrap;
  }

  .button-wrapper.no-padding {
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-block {
    width: 100%;
  }

  .footer-row {
    flex-direction: column;
  }

  .full-container.tab {
    height: auto;
  }

  .laptop-padding {
    width: 100%;
    margin-top: 20px;
  }

  .hero-text-block {
    width: 100%;
  }

  .main-section.ads {
    height: auto;
    background-position: 0 0, 50% 0, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, 800px, auto;
  }

  .contact-content {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    right: 0;
  }

  .contact-content.new {
    padding-left: 10px;
    padding-right: 10px;
  }

  .side-features {
    flex-wrap: wrap;
  }

  .side-info {
    width: 100%;
  }

  .side-info.products {
    margin-bottom: 20px;
  }

  .side-info.products.shorter {
    width: auto;
    height: 600px;
    margin-bottom: 20px;
  }

  .heading-half-section {
    text-align: left;
  }

  .wrapper-full {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-header {
    text-align: center;
  }

  .contact-block.right {
    border-left-style: none;
  }

  .contact-block.left {
    border-bottom-style: none;
    border-right-style: none;
  }

  .no-padding-columns {
    padding-left: 0;
    padding-right: 0;
  }

  .info-row {
    display: block;
  }

  .product-image {
    margin-top: 40px;
  }

  .info-wrapper.alternative {
    margin-top: 0;
    position: relative;
  }

  .collection-item-categories {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {

  .heading {
    text-align: center;
  }

  .button {
    float: none;
    text-align: center;
    display: inline-block;
  }

  .div-content {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .div-content.tittle-in-div.center {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .service-div {
    width: 100%;
  }

  .container-wrapper {
    justify-content: space-between;
  }

  .cta-text.white {
    text-align: center;
    margin-bottom: 20px;
  }

  .white {
    text-align: left;
  }

  .button-wrapper {
    width: auto;
  }

  .footer-block.contact-info {
    width: 100%;
  }

  .copyright {
    padding-left: 10px;
    padding-right: 10px;
  }

  .question-tittle, .full-container {
    text-align: left;
  }

  .laptop-padding {
    width: 100%;
    margin-top: 20px;
  }

  .hero-big-text {
    font-size: 32px;
    line-height: 42px;
  }

  .hero-big-text.hero {
    font-size: 42px;
    line-height: 52px;
  }

  .hero-big-text.hero.dark {
    width: 100%;
    font-size: 38px;
    line-height: 48px;
  }

  .main-section.ads {
    height: auto;
    background-position: 0 0, 50% -184px, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
    background-attachment: scroll, scroll, scroll;
  }

  .contact-services-text, .form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-content {
    width: 100%;
    position: static;
    right: 0;
  }

  .contact-content.new {
    width: 100%;
    padding: 30px 0;
  }


  .blog-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-collection {
    padding-left: 20px;
  }

  .side-features {
    flex-wrap: wrap;
  }

  .side-info {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-info.products {
    margin-bottom: 20px;
  }

  .side-info.products.shorter {
    height: 470px;
  }

  .side-image-media.flex-right {
    width: 100%;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .promo-wrapper, .promo-wrapper.mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-half-section {
    text-align: center;
  }

  .heading-half-section.left {
    margin-bottom: 20px;
  }

  .brand {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-full {
    padding-left: 0;
    padding-right: 0;
    top: 30%;
  }

  .page-header {
    text-align: center;
  }

  .row-cta {
    width: 100%;
  }

  .contact-block.right {
    border-left-style: none;
  }

  .contact-block.left {
    border-bottom-style: none;
    border-right-style: none;
  }

  .no-padding-columns {
    padding-right: 0;
  }

  .about-copy-wrapper {
    width: 100%;
  }

  .first {
    flex-direction: column;
    align-items: center;
  }

  .collection-item-half {
    width: 100%;
  }
}

.text-block-nav {
  color: #333;
  font-weight: 600;
  text-decoration: none;
  font-size: 20px;
  transition: color .4s;
}

.text-block-nav:hover {
  color: #fff;
}

.footer-notes {
  .w-col-8 {
    max-width: 150px;
  }
}

@media screen and (max-width: 479px) {
  .dark-logo.in-white {
    max-width: 100px;
  }
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.question-box-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.open-close-plus {
  position: relative;
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.open-close-plus .vertical,
.open-close-plus .horizontal {
  position: absolute;
  background: #000;
}
.open-close-plus .vertical {
  width: 2px;
  height: 16px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.open-close-plus .horizontal {
  width: 16px;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.home-contact {
  & .footer-sub-link {
    font-size: 25px;
  }
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 20px;

  & .field-label {
    margin-bottom: 0;
  }
}

.footer {
  &.container-wrapper {
    max-width: 1200px;
    justify-content: start;
    gap: 50px;
  }
}

.legal {  
  & .side-info {
    max-width: 100%;
    width: 100%;
  }

  h2 {
    font-size: 25px;
  }

  & .side-info.padding-top {
    margin-top: 50px;
  }
}

.dop-style {
  padding: 150px 30px;
  padding-bottom: 50px;
  text-align: center;

  margin: 0 auto;
  max-width: 1200px;

  h1 {
    text-align: center;
  }

  p {
    text-align: center;
  }


  & .thank-you-message {
    margin-top: 40px;
    margin-bottom: 40px;
  }


  & .hero-button-block.padding {
    display: flex;
    justify-content: center;
  }
}

.home-app {
  & .w-container .w-row {
    display: flex;
    align-items: center;
  }
}

.div-icon {
  margin-bottom: 20px;
}

.home-delivery {
  & .center-block .contact-block.middle.dark {
    background-color: transparent;
  }
}

.catalog-section,
.home-popular {
  & .w-dyn-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }

  & .w-col-4 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .catalog-section,
.home-popular {
  & .w-dyn-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    column-gap: 0;
  }

  & .w-col-4 {
    width: 100%;
  }
}
  .footer {
    &.container-wrapper {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
    }
  }

  .side-image-media.flex-right {
    img {
      width: 100%;
    }
  }
}

@media screen and (max-width: 767px) {
  .footer {
    &.container-wrapper {
      display: grid;
      grid-template-columns: 1fr;
      row-gap: 30px;
    }
  }

  .copyright {
    margin: 0 auto;
  }

  .w-row {
    display: grid;
    grid-template-columns:  1fr;
  }

  .collection-item-half {
    width: 100%
  }

  .home-app {
    & .w-container .w-row {
    
      flex-direction: column;
    }
  }

  .contact-content.new {
    width: 100%;
  }

  .footer-bottom {
    & .w-row {
      display: flex;
      flex-direction: column ;
      justify-content: center;    
    }
  }

  .catalog-section,
  .home-popular {
    & .w-dyn-items {
      display: grid;
      grid-template-columns: 1fr ;
      gap: 20px;
      column-gap: 0;
    }
  
    & .w-col-4 {
      width: 100%;
    }
  }
}

@media screen and (max-width: 479px) {
  ul {
    padding-left: 0;
  }

  .info-left-wrapper {
    width: 100%;
  }
  
  .legal {
    h2 {
      font-size: 20px;
    }
  }
}

