html {
  font-size: 62.5%;
}

@media (max-width: 767px) {
  html {
    font-size: 55%;
  }
}
body {
  max-width: 1920px;
  margin: 0 auto;
  background: url("../images/bg.jpg") no-repeat top center;
  background-size: 100% auto;
}

h1,
.h1,
h2,
.h2 {
  font-weight: 800;
}

.perex p {
  font-size: 2.4rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.58;
}

@media (max-width: 1259px) {
  .perex p {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .perex p {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media (max-width: 575px) {
  body {
    background-size: 800px auto;
  }
}
button:focus {
  outline: none;
}

.btn {
  font-size: 1.8rem;
  font-weight: 700;
}
.btn-dark, .btn-dark-big {
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0;
  background: 0 0;
}
.btn-dark .btn-dark-inner, .btn-dark-big .btn-dark-inner {
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.8rem), calc(100% - 1.8rem) 100%, 0 100%);
  background: #202225 url("../images/btn-triangl.svg") no-repeat top left;
  background-size: 100% auto;
  padding: 1.5rem 3.2rem;
}
.btn-dark:hover, .btn-dark-big:hover {
  color: #fff;
  background: 0 0;
}
.btn-dark:hover .btn-dark-inner, .btn-dark-big:hover .btn-dark-inner {
  background: #202225;
}
.btn-dark-big {
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.06rem;
  text-align: left;
}
.btn-dark-big .btn-dark-inner {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2.2rem), calc(100% - 2.2rem) 100%, 0 100%);
  background: #202225 url("../images/btn-triangl-big.svg") no-repeat top left;
  background-size: 100% auto;
  padding: 1.7rem 4rem;
}
.btn-dark-big::before {
  content: "";
  position: absolute;
  height: 5rem;
  left: 25px;
  right: 25px;
  bottom: 0;
  box-shadow: 0 1.6rem 3.2rem rgba(0, 0, 0, 0.46);
  z-index: -1;
}
.btn-dark-big small {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.032rem;
  display: block;
  text-transform: none;
}
.btn-detail {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -0.056rem;
  font-size: 2.8rem;
  background: #84b804 url("../images/btn-detail-triangl.svg") no-repeat top left;
  background-size: 100% auto;
  text-transform: uppercase;
  padding: 1.5rem 4rem;
}
.btn-detail small {
  display: block;
  font-size: 1.4rem;
  color: #ecffbc;
  letter-spacing: 0.28rem;
  margin-left: -2px;
  margin-bottom: 2px;
}
.btn-detail:hover {
  color: #fff;
  background: #84b804;
}

.btn-view-all {
  padding: 1.5rem 4.3rem;
  background: #84b804 url("../images/btn-view-all-triangl.svg") no-repeat top left;
  background-size: 100% auto;
  color: #ffffff;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 700;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.8rem), calc(100% - 1.8rem) 100%, 0 100%);
  letter-spacing: normal;
}
.btn-view-all:hover {
  background: #84b804;
  color: #ffffff;
}

@media (max-width: 1259px) {
  .btn-detail {
    font-weight: 700;
    font-size: 2.5rem;
    padding: 1.2rem 3rem;
  }
  .btn-detail small {
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
    margin-left: -1;
    margin-bottom: 2px;
  }
}
@media (max-width: 991px) {
  .btn-dark-big {
    font-size: 2.4rem;
    letter-spacing: normal;
  }
  .btn-dark-big .btn-dark-inner {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 0 100%);
    padding: 1.5rem 2.5rem;
  }
  .btn-dark-big small {
    font-size: 1.2rem;
    margin-top: 0.2rem;
    letter-spacing: -0.025rem;
  }
}
/* Navbar */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  padding: 2rem 4rem;
  background-color: white;
  margin-top: 45px;
  height: 14rem;
}

.navbar-brand {
  padding: 0;
  margin-right: 0;
  font-size: 1.25rem;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-collapse {
  flex-grow: unset;
}

.navbar-expand-lg .navbar-nav .nav-item {
  padding-right: 2rem;
  padding-left: 2rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.navbar-nav .nav-link {
  color: #202225;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  position: relative;
  font-weight: 700;
  letter-spacing: -0.32px;
}
.navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  height: 3px;
  background-color: #84b804;
  opacity: 0;
  transition: all 0.3s;
  top: 100%;
}
.navbar-nav .nav-link:focus::before, .navbar-nav .nav-link:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}

/* Hamburger */
.navbar-toggler {
  position: relative;
  color: #fff;
  padding: 0.25rem 0.75rem;
  padding-bottom: 0.35rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #84b804;
  border: 1px solid transparent;
  border-radius: 0;
  order: 1;
  height: 37px;
}

.navbar-toggler:not(.collapsed) {
  padding: 0.25rem 0.75rem;
  padding-bottom: 0.35rem;
  height: 37px;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 8px;
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 8px;
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* END Hamburger */
/* END Navbar */
@media (max-width: 1259px) {
  .navbar {
    padding: 2rem;
    height: 13rem;
    padding-bottom: 1.7rem;
  }
  .navbar-brand {
    width: 26rem;
  }
  .navbar-expand-lg .navbar-nav .nav-item {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-nav .nav-link {
    font-size: 1.7rem;
  }
}
@media (max-width: 991px) {
  .navbar-brand {
    order: 2;
  }
  .navbar-collapse {
    order: 4;
  }
  .navbar {
    position: relative;
    height: 10rem;
    z-index: 11;
    margin-top: 3.5rem;
  }
  .navbar .btn-dark {
    order: 3;
  }
  .navbar-collapse {
    top: calc(100% - 2rem);
    position: absolute;
    background: #fff;
    left: 0;
  }
  .navbar-nav {
    padding: 2rem;
    padding-bottom: 0.9rem;
    box-shadow: 0rem 1.3rem 1.2rem rgba(0, 0, 0, 0.1);
  }
  .navbar-expand-lg .navbar-nav .nav-item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0.7rem;
  }
  .navbar-nav .nav-link {
    display: inline-block;
  }
}
@media (max-width: 575px) {
  .header-container {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-brand {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    margin-bottom: 5px;
  }
  .navbar {
    position: relative;
    height: auto;
    margin-top: 0;
    padding: 5px 15px;
    padding-bottom: 15px;
  }
  .navbar-toggler {
    order: 2;
  }
  .navbar-collapse {
    left: 0;
    right: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-item {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .navbar-nav .nav-link {
    font-size: 2rem;
  }
}
/* HP title */
.hp-title {
  padding-top: 16rem;
  padding-bottom: 16rem;
}
.hp-title h1 {
  color: white;
  font-weight: 800;
  font-size: 8rem;
  letter-spacing: -1.6px;
  text-shadow: 0 8px 59px rgba(32, 34, 37, 0.3215686275);
  text-align: center;
}
.hp-title h1 small {
  font-size: 3rem;
  letter-spacing: 1.32rem;
  display: block;
  font-weight: 800;
}
.hp-title-container {
  text-align: center;
}

@media (max-width: 1259px) {
  .hp-title {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
  .hp-title h1 {
    font-size: 6.5rem;
    letter-spacing: -1.6px;
  }
  .hp-title h1 small {
    font-size: 2.6rem;
    letter-spacing: 1.32rem;
  }
}
@media (max-width: 991px) {
  .hp-title {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }
  .hp-title h1 {
    font-size: 4.8rem;
    letter-spacing: -0.5px;
  }
  .hp-title h1 small {
    font-size: 2rem;
    letter-spacing: 0.7rem;
    margin-top: -0.2rem;
  }
}
@media (max-width: 767px) {
  .hp-title {
    padding-top: 3.5rem;
    padding-bottom: 0;
  }
  .hp-title h1 {
    font-size: 4rem;
    letter-spacing: -0.4px;
  }
  .hp-title h1 small {
    font-size: 1.8rem;
    letter-spacing: 0.6rem;
    margin-top: -0.2rem;
  }
}
@media (max-width: 575px) {
  .hp-title {
    padding-top: 2.5rem;
    padding-bottom: 0;
  }
  .hp-title h1 {
    font-size: 3.6rem;
    letter-spacing: normal;
    max-width: 30rem;
    margin: 0 auto;
    line-height: 1.3;
  }
  .hp-title h1 small {
    font-size: 1.8rem;
    letter-spacing: 0.45rem;
    margin-top: 2px;
    font-weight: 700;
  }
}
/* HP article */
.hp-article-title {
  padding-top: 2.5rem;
}
.hp-article-title h2 {
  font-size: 8rem;
  font-weight: 700;
  color: #84b804;
  letter-spacing: -0.16rem;
  line-height: 1.2;
}
.hp-article-title h2 small {
  font-size: 4.5rem;
  display: block;
  color: #202225;
  font-weight: 700;
  padding-left: 3.8rem;
}
.hp-article-text p {
  color: #202225;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 300;
  margin-bottom: 4.5rem;
}
.hp-article-text p strong {
  font-weight: 700;
}
.hp-article-text .perex p {
  font-size: 2.4rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.58;
}

@media (max-width: 1259px) {
  .hp-article-title h2 {
    font-size: 6.5rem;
    letter-spacing: -0.16rem;
  }
  .hp-article-title h2 small {
    font-size: 3.7rem;
    padding-left: 3.4rem;
  }
  .hp-article-text p {
    font-size: 1.7rem;
    line-height: 1.8;
    margin-bottom: 3.5rem;
  }
  .hp-article-text .perex p {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .hp-article-title h2 {
    font-size: 4.8rem;
    letter-spacing: -0.1rem;
  }
  .hp-article-title h2 small {
    font-size: 2.8rem;
    padding-left: 2.2rem;
  }
  .hp-article-text p {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
  .hp-article-text .perex p {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .hp-article-title {
    margin-bottom: 3.5rem;
  }
  .hp-article-title h2 {
    font-size: 4rem;
    letter-spacing: normal;
    margin-bottom: 2rem;
  }
  .hp-article-title h2 small {
    font-size: 2.3rem;
    padding-left: 1.8rem;
  }
}
@media (max-width: 575px) {
  .hp-article-title {
    margin-bottom: 3.5rem;
    padding-top: 0;
    margin-top: 2.5rem;
  }
  .hp-article-title h2 {
    font-size: 3.6rem;
    margin-bottom: 2rem;
  }
  .hp-article-title h2 small {
    font-size: 2rem;
    padding-left: 1.5rem;
  }
}
/* main title */
.main-title {
  text-align: center;
}
.main-title small {
  color: #999ca1;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.468rem;
  display: inline-block;
  margin-bottom: 2px;
  position: relative;
}
.main-title small::before, .main-title small::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 1.5rem;
  background-color: #999ca1;
  right: calc(100% + 2rem);
}
.main-title small::after {
  right: auto;
  left: calc(100% + 2rem);
}
.main-title h2 {
  color: #202225;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 4.5rem;
  margin-bottom: 7rem;
}

@media (max-width: 1259px) {
  .main-title small {
    font-size: 1.6rem;
    letter-spacing: 0.4rem;
    margin-bottom: 2px;
  }
  .main-title small::before, .main-title small::after {
    height: 1px;
    width: 1rem;
    right: calc(100% + 1rem);
  }
  .main-title small::after {
    right: auto;
    left: calc(100% + 1rem);
  }
  .main-title h2 {
    font-weight: 800;
    font-size: 4rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .main-title small {
    font-size: 1.5rem;
    letter-spacing: 0.3rem;
    margin-bottom: 1px;
  }
  .main-title h2 {
    font-size: 3.6rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 575px) {
  .main-title small {
    font-size: 1.5rem;
    letter-spacing: 0.3rem;
    margin-bottom: 3px;
  }
  .main-title h2 {
    font-size: 3.2rem;
    margin-bottom: 2rem;
    line-height: 1.2;
  }
}
/* Product list */
.product-item {
  display: flex;
  flex-direction: column;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2.2rem), calc(100% - 2.2rem) 100%, 0 100%);
  overflow: hidden;
  background: #f3f3f3;
}
.product-item-col {
  margin-bottom: 5rem;
}
.product-item-name {
  display: block;
  color: #202225;
  font-size: 2.8rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  margin-bottom: 4px;
}
.product-item-name:hover {
  color: #202225;
  text-decoration: underline;
}
.product-item-img {
  display: block;
  overflow: hidden;
  text-align: center;
}
.product-item-img img {
  transform: scale(1);
  transition: all 0.3s;
  display: inline-block;
}
.product-item-img:hover img {
  transform: scale(1.1);
}
.product-item-top {
  padding: 2.5rem 4rem;
}
.product-item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 4rem;
}
.product-item-price {
  color: #202225;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -0.056rem;
  line-height: 0.8;
  padding-bottom: 8px;
}
.product-item-price span {
  color: #999ca1;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.14;
  display: block;
}
.product-item-info {
  color: #999ca1;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.032rem;
}

@media (max-width: 1259px) {
  .product-item-col {
    margin-bottom: 3.5rem;
  }
  .product-item-name {
    font-size: 2.5rem;
    margin-bottom: 3px;
  }
  .product-item-top {
    padding: 2.5rem;
  }
  .product-item-bottom {
    padding-left: 2.5rem;
  }
  .product-item-price {
    font-size: 2.5rem;
    letter-spacing: -0.05rem;
    padding-bottom: 6px;
  }
}
@media (max-width: 991px) {
  .product-item-col {
    margin-bottom: 30px;
  }
  .product-item-price {
    padding-bottom: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .product-list-row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .product-item-col {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
/* reference */
.references-container {
  position: relative;
}
.references-btn {
  text-align: center;
  margin-top: 6rem;
}

.ref-item {
  display: block;
  position: relative;
}
.ref-item-img {
  display: block;
  overflow: hidden;
}
.ref-item-img img {
  transform: scale(1);
  transition: all 0.3s;
  width: 100% !important;
  height: auto !important;
}
.ref-item-txt {
  position: absolute;
  background: url("../images/ref-shadow.png") no-repeat bottom center;
  background-size: 100% 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  padding: 1.2rem 3rem;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.036rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.ref-item:hover .ref-item-img img {
  transform: scale(1.05);
}

.swiper-button-next,
.swiper-button-prev {
  top: calc(50% - 4.2rem);
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -4.2rem;
  left: auto;
}
.swiper-button-next svg path,
.swiper-rtl .swiper-button-prev svg path {
  transition: all 0.3s;
}
.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  display: none;
}
.swiper-button-next:hover svg path,
.swiper-rtl .swiper-button-prev:hover svg path {
  fill: #202225;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -4.2rem;
  right: auto;
}
.swiper-button-prev svg path,
.swiper-rtl .swiper-button-next svg path {
  transition: all 0.3s;
}
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  display: none;
}
.swiper-button-prev:hover svg path,
.swiper-rtl .swiper-button-next:hover svg path {
  fill: #202225;
}

@media (max-width: 1359px) {
  .swiper-button-next,
.swiper-button-prev {
    top: calc(50% - 4.2rem);
  }
  .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: -2.5rem;
  }
  .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: -2.5rem;
  }
}
@media (max-width: 1314px) {
  .references-container {
    position: relative;
  }
  .swiper-arrows {
    position: absolute;
    right: 7.5px;
    top: -4rem;
    display: flex;
    flex-wrap: wrap;
  }
  .swiper-button-next,
.swiper-button-prev {
    position: static;
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .swiper-button-next svg,
.swiper-button-prev svg {
    width: 18px;
  }
}
@media (max-width: 1259px) {
  .references-btn {
    margin-top: 4rem;
  }
  .ref-item-txt {
    height: 40%;
    padding: 1.2rem 2rem;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: -0.03rem;
  }
}
@media (max-width: 767px) {
  .references-container {
    max-width: unset;
    padding-left: 0;
    padding-right: 0;
  }
  .swiper {
    padding-right: 10rem;
  }
  .swiper-arrows {
    display: none;
  }
}
@media (max-width: 575px) {
  .references-container {
    max-width: unset;
    padding-left: 0;
    padding-right: 0;
  }
  .swiper {
    padding-right: 20rem;
  }
  .swiper-arrows {
    display: none;
  }
}
.footer {
  background: url("../images/footer-img.jpg") no-repeat top center;
  background-size: 100% 100%;
}
@media (min-width: 1560px) {
  .footer-container {
    max-width: 1530px;
  }
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 7.8rem;
  padding-bottom: 5.2rem;
}
.footer-menu li {
  padding-left: 6.6rem;
  padding-right: 6.6rem;
}
.footer-menu li a {
  color: #ffffff;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
.footer-menu li a::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  height: 3px;
  background-color: #84b804;
  opacity: 0;
  transition: all 0.3s;
  top: 100%;
}
.footer-menu li a:focus::before, .footer-menu li a:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}

.footer-box {
  background-color: rgba(10, 11, 12, 0.7);
  position: relative;
  padding: 9rem 8rem;
  padding-bottom: 5rem;
  min-height: 31.5rem;
  margin-bottom: 5rem;
}
.footer-box::before {
  content: "";
  height: 0.3rem;
  background-color: #84b804;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.footer-item {
  color: #fff;
}
@media (min-width: 1560px) {
  .footer-item-col {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .footer-item-col:first-child {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer-item-col:last-child {
    flex: 0 0 15%;
    max-width: 15%;
  }
}
.footer-item h4 {
  color: #9097a2;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.364rem;
  margin-bottom: 3rem;
}
.footer-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 1.88;
}
.footer-item ul strong {
  font-weight: 800;
}
.footer-item-phone {
  display: flex;
}
.footer-item-phone-txt {
  margin-left: 1.5rem;
  line-height: 1.57;
}
.footer-item-phone-link {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
}
.footer-item-phone-info {
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
}
.footer-item-email {
  display: flex;
  align-items: center;
}
.footer-item-email-link {
  color: #84b804;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  margin-left: 1.8rem;
}
.footer-item-email-link:hover {
  color: #fff;
}

.footer-socials {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer-socials li {
  margin-right: 2.7rem;
}
.footer-socials li a svg path {
  transition: all 0.3s;
}
.footer-socials li a:hover svg path {
  fill: #fff;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 8.8rem;
}
.footer-bottom .copyright,
.footer-bottom .created {
  font-weight: 300;
  color: #999ca1;
  font-size: 1.4rem;
  margin-bottom: 1.7rem;
}
.footer-bottom .copyright a {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
}
.footer-bottom .copyright a:hover {
  text-decoration: underline;
}
.footer-bottom .created-link {
  display: inline-block;
  margin-left: 1.7rem;
}

@media (max-width: 1259px) {
  .footer {
    background-size: auto 100%;
  }
  .footer-menu {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
  .footer-menu li {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .footer-menu li a {
    font-size: 1.7rem;
  }
  .footer-box {
    padding: 6.5rem 6rem;
    padding-bottom: 4rem;
    min-height: 28rem;
    margin-bottom: 4rem;
  }
  .footer-box::before {
    height: 0.3rem;
  }
  .footer-item-col {
    margin-bottom: 2.5rem;
  }
  .footer-item h4 {
    font-size: 1.4rem;
    letter-spacing: 0.34rem;
    margin-bottom: 1.5rem;
  }
  .footer-item ul {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    line-height: 1.88;
  }
  .footer-socials li {
    margin-right: 2.2rem;
  }
  .footer-bottom {
    padding-bottom: 5rem;
  }
  .footer-bottom .copyright,
.footer-bottom .created {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
  .footer-bottom .copyright a {
    font-size: 1.4rem;
  }
  .footer-bottom .created-link {
    margin-left: 1.4rem;
  }
}
@media (max-width: 991px) {
  .footer-menu {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }
  .footer-menu li {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .footer-menu li a {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .footer-menu {
    padding-top: 5rem;
    padding-bottom: 1.5rem;
  }
  .footer-menu li {
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .footer-menu li {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .footer-box {
    padding: 5rem 4rem;
    padding-bottom: 1.5rem;
  }
}
/*# sourceMappingURL=style.css.map */
