@font-face {
  font-family: "m-regular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-Regular.eot");
  src: 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-face {
  font-family: "m-medium";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-Medium.eot");
  src: 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-face {
  font-family: "m-bold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-Bold.eot");
  src: 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-face {
  font-family: "m-semibold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-SemiBold.eot");
  src: 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-face {
  font-family: "r-regular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Roboto/Roboto-Regular.eot");
  src: url("../fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "r-medium";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Roboto/Roboto-Medium.eot");
  src: url("../fonts/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "r-bold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Roboto/Roboto-Bold.eot");
  src: url("../fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "r-semibold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Roboto/Roboto-SemiBold.eot");
  src: url("../fonts/Roboto/Roboto-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-SemiBold.woff") format("woff"), url("../fonts/Roboto/Roboto-SemiBold.ttf") format("truetype");
}
body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  overflow-x: hidden;
  color: #393232;
}
body input,
body textarea {
  outline: none;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
  border-color: red;
}
body input:required:valid,
body textarea:required:valid {
  border-color: green;
}

ul {
  list-style: none;
  padding-left: none;
  padding-left: 0;
  margin-bottom: 0;
}

a {
  color: #393232;
}
a:hover {
  text-decoration: none;
}

b, strong {
  font-weight: bold;
}

.main-menu {
  display: flex;
}
.main-menu li {
  margin-left: 40px;
}
.main-menu li a {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}
.main-menu li a:hover, .main-menu li a.active {
  color: #fee100;
  text-decoration: underline;
}
.boxpad {
  padding-top: 50px;
  padding-bottom: 50px;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header-top {
  overflow: hidden;
  background: #ffffff;
}
.header-top .container .header-top__row {
  display: flex;
  align-items: center;
}
.header-top .container .header-top__row .phone-link {
  margin-right: 25px;
  padding-left: 30px;
  background: url("../img/phone.jpg") no-repeat left center;
}
.header-top .container .header-top__row .phone-link:hover {
  color: #fee100;
  transition: all 0.4s ease;
}
.header-top .container .header-top__row .adress {
  margin-top: 0;
  margin-bottom: 0;
}
.header-top .container .header-top__row .order-call {
  margin-left: auto;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  z-index: 0;
}
.header-top .container .header-top__row .order-call:before {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 1000%;
  height: 100%;
  background: #2c3659;
}

.header-btm {
  padding-top: 20px;
}

.header-btm__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header-btm__row a.h-logo {
  display: block;
  width: 100px;
  flex: none;
  margin-right: 10px;
}
.header-btm__row a.h-logo img {
  width: 100%;
}

.main-menu {
  display: flex;
  justify-content: space-between;
}
.main-menu li a {
  color: #fff;
  font-size: 16px;
}
.box-banner {
  position: relative;
}

.banner-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.banner-slide:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.banner-slide .container {
  min-height: 700px;
  display: flex;
  align-items: center;
  z-index: 2;
}

.banner-intro {
  background: rgba(0, 0, 0, 0.4);
  padding: 45px;
  padding-top: 30px;
}
.banner-intro__title {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.4em;
  padding-left: 14px;
}
.banner-intro__title.line-top:before {
  top: -7px;
}
.banner-intro__desc {
  color: #fff;
}
.banner-intro__btm {
  color: #fff;
  display: flex;
}
.banner-intro__btm .btn.btn_yellow {
  margin-right: 30px;
}
.line-top {
  position: relative;
  z-index: 0;
}
.line-top:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 47px;
  width: 240px;
  height: 16px;
  background: #fee100;
  z-index: -1;
}

.banner-intro__btm {
  align-items: center;
}

.btn_yellow {
  color: #000;
  padding: 0.94em 2em;
  line-height: 1em;
  text-transform: uppercase;
  background: #fee100;
  font-size: 15px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
.btn_yellow:hover {
  color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.btn_yellow:hover:before {
  -webkit-animation: move-light 0.5s;
          animation: move-light 0.5s;
}
.btn_yellow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  transform: translateX(-4em) skewX(-45deg);
}

.btn_light {
  color: #000;
  padding: 0.94em 2em;
  line-height: 1em;
  text-transform: uppercase;
  background: #fff;
  font-size: 15px;
  border-radius: 0;
}
.btn_light:hover {
  background: #fee100;
}

.box-title {
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  padding-left: 20px;
  font-size: 38px;
}
.box-title.white {
  color: #fff;
}
.box-title.big {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: normal;
}

.benefit-item {
  display: flex;
  align-items: center;
  max-width: 425px;
}
.benefit-item__icon {
  width: 37px;
  flex: none;
  margin-right: 30px;
}
.benefit-item__content .benefit-item__title {
  font-weight: 600;
  margin-bottom: 1em;
}

.modern-img {
  min-height: 525px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 480px;
  position: relative;
}
.modern-img .benefit-item {
  padding: 18px;
  background: #f5f5f5;
  position: absolute;
  max-width: 350px;
  border-radius: 5px;
}
.modern-img .benefit-item__icon {
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 53px;
}
.modern-img .benefit-item__content .benefit-item__desc {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
.modern-img .benefit-item.top {
  top: 25px;
  right: -122px;
}
.modern-img .benefit-item.btm {
  bottom: 25px;
  left: -60px;
}

.box-note {
  background: #2c3659;
}
.box-note .box-title {
  text-align: right;
  max-width: 470px;
}

.note-item {
  color: #fff;
}

.note-link span {
  padding-right: 30px;
  color: #fff;
  background: url("../img/arrow-right.svg") no-repeat right center;
  background-size: 20px;
  transition: 0.4s ease all;
}
.note-link:hover {
  color: #fee100;
}
.note-link:hover span {
  padding-right: 40px;
  transition: 0.4s ease all;
}
.service-item {
  margin-bottom: 20px;
}
.service-item__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 260px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  z-index: 0;
}
.service-item__img:before {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.service-item__img .service-item__link {
  font-weight: 600;
}
.service-item__img .service-item__link span {
  padding-right: 30px;
  color: #fff;
  background: url("../img/arrow-right.svg") no-repeat right center;
  background-size: 20px;
  transition: 0.4s ease all;
}
.service-item__img .service-item__link:hover span {
  color: #fee100;
  padding-right: 40px;
  transition: 0.4s ease all;
}
.box-quality {
  position: relative;
}

.quality-row {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.quality-col {
  width: 50%;
  min-height: 490px;
}

.quality-left {
  background: #2c3659;
}

.quality-right {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.quality-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  padding-left: 36px;
}
.quality-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background: #fee100;
}

.quality-desc {
  color: #fff;
  font-size: 14px;
}
.quality-list li {
  color: #fff;
  padding-left: 30px;
  background: url("../img/check.png") no-repeat left center;
}

.box-form {
  background: #1f1f1f;
}
.box-form .form-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 0;
  line-height: 1.3em;
}
.box-form .btn_yellow {
  height: 100%;
}

.project-item {
  margin-bottom: 20px;
}
.project-item__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 375px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  z-index: 0;
}
.project-item__img:before {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.project-item__img .project-item__link {
  font-weight: 600;
}
.project-item__img .project-item__link span {
  padding-right: 30px;
  color: #fff;
  background: url("../img/arrow-right.svg") no-repeat right center;
  background-size: 20px;
  transition: 0.4s ease all;
}
.project-item__img .project-item__link:hover span {
  padding-right: 40px;
  transition: 0.4s ease all;
}
.doc-item {
  margin-bottom: 20px;
}

.box-header.d-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.box-header.d-flex .box-title {
  margin-right: 50px;
}
.box-header.d-flex .arrow-link {
  align-items: flex-end;
}

.arrow-link {
  font-weight: 600;
}
.arrow-link span {
  padding-right: 30px;
  background: url("../img/arrow-right-dark.svg") no-repeat right center;
  background-size: 20px;
  transition: 0.4s ease all;
}
.arrow-link:hover span {
  padding-right: 40px;
  transition: 0.4s ease all;
}
.box-parters {
  background: #2c3659;
  position: relative;
}
.box-parters .box-title {
  position: relative;
}
.box-parters .box-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #fee100;
}
.box-parters .slick-slide {
  text-align: center;
}
.box-parters .slick-slide img {
  width: initial;
}

.partner-prev, .banner-prev {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 90;
  background: none;
  width: 55px;
  height: 20px;
  margin-top: -10px;
  background: url("../img/arrow-right.svg") no-repeat center;
  border: none;
  outline: none;
  transform: rotate(180deg);
}

.partner-next, .banner-next {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 90;
  width: 55px;
  height: 20px;
  margin-top: -10px;
  background: url("../img/arrow-right.svg") no-repeat center;
  border: none;
  outline: none;
}

.banner-next {
  width: 55px;
  background-size: 100%;
}

.banner-prev {
  width: 55px;
  background-size: 100%;
}

.new-item {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.new-item__img {
  min-height: 214px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.new-item .new-item__content {
  padding: 15px 30px;
  background: #fff;
}
.new-item__date {
  color: #ffffff;
  font-size: 12px;
  display:none;
}
.new-item__title {
  margin-top: 0;
  color: #45525b;
  font-weight: 600;
}
.new-item__link span {
  padding-right: 30px;
  background: url("../img/arrow-right-dark.svg") no-repeat right center;
  background-size: 20px;
  transition: 0.4s ease all;
  color: #45515d;
  font-size: 14px;
}
.new-item__link:hover span {
  padding-right: 40px;
  transition: 0.4s ease all;
}
footer {
  background: transparent;
  padding-top: 0px;
}

.footer-row {
  display: flex;
  justify-content: space-between;
}
.footer-row .footer__logo {
  width: 100px;
}
.footer-row .footer__logo img {
  width: 100px;
}
.footer-row .footer__content {
  width: 85%;
}

.footer-menu li {
  margin-bottom: 1em;
}
.footer-menu li a {
  color: #949aa8;
  text-transform: uppercase;
}
.f-phone {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 15px;
  display: block;
  padding-left: 25px;
  background: url("../img/phone-footer.svg") no-repeat left center;
  color: #fff;
  background-size: 18px;
}
.c-item {
  color: #fff;
}
.c-item .accent {
  font-weight: 600;
  color: #fff;
  display: block;
}
.c-item a {
  color: #fff;
}
.c-item p {
  color: #fff;
}

.w-100 {
  width: 100%;
}

.modal {
  padding: 40px 30px;
  background: #fff;
  width: 500px;
  display: none;
}
.modal .modal__header h3.modal__title {
  text-align: center;
  font-size: 22px;
}
.modal .form-group {
  margin-bottom: 20px;
}
.modal .modal__desc {
  font-size: 14px;
}
.modal .modal__content {
  padding: 20px;
}

.cmn-toggle-switch {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  background: none;
  z-index: 2000;
  padding-top: 30px;
  display: none;
}
.cmn-toggle-switch:focus {
  outline: none;
}
.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 23px;
  left: 10px;
  right: 0px;
  width: 30px;
  height: 3px;
  background-color: #fff;
}
.cmn-toggle-switch span:before, .cmn-toggle-switch span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
}
.cmn-toggle-switch span:before {
  top: -10px;
}
.cmn-toggle-switch span:after {
  bottom: -10px;
}

.cmn-toggle-switch__htx span {
  transition: background 0 0.3s;
}
.cmn-toggle-switch__htx span:before, .cmn-toggle-switch__htx span:after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0;
}
.cmn-toggle-switch__htx span:before {
  transition-property: top, transform;
}
.cmn-toggle-switch__htx span:after {
  transition-property: bottom, transform;
}
.cmn-toggle-switch__htx.active span {
  background-color: none;
  background: none;
}
.cmn-toggle-switch__htx.active span:before {
  top: 0;
  transform: rotate(45deg);
  transition-delay: 0, 0.3s;
}
.cmn-toggle-switch__htx.active span:after {
  bottom: 0;
  transform: rotate(-45deg);
  transition-delay: 0, 0.3s;
}

.box-news_inner {
  margin-top: 100px;
}

.margin_blocks {
  margin-top: 100px;
}

.title-bg {
  position: relative;
  width: 100%;
}

.title-bg img {
  width: 100%;
  min-height: 240px;
  object-fit: cover;
}

.title-bg h1 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 41px;
  letter-spacing: 0.065em;
  color: #FFFFFF;
  position: absolute;
  top: 10%;
  left: 30px;
  z-index: 2;
  max-width: 450px;
}

.title-bg h1:before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 1px;
  width: 300px;
  height: 16px;
  background: #fee100;
  z-index: -1;
}

h2.sub-title-us {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 41px;
  letter-spacing: 0.065em;
  color: #2D2D2C;
  margin-top: 70px;
  position: relative;
  margin-left: 10px;
}

h2.sub-title-us:before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 1px;
  width: 300px;
  height: 16px;
  background: #fee100;
  z-index: -1;
}

.page-content.page-content-us {
  column-width: 48%;
  column-count: 2;
  column-gap: 4%;
  margin-top: 50px;
}

.page-content.page-content-us p {
  margin-bottom: 20px;
  margin-top: 0px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
}

.cards-us {
  display: flex;
  flex-wrap: wrap;
}

.card-us p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #2D2D2C;
}

.card-us {
  width: 31%;
  margin: 20px 1%;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
  padding: 15px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


 
@media (max-width: 767px) {
  .main-wrap {
    position: fixed;
    padding: 50px 20px;
    background: #000;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .main-menu {
    display: block;
  }
  .main-menu li {
    margin-left: 0;
  }
  .main-menu li a {
    display: block;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
  }
  .header-top .container .header-top__row .order-call {
    font-size: 14px;
  }
  .header-btm__row .menu-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    right: -100%;
    background: #000;
    padding: 40px;
    height: 100vh;
    z-index: 200;
  }
  .banner-slide .container {
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding-top: 100px;
  }
  .banner-intro {
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
    display: block;
  }
  .banner-intro__title.line-top:before {
    left: 50%;
    margin-left: -100px;
  }
  .line-top:before {
    height: 10px;
    width: 200px;
  }
  .banner-intro__btm {
    flex-wrap: wrap;
    display: block;
  }
  .btn_yellow {
    width: 100%;
    margin-bottom: 10px;
  }
  .btn_light {
    width: 100%;
  }
  .box-title {
    font-size: 25px;
  }
  .box-title.big {
    font-size: 25px;
    text-align: left;
    text-transform: inherit;
    font-weight: 600;
  }
  .benefit-item__icon {
    margin-right: 20px;
  }
  .benefit-item__content .benefit-item__title {
    margin-bottom: 0;
  }
  .benefit-item__content .benefit-item__desc {
    margin-bottom: 0;
    margin-top: 0;
  }
  .benefit-item {
    margin-bottom: 0;
  }
  .modern-img {
    margin-top: 40px;
    min-height: 350px;
    max-width: 100%;
  }
  .modern-img .benefit-item {
    padding: 10px;
  }
  .modern-img .benefit-item.top {
    right: 20px;
  }
  .modern-img .benefit-item.btm {
    left: 20px;
  }
  .box-quality {
    background: #2c3659;
  }
  .quality-left {
    display: none;
  }
  .quality__content {
    min-height: auto;
  }
  .project-item__img {
    min-height: 250px;
  }
  .box-header.d-flex .arrow-link {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .footer-row {
    display: block;
  }
  .footer-row .footer__logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .modal {
    width: 95%;
  }
  .modal .modal__header h3.modal__title {
    font-size: 22px;
  }
  .cmn-toggle-switch {
    display: block;
  }
}

@media (max-width: 991px) {
  .main-menu {
    flex-wrap: wrap;
  }
  .boxpad {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .header-top .container .header-top__row .adress {
    display: none;
  }
  .box-note .box-title {
    text-align: left;
  }
  .service-item__img {
    min-height: 200px;
  }
  .quality-left {
    width: 100%;
  }
  .quality-right {
    display: none;
  }
}

@media (max-width: 1199px) {
  .main-menu li a {
    font-size: 18px;
  }
  .banner-intro__title {
    font-size: 30px;
  }
  .quality-col {
    min-height: 530px;
  }
  .doc-item {
    text-align: center;
  }
  .doc-item img {
    max-width: 200px;
  }
}

@media (max-width: 575px) {
  .boxpad {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .banner-intro__title {
    font-size: 20px;
  }
}

.section-title {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .section-title {
      font-size: 20px;
      line-height: 30px;
      text-align: center;
  }  
}

.table-wrap {
    margin: 40px 0;
    overflow-x: auto;
}

.table {
    max-width: 100%;
}

.list_groups_table tr td {
    font-size: 0.8rem;
    padding: 5px;
}

/**
 * Cards
 */
.cards {
 display: flex;
 display: -webkit-flex;
 justify-content: center;
 -webkit-justify-content: center;
 flex-wrap: wrap;
 gap: 40px;
}

.card__img {
   position: relative;
   width: 100%;
   height: 0;
   padding-bottom: calc(3 / 4 * 100%);
}

.card__img img {
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
}

.card {
   transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
   background-color: #fff;
   width: calc(33.3% - 27px);
   position: relative;
   border-radius: 12px;
   overflow: hidden;
   box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .card {
    width: calc(49% - 27px);
  }
}

@media screen and (max-width: 480px) {
  .card {
    width: calc(100% - 27px);
  }
}

.card:hover {
   box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
   transform: scale(1.10, 1.10);
}

.card__info {
   z-index: 2;
   background-color: #fff;
   border-bottom-left-radius: 12px;
   border-bottom-right-radius: 12px;
   padding: 16px 24px 24px 24px;
}

.card__category {
   text-transform: uppercase;
   font-size: 13px;
   letter-spacing: 2px;
   font-weight: 500;
   color: #868686;
}

.card__title {
   margin-top: 5px;
   margin-bottom: 10px;
}

.card__by {
 font-size: 12px;
 font-weight: 500;
}

.card:hover .card__info {
   background-color: transparent;
   position: relative;
}