* {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

*,
*::before,
*::after {
  -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 {
  width: 100%;
  min-height: 100vh;
  font-size: 14px;
  line-height: 1;
  -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;
}

/* stylelint-disable-next-line no-descending-specificity */
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: inherit;
}

p {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

.chrome-picker {
  position: absolute;
}

.solis {
  /********* Header style *********/
  /********* Text style *********/
}
.solis-title, .solis-subtitle {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #262A3F;
}


.solis-title-italic, .solis-subtitle-italic {
  font-style: italic;
  color: #85BBB1;
}

.solis-title {
  font-size: 44px;
  line-height: 52px;
}
@media screen and (max-width: 768px) {
  .solis-title { /* Change style if width on screen is different */
    font-size: 34px;
  }
}
.solis-subtitle {
  font-size: 40px;
  line-height: 48px;
  /***** Header style (Statistic section) *****/
  /***** Header style (Trading section) *****/
}
@media screen and (max-width: 768px) {
  .solis-subtitle { /* Change style if width on screen is different */
    font-size: 30px;
  }
}
.solis-subtitle--statistic {
  font-size: 68px;
  line-height: 72px;
}
@media screen and (max-width: 768px) {
  .solis-subtitle--statistic { /* Change style if width on screen is different */
    font-size: 50px;
  }
}
.solis-subtitle--dollar {
  font-size: 40px;
}
.solis-subtitle--trading {
  font-size: 24px;
}
.solis-text {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  opacity: 0.8;
  color: #262A3F;
  /***** Text style (Navbar) *****/
  /***** Text style (Button) *****/
  /***** Text style (Quotes section) *****/
  /***** Text style (Review section) *****/
  /***** Text style (Input) *****/
  /***** Text style (Footer) *****/
}

@media screen and (max-width: 768px) {
  .solis-text { /* Change style if width on screen is different */
    font-size: 16px;
  }
}
.solis-text-navbar {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #262A3F;
}

.solis-text-button {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #F1897B;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.solis-text-button:hover, .solis-text-button:focus {
  color: #E54F3A;
}

.solis-text-quotes {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 46px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .solis-text-quotes { /* Change style if width on screen is different */
    font-size: 24px;
  }
}
@media screen and (max-width: 425px) {
  .solis-text-quotes { /* Change style if width on screen is different */
    font-size: 16px;
  }
}
.solis-text-author {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.08em;
  color: #FFF;
}
@media screen and (max-width: 900px) {
  .solis-text-author { /* Change style if width on screen is different */
    font-size: 18px;
  }
}
.solis-text--review {
  font-weight: 400;
  font-size: 16px;
  opacity: 0.8;
  color: #FFF;
}
.solis-text-input {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.08em;
  color: #262A3F;
}

.solis-text-footer {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  opacity: 0.6;
  color: #262A3F;
}

.solis-text-footer--bold {
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.08em;
  opacity: 1;
  margin-left: 12px;
}



.solis {
  /** Flexbox styles **/
  /** Gaps for Flexbox / Grid **/
}
.solis-container {
  padding: 0 135px;
}
@media screen and (max-width: 1280px) {
  .solis-container {
    padding: 0 70px;
  }
}
@media screen and (max-width: 1024px) {
  .solis-container {
    padding: 0 50px;
  }
}
@media screen and (max-width: 900px) {
  .solis-container {
    padding: 0 50px;
  }
}
.solis-center {
  text-align: center;
}
.solis-flex-center, .solis-flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.solis-flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.solis-flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.solis-gap-15 {
  gap: 15px;
}
.solis-gap-30 {
  gap: 30px;
}

.solis__button {
  position: relative;
  cursor: pointer;
  /** Button with borders **/
  /** Line behind the button **/
}
.solis__button--border {
  border: 1px solid #E4E4E4;
  max-width: 300px;
  max-height: 90px;
  padding: 30px 0;
  margin-top: 15px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.solis__button--border:hover, .solis__button--border:focus {
  border-color: #E54F3A;
  color: #E54F3A;
}

.solis__button::before {
  position: absolute;
  content: "";
  top: 11px;
  left: 10px;
  width: 100%;
  height: 13px;
  background-color: #F1897B;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.solis__button:hover::before, .solis__button:focus::before {
  background-color: #E54F3A;
}

.solis__hero {
  position: relative;
  min-height: 1028px;
  background-image: url(../imgs/hero-bg-light.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
}

  .solis__hero::before {
    position: absolute;
    content: "";
    top: 441px;
    width: 100%;
    height: 734px;
    background: linear-gradient(183.11deg, rgba(22, 25, 38, 0) 46.73%, #161926 63.21%);
  }
}
.solis__hero-title {
  max-width: 523px;
  margin-bottom: 20px;
}
.solis__hero-text {
  max-width: 439px;
  margin-bottom: 50px;
}

.solis__header {
  height: 80px;
  margin-bottom: 150px;
  /** Blur Effect **/
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.5)), color-stop(24.1%, rgba(255, 255, 255, 0.244636)), color-stop(47.19%, rgba(255, 255, 255, 0))), rgba(255, 255, 255, 0.02);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.244636) 24.1%, rgba(255, 255, 255, 0) 47.19%), rgba(255, 255, 255, 0.02);
  -webkit-backdrop-filter: blur(4.5px);
          backdrop-filter: blur(4.5px);
}
@media screen and (prefers-color-scheme: dark) {
  .solis__header { /* Change style if appearance on system is 'Dark' */
    background: -webkit-gradient(linear, right top, left top, from(rgba(22, 25, 38, 0.5)), color-stop(24.1%, rgba(22, 25, 38, 0)), color-stop(47.19%, rgba(22, 25, 38, 0))), rgba(22, 25, 38, 0.02);
    background: linear-gradient(270deg, rgba(22, 25, 38, 0.5) 0%, rgba(22, 25, 38, 0) 24.1%, rgba(22, 25, 38, 0) 47.19%), rgba(22, 25, 38, 0.02);
  }
}
.solis__header-navbar {
  position: relative;
  height: 100%;
}
.solis__header-navbar-logo-icon {
  margin-right: 15px;
}
.solis__header-navbar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.solis__header-navbar-item {
  position: relative;
  margin-right: 30px;
}
.solis__header-navbar-item:last-child {
  margin: 0;
}
.solis__header-navbar-item::after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  height: 3px;
  width: 0%;
  background: #F1897B;
  opacity: 0.3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (prefers-color-scheme: dark) {
  .solis__header-navbar-item::after { /* Change style if appearance on system is 'Dark' */
    background: linear-gradient(96.73deg, #53F3CD 6.73%, rgba(83, 243, 205, 0) 116.9%);
    opacity: 0.3;
  }
}
.solis__header-navbar-item:hover::after, .solis__header-navbar-item:focus::after {
  width: 100%;
}

.solis__header-navbar-hamburger-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.solis__header-navbar-hamburger-toggle {
  display: none;
}
.solis__header-navbar-hamburger, .solis__header-navbar-hamburger::before, .solis__header-navbar-hamburger::after {
  display: block;
  background-color: #515773;
  position: absolute;
  height: 4px;
  width: 30px;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.solis__header-navbar-hamburger::before {
  content: "";
  margin-top: -8px;
}
.solis__header-navbar-hamburger::after {
  content: "";
  margin-top: 8px;
}
.solis__header-navbar-hamburger-toggle:checked + .solis__header-navbar-hamburger-container .solis__header-navbar-hamburger::before {
  margin-top: 0px;
  -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
}
.solis__header-navbar-hamburger-toggle:checked + .solis__header-navbar-hamburger-container .solis__header-navbar-hamburger {
  background: rgba(255, 255, 255, 0);
}
.solis__header-navbar-hamburger-toggle:checked + .solis__header-navbar-hamburger-container .solis__header-navbar-hamburger::after {
  margin-top: 0px;
  -webkit-transform: rotate(-405deg);
          transform: rotate(-405deg);
}
@media screen and (max-width: 768px) {
  .solis__header-navbar-hamburger-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .solis__header-navbar-list {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 30px;
    right: 20px;
    width: 100%;
    margin-top: 50px;
    gap: 0;
  }
  .solis__header-navbar-item {
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding: 40px 0;
    width: 150px;
    background-color: #FFF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
  }
  .solis__header-navbar-item:hover {
    background-color: #E4E4E4;
  }
}

@media screen and (max-width: 768px) {
  .solis__header-navbar-hamburger-toggle ~ .solis__header-navbar-list li {
    height: 0;
    padding: 0 20px;
    border: 0;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
}
@media screen and (max-width: 768px) {
  .solis__header-navbar-hamburger-toggle:checked ~ .solis__header-navbar-list li {
    height: 50px;
    padding: 10px 20px;
    border-bottom: 1px solid #E4E4E4;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .solis__header-navbar-hamburger-toggle:checked ~ .solis__header-navbar-list li:last-child {
    border: none;
  }
}


.solis__statistic {
  -webkit-transform: translateY(-310px);
          transform: translateY(-310px);
  margin-bottom: -310px;
  padding-bottom: 120px;
}
.solis__statistic-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-row-align: center;
      align-self: center;
  margin-left: -170px;
  padding: 45px 0;
  background-color: #FFF;
  opacity: 0.9;
}

@media screen and (max-width: 1280px) {
  .solis__statistic-block { /* Change style if width on screen is different */
    margin-left: -340px;
  }
}
@media screen and (max-width: 1024px) {
  .solis__statistic-block { /* Change style if width on screen is different */
    margin-left: -480px;
  }
}
@media screen and (max-width: 900px) {
  .solis__statistic-block { /* Change style if width on screen is different */
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .solis__statistic-block { /* Change style if width on screen is different */
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.solis__statistic-block-figures {
  padding: 0 56px;
}
@media screen and (max-width: 900px) {
  .solis__statistic-block-figures { /* Change style if width on screen is different */
    padding: 0 20px;
  }
}
.solis__statistic-block-figures-item {
  position: relative;
  margin-bottom: 80px;
}
.solis__statistic-block-figures-item::after {
  position: absolute;
  content: "";
  bottom: -40px;
  left: 0;
  right: 0;
  width: 100px;
  height: 1px;
  margin: 0 auto;
  background-color: #85BBB1;
}
@media screen and (min-width: 768px) {
  .solis__statistic-block-figures-item:last-child { /* Change style if width on screen is different */
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .solis__statistic-block-figures-item:last-child::after { /* Change style if width on screen is different */
    content: none;
  }
}
@media screen and (max-width: 900px) {
  .solis__statistic-image { /* Change style if width on screen is different */
    display: none;
  }
}
.solis__statistic-title {
  min-width: 270px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .solis__statistic-textbox { /* Change style if width on screen is different */
    padding: 0 20px;
  }
}
.solis__statistic-text-1 {
  margin-bottom: 30px;
}
.solis__statistic-text-2 {
  margin-bottom: 50px;
}

.solis__features {
  margin-bottom: 30px;
}
.solis__features-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.solis__features-block-item {
  padding: 40px 0 100px;
  border-top: 1px solid #E4E4E4;
}

@media screen and (max-width: 768px) {
  .solis__features-block-item { /* Change style if width on screen is different */
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .solis__features-block { /* Change style if width on screen is different */
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 80px;
  }
}
.solis__features-title {
  max-width: 400px;
  margin-bottom: 30px;
}
.solis__features-text {
  max-width: 480px;
}

.solis__quotes {
  margin-bottom: 120px;
  /** Quotes icon **/
}
.solis__quotes-block {
  min-height: 400px;
  background-image: url(../imgs/quote-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 160px;
}
@media screen and (max-width: 900px) {
  .solis__quotes-block { /* Change style if width on screen is different */
    padding: 50px 80px;
    min-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .solis__quotes-block { /* Change style if width on screen is different */
    padding: 50px 20px 50px 60px;
  }
}
.solis__quotes-title {
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}
.solis__quotes-icon {
  position: absolute;
  -webkit-transform: translateX(-60px) translateY(-25px);
          transform: translateX(-60px) translateY(-25px);
}

.solis__api {
  margin-bottom: 120px;
}
.solis__api-tablet {
  position: relative;
  padding: 31px 70px 31px 30px;
  margin: 0 auto;
  border: 1px solid #E4E4E4;
  border-radius: 32px;
  /** Tablet camera & button **/
  /** Tablet camera **/
  /** Tablet button **/
  /** Video **/
  /** Play Button **/
}

@media screen and (max-width: 900px) {
  .solis__api-tablet { /* Change style if width on screen is different */
    padding: 20px 40px 20px 20px;
    border-radius: 16px;
  }
}
.solis__api-tablet::before, .solis__api-tablet::after {
  position: absolute;
  content: "";
  border: 1px solid #E4E4E4;
  border-radius: 50%;
}

@media screen and (max-width: 900px) {
  .solis__api-tablet::before, .solis__api-tablet::after { /* Change style if width on screen is different */
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.solis__api-tablet::before {
  left: 8px;
  width: 13px;
  height: 13px;
}
@media screen and (max-width: 900px) {
  .solis__api-tablet::before { /* Change style if width on screen is different */
    left: 5px;
  }
}
.solis__api-tablet::after {
  right: 14px;
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 900px) {
  .solis__api-tablet::after { /* Change style if width on screen is different */
    right: 4px;
  }
}
.solis__api-tablet-video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}
.solis__api-tablet-play {
  position: absolute;
  /** Play Button Hover Effect **/
}
@media screen and (max-width: 900px) {
  .solis__api-tablet-play { /* Change style if width on screen is different */
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 425px) {
  .solis__api-tablet-play { /* Change style if width on screen is different */
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.solis__api-tablet-play:hover {
  cursor: pointer;
}
.solis__api-tablet-play:hover circle {
  fill: #262A3F;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.solis__api-tablet-play:hover path {
  fill: #586291;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.solis__api-title {
  margin: 50px 0 20px;
}

.solis__trading {
  margin-bottom: 120px;
}
.solis__trading-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 100px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-row-align: center;
      align-self: center;
  gap: 70px 100px;
  margin-left: -170px;
  padding: 75px 0 75px 70px;
  background-color: #FFF;
  opacity: 0.9;
}

@media screen and (max-width: 1280px) {
  .solis__trading-block { /* Change style if width on screen is different */
    margin-left: -340px;
  }
}
@media screen and (max-width: 1024px) {
  .solis__trading-block { /* Change style if width on screen is different */
    margin-left: -480px;
  }
}
@media screen and (max-width: 900px) {
  .solis__trading-block { /* Change style if width on screen is different */
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .solis__trading-block { /* Change style if width on screen is different */
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 75px 0;
  }
}
@media screen and (max-width: 900px) {
  .solis__trading-image { /* Change style if width on screen is different */
    display: none;
  }
}
.solis__trading-title {
  min-width: 255px;
  margin-bottom: 15px;
}
.solis__trading-text:not(:last-child) {
  margin-bottom: 10px;
}

.solis__reviews {
  margin-bottom: 100px;
}
.solis__reviews-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /** Review's dark background **/
}
@media screen and (max-width: 1280px) {
  .solis__reviews-block { /* Change style if width on screen is different */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.solis__reviews-block-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 370px;
  min-height: 340px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 40px;
  margin: 15px;
  z-index: -1;
  /** Review's images **/
}
.solis__reviews-block-item:nth-of-type(1) {
  background-image: url(../imgs/review-1.jpg);
}
.solis__reviews-block-item:nth-of-type(2) {
  background-image: url(../imgs/review-2.jpg);
}
.solis__reviews-block-item:nth-of-type(3) {
  background-image: url(../imgs/review-3.jpg);
}
.solis__reviews-block-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 28, 41, 0.6);
  -webkit-transform: translateX(-40px) translateY(-30px);
          transform: translateX(-40px) translateY(-30px);
  z-index: -1;
}
.solis__reviews-title {
  margin-bottom: 20px;
}
.solis__reviews-text {
  margin-bottom: 50px;
}

.solis__contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0 100px;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
}

@media screen and (max-width: 900px) {
  .solis__contact-block { /* Change style if width on screen is different */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.solis__contact-inputbox {
  margin-bottom: 40px;
  min-width: 470px;
}
@media screen and (max-width: 1280px) {
  .solis__contact-inputbox {
    margin-top: 60px; /* Change style if width on screen is different */
    min-width: 370px;
  }
}
@media screen and (max-width: 1024px) {
  .solis__contact-inputbox { /* Change style if width on screen is different */
    min-width: 300px;
  }
}
@media screen and (max-width: 425px) {
  .solis__contact-inputbox { /* Change style if width on screen is different */
    min-width: 225px;
  }
}
.solis__contact-input {
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid #262A3F;
}

.solis__contact-title {
  margin: 20px 0 30px;
}

.solis__footer {
  margin: 31px 0;
}
.solis__footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .solis__footer-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.solis__footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 900px) {
  .solis__footer-list {
    gap: 15px;
  }
}

.catalog{
  margin: 10px;
}

.catalog{
  margin: 20px;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #63666a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s;
}

.scroll-to-top:hover {
  opacity: 0.8;
}