@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap";

@font-face {
  font-family: "creg";
  src: url("../f/CorporativeSansRd-Bold.ttf") format("truetype");
}

body {
  margin: 0;
  font-family: Montserrat;
}

.wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #f5f5f5;
}

a {
  cursor: pointer;
}

.container {
  z-index: 1;
  flex-grow: 1;
  margin: 0 auto;
  padding: 10px 10px 0;
}

.container #lang {
  text-align: end;
}

.container #lang .select {
  position: relative;
  min-width: 20px;
  margin-top: 15px;
}

.container #lang .select svg {
  position: absolute;
  top: calc(50% - 3px);
  right: 12px;
  width: 10px;
  height: 6px;
  stroke-width: 2px;
  stroke: #9098a9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.container #lang .select select {
  margin-top: 10px;
  -webkit-appearance: none;
  padding: 7px 40px 7px 12px;
  width: 40%;
  cursor: pointer;
  border: 1px solid #e8eaed;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 3px -2px #9098a9;
  font-family: inherit;
  font-size: 16px;
  transition: all 150ms ease;
}

.container #lang .select select option {
  color: #223254;
}

.container #lang .select select option[value=""][disabled] {
  display: none;
}

.container #lang .select select:focus {
  outline: none;
  border-color: #07f;
  box-shadow: 0 0 0 2px rgba(0, 119, 255, 0.2);
}

.container #lang .select select:hover+svg {
  stroke: #07f;
}

.container #lang .select select:required:invalid {
  color: #5a667f;
}

.container #lang .sprites {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.container #lang2 {
  position: relative;
  margin-right: 10px;
  margin: 0 auto;
  width: 240px;
}

.container #lang2 .popover-button {
  width: 65px;
  height: 34px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
  background-color: #f8f8f8;
  box-shadow: 0 0 5px #ccc;
  padding: 7px 40px 7px 12px;
}

.container #lang2 .popover-button svg {
  position: absolute;
  right: 12px;
  top: calc(50% - 3px);
  width: 10px;
  height: 6px;
  stroke-width: 2px;
  stroke: #9098a9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.container #lang2 .popover-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.container #lang2 .popover-content.show-menu {
  display: block;
}

.container #lang2 .popover-content {
  position: absolute;
  right: 0;
  top: 50px;
  margin: 0;
  z-index: 1;
  width: 65px;
  padding: 8px;
  display: none;
  background: #fff;
  overflow: visible;
  border-radius: 3px;
  list-style-type: none;
  border: 1px solid #e3e9ed;
  animation: popover 0.2s ease-in-out;
  box-shadow: 0 0 60px rgba(14, 42, 71, 0.25);
  padding: 0;
  text-align: left;
  top: 100%;
  border-radius: 3px;
}

.container #lang2 .popover-content li a {
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  display: block;
  text-decoration: none;
  color: #222;
}

.container #lang2 .popover-content li a:hover {
  background-color: #eff3f6;
  cursor: pointer;
}

.container #lang2 .popover-content li.active {
  background-color: #eff3f6;
}

.container #lang2 .sprites {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.container .img {
  position: relative;
  margin: 25px auto 5px;
  text-align: center;
  width: auto;
  height: auto;
  max-width: 220px;
  max-height: 78px;
  /* &::before {
          content: "";
          position: absolute;
          top: 0;
          bottom: -1px;
          left: 0;
          right: 0;
          box-shadow: inset 0 0 11px #efefef;
          -moz-box-shadow: inset 0 0 8px rgba(0,0,0,.6);
          -webkit-box-shadow: inset 0 0 11px #efefef;
      } */
}

.container .company-logo {
  width: auto;
  height: auto;
  max-width: 220px;
  max-height: 78px;
  margin: 0 auto;
  display: block;
  color: #666;
}

.container .company-logo.xdef {
  width: auto;
  height: 45px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-bottom: 25px;
}

.container .row {
  margin: 15px 0 18px;
  text-align: center;
}

.container .row h2 {
  margin-top: 0;
  font-size: 22px;
  color: #000;
}

.container .row .objname1 {
  /*max-width: 440px;*/
  font-weight: 500;
}

.container .row .review {
  font-size: 13px;
  color: #7a7a7a;
}

.container .row.flex {
  display: flex;
  flex-direction: column;
  margin: auto 0;
}

.container div.card {
  box-sizing: border-box;
  box-shadow: 0 3px 12px #adadad;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  width: 230px;
  padding: 10px 3px;
  margin: 0 auto 10px;
}

.container div.card.one {
  background: linear-gradient(94.51deg, #2991CF 3.96%, #4967AE 79.5%);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.25);
  position: relative;
}

.container div.card.one .sale {
  position: absolute;
  top: -14px;
  right: 15px;
  background: none;
  padding: 0;
}

.container div.card.one::before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.1333333333);
  border-radius: 50px;
  box-shadow: 0 0 42px #ffffff;
  position: absolute;
  top: 81px;
  z-index: 0;
}

.container div.card.one h3 {
  margin-top: 10px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.container div.card.one h3.big {
  font-size: 24px !important;
}

.container .anim {
  animation: animation-pulse 2s linear 0s infinite normal;
}

@keyframes animation-pulse {

  0%,
  20% {
    transform: scale(1)
  }

  10% {
    transform: scale(1.05)
  }
}

.container div.card.one h3.small {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 11px;
}

.container div.card.one img {
  height: 85px;
}

.container div.card.one a {
  margin-top: 5px;
  background: #fff;
  cursor: pointer;
  color: #2991CF;
}

.container div.card.one p {
  color: #fff;
  font-weight: 400;
}

.container div.card:last-child {
  margin-bottom: 0;
}

.container div.card h3 {
  color: #091e42;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

.container div.card img {
  height: 80px;
  max-width: 180px;
  -o-object-fit: contain;
  object-fit: contain;
}

.container div.card a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: block;
  margin-top: 10px;
  padding: 6px 18px;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  color: #fff;
  background-color: #0079bf;
  text-decoration: none;
}

.container div.card a.a-text {
  display: inline;
  background: none;
  color: #000;
  font-size: 11px;
  padding: 0;
  margin: 0;
  text-decoration: underline;
}

.container div.card p {
  font-size: 12px;
  font-style: italic;
  color: #7a7a7a;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 500;
}

.container .picture {
  margin-bottom: 24px;
  /* border-top: 1px dashed #000;
border-bottom: 1px dashed #000; */
}

.container .picture img {
  width: 80%;
  background-color: transparent;
}

.container .accordion {
  margin-bottom: 24px;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
}

.container .accordion span.plus {
  width: auto !important;
  transform: translateX(-50%);
  position: relative;
}

.container .accordion span.plus span {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 2px;
  background-color: #000;
}

.container .accordion span.plus span:last-child {
  transform: rotate(90deg);
  left: -27px;
}

.container .accordion h2 {
  position: relative;
  font-size: 17px;
  margin: 16px 0;
}

.container .accordion .news {
  display: none;
  text-align: left;
  width: 100%;
  font-size: 15px;
  padding: 0 16px 16px;
  box-sizing: border-box;
}

@keyframes newsHeight {
  from {
    height: 0;
  }

  to {
    height: 100%;
  }
}

.container .accordion.open span.plus span:last-child {
  display: none;
}

.container .accordion.open .news {
  display: block;
}

.container .active {
  box-sizing: border-box;
  box-shadow: 0 3px 12px #adadad;
  display: flex;
  background-color: #fff;
  width: 100%;
  margin: 0 0 10px;
  height: auto;
  flex-direction: row-reverse;
  padding: 10px;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  border-radius: 25px;
  text-decoration: none;
}

.container .active img {
  order: 4;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-left: 5px;
}

.container .active h3 {
  font-size: 17px;
  width: 100%;
  color: black;
  margin: 0 10px;
}

.container .socwidgets {
  display: none;

  &.opened {
    padding-bottom: 10px;
    display: block;
    width: 300px;
    margin: 0 auto;
  }
}

.container .socwidgets ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  justify-content: center;
}

.container .socwidgets ul li {
  margin: 5px;
}

.container .socwidgets ul li a img {
  width: 40px;
}

footer {
  display: flex;
  justify-content: center;
  padding: 7px 0;
  margin-top: 20px;
}

footer p {
  font-family: "creg";
  display: flex;
  align-items: center;
  color: #c5c5c5;
  font-size: 14px;
  margin: 0;
}

footer p img {
  width: 70px;
  padding-top: 4px;
}

@media screen and (max-height: 710px) {
  .container .company-logo {
    margin-top: 25px;
  }
}

@media screen and (max-height: 675px) {
  .container .row h2 {
    font-size: 20px;
  }
}

@media screen and (max-height: 665px) {
  .container .company-logo {
    margin-top: 20px;
  }

  .container div.card h3 {
    font-size: 16px;
  }
}

@media screen and (min-width: 375px) {
  .container div.card {
    width: 240px;
    padding: 30px 10px;
    margin-bottom: 24px;
  }

  .container div.card img {
    height: 70px;
    max-width: 85%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .container div.card a {
    margin-top: 17px;
    padding: 8px 25px;
    font-size: 14px;
    cursor: pointer;
  }

  .container div.card p {
    font-size: 11px;
    margin-top: 6px;
  }

  footer {
    padding: 17px 0;
  }
}

@media screen and (min-width: 480px) {
  .wrap {
    display: flex;
    flex-direction: column;
  }

  .wrap .container {
    flex-grow: 1;
  }

  .wrap .container .row .review {
    font-size: 16px;
  }

  .wrap .container div.card {
    margin-bottom: 22px;
  }

  .wrap .container div.card p {
    font-size: 12px;
  }

  .wrap footer p {
    font-size: 17px;
  }

  .wrap footer p img {
    width: 90px;
  }
}

@media screen and (max-width: 374px) {
  .container .company-logo {
    margin-top: 10px;
  }

  .container .row h2 {
    font-size: 16px;
  }

  .container div.card {
    padding: 30px 0;
  }

  .container div.card h3 {
    font-size: 13px;
  }
}

/*# sourceMappingURL=style.css.map */