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

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

h2 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 64px;
}

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

input {
  padding: 0.75rem !important;
}

/*img, svg {max-width:100%}*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 130%;
  font-weight: bold;
}

h3 {
  font-size: 18px;
}

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

button {
  border: 0;
  background: none;
}

.btn {
  color: #3C2415;
  font-weight: bold;
  padding: 17px 48px;
  font-size: 18px;
  border: 0;
  border-radius: 8px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn:focus, .btn:hover {
  background: linear-gradient(94.91deg, #FFDD2B 48.35%, #7AF989 118.86%);
  color: #3C2415;
}

.btn-hide {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-primary {
  background: linear-gradient(94.91deg, #7AF989 48.35%, #FFDD2B 118.86%);
}

.btn-secondary {
  background: #EEDFCF;
}

@media screen and (max-width: 1023px) {
  .btn-secondary {
    width: 100%;
  }
}

.btn-secondary:focus, .btn-secondary:hover {
  background: #3C2415;
  color: #ffffff;
}

.btn-secondary:focus .ui-button__icon, .btn-secondary:hover .ui-button__icon {
  -webkit-filter: invert(1);
          filter: invert(1);
}

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

section {
  padding: 112px 0;
}

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

footer {
  background-color: #3C2415;
  color: #ffffff;
}

.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  min-width: 24px;
}

.icon-check {
  background: transparent url("/img/Check.svg") no-repeat;
}

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

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

@media screen and (max-width: 1023px) {
  .logo-block {
    position: absolute;
    top: 6px;
  }
  .logo-block img {
    max-width: 162px;
  }
}

@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: #3C2415;
  color: #ffffff;
  border: 1px #3C2415 solid;
}

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

.nav-link {
  padding: 0.4rem 0.7rem;
}

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

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

.page-header {
  color: #3C2415;
}

.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;
  }
}

.page-header_subtxt {
  font-size: 28px;
}

@media screen and (max-width: 1023px) {
  .page-header_subtxt {
    font-size: 20px;
  }
}

.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-crema {
  background-color: #FFF8F8;
}

.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;
}

.object-item {
  margin-bottom: 32px;
}

.object-item-logo {
  margin-bottom: 24px;
}

.object-item-logo img {
  width: 85px;
  height: 85px;
}

@media screen and (max-width: 1023px) {
  .object-item-logo img {
    width: 65px;
    height: 65px;
  }
}

.object-item-check {
  margin-bottom: 24px;
}

.object-item-check img {
  width: 24px;
  height: 24px;
}

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

.object-item-text {
  padding-right: 48px;
}

@media screen and (max-width: 1023px) {
  .object-item-text {
    padding-right: 0px;
  }
}

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

.media-grid-card-bg {
  padding: 24px 20px;
  border-radius: 20px;
  min-height: 253px;
}

@media screen and (max-width: 1023px) {
  .media-grid-card-bg {
    min-height: inherit;
  }
}

.media-grid-card-bg .object-item-text {
  padding-right: 0px;
}

@media screen and (max-width: 768px) {
  .owl-item .item {
    margin: 0 4px;
  }
  .owl-item .object-item-text {
    padding-right: 48px;
  }
}

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

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

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

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

.portfolio-object-nav-link {
  max-width: 96px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  text-align: left;
}

.portfolio-object-nav-link small {
  line-height: 0;
}

.portfolio-object-nav-link .products-card__logo-img {
  width: 68px;
  height: 68px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2px;
  background: #EEDFCF;
}

.portfolio-object-nav-link.active {
  color: inherit !important;
  background: none !important;
}

.portfolio-object-nav-link.active .products-card__logo-img {
  background-color: #304FFE;
}

.portfolio-object-nav-link.active svg path {
  fill: #ffffff;
}

.block-benefits {
  color: #ffffff;
  background-color: #3C2415;
  background: transparent url("/img/benefit-banner.jpg") no-repeat;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 870px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1023px) {
  .block-benefits {
    min-height: 390px;
  }
}

.block-benefits .object-item-logo {
  background-color: #304FFE;
}

.block-benefits .object-item-more {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.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;
}

.socials a {
  width: 52px;
  height: 52px;
  padding: 0.25rem;
  display: inline-block;
}

.socials a path {
  fill: #EEDFCF;
}

.socials a:hover path {
  fill: #3C2415;
}

.header-wrapper {
  min-height: 110px;
}

@media screen and (max-width: 1023px) {
  .header-wrapper {
    min-height: 80px;
  }
}

iframe {
  min-height: 400px;
}

.container {
  max-width: 1400px;
}

.contacts-block_social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  margin-right: 16px;
  border-radius: 8px;
  background: #EEDFCF;
}

.contacts-block_phone {
  font-size: 28px;
}

.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: #3C2415;
  padding-right: 0px;
}

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

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

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

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

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

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

.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;
}

/*projects */
.product-thumb img {
  max-width: 100%;
}

/*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%;
}

/*prod-zoom*/
.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;
  }
}
/*# sourceMappingURL=style.css.map */