.list-clear {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.main-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  box-shadow: 0 0 4px rgb(40, 40, 40);
}
.main-header .lang-wrapper {
  background-color: rgb(40, 40, 40);
  padding: 0.4rem 0;
}
.main-header .lang-wrapper .header-stock-list {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  display: none;
}
.main-header .lang-wrapper .flag-en-holder, .main-header .lang-wrapper .flag-sr-holder {
  float: right;
  width: 2rem;
  cursor: pointer;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}
.main-header .lang-wrapper .flag-sr-holder {
  margin-right: 1rem;
}
.main-header .lang-wrapper img {
  display: inline-block;
  max-width: 100%;
}
@media all and (min-width: 300px) {
  .main-header .lang-wrapper .header-stock-list {
    display: inline-block;
  }
  .main-header .lang-wrapper .flag-en-holder, .main-header .lang-wrapper .flag-sr-holder {
    padding-top: 0.25rem;
  }
}
.main-header.toggle-overflow {
  overflow: hidden;
}
.main-header .container.logo-nav-container {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  flex-wrap: nowrap;
}
.main-header h1 > a {
  display: inline-block;
  max-width: 90px;
}
.main-header h1 > a img {
  vertical-align: bottom;
  display: inline-block;
  max-width: 100%;
}
@media all and (min-width: 340px) {
  .main-header h1 > a {
    max-width: 143px;
  }
}
.main-header .nav-ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s;
}
.main-header .nav-ul.fade {
  opacity: 1;
}
.main-header .nav-ul li {
  position: relative;
  height: 2.5rem;
  line-height: 1.5rem;
  text-align: center;
  padding: 0.5rem;
  font-weight: 900;
  background-color: #eff5f5;
}
.main-header .nav-ul li a {
  display: inline-block;
  position: relative;
}
.main-header .nav-ul li span {
  display: inline-block;
  height: 0.2rem;
  width: 0;
  background-color: #2b3990;
  position: absolute;
  left: 0;
  top: 100%;
}
.main-header .nav-ul li span.active {
  width: 100%;
}
@media all and (min-width: 768px) {
  .main-header .nav-ul {
    position: static;
    width: auto;
    opacity: 1;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
  }
  .main-header .nav-ul li {
    background-color: #fff;
  }
  .main-header .nav-ul li a:hover span:not(.active) {
    animation-name: spanWidth;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }
  .main-header .nav-ul li:last-child {
    padding-right: 0;
  }
}
@media all and (min-width: 768px) and (min-width: 1200px) {
  .main-header .nav-ul li:not(:last-child) {
    padding: 0.5rem 1.5rem;
  }
}
.main-header .nav-hamburger-holder {
  display: block;
  max-width: 50px;
  border: 2px solid rgb(40, 40, 40);
  border-radius: 5px;
  cursor: pointer;
}
.main-header .nav-hamburger-holder img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
}
@media all and (min-width: 768px) {
  .main-header .nav-hamburger-holder {
    display: none;
  }
}

@keyframes spanWidth {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.header-section {
  position: relative;
}
.header-section .welcome-header-img-holder {
  width: 100%;
}
.header-section .welcome-header-img-holder img {
  display: inline-block;
  max-width: 100%;
}
.header-section .welcome-header-text-holder {
  color: #fff;
  width: 52%;
  padding-left: 1rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.header-section .welcome-header-text-holder .main-title {
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1;
}
.header-section .welcome-header-text-holder .welcome-span {
  letter-spacing: 0.015rem;
}
.header-section .welcome-header-text-holder p {
  display: none;
}
@media all and (min-width: 290px) {
  .header-section .welcome-header-text-holder .main-title {
    font-size: 0.9rem;
  }
}
@media all and (min-width: 340px) {
  .header-section .welcome-header-text-holder .main-title {
    font-size: 1.1rem;
  }
}
@media all and (min-width: 400px) {
  .header-section .welcome-header-text-holder .main-title {
    font-size: 1.3rem;
    margin-bottom: 0.4rem;
  }
  .header-section .welcome-header-text-holder .welcome-span {
    letter-spacing: 0.02rem;
  }
  .header-section .welcome-header-text-holder p {
    display: block;
    font-size: 0.5rem;
    line-height: 1.4;
    font-weight: 300;
    padding-right: 2rem;
  }
}
@media all and (min-width: 576px) {
  .header-section .welcome-header-text-holder .main-title {
    font-size: 1.5rem;
    margin-bottom: 0.4rem;
  }
  .header-section .welcome-header-text-holder .welcome-span {
    letter-spacing: 0.025rem;
  }
}
@media all and (min-width: 650px) {
  .header-section .welcome-header-text-holder .main-title {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .header-section .welcome-header-text-holder p {
    font-size: 0.6rem;
  }
}
@media all and (min-width: 768px) {
  .header-section .welcome-header-text-holder .main-title {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
  .header-section .welcome-header-text-holder .welcome-span {
    letter-spacing: 0.03rem;
  }
  .header-section .welcome-header-text-holder p {
    font-size: 0.7rem;
  }
}
@media all and (min-width: 992px) {
  .header-section .welcome-header-text-holder .main-title {
    font-size: 2.3rem;
    margin-bottom: 0.8rem;
  }
  .header-section .welcome-header-text-holder .welcome-span {
    letter-spacing: 0.04rem;
  }
  .header-section .welcome-header-text-holder p {
    font-size: 0.8rem;
  }
}
@media all and (min-width: 1200px) {
  .header-section .welcome-header-text-holder .main-title {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .header-section .welcome-header-text-holder .welcome-span {
    letter-spacing: 0.06rem;
  }
  .header-section .welcome-header-text-holder p {
    font-size: 0.85rem;
  }
}

.about-section {
  margin-top: 0.7rem;
  text-align: center;
}
.about-section .about-title {
  margin-bottom: 2rem;
}
.about-section .about-text-holder {
  font-size: 0.8rem;
  text-align: left;
}
.about-section .about-text-holder .product-rotation-holder-mob, .about-section .about-text-holder .product-rotation-holder-desk {
  animation-name: rotation;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.about-section .about-text-holder .product-rotation-holder-mob img, .about-section .about-text-holder .product-rotation-holder-desk img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
}
.about-section .about-text-holder .product-rotation-holder-mob {
  width: 60%;
  margin: 0 auto 2rem;
}
@media all and (min-width: 300px) {
  .about-section .about-text-holder .product-rotation-holder-mob {
    width: 150px;
    height: 150px;
  }
}
.about-section .about-text-holder .product-rotation-holder-desk {
  display: none;
}
@media all and (min-width: 768px) {
  .about-section .about-text-holder {
    font-size: 0.9rem;
  }
  .about-section .about-text-holder .product-rotation-holder-mob {
    display: none;
  }
  .about-section .about-text-holder .list-rotate-holder {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  .about-section .about-text-holder .list-text-holder {
    padding-right: 2rem;
  }
  .about-section .about-text-holder .product-rotation-holder-desk {
    display: block;
  }
}
.about-section .about-list {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 1.8rem;
}
.about-section .events {
  margin-top: 2rem;
}
.about-section .events .event-title {
  text-align: left;
}
.about-section .events .event-text {
  font-weight: 400;
  font-style: italic;
  margin-bottom: 2rem;
}
.about-section .events .event-img-holder {
  margin-bottom: 2rem;
}
.about-section .events .event-img-holder img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
}
@media all and (min-width: 576px) {
  .about-section .events .event-title {
    font-size: 1.3rem;
  }
  .about-section .events .event-imgs-holder {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: normal;
    -ms-align-items: normal;
    -o-align-items: normal;
    align-items: normal;
    flex-wrap: wrap;
  }
  .about-section .events .event-img-holder {
    flex-basis: 45%;
  }
}
@media all and (min-width: 992px) {
  .about-section .events .event-img-holder {
    flex-basis: 22%;
  }
}
.about-section .certificates .certificate-title {
  text-align: right;
}
.about-section .certificates .certificate-card {
  margin-bottom: 2rem;
  box-shadow: 0 0 3px rgb(40, 40, 40);
}
.about-section .certificates .certificate-card img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
}
.about-section .certificates .certificate-card .certificate-description {
  padding: 1rem 0.5rem;
  font-weight: 400;
  font-style: italic;
  border-top: 1px solid rgb(40, 40, 40);
}
@media all and (min-width: 576px) {
  .about-section .certificates .certificate-title {
    font-size: 1.3rem;
  }
  .about-section .certificates .certificate-imgs-holder {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: normal;
    -ms-align-items: normal;
    -o-align-items: normal;
    align-items: normal;
    flex-wrap: wrap;
  }
  .about-section .certificates .certificate-card {
    flex-basis: 45%;
  }
  .about-section .certificates .certificate-card .certificate-description {
    padding: 0.6rem;
  }
}
@media all and (min-width: 786px) {
  .about-section .certificates .certificate-imgs-holder {
    max-width: 670px;
    margin: 0 auto;
  }
}
.about-section .partners .partners-title {
  text-align: left;
}
.about-section .partners .partners-logos-holder {
  background-color: #eff5f5;
  padding-bottom: 0.5rem;
}
.about-section .partners .container.partners-logos-container {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.about-section .partners .partners-logo-holder {
  padding: 0.3rem;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}
.about-section .partners .partners-logo-holder img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
}
.about-section .partners .partner-wrapper {
  flex-basis: 40%;
  max-width: 185px;
}
.about-section .partners .interflex-link {
  cursor: default;
}
@media all and (min-width: 300px) {
  .about-section .partners .partners-logos-holder {
    padding-top: 0.5rem;
  }
  .about-section .partners .partner-wrapper {
    flex-basis: 30%;
  }
}
@media all and (min-width: 576px) {
  .about-section .partners .partners-title {
    font-size: 1.3rem;
  }
  .about-section .partners .container.partners-logos-container {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  .about-section .partners .partner-wrapper {
    flex-basis: 18%;
  }
}
@media all and (min-width: 992px) {
  .about-section {
    margin-top: 2rem;
  }
  .about-section .about-text-holder .product-rotation-holder-desk {
    max-width: 300px;
    max-height: 300px;
  }
}

@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.product-section {
  margin-top: 2rem;
  text-align: center;
}
.product-section .product-title {
  margin-bottom: 3rem;
}
.product-section .product-holder {
  margin-bottom: 2rem;
  box-shadow: 0 0 5px rgb(40, 40, 40);
}
.product-section .product-img {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
}
.product-section .catalogues-title {
  text-align: left;
}
.product-section .catalogues-holder .one-catalogue-holder:not(:last-child) {
  margin-bottom: 2rem;
}
.product-section .catalogues-holder .one-catalogue-holder:last-child {
  margin-bottom: 1rem;
}
.product-section .catalogues-holder .one-catalogue-holder {
  padding: 0.3rem;
}
.product-section .catalogues-holder .catalogue-preview-holder {
  box-shadow: 0 0 5px rgb(40, 40, 40);
}
.product-section .catalogues-holder img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
}
.product-section .catalogues-holder .catalogue-bottom-link {
  display: block;
  border: 2px solid rgb(40, 40, 40);
  margin-top: 1.5rem;
  color: #fff;
  background-color: rgb(40, 40, 40);
  border-radius: 10px;
  padding: 0.3rem;
}
.product-section .catalogues-holder .catalogue-bottom-link:hover {
  color: rgb(40, 40, 40);
  background-color: #fff;
}
.product-section .catalogues-holder .catalogue-bottom-link:active {
  background-color: rgba(40, 40, 40, 0.1);
}
.product-section .declarations-title {
  text-align: right;
  margin-top: 2rem;
}
.product-section .declaration-card {
  margin-bottom: 2rem;
  box-shadow: 0 0 3px rgb(40, 40, 40);
  cursor: pointer;
}
.product-section .declaration-card .declaration-img-holder {
  position: relative;
}
.product-section .declaration-card img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
}
.product-section .declaration-card .left-arrow, .product-section .declaration-card .right-arrow {
  position: absolute;
  top: 0;
  display: inline-block;
  height: 100%;
  width: 2rem;
  background-color: rgba(40, 40, 40, 0.1);
  transition: all 0.5s;
}
.product-section .declaration-card .left-arrow span, .product-section .declaration-card .right-arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-section .declaration-card .left-arrow:hover, .product-section .declaration-card .right-arrow:hover {
  background-color: rgba(40, 40, 40, 0.6);
  color: #fff;
}
.product-section .declaration-card .left-arrow {
  left: 0;
}
.product-section .declaration-card .right-arrow {
  right: 0;
}
.product-section .declaration-card .declaration-description {
  padding: 0.5rem;
  font-weight: 400;
  font-size: 0.8rem;
  border-top: 1px solid rgb(40, 40, 40);
}
@media all and (min-width: 576px) {
  .product-section .products-holder {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: normal;
    -ms-align-items: normal;
    -o-align-items: normal;
    align-items: normal;
    flex-wrap: wrap;
  }
  .product-section .product-holder {
    flex-basis: 45%;
  }
  .product-section .catalogues-title.subsection-title {
    font-size: 1.3rem;
    margin-bottom: 3rem;
  }
  .product-section .declarations-title {
    font-size: 1.3rem;
  }
  .product-section .declaration-card {
    width: 60%;
    margin: 0 auto 2rem;
  }
}
@media all and (min-width: 768px) {
  .product-section .product-holder {
    flex-basis: 30%;
  }
}
@media all and (min-width: 992px) {
  .product-section {
    margin-top: 2rem;
  }
  .product-section .product-holder {
    flex-basis: 22%;
  }
  .product-section .declaration-card {
    width: 35%;
  }
  .product-section .catalogues-holder {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
  }
  .product-section .catalogues-holder .one-catalogue-holder {
    padding: 0.8rem;
  }
  .product-section .catalogues-holder .one-catalogue-holder:last-child {
    margin: 0;
  }
  .product-section .catalogues-holder .one-catalogue-holder:not(:last-child) {
    margin: 0;
  }
}

.lager-stock-section {
  text-align: center;
}
.lager-stock-section .lager-stock-title {
  margin-bottom: 2rem;
}
.lager-stock-section .lager-stock-holder a {
  text-decoration: underline;
}
.lager-stock-section .lager-preview-holder {
  margin-bottom: 1.5rem;
}
.lager-stock-section .lager-preview-holder img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
}

.contact-section {
  text-align: center;
  margin-top: 2rem;
}
.contact-section .contact-title {
  margin-bottom: 2rem;
}
.contact-section .contact-holder {
  background-color: rgb(40, 40, 40);
  color: #fff;
  padding-top: 3.3rem;
  padding-bottom: 3rem;
}
.contact-section .map-address-head-office, .contact-section .map-address-warehouse {
  margin-bottom: 2rem;
}
.contact-section iframe {
  max-width: 100%;
}
.contact-section .address-phone-holder, .contact-section .street-holder, .contact-section .accounts-companyinfo-holder {
  margin-top: 1rem;
  font-weight: 300;
  font-size: 0.9rem;
}
.contact-section .contact-phone-par {
  margin-top: 1.5rem;
}
.contact-section .contact-email-par {
  margin-top: 1.5rem;
}
.contact-section .contact-email-par a {
  color: #fff;
}
.contact-section .contact-address-name, .contact-section .contact-phone-span, .contact-section .contact-email-span,
.contact-section .working-hours.name {
  display: inline-block;
  margin-bottom: 0.4rem;
}
.contact-section .accounts-companyinfo-holder {
  text-align: left;
  margin-top: 3rem;
}
.contact-section .accounts-companyinfo-holder span {
  display: inline-block;
}
.contact-section .accounts-companyinfo-holder .accounts-par {
  margin-bottom: 2rem;
}
.contact-section .accounts-companyinfo-holder .accounts-par span {
  margin-bottom: 0.5rem;
}
.contact-section .accounts-companyinfo-holder .accounts-par span:nth-of-type(2) {
  margin-bottom: 1rem;
}
@media all and (min-width: 400px) {
  .contact-section iframe {
    width: 300px;
    height: 200px;
  }
}
@media all and (min-width: 576px) {
  .contact-section iframe {
    width: 400px;
    height: 300px;
  }
}
@media all and (min-width: 768px) {
  .contact-section .maps-holder {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  .contact-section .map-address-head-office .map-holder {
    padding-right: 1rem;
  }
  .contact-section .map-address-warehouse .map-holder {
    padding-left: 1rem;
  }
  .contact-section .address-phone-holder {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    border-top: 1px solid #eff5f5;
    border-bottom: 1px solid #eff5f5;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .contact-section .contact-phone-par, .contact-section .contact-email-par {
    margin-top: 0;
  }
  .contact-section .contact-phone-span, .contact-section .contact-email-span, .contact-section .working-hours.name {
    margin-bottom: 0.9rem;
  }
}
@media all and (min-width: 992px) {
  .contact-section .maps-address-holder {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .contact-section .maps-holder {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-basis: 70%;
  }
  .contact-section .address-phone-holder {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    flex-basis: 25%;
    margin-top: 0;
  }
  .contact-section .working-hours-par, .contact-section .contact-phone-par {
    margin-bottom: 2rem;
  }
  .contact-section .working-hours.name, .contact-section .contact-phone-span, .contact-section .contact-email-span {
    margin-bottom: 0;
  }
  .contact-section .accounts-companyinfo-holder {
    display: inline-block;
  }
  .contact-section .accounts-companyinfo-holder .company-info-par {
    text-align: center;
  }
}

.main-footer {
  background-color: rgb(40, 40, 40);
  color: #fff;
  text-align: center;
  padding: 0.8rem;
  font-weight: 300;
  font-size: 0.7rem;
  border-top: 3px solid #fff;
}
.main-footer p {
  word-break: break-word;
}

.declaration-modal {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgb(40, 40, 40);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: auto;
}
.declaration-modal .x-holder {
  text-align: right;
  padding: 0.1rem 1rem 0;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
}
.declaration-modal .modal-img-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.declaration-modal .modal-img-holder img {
  vertical-align: bottom;
  display: inline-block;
  max-width: 100%;
}
.declaration-modal .modal-img-holder .modal-declaration-description {
  color: #fff;
  display: block;
  position: relative;
  margin-top: 0.5rem;
}
.declaration-modal .modal-img-holder .modal-declaration-description .modal-declaration-desc-span {
  display: inline-block;
  font-size: 0.9rem;
}
.declaration-modal .modal-left-arrow, .declaration-modal .modal-right-arrow {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20%;
  text-align: center;
  box-shadow: 0 0 5px #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.declaration-modal .modal-left-arrow {
  left: 0;
}
.declaration-modal .modal-right-arrow {
  right: 0;
}
@media all and (min-width: 400px) {
  .declaration-modal .modal-img-holder {
    width: 80%;
  }
}
@media all and (min-width: 500px) {
  .declaration-modal .modal-img-holder {
    width: 70%;
  }
}
@media all and (min-width: 555px) {
  .declaration-modal .modal-img-holder {
    width: 400px;
  }
}
@media all and (min-width: 992px) {
  .declaration-modal .modal-img-holder {
    width: 490px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  background: #fff;
  font-size: 16px;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media all and (min-width: 576px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

a {
  text-decoration: none;
  color: rgb(40, 40, 40);
}

.section-title {
  display: inline-block;
  margin-bottom: 0.7rem;
  font-weight: 900;
  border-bottom: 0.2rem solid #2b3990;
}

.subsection-title {
  border-bottom: 2.5px solid rgb(40, 40, 40);
  margin-bottom: 2rem;
  font-weight: 700;
}/*# sourceMappingURL=index.css.map */