body {
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  line-height: 150%;
  scroll-behavior: smooth;
  color: #000;
}

button, input, select {
  font-family: inherit;
  outline: 0;
  border: 0;
}

h2 {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 64px;
  text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
  h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
}

input {
  padding: 0.75rem !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 130%;
}

h2 {
  text-align: center;
}

h3 {
  font-size: 18px;
}

p {
  font-size: 24px;
  line-height: 150%;
}

@media screen and (max-width: 1024px) {
  p {
    font-size: 16px;
  }
}

button {
  border: 0;
  background: none;
}

.link-vs-arrow {
  position: relative;
  font-size: 24px;
  padding-right: 8px;
  text-decoration: none;
  color: #000;
  border-bottom: 1px #000 solid;
}

@media screen and (max-width: 1024px) {
  .link-vs-arrow {
    font-size: 16px;
  }
}

.link-vs-arrow::after {
  content: url(../img/i-arrow.svg);
  width: 32px;
  height: 32px;
  position: absolute;
  right: -32px;
  top: -2px;
}

@media screen and (max-width: 1024px) {
  .link-vs-arrow::after {
    width: 16px;
    height: 16px;
    right: -16px;
    top: -6px;
  }
}

.small, small {
  font-size: .65em;
}

section {
  padding: 112px 0;
}

@media screen and (max-width: 1023px) {
  section {
    padding: 44px 0;
  }
}

footer {
  padding: 112px 0;
}

footer {
  background-color: #000;
  color: #ffffff;
}

.navbar-light .navbar-toggler {
  color: #000;
  border-color: #304FFE;
}

.navbar-light .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 1023px) {
  .navbar-toggler {
    position: absolute;
    top: 20px;
    right: 0;
  }
}

.block-margin {
  margin-top: calc(55px + 35 * ((100vw - 320px) / 1120));
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #000;
  color: #ffffff;
  border: 1px #000 solid;
}

.nav-pills .nav-link {
  border-radius: 8px;
  border: 1px #EEDFCF solid;
  margin-right: 8px;
  color: #000;
}

.nav-link {
  padding: 5px;
  margin-bottom: 20px;
}

.scroll-down {
  margin-bottom: 32px;
  font-size: .625em;
  border-bottom: 1px #000 solid;
}

.navbar-light .navbar-toggler-icon {
  background-image: url(img/i-burger.svg);
}

.navbar-light .navbar-toggler {
  border: 0;
}

.page-header {
  color: #000;
}

.page-header_img img {
  width: 100%;
  max-width: 100%;
}

.page-header_h1 {
  font-size: 48px;
  font-weight: bold;
  margin-right: 32px;
}

@media screen and (max-width: 1023px) {
  .page-header_h1 {
    font-size: 33px;
    margin-right: 0px;
  }
  .page-header_h1 span {
    display: block;
  }
}

.bg-grey {
  background-color: #EEDFCF;
}

.bg-yellow {
  background-color: #FFE68C;
}

.bg-green {
  background-color: #93FBBD;
}

.bg-blue {
  background-color: #81FDF5;
}

.bg-orange {
  background-color: #FEC179;
}

.bg-violet {
  background-color: #84E2FF;
}

.bg-black {
  background-color: #000;
}

.btn-back span {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='26' viewBox='0 0 23 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7275 0.749079L0.748319 12.7283L12.7275 24.7075M22.2065 12.7152L0.822815 12.7152L22.2065 12.7152Z' stroke='%23001A34' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  -webkit-filter: unset;
          filter: unset;
  vertical-align: middle;
  margin-top: auto;
}

.btn-back:hover span {
  -webkit-animation: 0.5s arrowAnimationType-2;
          animation: 0.5s arrowAnimationType-2;
}

.header__menu-list .nav-link {
  color: #000;
  font-size: 24px;
}

.object-item {
  position: relative;
  cursor: pointer;
}

.object-item-title {
  margin-bottom: 16px;
}

.object-item-text {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
}

.object-item-text .text-mid {
  color: #ffffff;
}

.block-application .object-item:hover .object-item-more {
  -webkit-animation: 0.5s arrowAnimationType-1;
          animation: 0.5s arrowAnimationType-1;
}

.object-item-head {
  overflow: hidden;
}

.object-item-head img {
  max-width: 100%;
  width: 100%;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.media-grid .agent-zona, .media-grid .link-vs-arrow {
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

@media screen and (max-width: 1024px) {
  .media-grid .agent-zona, .media-grid .link-vs-arrow {
    opacity: 1;
  }
}

.media-grid-card-bg:hover .agent-zona, .media-grid-card-bg:hover .link-vs-arrow {
  opacity: 1;
}

.media-grid-card-bg:hover .object-item-head img {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.media-grid .object-item-text-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.media-grid_bottom-link {
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 100%;
  text-align: center;
}

.media-grid_bottom-link a {
  color: #ffffff;
  border-bottom: 1px #ffffff solid;
}

.media-grid_bottom-link a::after {
  content: url(../img/i-arrow_wht.svg);
}

.block-we .owl-carousel .owl-stage {
  padding-left: 0px !important;
}

.arrow-left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.subtxt {
  max-width: 655px;
  margin: 0 auto;
}

.owl-nav {
  margin-top: -40px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .owl-nav {
    display: none;
  }
}

.modal {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.modal .modal-header {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border: 0;
}

.modal .modal-content {
  border-radius: 0px;
  background-color: #EEDFCF;
}

.modal .modal-footer {
  display: block;
  border: 0;
}

.modal .btn-close {
  opacity: 1;
}

.header-wrapper {
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-wrapper .logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header-wrapper .logo img {
  max-width: 100%;
  width: 100%;
}

.header__menu {
  position: absolute;
  right: 0;
}

.header .scroll-down {
  bottom: 2.5vw;
  position: absolute;
}

iframe {
  min-height: 400px;
}

.container {
  max-width: 1400px;
}

.ui-button__icon--left {
  margin-right: 12px;
}

.ui-button__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: inherit;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  padding-right: 0px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #304FFE;
}

@media screen and (max-width: 1024px) {
  .navbar-collapse {
    margin-top: 60px;
  }
}

.block-header_subtxt h2 {
  margin-bottom: 16px;
}

.block-offer {
  background: #000 url(img/offer-bg.jpg) no-repeat;
  background-size: cover;
}

.block-offer .block-header_subtxt {
  max-width: 800px;
}

.block-offer_info {
  border-radius: 20px;
}

@media screen and (max-width: 1024px) {
  .products-card__logo-img {
    width: 100%;
    max-width: 100%;
  }
}

.offer-price span {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
}

.offer-price small {
  background: linear-gradient(94.91deg, #7AF989 48.35%, #FFDD2B 118.86%);
  padding: 2px 4px;
  border-radius: 8px;
}

.offer-price_curr {
  font-size: 20px;
  line-height: 26px;
  top: -8px;
  font-weight: 500;
}

.offer-price_old {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  font-size: 24px;
  opacity: 0.5;
}

.offer-price_new {
  font-size: 24px;
}

.accordion-button {
  font-size: 2rem;
  background: #EEDFCF;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5 11H12.5V3H11.75H11V11H3V11.75V12.5H11V20.5H11.75H12.5V12.5H20.5V11.75V11Z' fill='%23001A34'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5 12.5H3V11.75V11H20.5V11.75V12.5Z' fill='%231241EF'/%3E%3C/svg%3E%0A");
}

.accordion-item {
  border: 1px solid #A8C2FB;
  background: #EEDFCF;
}

.accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*prod-zoom*/
.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .product__thumbnails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
  }
}

.product__thumbnails {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .product__thumbnails {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .scroll-cards {
    counter-reset: card;
    position: relative;
    display: block;
  }
  .scroll-cards-item {
    --offset: 0.5em;
    color: #000;
    position: -webkit-sticky;
    position: sticky;
    top: 12px;
    margin-bottom: 8px;
  }
  .scroll-cards-item:nth-of-type(0) {
    -webkit-transform: translate(0, calc((0 - 1) * var(--offset)));
            transform: translate(0, calc((0 - 1) * var(--offset)));
  }
  .scroll-cards-item:nth-of-type(1) {
    -webkit-transform: translate(0, calc((1 - 1) * var(--offset)));
            transform: translate(0, calc((1 - 1) * var(--offset)));
  }
  .scroll-cards-item:nth-of-type(2) {
    -webkit-transform: translate(0, calc((2 - 1) * var(--offset)));
            transform: translate(0, calc((2 - 1) * var(--offset)));
  }
  .scroll-cards-item:nth-of-type(3) {
    -webkit-transform: translate(0, calc((3 - 1) * var(--offset)));
            transform: translate(0, calc((3 - 1) * var(--offset)));
  }
  .scroll-cards-item:nth-of-type(4) {
    -webkit-transform: translate(0, calc((4 - 1) * var(--offset)));
            transform: translate(0, calc((4 - 1) * var(--offset)));
  }
  .scroll-cards-item:nth-of-type(5) {
    -webkit-transform: translate(0, calc((5 - 1) * var(--offset)));
            transform: translate(0, calc((5 - 1) * var(--offset)));
  }
  .scroll-cards-item:nth-of-type(6) {
    -webkit-transform: translate(0, calc((6 - 1) * var(--offset)));
            transform: translate(0, calc((6 - 1) * var(--offset)));
  }
}

.team-item-logo img {
  max-width: 100%;
}

.mt-7 {
  margin-top: 5rem !important;
}

.contact-form {
  max-width: 460px;
  z-index: 2;
  position: relative;
  margin: 0 auto;
}

.contact-form_img {
  position: absolute;
  z-index: 0;
}

.contact-form_img img {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .contact-form_img img {
    opacity: 0.5;
  }
}

.block-contact-var {
  margin-right: 1.5rem;
}

@media screen and (max-width: 576px) {
  .block-contact-var {
    max-width: 460px;
    margin: 0 auto;
    border-radius: 0px !important;
  }
}

@media screen and (max-width: 576px) {
  .about-txt {
    margin-top: 24px;
  }
}

.form-control {
  border: 1px #ffffff solid;
  background: none;
  color: #ffffff;
}

.form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.form-control:-ms-input-placeholder {
  color: #ffffff;
}

.form-control::-ms-input-placeholder {
  color: #ffffff;
}

.form-control::placeholder {
  color: #ffffff;
}

.btn-primary {
  background-color: #000;
  color: #ffffff;
  border: 1px #ffffff solid;
  padding: 10px;
}

.btn-primary:hover {
  background-color: #000;
  color: #E3000F;
  border: 1px #ffffff solid;
}

.successbox {
  background: #fff;
  padding: 12px;
  color: #25be86;
}

.scroll-item {
  will-change: transform, opacity;
  -webkit-transition: opacity 0.3s 0.25s ease-out, -webkit-transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1);
  transition: opacity 0.3s 0.25s ease-out, -webkit-transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1);
  transition: transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1), opacity 0.3s 0.25s ease-out;
  transition: transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1), opacity 0.3s 0.25s ease-out, -webkit-transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1);
  opacity: 0;
  -webkit-transform: translateY(4em);
          transform: translateY(4em);
}

.scroll-item.is-active {
  -webkit-transform: translateY(0em);
          transform: translateY(0em);
  opacity: 1;
}

@-webkit-keyframes arrowAnimationType-1 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 18px -18px;
  }
  51% {
    background-position: -18px 18px;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes arrowAnimationType-1 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 18px -18px;
  }
  51% {
    background-position: -18px 18px;
  }
  100% {
    background-position: 0 0;
  }
}

@-webkit-keyframes arrowAnimationType-2 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -18px 0px;
  }
  51% {
    background-position: -18px 0px;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes arrowAnimationType-2 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -18px 0px;
  }
  51% {
    background-position: -18px 0px;
  }
  100% {
    background-position: 0 0;
  }
}

a:hover {
  color: #E3000F !important;
  border-bottom: 0px #000 solid;
}

.block-contact-var {
  background-color: #ffffff;
  padding: 10px 24px;
  border-radius: 100px;
  color: #000;
}
/*# sourceMappingURL=style.css.map */