@font-face {
  font-family: "Navigo";
  src: url("../resources/fonts/Navigo-Light.woff2") format("woff2"), url("../resources/fonts/Navigo-Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Navigo";
  src: url("../resources/fonts/Navigo-Regular.woff2") format("woff2"), url("../resources/fonts/Navigo-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Navigo";
  src: url("../resources/fonts/Navigo-Bold.woff2") format("woff2"), url("../resources/fonts/Navigo-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Navigo";
  src: url("../resources/fonts/Navigo-Thin.woff2") format("woff2"), url("../resources/fonts/Navigo-Thin.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Navigo";
  font-weight: 400;
}
body h2 {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 2em;
  line-height: 110%;
  margin-bottom: 19px;
}
@media (max-width: 1140px) {
  body h2 {
    line-height: 100%;
  }
}
@media (max-width: 1000px) {
  body h2 {
    line-height: 90%;
    font-size: 1.5em;
  }
}
@media (max-width: 780px) {
  body h2 {
    line-height: 25px;
  }
}
@media (max-width: 450px) {
  body h2 {
    font-size: 1em;
  }
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  position: relative;
  min-width: 390px;
  margin: auto;
  background-color: #f2f2f2;
}
body a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
body img {
  max-width: 100%;
}
body .visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  overflow: hidden;
}
body button {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}

.container {
  overflow: hidden;
  padding: 30px 78px;
}
@media (max-width: 1000px) {
  .container {
    padding: 25px;
  }
}

.head {
  position: absolute;
  z-index: 100;
  width: 100%;
}
.head .head-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(123, 123, 123, 0.4588235294);
}
@media (max-width: 805px) {
  .head .head-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.head .head-container .logo {
  width: 230px;
}
@media (max-width: 900px) {
  .head .head-container .logo {
    width: 180px;
  }
}
@media (max-width: 805px) {
  .head .head-container .logo {
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .head .head-container .logo {
    width: 140px;
  }
}
.head .head-container .head-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
}
@media (max-width: 800px) {
  .head .head-container .head-list {
    width: 100%;
    justify-content: space-between;
  }
}
.head .head-container .head-list .head-item span, .head .head-container .head-list .head-item a {
  color: white;
  font-weight: 500;
  padding-left: 5px;
}
.head .head-container .head-list .head-item .tel {
  background-image: url("/resources/img/phone.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 27px;
}
@media (max-width: 600px) {
  .head .head-container .head-list .head-item .tel {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .head .head-container .head-list .head-item {
    font-size: 0.7em;
  }
}
.head .head-container .head-list .head-item .triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid white;
}
@media (max-width: 620px) {
  .head .head-container .head-list .head-item .triangle {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid white;
  }
}
.head .head-container .head-list .head-item:not(:last-child) {
  margin-right: 45px;
}
@media (max-width: 600px) {
  .head .head-container .head-list .head-item:not(:last-child) {
    margin-right: 10px;
  }
}

.hero {
  position: relative;
  background-image: url("/resources/img/hero.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: inset 0 0 0 1000px rgba(68, 70, 71, 0.56);
}
@media (max-width: 1000px) {
  .hero {
    background-attachment: unset;
  }
}
.hero .hero-container {
  padding-top: 150px;
  padding-bottom: 70px;
  display: flex;
  justify-content: space-between;
}
.hero .hero-container .hero-about {
  width: 50%;
}
@media (max-width: 600px) {
  .hero .hero-container .hero-about {
    width: 100%;
  }
}
.hero .hero-container .hero-about h1 {
  color: white;
  margin-bottom: 172px;
  margin-top: 50px;
}
@media (max-width: 600px) {
  .hero .hero-container .hero-about h1 {
    font-size: 1.2em;
  }
}
.hero .hero-container .hero-about h1 .sup {
  font-size: 18px;
  font-weight: 400;
  vertical-align: super;
}
@media (max-width: 600px) {
  .hero .hero-container .hero-about h1 .sup {
    font-size: 10px;
  }
}
.hero .hero-container .hero-about .hero-button {
  background-color: #cdad49;
  padding: 15px;
  font-weight: 500;
  border-radius: 10px;
  transition: background-color 0.3s ease-in-out;
}
.hero .hero-container .hero-about .hero-button:hover {
  background-color: rgba(157, 138, 79, 0.62);
}
.hero .hero-container .hero-animation {
  width: 50%;
  position: relative;
}
@media (max-width: 600px) {
  .hero .hero-container .hero-animation {
    position: absolute;
    bottom: 30%;
    width: 90%;
  }
}
.hero .hero-container .hero-animation .input {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 30%;
  right: 0;
  width: 70%;
  border: 1px solid #cdad49;
  border-radius: 8px;
  padding: 10px;
  color: white;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .hero .hero-container .hero-animation .input {
    width: 80%;
  }
}
@media (max-width: 950px) {
  .hero .hero-container .hero-animation .input {
    width: 90%;
  }
}
@media (max-width: 805px) {
  .hero .hero-container .hero-animation .input {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .hero .hero-container .hero-animation .input {
    font-size: 16px;
  }
}
.hero .hero-container .hero-animation .input .triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid white;
  border-left: 15px solid white;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}
@media (max-width: 690px) {
  .hero .hero-container .hero-animation .input .triangle {
    border-left: 8px solid white;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
  }
}
.hero .hero-container .hero-animation .input .swiper-slide p {
  margin: 0;
  line-height: 40px;
}

.outer__button {
  padding: 1px;
  width: 40%;
  color: #000;
  border-radius: 10px;
}
@media (max-width: 600px) {
  .outer__button {
    display: none;
  }
}

.button__left-right {
  position: absolute;
  bottom: 28%;
  background: linear-gradient(black, black) 32% 0, linear-gradient(black, black) 68% 0, linear-gradient(black, black), white;
  background-repeat: no-repeat;
  background-size: 0px 100%, 0px 100%, 0% 100%;
  animation: progressbar 3s ease infinite;
}

@keyframes progressbar {
  100% {
    background-size: 0px 100%, 0px 100%, 100% 100%;
  }
}
.about .about-container {
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .about .about-container {
    flex-direction: column;
  }
}
.about .about-container .txt {
  position: relative;
  width: 75%;
}
@media (max-width: 1250px) {
  .about .about-container .txt {
    width: 90%;
    margin-right: 25px;
  }
}
.about .about-container .txt p {
  display: block;
  width: 70%;
  line-height: 26px;
}
@media (max-width: 1250px) {
  .about .about-container .txt p {
    width: 100%;
  }
}
.about .cards-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about .cards-list .card {
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px;
  border-radius: 20px;
  margin-bottom: 20px;
  width: 45%;
  box-shadow: 10px 10px 0px 185px rgb(205, 173, 73) inset;
  -webkit-box-shadow: 10px 10px 0px 185px rgb(205, 173, 73) inset;
  -moz-box-shadow: 10px 10px 0px 185px rgb(205, 173, 73) inset;
  transition: all 0.3s ease-in-out;
}
.about .cards-list .card p {
  margin: 0;
  margin-bottom: 200px;
}
.about .cards-list .card .triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid white;
  border-left: 10px solid black;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
}
@media (max-width: 450px) {
  .about .cards-list .card .triangle {
    border-left: 6px solid black;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
  }
}
.about .cards-list .card h3 {
  position: absolute;
  bottom: 15px;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  .about .cards-list .card h3 {
    font-size: 1em;
  }
}
@media (max-width: 450px) {
  .about .cards-list .card h3 {
    font-size: 0.8em;
  }
}
@media (max-width: 450px) {
  .about .cards-list .card {
    width: 48%;
  }
}
.about .cards-list .card p {
  font-weight: 500;
}
@media (max-width: 1100px) {
  .about .cards-list .card p {
    margin-bottom: 150px;
  }
}
@media (max-width: 400px) {
  .about .cards-list .card p {
    margin-bottom: 120px;
  }
}
@media (max-width: 450px) {
  .about .cards-list .card p {
    font-size: 0.8em;
    margin-bottom: 100px;
  }
}
.about .cards-list .card:hover {
  box-shadow: 10px 10px 0px 185px rgba(205, 173, 73, 0.7) inset;
  -webkit-box-shadow: 10px 10px 0px 185px rgba(205, 173, 73, 0.7) inset;
  -moz-box-shadow: 10px 10px 0px 185px rgba(205, 173, 73, 0.7) inset;
}
.about .cards-list .card1 {
  background-image: url("/resources/img/advantages_1.jpg");
}
.about .cards-list .card2 {
  background-image: url("/resources/img/advantages_2.jpg");
}
.about .cards-list .card3 {
  background-image: url("/resources/img/advantages_3.jpg");
}
.about .cards-list .card4 {
  background-image: url("/resources/img/advantages_4.jpg");
}
.about .arrow {
  position: absolute;
  bottom: 0;
  animation: bounce 2s ease infinite;
}
@media (max-width: 750px) {
  .about .arrow {
    display: none;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.services {
  background-color: #cdad49;
}
.services .services-container {
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
  padding-bottom: 70px;
}
.services .services-container h2 {
  color: white;
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 450px) {
  .services .services-container h2 {
    margin-bottom: 50px;
  }
}
.services .services-container h2::after {
  content: "by Hydrofab";
  position: absolute;
  bottom: -27px;
  right: 0;
  color: black;
  font-size: medium;
  font-style: italic;
  font-weight: 400;
}
@media (max-width: 850px) {
  .services .services-container h2::after {
    right: 20px;
  }
}
@media (max-width: 450px) {
  .services .services-container h2::after {
    font-size: 0.7em;
  }
}
.services .services-container .services-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.services .services-container .services-list .service {
  font-size: 2em;
  line-height: 2em;
}
@media (max-width: 850px) {
  .services .services-container .services-list .service {
    font-size: 1.5em;
  }
}
@media (max-width: 450px) {
  .services .services-container .services-list .service {
    font-size: 0.7em;
  }
}
.services .services-container .services-list .service .service__link {
  display: block;
  border-left: 3px solid #9b9797;
  padding: 10px 0px 20px 10px;
  color: white;
  transition: all 0.3s ease-in-out;
}
.services .services-container .services-list .service .service__link .sup {
  font-size: 18px;
  font-weight: 400;
  vertical-align: super;
}
@media (max-width: 450px) {
  .services .services-container .services-list .service .service__link .sup {
    font-size: 0.7em;
  }
}
.services .services-container .services-list .service .service__link--active {
  color: black;
  border-left: 3px solid black;
}
.services .services-container .dscr {
  width: 60%;
  display: none;
}
.services .services-container .dscr-active {
  display: block;
}
.services .services-container .dscr-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  list-style-type: circle;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid black;
  padding: 30px 40px 30px 70px;
  border-radius: 10px;
}
@media (max-width: 850px) {
  .services .services-container .dscr-list {
    padding: 0px 20px 16px 50px;
  }
}
@media (max-width: 450px) {
  .services .services-container .dscr-list {
    padding: 0px 20px 16px 25px;
  }
}
.services .services-container .dscr-list * {
  color: white;
  font-size: 1.2em;
  line-height: 1.3em;
}
@media (max-width: 450px) {
  .services .services-container .dscr-list * {
    font-size: 0.7em;
  }
}

.refer .refer-container {
  padding-top: 90px;
  padding-bottom: 125px;
  position: relative;
  background-image: url("/resources/img/background_logo.png");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 450px) {
  .refer .refer-container {
    padding-top: 53px;
    padding-bottom: 94px;
    background-size: 97%;
  }
}
.refer .refer-container h2 {
  color: black;
  text-align: right;
}
.refer .refer-container .swiper-pagination {
  bottom: var(--swiper-pagination-bottom, 28px);
}
.refer .refer-container .swiper-pagination-bullet-active {
  background-color: #cdad49;
}

.steps {
  background-color: #cdad49;
}
.steps .container {
  padding-top: 70px;
  padding-bottom: 70px;
}
.steps h2 {
  color: white;
}
.steps .steps-head {
  display: flex;
  align-items: center;
  position: relative;
}
.steps .r-all {
  background: #f6f7f7;
  border: solid 1px black;
  border-radius: 20px;
  position: absolute;
  left: 40%;
  display: flex;
  margin: 20px auto;
  width: 300px;
}
@media (max-width: 450px) {
  .steps .r-all {
    width: 180px;
    left: 49%;
  }
}
.steps .r-all .r-group {
  margin: 10px;
  width: calc(100% - 20px);
  display: flex;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: all 0.2s ease;
}
.steps .r-all .r-group input {
  opacity: 0;
  position: absolute;
}
.steps .r-all .r-group input + label {
  border-radius: 10px;
  flex: 1 1 100%;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  padding: 10px 0;
  position: relative;
  text-align: center;
  z-index: 1;
  transition: color 0.4s ease;
  cursor: pointer;
}
@media (max-width: 450px) {
  .steps .r-all .r-group input + label {
    font-size: 14px;
  }
}
.steps .r-all::before {
  background: #cdad49;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.2);
  color: #fff;
  content: "";
  display: block;
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
  transform: translateX(calc((100% + 20px) * (var(--options-active) - 1)));
  transition: transform cubic-bezier(0.8, 0.34, 0.28, 1.15) 0.35s;
  width: calc((100% - var(--options) * 10px * 2) / var(--options));
}
.steps .r-all .r-group input:checked + label {
  color: #fff;
}
.steps .r-all .r-group:hover {
  background: #d0c393;
  border: 1px solid #d0c393;
}
.steps .steps-dscr {
  display: none;
}
.steps .steps-dscr .faq__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.steps .steps-dscr .faq__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  flex-wrap: wrap;
  margin-left: 20px;
  position: relative;
  cursor: pointer;
  border-top: 2px solid white;
  transition: border-color 0.3s ease;
}
.steps .steps-dscr .faq__item::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 125%;
  top: 0;
  left: -10px;
  background-color: white;
  margin-right: -19px;
  transition: background-color 0.3s ease-in-out;
}
.steps .steps-dscr .faq__item:hover.faq__item::before {
  background-color: black;
}
.steps .steps-dscr .faq__item:first-child {
  border-top: none;
}
.steps .steps-dscr .question__link {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.steps .steps-dscr .question__text {
  display: block;
  width: 83%;
  margin: 0;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 32px;
  color: white;
  transition: color 0.3s ease;
}
@media (max-width: 450px) {
  .steps .steps-dscr .question__text {
    font-size: 0.8em;
  }
}
.steps .steps-dscr .faq__item:last-child {
  border-bottom: 2px solid white;
}
.steps .steps-dscr .faq__text {
  display: block;
  margin: 0;
  max-width: 90%;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  overflow: hidden;
  transition-property: height, visability;
  transition-timing-function: ease;
}
.steps .steps-dscr .inner__text {
  margin: 0;
  margin-bottom: 15px;
}
.steps .steps-dscr .accordion--active .faq__text {
  max-height: 416px;
}
.steps .steps-dscr .faq__item:last-child {
  border-bottom: 2px solid white;
}
.steps .steps-dscr .faq__item:hover,
.steps .steps-dscr .faq__item:focus {
  border-color: var(--hover-color);
}
.steps .steps-dscr .faq__item:hover + .faq__item,
.steps .steps-dscr .faq__item:focus + .faq__item {
  border-color: var(--hover-color);
}
.steps .steps-dscr .faq__item:hover + .faq__item:last-child,
.steps .steps-dscr .faq__item:focus + .faq__item:last-child {
  border-color: var(--hover-color);
  border-bottom: 2px solid #CACACA;
}
.steps .steps-dscr .faq__item:hover .question__text,
.steps .steps-dscr .faq__item:focus .question__text {
  color: var(--hover-color);
}
.steps .steps-dscr .faq__item:hover .question__icon ellipse,
.steps .steps-dscr .faq__item:focus .question__icon ellipse {
  fill: var(--hover-color);
}
.steps .steps-dscr .faq__item:active .question__icon {
  transform: rotate(-45deg);
}
.steps .steps-dscr .faq__item:active .question__icon ellipse {
  fill: #ECECEC;
}
.steps .steps-dscr .faq__item:active .question__text {
  color: #333333;
}
.steps .steps-dscr .faq__item:active {
  border-color: #CACACA;
}
.steps .steps-dscr .faq__item:active + .faq__item {
  border-color: #CACACA;
}
.steps .steps-dscr .faq__item:active + .faq__item:last-child {
  border-color: #CACACA;
  border-bottom: 2px solid #CACACA;
}
.steps .steps-dscr .question__icon ellipse {
  transition: fill 0.3s ease;
}
.steps .steps-dscr .question__icon {
  transition: transform 0.5s linear;
}
.steps .steps-dscr .is-active .question__icon {
  transform: rotate(-45deg);
}
.steps .steps-dscr--active {
  display: block;
}

.connect .container {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 450px) {
  .connect .container {
    flex-direction: column-reverse;
  }
}
@media (max-width: 450px) {
  .connect .container iframe {
    width: 350px;
  }
}
.connect .container .contacts {
  margin-left: 50px;
}
@media (max-width: 450px) {
  .connect .container .contacts {
    margin-left: 0px;
  }
}
.connect .container .contacts a {
  display: block;
  margin-bottom: 10px;
}
.connect .container .contacts .link {
  padding: 6px 6px 3px 6px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 45px;
  transition: border 0.3s ease-in-out;
}
.connect .container .contacts .img .color {
  transition: fill 0.3s ease-in-out;
}
@media (max-width: 450px) {
  .connect .container .contacts .img {
    width: 350px;
  }
}
.connect .container .contacts .link:hover {
  border: 2px solid #cdad49;
}
.connect .container .contacts .link:active {
  border: none;
}
.connect .container .contacts .link:active .img .color {
  fill: #cdad49;
}

.footer {
  border-top: 1px solid rgba(106, 101, 101, 0.36);
}
.footer .container {
  display: flex;
  align-items: center;
}
.footer .container img {
  width: 25%;
  margin-right: 200px;
}
@media (max-width: 900px) {
  .footer .container img {
    margin-right: 6px;
  }
}
.footer .container .footer-txt {
  width: -moz-fit-content;
  width: fit-content;
}
.footer .container .footer-txt h3 {
  text-align: center;
}
@media (max-width: 450px) {
  .footer .container .footer-txt h3 {
    font-size: 0.7em;
  }
}
.footer .container .footer-txt p {
  text-align: center;
}
@media (max-width: 450px) {
  .footer .container .footer-txt p {
    font-size: 0.7em;
  }
}

.us {
  border-bottom: 1px solid rgba(106, 101, 101, 0.36);
}
.us .us-container {
  padding-top: 90px;
  padding-bottom: 90px;
}
.us .us-wrapper {
  display: flex;
  border: 1px solid #cdad49;
  border-radius: 14px;
  overflow: hidden;
}
.us .acr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 55px;
  background-color: #cdad49;
  border-radius: 14px;
}
@media (max-width: 450px) {
  .us .acr {
    width: 39%;
  }
}
.us .us-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.us .us-list .us-item {
  display: flex;
}
.us .us-list .us-item .letter {
  margin: 0;
  font-size: 50px;
  margin-right: 20px;
}
@media (max-width: 450px) {
  .us .us-list .us-item .letter {
    font-size: 25px;
    margin-right: 7px;
  }
}
.us .us-list .us-item .txt {
  font-size: 0.7em;
}
.us .dscr-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding: 20px 20px 20px 80px;
}
@media (max-width: 450px) {
  .us .dscr-list {
    padding: 15px;
  }
}
.us .dscr-list h3 {
  font-weight: 400;
}
@media (max-width: 450px) {
  .us .dscr-list h3 {
    font-size: 1em;
  }
}
.us .dscr-list .dscr-item {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .us .dscr-list .dscr-item {
    font-size: 1em;
  }
}
@media (max-width: 450px) {
  .us .dscr-list .dscr-item {
    font-size: 0.7em;
  }
}/*# sourceMappingURL=main.css.map */