@font-face {
  font-family: 'EuclidSquare-SM';
  src: url('fonts/EuclidSquare/EuclidSquare-SemiBold.eot');
  src: local('Euclid Square SemiBold'), local('EuclidSquare-SemiBold'), url('fonts/EuclidSquare/EuclidSquare-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/EuclidSquare/EuclidSquare-SemiBold.woff2') format('woff2'), url('fonts/EuclidSquare/EuclidSquare-SemiBold.woff') format('woff'), url('fonts/EuclidSquare/EuclidSquare-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'EuclidSquare-B';
  src: url('fonts/EuclidSquare/EuclidSquare-Bold.eot');
  src: local('Euclid Square Bold'), local('EuclidSquare-Bold'), url('fonts/EuclidSquare/EuclidSquare-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/EuclidSquare/EuclidSquare-Bold.woff2') format('woff2'), url('fonts/EuclidSquare/EuclidSquare-Bold.woff') format('woff'), url('fonts/EuclidSquare/EuclidSquare-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'EuclidSquare-R';
  src: url('fonts/EuclidSquare/EuclidSquare-Regular.eot');
  src: local('Euclid Square Regular'), local('EuclidSquare-Regular'), url('fonts/EuclidSquare/EuclidSquare-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/EuclidSquare/EuclidSquare-Regular.woff2') format('woff2'), url('fonts/EuclidSquare/EuclidSquare-Regular.woff') format('woff'), url('fonts/EuclidSquare/EuclidSquare-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'EuclidSquare-M';
  src: url('fonts/EuclidSquare/EuclidSquare-Medium.eot');
  src: local('Euclid Square Medium'), local('EuclidSquare-Medium'), url('fonts/EuclidSquare/EuclidSquare-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/EuclidSquare/EuclidSquare-Medium.woff2') format('woff2'), url('fonts/EuclidSquare/EuclidSquare-Medium.woff') format('woff'), url('fonts/EuclidSquare/EuclidSquare-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-R';
  src: url('fonts/Montserrat/Montserrat-Regular.eot');
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('fonts/Montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat/Montserrat-Regular.woff') format('woff'), url('fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-M';
  src: url('fonts/Montserrat/Montserrat-Medium.eot');
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url('fonts/Montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat/Montserrat-Medium.woff') format('woff'), url('fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-SM';
  src: url('fonts/Montserrat/Montserrat-SemiBold.eot');
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('fonts/Montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat/Montserrat-SemiBold.woff') format('woff'), url('fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-EB';
  src: url('fonts/Montserrat/Montserrat-ExtraBold.eot');
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url('fonts/Montserrat/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat/Montserrat-ExtraBold.woff') format('woff'), url('fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-B';
  src: url('fonts/Montserrat/Montserrat-Bold.eot');
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('fonts/Montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat/Montserrat-Bold.woff') format('woff'), url('fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-L';
  src: url('fonts/Montserrat/Montserrat-Light.eot');
  src: local('Montserrat Light'), local('Montserrat-Light'), url('fonts/Montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat/Montserrat-Light.woff') format('woff'), url('fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
:root {
  font-size: 20px;
  --main-color-blue: #0075FF;
  --main-color-white: #FFFFFF;
  --main-color-linear: linear-gradient(360deg, #0054b7 3.79%, rgba(0, 84, 183, 0.9) 38.14%, rgba(0, 84, 183, 0) 68.97%);
  --main-color-linear__two: linear-gradient(360deg, #1d1d1d 3.79%, rgba(17, 17, 17, 0.65) 38.14%, rgba(0, 0, 0, 0) 68.97%);
  --main-color-black: #1E2B44;
  --main-color-black-two: #323232;
  --main-color-grey: #B8B8B8;
}
html,
body {
  font-family: "Montserrat-R";
  position: relative;
  background: #ffffff;
}
ul,
li {
  margin: 0;
  padding: 0;
  display: block;
}
a {
  -webkit-transition: .3s all;
  transition: .3s all;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
}
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
input,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0!important;
  outline-color: transparent!important;
  outline-width: 0!important;
  outline-style: none!important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
}
.preloader {
  background: var(--main-color-white);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}
.preloader__logo {
  width: 16.6rem;
}
.preloader__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader__load {
  position: absolute;
  left: 0;
  bottom: 10vh;
  text-align: right;
}
.preloader__percent {
  color: var(--main-color-blue);
  font-family: 'Montserrat-L';
  font-size: 1.2rem;
}
.preloader__loading {
  -webkit-transition: .2s all;
  transition: .2s all;
  width: 0;
  height: .25rem;
  background: var(--main-color-blue);
  position: relative;
  z-index: 1;
}
.preloader__loading-grey {
  height: .25rem;
  background: #E8E8E8;
  position: absolute;
  width: 100vw;
  bottom: 0;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: .3s;
  transition: .3s;
  padding-bottom: 1rem;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1rem;
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__nav-list .item {
  margin-right: 2rem;
}
.header__nav-list .item:first-child {
  margin-right: 4rem;
}
.header__nav-list .item:first-child a svg {
  display: block;
  max-width: 11rem;
  height: auto;
}
.header__nav-list .item:first-child a svg path {
  -webkit-transition: .3s;
  transition: .3s;
}
.header__nav-list .item:first-child a:before {
  display: none;
}
.header__nav-list .item__link {
  font-family: "Montserrat-R";
  color: var(--main-color-grey);
  font-size: 1rem;
  position: relative;
  display: block;
}
.header__nav-list .item__link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1.55rem;
  width: 100%;
  height: .05rem;
  background-color: var(--main-color-blue);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .3s;
  transition: .3s;
}
.header__nav-list .item__link:hover {
  color: var(--main-color-white);
}
.header__nav-list .item__link:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.header__nav-list .item__link span {
  position: absolute;
  right: -0.9rem;
  top: -0.3rem;
  color: var(--main-color-white);
  font-size: .7rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--main-color-blue);
}
.header__nav-list .item__link.active {
  color: var(--main-color-white);
}
.header__nav-list .item__link.active:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.header__buttons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__buttons-list li {
  -webkit-transition: .1s;
  transition: .1s;
  position: relative;
}
.header__buttons-list li:first-child .links-item {
  white-space: nowrap;
  padding: .7rem .75rem;
}
.header__buttons-list li:first-child .links-item img {
  max-width: 1.7rem;
  height: auto;
}
.header__buttons-list li:last-child {
  margin-left: 1.4rem;
}
.header__buttons-list li:last-child .links-item {
  white-space: nowrap;
  padding: .7rem 1rem;
  font-family: "EuclidSquare-R";
  color: var(--main-color-white);
  font-size: 1rem;
}
.header__buttons-list li:last-child .links-item img {
  max-width: 1.8rem;
  height: auto;
}
.header__buttons-list li:last-child .list {
  max-width: 6rem;
}
.header__buttons-list li .links-item {
  position: relative;
  background: rgba(255, 255, 255, 0.01);
  border: .05rem solid #F5F5F5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
  border-radius: .5rem;
}
.header__buttons-list li .links-item img:last-child {
  max-width: 1.2rem;
}
.header__buttons-list li:hover .list {
  opacity: 1;
  visibility: visible;
}
.header__buttons-list li .list {
  position: absolute;
  top: 3rem;
  right: 0;
  width: 12.1rem;
  -webkit-transition: .1s;
  transition: .1s;
  opacity: 0;
  visibility: hidden;
}
.header__buttons-list li .list__item {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0.05rem solid rgba(245, 245, 245, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
  border-radius: .5rem;
  display: block;
  padding: .85rem 1.2rem;
  width: 100%;
  margin-left: 0;
  margin-bottom: 1rem;
  -webkit-transition: .3s;
  transition: .3s;
}
.header__buttons-list li .list__item:hover {
  border: .05rem solid #F5F5F5;
}
.header__buttons-list li .list__item:last-child {
  margin-bottom: 0;
}
.header__buttons-list li .list__item a {
  font-family: "EuclidSquare-R";
  -webkit-transition: .3s;
  transition: .3s;
  color: var(--main-color-white);
}
.header__buttons-list li .list__item a img {
  max-width: 1.8rem;
  height: auto;
}
.header-on {
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
  background-color: var(--main-color-white);
  -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
}
.header-on .header__nav-list .item__link svg path {
  fill: var(--main-color-blue);
}
.header-on .header__nav-list .item__link span {
  color: #ffffff;
}
.header-on .header__nav-list .item__link:hover {
  color: var(--main-color-black);
}
.header-on .header__nav-list .item__link.active {
  color: var(--main-color-black);
}
.header-on .header__buttons-list li .links-item {
  border-color: var(--main-color-black);
  color: var(--main-color-black);
}
.header-on .header__buttons-list li .links-item svg path {
  stroke: var(--main-color-black);
}
.header-on .header__buttons-list li .list__item {
  border-color: var(--main-color-black);
  background-color: var(--main-color-white);
  -webkit-filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.1));
}
.header-on .header__buttons-list li .list__item a {
  color: var(--main-color-black);
}
.wrapper .main {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(../img/bg/main-bg.png);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/bg/main-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 15.2rem;
  padding-bottom: 5.6rem;
}
.wrapper .main:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper .main__left {
  display: block;
  max-width: 42.35rem;
}
.wrapper .main__left-title {
  font-family: "EuclidSquare-SM";
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--main-color-white);
  margin-bottom: 1.3rem;
}
.wrapper .main__left-subtitle {
  font-family: "Montserrat-R";
  font-size: 1.2rem;
  line-height: 1.45rem;
  color: var(--main-color-white);
  margin-bottom: 2rem;
}
.wrapper .main__left-subtitle span {
  font-family: "Montserrat-M";
  text-decoration: underline;
}
.wrapper .main__left-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper .main__left-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.3rem;
  border-radius: .5rem;
  width: 14.3rem;
  background-color: rgba(255, 255, 255, 0.01);
  border: .1rem solid #0075FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
  margin-right: 1.5rem;
  font-family: "EuclidSquare-M";
  color: var(--main-color-white);
  -webkit-transition: .3s;
  transition: .3s;
}
.wrapper .main__left-btn:hover {
  background-color: #0075FF;
}
.wrapper .main__left-buttons a:first-child {
  background-color: #0075FF;
}
.wrapper .main__bottom {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper .main__bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper .main__bottom-box img {
  max-width: 4rem;
  border-radius: 50%;
  height: auto;
  margin-right: .95rem;
}
.wrapper .main__bottom-box p {
  font-family: "Montserrat-R";
  line-height: 1.2rem;
  font-size: 1rem;
  color: var(--main-color-white);
  margin-bottom: 0;
}
.wrapper .main__bottom-box p span {
  font-family: "Montserrat-B";
  text-decoration: underline;
}
.wrapper .main .general__container {
  position: relative;
  z-index: 9;
}
.wrapper .why__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1.5rem;
}
.wrapper .why__container-box {
  padding: 2rem 1.5rem 2rem 2rem;
  background-color: var(--main-color-white);
  -webkit-box-shadow: 0px 1rem 2.5rem rgba(0, 117, 255, 0.1);
          box-shadow: 0px 1rem 2.5rem rgba(0, 117, 255, 0.1);
  border-radius: 1rem;
  max-width: 23.4rem;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  min-height: 16.25rem;
}
.wrapper .why__container-box:nth-child(3n) {
  margin-right: 0;
}
.wrapper .why__container-box img {
  max-width: 3.5rem;
  height: auto;
  margin-bottom: 1rem;
}
.wrapper .why__container-box h5 {
  font-family: "EuclidSquare-B";
  color: var(--main-color-black);
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}
.wrapper .why__container-box p {
  font-family: "Montserrat-L";
  color: var(--main-color-black-two);
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 140%;
}
.wrapper .why__container-box p span {
  font-family: "Montserrat-R";
  text-decoration: underline;
}
.wrapper .stock__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper .stock__container-box {
  position: relative;
  display: block;
  padding: 2rem;
  padding-top: 11.2rem;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  border-radius: 1rem;
  margin-right: 1.5rem;
  width: 100%;
  max-width: 24.5rem;
}
.wrapper .stock__container-box:last-child {
  margin-right: 0;
}
.wrapper .stock__container-box:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3.79%, #1d1d1d), color-stop(38.14%, rgba(17, 17, 17, 0.65)), color-stop(68.97%, rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, #1d1d1d 3.79%, rgba(17, 17, 17, 0.65) 38.14%, rgba(0, 0, 0, 0) 68.97%);
}
.wrapper .stock__container-box h5 {
  font-family: "EuclidSquare-B";
  color: var(--main-color-white);
  font-size: 1.2rem;
  margin-bottom: 1rem;
  line-height: 110%;
}
.wrapper .stock__container-box p {
  font-family: "Montserrat-L";
  color: var(--main-color-white);
  font-size: 1rem;
  line-height: 140%;
  margin-bottom: 2.5rem;
}
.wrapper .stock__container-box a span {
  position: relative;
  font-family: "Montserrat-M";
  color: var(--main-color-white);
  font-size: 1rem;
  -webkit-transition: .3s;
  transition: .3s;
}
.wrapper .stock__container-box a span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: .1rem;
  background-color: var(--main-color-white);
  -webkit-transition: .3s;
  transition: .3s;
}
.wrapper .stock__container-box a img {
  max-width: 1.2rem;
  height: auto;
}
.wrapper .stock__container-box:hover {
  -webkit-box-shadow: 0rem 1rem 2.5rem rgba(0, 117, 255, 0.3);
          box-shadow: 0rem 1rem 2.5rem rgba(0, 117, 255, 0.3);
}
.wrapper .stock__container-box:hover:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3.79%, #0054b7), color-stop(38.14%, rgba(0, 84, 183, 0.9)), color-stop(68.97%, rgba(0, 84, 183, 0)));
  background: linear-gradient(360deg, #0054b7 3.79%, rgba(0, 84, 183, 0.9) 38.14%, rgba(0, 84, 183, 0) 68.97%);
}
.wrapper .stock__container-box:hover a span {
  margin-right: 1.5rem;
}
.wrapper .stock__container-box:hover a span:before {
  width: 100%;
}
.wrapper .stock__container-box .box__top {
  position: absolute;
  -webkit-box-shadow: 0rem 1rem 0.75rem rgba(0, 117, 255, 0.1);
          box-shadow: 0rem 1rem 0.75rem rgba(0, 117, 255, 0.1);
  border-radius: 50%;
  background-color: var(--main-color-white);
  width: 3.5rem;
  height: 3.5rem;
  top: 2rem;
  left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper .stock__container-box .box__top img {
  max-width: 2rem;
  height: auto;
}
.wrapper .stock__container-box .box__content {
  position: relative;
  z-index: 1;
}
.wrapper .stages .general__title {
  margin-bottom: 5rem;
}
.wrapper .stages__container-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 3rem;
}
.wrapper .stages__container-box:before {
  position: absolute;
  left: -10rem;
  bottom: -1rem;
  background-image: url(../img/stages/line.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  width: 66.75rem;
  height: 2rem;
}
.wrapper .stages__container-box .left {
  font-family: "EuclidSquare-SM";
  font-size: 7.2rem;
  line-height: 80%;
  stroke-width: .15rem;
  -webkit-text-stroke: 0.15rem var(--main-color-blue);
  color: transparent;
  margin-right: 5.85rem;
}
.wrapper .stages__container-box .center {
  max-width: 44.2rem;
  margin-right: 5rem;
}
.wrapper .stages__container-box .center h5 {
  color: var(--main-color-black);
  font-size: 1.8rem;
  font-family: "EuclidSquare-B";
  line-height: 110%;
  margin-bottom: 1rem;
}
.wrapper .stages__container-box .center p {
  font-family: "Montserrat-L";
  color: var(--main-color-black-two);
  font-size: 1rem;
}
.wrapper .stages__container-box img {
  max-width: 10.7rem;
  height: auto;
}
.wrapper .feedback__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper .feedback__container-box {
  background: var(--main-color-blue);
  border-radius: 1rem;
  width: 100%;
  max-width: 57rem;
  padding: 3rem 8rem 3.5rem 4rem;
  margin-right: 1.5rem;
}
.wrapper .feedback__container-box h2 {
  font-family: "EuclidSquare-B";
  color: var(--main-color-white);
  font-size: 1.8rem;
  line-height: 120%;
  margin-bottom: 2rem;
}
.wrapper .feedback__container-box .box__container input[type="text"] {
  width: 100%;
  display: inline-block;
  border: .1rem solid #77B6FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
  border-radius: .5rem;
  background-color: transparent;
  max-width: 11.5rem;
  text-align: center;
  padding: 1rem;
  color: var(--main-color-white);
  margin-right: 0.5rem;
  -webkit-transition: .3s;
  transition: .3s;
}
.wrapper .feedback__container-box .box__container input[type="text"]:hover {
  border: .1rem solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 20px #005ECC;
          box-shadow: 0px 10px 20px #005ECC;
}
.wrapper .feedback__container-box .box__container input[type="text"]:focus,
.wrapper .feedback__container-box .box__container input[type="text"]:active {
  border: .1rem solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 20px #005ECC;
          box-shadow: 0px 10px 20px #005ECC;
}
.wrapper .feedback__container-box .box__container button {
  display: inline-block;
  padding: 1rem 2.4rem;
  border: .1rem solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: .5rem;
  color: var(--main-color-blue);
  font-family: "EuclidSquare-M";
  font-size: 1rem;
  text-align: center;
  background-color: var(--main-color-white);
}
.wrapper .feedback__container-box .box__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
}
.wrapper .feedback__container-box .box__bottom label {
  display: block;
  position: relative;
  border: .1rem solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
  border-radius: 5px;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .7rem;
}
.wrapper .feedback__container-box .box__bottom label:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '✔';
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  color: var(--main-color-white);
}
.wrapper .feedback__container-box .box__bottom input {
  display: none;
}
.wrapper .feedback__container-box .box__bottom input:checked + label:before {
  opacity: 1;
}
.wrapper .feedback__container-box .box__bottom span {
  color: var(--main-color-white);
}
.wrapper .feedback__container-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #E6FAFF;
  padding: 2.8rem 2.75rem;
  border-radius: 1rem;
}
.wrapper .feedback__container-right img {
  max-width: 5rem;
  height: auto;
  display: block;
  margin-bottom: 1rem;
}
.wrapper .feedback__container-right p {
  font-family: "Montserrat-B";
  color: var(--main-color-black);
  font-size: 1.2rem;
}
.wrapper .feedback__container-right button {
  background-color: var(--main-color-blue);
  color: var(--main-color-white);
  border-radius: .5rem;
  padding: 1rem 3.8rem;
  border: none;
}
.wrapper .feedback.feedback__two {
  margin-top: -10rem;
}
.wrapper .services__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrapper .services__container-box {
  position: relative;
  width: 100%;
  max-width: 24rem;
  min-height: 20rem;
  margin-left: -0.5rem;
  margin-right: 1.5rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  -webkit-transition: .3s;
  transition: .3s;
  overflow: hidden;
}
.wrapper .services__container-box:nth-child(3n) {
  margin-right: 0;
}
.wrapper .services__container-box:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  content: '';
  -webkit-transition: .3s;
  transition: .3s;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3.79%, #1d1d1d), color-stop(38.14%, rgba(17, 17, 17, 0.604167)), color-stop(68.97%, rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, #1d1d1d 3.79%, rgba(17, 17, 17, 0.604167) 38.14%, rgba(0, 0, 0, 0) 68.97%);
}
.wrapper .services__container-box .content {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
.wrapper .services__container-box .content h3 {
  font-family: "EuclidSquare-B";
  color: var(--main-color-white);
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.wrapper .services__container-box .content a span {
  color: var(--main-color-white);
  font-size: 1rem;
  font-family: "Montserrat-R";
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}
.wrapper .services__container-box .content a span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: .1rem;
  background-color: var(--main-color-white);
  -webkit-transition: .3s;
  transition: .3s;
}
.wrapper .services__container-box:hover:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3.79%, #0054b7), color-stop(38.14%, rgba(0, 84, 183, 0.8)), color-stop(68.97%, rgba(0, 84, 183, 0)));
  background: linear-gradient(360deg, #0054b7 3.79%, rgba(0, 84, 183, 0.8) 38.14%, rgba(0, 84, 183, 0) 68.97%);
  -webkit-box-shadow: 0rem 1rem 2.5rem rgba(0, 117, 255, 0.3);
          box-shadow: 0rem 1rem 2.5rem rgba(0, 117, 255, 0.3);
}
.wrapper .services__container-box:hover a span {
  margin-right: 1.5rem;
}
.wrapper .services__container-box:hover a span:before {
  width: 100%;
}
.wrapper .services__container-box:hover a img {
  max-width: 1.2rem;
  height: auto;
}
.wrapper .result__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wrapper .result__container .before-after {
  margin: 0 2.4rem;
}
.wrapper .result__container .left__box {
  max-width: 10.35rem;
  text-align: center;
}
.wrapper .result__container .left__box img {
  max-width: 8.2rem;
  height: auto;
  margin-bottom: 1rem;
}
.wrapper .result__container .left__box p {
  font-family: "Montserrat-R";
  font-size: .9rem;
  margin-bottom: 0;
}
.wrapper .cleanup__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper .cleanup__container-box {
  background-color: var(--main-color-white);
  -webkit-box-shadow: 0rem 1rem 2.5rem rgba(0, 117, 255, 0.1);
          box-shadow: 0rem 1rem 2.5rem rgba(0, 117, 255, 0.1);
  border-radius: 1rem;
  padding: 2rem;
  padding-bottom: 0;
  width: 100%;
  max-width: 18rem;
  min-height: 19.5rem;
  margin-right: 1.5rem;
  -webkit-transition: .3s;
  transition: .3s;
}
.wrapper .cleanup__container-box:last-child {
  margin-right: 0;
}
.wrapper .cleanup__container-box img {
  max-width: 3.5rem;
  height: auto;
  margin-bottom: 1rem;
}
.wrapper .cleanup__container-box h5 {
  font-family: "EuclidSquare-B";
  color: var(--main-color-black);
  font-size: 1.2rem;
  margin-bottom: .5rem;
}
.wrapper .cleanup__container-box p {
  color: var(--main-color-black-two);
  font-size: 1rem;
  line-height: 140%;
}
.wrapper .cleanup__container-box:hover {
  -webkit-box-shadow: 0px 20px 50px rgba(0, 117, 255, 0.3);
          box-shadow: 0px 20px 50px rgba(0, 117, 255, 0.3);
}
.wrapper .reviews__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper .reviews__container-box {
  position: relative;
  max-width: 11.5rem;
  margin-right: 1.5rem;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: .5rem;
}
.wrapper .reviews__container-box:hover {
  -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
}
.wrapper .reviews__container-box:hover span {
  opacity: 1;
  visibility: visible;
}
.wrapper .reviews__container-box img {
  max-width: 100%;
  height: auto;
}
.wrapper .reviews__container-box:last-child {
  margin-right: 0;
}
.wrapper .reviews__container-box span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--main-color-blue);
  color: var(--main-color-white);
  font-size: 3rem;
  font-family: "EuclidSquare-L";
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.wrapper .faq {
  background-image: url(../img/bg/bg-faq.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 10.7rem;
  padding-top: 4rem;
  margin-top: 4rem;
}
.wrapper .faq .general__top {
  margin-top: 0rem;
}
.wrapper .faq__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper .faq__container-box {
  width: 100%;
  max-width: 37.5rem;
  margin-right: 1.5rem;
}
.wrapper .faq__container-box:last-child {
  margin-right: 0;
}
.wrapper .faq__container-box .accordion-item {
  margin-bottom: 1.5rem;
  background-color: var(--main-color-white);
  border-radius: 1rem;
  overflow: hidden;
}
.wrapper .faq__container-box .accordion-button {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: var(--main-color-white);
  color: var(--main-color-black);
  font-family: "EuclidSquare-B";
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper .faq__container-box .accordion-button:after {
  display: none;
}
.wrapper .faq__container-box .accordion-button span {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #E3F0FF;
  -webkit-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper .faq__container-box .accordion-button span svg path {
  -webkit-transition: .3s;
  transition: .3s;
}
.wrapper .faq__container-box .accordion-button:not(.collapsed) span {
  background-color: var(--main-color-blue);
}
.wrapper .faq__container-box .accordion-button:not(.collapsed) span svg rect {
  fill: var(--main-color-white);
}
.wrapper .faq__container-box .accordion-button:not(.collapsed) span svg rect:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}
.wrapper .faq__container-box .accordion-collapse {
  padding: 1.5rem;
}
.wrapper .faq__container-box .accordion-body {
  padding: 0;
  padding-left: .8rem;
  border-left: 0.15rem solid var(--main-color-blue);
}
.wrapper .clients {
  padding-bottom: 6.2rem;
}
.wrapper .clients__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper .clients__container-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0rem 1rem 2.5rem rgba(0, 117, 255, 0.1);
          box-shadow: 0rem 1rem 2.5rem rgba(0, 117, 255, 0.1);
  background-color: var(--main-color-white);
  width: 100%;
  max-width: 11.5rem;
  min-height: 11.5rem;
  border-radius: 1rem;
  -webkit-transition: .3s;
  transition: .3s;
}
.wrapper .clients__container-box:hover {
  -webkit-box-shadow: 0rem 1rem 2.5rem rgba(0, 117, 255, 0.3);
          box-shadow: 0rem 1rem 2.5rem rgba(0, 117, 255, 0.3);
}
.wrapper .clients__container-box img {
  display: block;
  max-width: 9.4rem;
  height: auto;
}
.footer {
  -webkit-box-shadow: 0px 0px 2.5rem rgba(0, 117, 255, 0.1);
          box-shadow: 0px 0px 2.5rem rgba(0, 117, 255, 0.1);
}
.footer__nav {
  border-bottom: .1rem solid #E8E8E8;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__nav-list .item {
  margin-right: 2rem;
}
.footer__nav-list .item:first-child {
  margin-right: 10rem;
}
.footer__nav-list .item:first-child a img {
  display: block;
  max-width: 11rem;
  height: auto;
}
.footer__nav-list .item:first-child a:before {
  display: none;
}
.footer__nav-list .item__link {
  font-family: "Montserrat-L";
  color: var(--main-color-black-two);
  font-size: 1rem;
  position: relative;
  display: block;
}
.footer__nav-list .item__link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: .05rem;
  background-color: var(--main-color-blue);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .3s;
  transition: .3s;
}
.footer__nav-list .item__link:hover {
  font-family: "Montserrat-R";
  color: var(--main-color-black);
}
.footer__nav-list .item__link:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.footer__nav-list .item__link span {
  position: absolute;
  right: -0.9rem;
  top: -0.3rem;
  color: var(--main-color-white);
  font-size: .7rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--main-color-blue);
}
.footer__nav-list .item__link.active {
  font-family: "Montserrat-R";
  color: var(--main-color-black);
}
.footer__nav-list .item__link.active:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.footer__nav-list .click-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: .1rem solid #E8E8E8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
  border-radius: .5rem;
  width: 3.5rem;
  height: 3.5rem;
  -webkit-transition: .3s;
  transition: .3s;
}
.footer__nav-list .click-top a svg {
  max-height: 1.2rem;
  width: auto;
  display: block;
}
.footer__nav-list .click-top a svg path {
  -webkit-transition: .3s;
  transition: .3s;
}
.footer__nav-list .click-top a:hover {
  background-color: var(--main-color-blue);
  border: 0.1rem solid var(--main-color-blue);
}
.footer__nav-list .click-top a:hover svg path {
  stroke: var(--main-color-white);
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__container p {
  font-family: "Montserrat-L";
  color: var(--main-color-black-two);
  font-size: .8rem;
  margin: 0;
}
.footer__container .novas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__container .novas span {
  font-family: "Montserrat-L";
  font-size: .8rem;
  color: var(--main-color-black-two);
  margin-right: 1.5rem;
}
.footer__container .novas a img {
  display: block;
  max-width: 10rem;
  height: auto;
}
.footer__container-box {
  display: block;
  max-width: 15.5rem;
  margin-right: 5rem;
}
.footer__container-box:last-child {
  margin-right: 0;
}
.footer__container-box .box__title {
  font-family: "EuclidSquare-B";
  color: var(--main-color-black);
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.footer__container-box .box__messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer__container-box .box__messenger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
  border: .1rem solid #E8E8E8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
  margin-right: 1.5rem;
}
.footer__container-box .box__messenger:last-child {
  margin-right: 0;
}
.footer__container-box .box__messenger:hover {
  background-color: var(--main-color-blue);
  border-color: var(--main-color-blue);
}
.footer__container-box .box__messenger:hover svg path {
  fill: var(--main-color-white);
}
.footer__container-box .box__messenger svg {
  max-width: 1.1rem;
  height: auto;
}
.footer__container-box .box__messenger svg path {
  -webkit-transition: .3s;
  transition: .3s;
}
.footer__container-box .box__text {
  font-family: "Montserrat-L";
  color: var(--main-color-black-two);
  font-size: 1rem;
  line-height: 140%;
  margin-bottom: 1rem;
}
.footer__container-box .box__text span {
  display: block;
}
.footer__container-box .box__links {
  font-family: "Montserrat-L";
  font-size: 1rem;
  line-height: 140%;
  position: relative;
  display: inline-block;
  margin-bottom: .5rem;
  color: var(--main-color-black-two);
  -webkit-transition: .3s;
  transition: .3s;
}
.footer__container-box .box__links:before {
  position: absolute;
  content: '';
  width: 0%;
  bottom: 0;
  left: 0;
  height: .1rem;
  background-color: var(--main-color-blue);
  -webkit-transition: .3s;
  transition: .3s;
}
.footer__container-box .box__links:hover {
  font-family: "Montserrat-R";
  color: var(--main-color-blue);
}
.footer__container-box .box__links:hover:before {
  width: 100%;
}
.footer__container-box .box__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.1rem 3.2rem;
  border: .1rem solid #E8E8E8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
  border-radius: .5rem;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 1rem;
  font-family: "EuclidSquare-M";
  color: var(--main-color-blue);
  font-size: 1rem;
}
.footer__container-box .box__btns:hover {
  color: var(--main-color-white);
  background-color: var(--main-color-blue);
  border-color: var(--main-color-blue);
}
.footer__content {
  padding-top: 3rem;
  padding-bottom: 3.1rem;
}
.footer__content .footer__container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__bottom {
  padding: 1.9rem 0;
  border-top: .1rem solid #E8E8E8;
}
.btn-popup {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: var(--main-color-white);
  -webkit-box-shadow: 0rem 0.25rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0.25rem 1rem rgba(0, 0, 0, 0.1);
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
  z-index: 99;
}
.btn-popup img {
  width: 100%;
  max-width: 2rem;
  height: auto;
}
.popup__img {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.popup__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 18rem;
}
.popup__img .close {
  position: absolute;
  background-color: transparent;
  color: var(--main-color-white);
  font-size: 2.5rem;
  padding: 0;
  margin: 0;
  border: none;
  right: 2rem;
  top: 1rem;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup__feedback {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.popup__feedback-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  background-color: var(--main-color-white);
  padding: 2.2rem 2.5rem;
  max-width: 22.5rem;
  width: 100%;
}
.popup__feedback-container .container__close {
  position: absolute;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  right: -1.7rem;
  top: -1.7rem;
}
.popup__feedback-container .container__close img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.popup__feedback-container .container__feedback-subtitle {
  font-family: "Montserrat-L";
  text-align: center;
  color: #7D7D7D;
  font-size: .9rem;
  line-height: 110%;
}
.popup__feedback-container .container__feedback-input {
  border: .1rem solid #C9DDFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
  border-radius: .5rem;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-family: "Montserrat-L";
  -webkit-transition: .3s;
  transition: .3s;
  padding: 1rem;
  margin-bottom: 1rem;
}
.popup__feedback-container .container__feedback-input:hover,
.popup__feedback-container .container__feedback-input:focus,
.popup__feedback-container .container__feedback-input:active {
  border: .1rem solid #0075FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 94, 204, 0.15);
          box-shadow: 0px 10px 20px rgba(0, 94, 204, 0.15);
  border-radius: .5rem;
}
.popup__feedback-container .container__feedback button {
  display: block;
  text-align: center;
  width: 100%;
  padding: 1rem;
  background-color: var(--main-color-blue);
  border-radius: 10px;
  border: none;
  color: var(--main-color-white);
  font-family: "EuclidSquare-B";
  font-size: 1.1rem;
}
.popup__feedback-container h3 {
  font-size: 1.8rem;
  line-height: 100%;
  text-align: center;
  margin-bottom: 1rem;
  display: block;
}
.general__container {
  padding: 0 9.75rem;
}
.general__title {
  font-family: "EuclidSquare-SM";
  font-size: 3.2rem;
  line-height: 4rem;
  color: var(--main-color-black);
}
.general__title span {
  color: var(--main-color-blue);
}
.general__top {
  margin-top: 4rem;
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 2000.98px) {
  :root {
    font-size: 26px;
  }
}
@media (max-width: 1800.98px) {
  :root {
    font-size: 19px;
  }
}
@media (max-width: 1700.98px) {
  :root {
    font-size: 17px;
  }
}
@media (max-width: 1600.98px) {
  :root {
    font-size: 16px;
  }
}
@media (max-width: 1500.98px) {
  :root {
    font-size: 14px;
  }
}
@media (max-width: 1400.98px) {
  :root {
    font-size: 12px;
  }
}
@media (max-width: 1100.98px) {
  :root {
    font-size: 10px;
  }
}
@media (max-width: 1000.98px) {
  :root {
    font-size: 10px;
  }
}
@media (max-width: 900.98px) {
  :root {
    font-size: 11px;
  }
}
@media (min-width: 801.98px) {
  .d-mob-on {
    display: none!important;
  }
}
@media (max-width: 800.98px) {
  :root {
    font-size: 10px;
  }
  .d-mob-off {
    display: none !important;
  }
  .header__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
  .header__mobile .logo svg {
    display: block;
    max-width: 15.5rem;
    height: auto;
  }
  .header__mobile .logo svg path {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .header__mobile .menu-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 2.8rem;
  }
  .header__mobile .menu-btn svg {
    max-width: 100%;
    height: auto;
  }
  .header__mobile .menu-btn svg path {
    stroke: var(--main-color-white);
  }
  .header__mobile .line {
    fill: none;
    stroke: black;
    stroke-width: 6;
    -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header__mobile .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .header__mobile .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  .header__mobile .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .header__mobile .opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .header__mobile .opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  .header__mobile .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .header-on .header__mobile .logo svg .path-fill {
    fill: var(--main-color-blue);
  }
  .header-on .header__mobile .menu-btn svg path {
    stroke: var(--main-color-blue);
  }
  .menu {
    position: fixed;
    top: 0;
    right: -100%;
    background-color: var(--main-color-white);
    height: 100vh;
    overflow-y: scroll;
    width: 100%;
    z-index: 99;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .menu-right {
    right: 0;
  }
  .menu ul {
    padding: 0 2rem;
    padding-top: 10.7rem;
    padding-bottom: 4rem;
  }
  .menu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 2.4rem;
    padding-top: 1rem;
    margin-top: 1.4rem;
    font-family: "Montserrat-R";
    color: var(--main-color-black);
    font-size: 2.2rem;
    border-bottom: .1rem solid #E8E8E8;
    position: relative;
  }
  .menu ul li a.active p:before {
    width: 100%;
  }
  .menu ul li a p {
    position: relative;
  }
  .menu ul li a p:before {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: .1rem;
    background-color: var(--main-color-blue);
  }
  .menu ul li a span {
    position: relative;
    width: 3rem;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background-color: var(--main-color-blue);
    color: var(--main-color-white);
    font-family: "Montserrat-B";
  }
  .menu ul li .menu__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--main-color-white);
    background-color: var(--main-color-blue);
    border-radius: 1rem;
    font-family: "Montserrat-M";
    font-size: 2rem;
    line-height: 140%;
  }
  .wrapper .main {
    padding-top: 19.2rem;
    padding-bottom: 6.2rem;
  }
  .wrapper .main__left-title {
    font-size: 3.4rem;
    line-height: 110%;
    margin-bottom: 2.7rem;
  }
  .wrapper .main__left-subtitle {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 8rem;
  }
  .wrapper .main__left-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper .main__left-btn {
    width: 100%;
    max-width: 100%;
    padding: 2.7rem;
    margin-right: 0;
    margin-bottom: 3rem;
    border-radius: 1rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .wrapper .main__bottom {
    display: none!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 3rem;
  }
  .wrapper .main__bottom-box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 3rem;
  }
  .wrapper .main__bottom-box:last-child {
    margin-bottom: 0;
  }
  .wrapper .main__bottom-box img {
    max-width: 8rem;
    height: auto;
    margin-right: 2rem;
  }
  .wrapper .main__bottom-box p {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .wrapper .why__container-box {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
    padding: 3rem;
  }
  .wrapper .why__container-box img {
    max-width: 7rem;
    height: auto;
    margin-bottom: 3rem;
  }
  .wrapper .why__container-box h5 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin-bottom: 1.7rem;
  }
  .wrapper .why__container-box p {
    font-size: 1.4rem;
    line-height: 140%;
  }
  .wrapper .stock__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper .stock__container-box {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 3.6rem;
    padding: 22.4rem 1rem 4rem 2rem;
    border-radius: 2rem;
  }
  .wrapper .stock__container-box:last-child {
    margin-bottom: 0;
  }
  .wrapper .stock__container-box .box__top {
    width: 7rem;
    height: 7rem;
    top: 3rem;
    left: 3rem;
  }
  .wrapper .stock__container-box .box__top img {
    max-width: 4rem;
    height: auto;
  }
  .wrapper .stock__container-box .box__content h5 {
    font-size: 2.2rem;
    line-height: 110%;
    margin-bottom: 2rem;
  }
  .wrapper .stock__container-box .box__content p {
    font-size: 1.8rem;
    line-height: 140%;
    margin-bottom: 3rem;
  }
  .wrapper .stock__container-box .box__content a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapper .stock__container-box .box__content a span {
    display: block;
    font-size: 1.8rem;
    line-height: 140%;
    margin-right: 1.5rem;
  }
  .wrapper .stock__container-box .box__content a img {
    max-width: 2.4rem;
    height: auto;
  }
  .wrapper .stages__slider-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    margin-bottom: 4rem;
  }
  .wrapper .stages__slider-box .left {
    font-family: "EuclidSquare-SM";
    font-size: 7.2rem;
    line-height: 80%;
    stroke-width: .15rem;
    -webkit-text-stroke: 0.15rem var(--main-color-blue);
    color: transparent;
    margin-bottom: 3rem;
  }
  .wrapper .stages__slider-box .center {
    width: 100%;
    max-width: 100%;
    margin-bottom: 3.9rem;
  }
  .wrapper .stages__slider-box .center h5 {
    color: var(--main-color-black);
    font-size: 2.2rem;
    font-family: "EuclidSquare-B";
    line-height: 110%;
    margin-bottom: 2rem;
  }
  .wrapper .stages__slider-box .center p {
    font-family: "Montserrat-L";
    color: var(--main-color-black-two);
    font-size: 1.8rem;
    line-height: 140%;
  }
  .wrapper .stages__slider-box img {
    max-width: 21.4rem;
    height: auto;
    margin: 0 auto;
  }
  .wrapper .stages__slider .owl-nav {
    display: none;
  }
  .wrapper .stages__slider-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 6rem;
  }
  .wrapper .stages__slider-bottom .owl-slider-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    border: .2rem solid #E8E8E8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: transparent;
    width: 7rem;
    height: 7rem;
    -webkit-backdrop-filter: blur(3rem);
            backdrop-filter: blur(3rem);
    border-radius: 1rem;
  }
  .wrapper .stages__slider-bottom .owl-slider-arrow svg path {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .wrapper .stages__slider-bottom .owl-slider-arrow:focus {
    border-color: var(--main-color-blue);
    background-color: var(--main-color-blue);
  }
  .wrapper .stages__slider-bottom .owl-slider-arrow:focus svg path {
    stroke: var(--main-color-white);
  }
  .wrapper .stages__slider-bottom .owl-slider-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wrapper .stages__slider-bottom .owl-slider-dots button {
    position: relative;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    border: none;
    padding: 0;
    margin-right: 1.5rem;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .wrapper .stages__slider-bottom .owl-slider-dots button.active {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    background-color: var(--main-color-blue);
  }
  .wrapper .feedback .general__container {
    padding: 0;
  }
  .wrapper .feedback__container-box {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    border-radius: 0;
    padding: 6rem 2rem;
  }
  .wrapper .feedback__container-box h2 {
    font-size: 3.2rem;
    line-height: 120%;
    margin-bottom: 4rem;
  }
  .wrapper .feedback__container-box .box__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper .feedback__container-box .box__container input[type="text"] {
    display: block;
    margin-right: 0;
    max-width: 100%;
    padding: 2.2rem;
    border-radius: 1rem;
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
  .wrapper .feedback__container-box .box__container button {
    width: 100%;
    max-width: 100%;
    font-size: 1.8rem;
    padding: 2.2rem;
  }
  .wrapper .feedback__container-box .box__bottom label {
    width: 3rem;
    height: 3rem;
  }
  .wrapper .feedback__container-box .box__bottom span {
    font-size: 1.4rem;
    line-height: 140%;
  }
  .wrapper .services {
    overflow-x: hidden;
  }
  .wrapper .services__slider .owl-stage-outer {
    overflow: unset;
  }
  .wrapper .services__slider-box {
    position: relative;
    width: 27.3rem;
    min-height: 40rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden;
  }
  .wrapper .services__slider-box:nth-child(3n) {
    margin-right: 0;
  }
  .wrapper .services__slider-box:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    content: '';
    -webkit-transition: .3s;
    transition: .3s;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(3.79%, #1d1d1d), color-stop(38.14%, rgba(17, 17, 17, 0.604167)), color-stop(68.97%, rgba(0, 0, 0, 0)));
    background: linear-gradient(360deg, #1d1d1d 3.79%, rgba(17, 17, 17, 0.604167) 38.14%, rgba(0, 0, 0, 0) 68.97%);
  }
  .wrapper .services__slider-box .content {
    position: absolute;
    bottom: 4rem;
    left: 2rem;
  }
  .wrapper .services__slider-box .content h3 {
    font-family: "EuclidSquare-B";
    color: var(--main-color-white);
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
  .wrapper .services__slider-box .content a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapper .services__slider-box .content a span {
    color: var(--main-color-white);
    font-size: 1.8rem;
    font-family: "Montserrat-R";
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    margin-right: 1.5rem;
  }
  .wrapper .services__slider-box .content a span:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: .1rem;
    background-color: var(--main-color-white);
    -webkit-transition: .3s;
    transition: .3s;
  }
  .wrapper .services__slider-box .content a img {
    max-width: 2.4rem;
    height: auto;
  }
  .wrapper .services__slider-box:hover:before {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(3.79%, #0054b7), color-stop(38.14%, rgba(0, 84, 183, 0.8)), color-stop(68.97%, rgba(0, 84, 183, 0)));
    background: linear-gradient(360deg, #0054b7 3.79%, rgba(0, 84, 183, 0.8) 38.14%, rgba(0, 84, 183, 0) 68.97%);
    -webkit-box-shadow: 0rem 1rem 2.5rem rgba(0, 117, 255, 0.3);
            box-shadow: 0rem 1rem 2.5rem rgba(0, 117, 255, 0.3);
  }
  .wrapper .services__slider-box:hover a span {
    margin-right: 1.5rem;
  }
  .wrapper .services__slider-box:hover a span:before {
    width: 100%;
  }
  .wrapper .services__slider .owl-nav {
    display: none;
  }
  .wrapper .services__slider .owl-item.active:first-child .services__slider-box:before {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(3.79%, #0054b7), color-stop(38.14%, rgba(0, 84, 183, 0.8)), color-stop(68.97%, rgba(0, 84, 183, 0)));
    background: linear-gradient(360deg, #0054b7 3.79%, rgba(0, 84, 183, 0.8) 38.14%, rgba(0, 84, 183, 0) 68.97%);
    -webkit-box-shadow: 0rem 1rem 2.5rem rgba(0, 117, 255, 0.3);
            box-shadow: 0rem 1rem 2.5rem rgba(0, 117, 255, 0.3);
  }
  .wrapper .services__slider-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 6rem;
  }
  .wrapper .services__slider-bottom .services-slider-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    border: .2rem solid #E8E8E8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: transparent;
    width: 7rem;
    height: 7rem;
    -webkit-backdrop-filter: blur(3rem);
            backdrop-filter: blur(3rem);
    border-radius: 1rem;
  }
  .wrapper .services__slider-bottom .services-slider-arrow svg path {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .wrapper .services__slider-bottom .services-slider-arrow:focus {
    border-color: var(--main-color-blue);
    background-color: var(--main-color-blue);
  }
  .wrapper .services__slider-bottom .services-slider-arrow:focus svg path {
    stroke: var(--main-color-white);
  }
  .wrapper .services__slider-bottom .services-slider-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wrapper .services__slider-bottom .services-slider-dots button {
    position: relative;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    border: none;
    padding: 0;
    margin-right: 1.5rem;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .wrapper .services__slider-bottom .services-slider-dots button.active {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    background-color: var(--main-color-blue);
  }
  .wrapper .result .before-after {
    margin-bottom: 4rem;
    border-radius: 2rem;
  }
  .wrapper .result__container .left:last-child .left__box:first-child p {
    margin-bottom: 1rem;
  }
  .wrapper .result__container .left__box {
    max-width: 16.4rem;
  }
  .wrapper .result__container .left__box img {
    max-width: 16.4rem;
    height: auto;
    margin-bottom: 2rem;
  }
  .wrapper .result__container .left__box p {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
  .wrapper .cleanup__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper .cleanup__container-box {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 3rem;
    padding: 3rem;
  }
  .wrapper .cleanup__container-box img {
    max-width: 7rem;
    height: auto;
  }
  .wrapper .cleanup__container-box h5 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .wrapper .cleanup__container-box p {
    font-size: 1.8rem;
  }
  .wrapper .reviews__slider {
    margin-bottom: 4rem;
  }
  .wrapper .reviews__slider-box {
    position: relative;
    width: 15.2rem;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: .5rem;
  }
  .wrapper .reviews__slider-box:hover {
    -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
  }
  .wrapper .reviews__slider-box:hover span {
    opacity: 1;
    visibility: visible;
  }
  .wrapper .reviews__slider-box img {
    max-width: 100%;
    height: auto;
  }
  .wrapper .reviews__slider-box:last-child {
    margin-right: 0;
  }
  .wrapper .reviews__slider-box span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: var(--main-color-blue);
    color: var(--main-color-white);
    font-size: 3rem;
    font-family: "EuclidSquare-L";
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
  }
  .wrapper .reviews__slider-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 6rem;
  }
  .wrapper .reviews__slider-bottom .reviews-slider-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    border: .2rem solid #E8E8E8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: transparent;
    width: 7rem;
    height: 7rem;
    -webkit-backdrop-filter: blur(3rem);
            backdrop-filter: blur(3rem);
    border-radius: 1rem;
  }
  .wrapper .reviews__slider-bottom .reviews-slider-arrow svg path {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .wrapper .reviews__slider-bottom .reviews-slider-arrow:focus {
    border-color: var(--main-color-blue);
    background-color: var(--main-color-blue);
  }
  .wrapper .reviews__slider-bottom .reviews-slider-arrow:focus svg path {
    stroke: var(--main-color-white);
  }
  .wrapper .reviews__slider-bottom .reviews-slider-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wrapper .reviews__slider-bottom .reviews-slider-dots button {
    position: relative;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    border: none;
    padding: 0;
    margin-right: 1.5rem;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .wrapper .reviews__slider-bottom .reviews-slider-dots button.active {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    background-color: var(--main-color-blue);
  }
  .wrapper .reviews__slider .owl-nav {
    display: none;
  }
  .wrapper .clients__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wrapper .clients__container-box {
    max-width: 15.5rem;
    min-height: 17rem;
    margin-bottom: 3rem;
  }
  .wrapper .clients__container-box img {
    max-width: 10.8rem;
  }
  .wrapper .faq__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper .faq__container-box {
    margin-right: 0;
  }
  .wrapper .faq__container-box .accordion-item {
    margin-bottom: 3rem;
  }
  .footer__nav-list li {
    display: none;
  }
  .footer__nav-list li:first-child {
    display: block;
  }
  .footer__nav-list li:first-child a img {
    width: 100%;
    max-width: 18rem!important;
    height: auto;
  }
  .footer__nav-list li:last-child {
    display: block;
  }
  .footer__nav-list li:last-child a {
    width: 7rem;
    height: 7rem;
    border-radius: 1rem;
  }
  .footer__nav-list li:last-child a svg {
    max-height: 1.4rem;
  }
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__container p {
    font-size: 1.8rem;
  }
  .footer__container .novas span {
    font-size: 1.8rem;
  }
  .footer__container-box {
    margin-right: 0;
    margin-bottom: 4rem;
    width: 100%;
    max-width: 100%;
  }
  .footer__container-box .box__title {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 3rem;
  }
  .footer__container-box .box__text {
    font-size: 2rem;
  }
  .footer__container-box .box__links {
    font-size: 2rem;
  }
  .footer__container-box .box__btns {
    width: 100%;
    font-size: 2rem;
    padding: 2.1rem;
  }
  .btn-popup {
    width: 7rem;
    height: 7rem;
  }
  .btn-popup img {
    max-width: 4rem;
    height: auto;
  }
  .popup__img .close {
    font-size: 5.5rem;
    top: 4rem;
    right: 4rem;
  }
  .popup__img img {
    max-width: 24rem;
  }
  .popup__feedback-container {
    top: 60%;
    max-width: 90vw;
    padding: 3rem 2.3rem;
  }
  .popup__feedback-container .container__close {
    right: 0;
    width: 3rem;
    height: 3rem;
    top: -4.5rem;
  }
  .popup__feedback-container .container__feedback-subtitle {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
  .popup__feedback-container .container__feedback-input {
    padding: 2.2rem;
    border-radius: 1rem;
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .popup__feedback-container .container__feedback button {
    padding: 2.1rem;
    border-radius: 1rem;
    font-size: 2.2rem;
  }
  .popup__feedback-container h3 {
    font-size: 3.2rem;
  }
  .general__container {
    padding: 0 2rem;
  }
  .general__top {
    margin-top: 6rem;
    margin-bottom: 4rem;
  }
  .general__title {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}
