@import url(https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap);
@charset "UTF-8";
/* Variables */
/* End of variables */
html,
body {
  overflow-x: hidden; }

body {
  font-family: "Work Sans"; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  transition-duration: .3s;
  color: #000; }
  a:hover {
    text-decoration: none;
    transition-duration: .3s; }

:focus {
  outline: 0 !important; }

.row {
  --bs-gutter-x: 20px; }

svg.violet path, svg.violet circle {
  stroke: #4E3D99;
  fill: transparent; }

svg.yellow path, svg.yellow circle {
  stroke: #F3CA49;
  fill: transparent; }

.compensate-for-scrollbar {
  margin-right: 0 !important; }

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding-right: var(--bs-gutter-x, 20px);
  padding-left: var(--bs-gutter-x, 20px); }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

@media screen and (min-width: 1600px) {
  header .container {
    max-width: 1520px !important; } }

h2 {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  color: #17114D; }

.stick::before {
  content: '';
  height: 5px;
  width: 92px;
  display: block;
  background: linear-gradient(to right, #17114D 25%, #F3CA49 25% 50%, #F98786 50% 75%, #E4EAEF 75%);
  margin-bottom: 30px; }

h3 {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 800;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #17114D; }

h4 {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #17114D; }

h4.footer-title {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #555656;
  margin-bottom: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: flex-end;
  height: 40px; }

p, .text-main {
  display: inline-block;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #555656;
  margin-bottom: 0px; }

.text-main ul {
  margin-top: 10px;
  padding-left: 20px; }
  .text-main ul li {
    position: relative; }
    .text-main ul li::marker {
      color: #F98786; }

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 100%; }
  h3 {
    font-size: 24px; }
  h4 {
    font-size: 20px; }
  p {
    font-size: 14px;
    line-height: 160%; } }

header {
  background: #fff;
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0; }
  header .upper-header {
    background: #17114D;
    text-align: center; }
    header .upper-header span {
      display: block;
      font-family: "Work Sans";
      font-style: normal;
      font-weight: 500;
      font-size: 13px;
      line-height: 190%;
      color: #ffffff;
      padding: 10px 15px; }
  header #menu {
    padding: 10px 0;
    position: relative; }
    header #menu #menu-logo a img {
      display: block;
      width: 146px;
      max-width: 146px; }
    header #menu #menu-nav ul {
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 0;
      margin: 0px; }
      header #menu #menu-nav ul li {
        margin: 0px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        header #menu #menu-nav ul li:first-child {
          margin-left: 0; }
        header #menu #menu-nav ul li:last-child {
          margin-right: 0; }
        header #menu #menu-nav ul li a {
          font-family: "Abhaya Libre";
          font-style: normal;
          font-weight: 600;
          font-size: 18px;
          line-height: 100%;
          letter-spacing: 0.02em;
          color: #17114D;
          padding: 25px 0px;
          transition: all 0.2s; }
          header #menu #menu-nav ul li a::after {
            content: '';
            width: 0;
            height: 1px;
            background: #F3CA49;
            position: absolute;
            left: 0;
            bottom: -11px;
            transition-duration: .3s;
            z-index: 1; }
          header #menu #menu-nav ul li a:hover {
            color: #08766F; }
            header #menu #menu-nav ul li a:hover::after {
              transition-duration: .3s;
              width: 100%; }
        header #menu #menu-nav ul li ul li {
          margin: 0; }
      header #menu #menu-nav ul li.menu-item-has-children {
        position: relative; }
        header #menu #menu-nav ul li.menu-item-has-children ul.sub-menu {
          display: none;
          flex-direction: column;
          position: absolute;
          top: 60px;
          left: 0;
          z-index: 99999;
          background: #ffffff;
          border: 5px solid #E4EAEF;
          width: max-content;
          align-items: flex-start; }
          header #menu #menu-nav ul li.menu-item-has-children ul.sub-menu li {
            width: 100%;
            display: block; }
            header #menu #menu-nav ul li.menu-item-has-children ul.sub-menu li a {
              font-family: "Work Sans";
              font-style: normal;
              font-weight: 400;
              font-size: 16px;
              line-height: 100%;
              color: #4E3D99;
              padding: 10px 50px 10px 25px;
              position: relative;
              display: block; }
              header #menu #menu-nav ul li.menu-item-has-children ul.sub-menu li a::after {
                content: none; }
            header #menu #menu-nav ul li.menu-item-has-children ul.sub-menu li:hover {
              background: #F3CA49; }
        header #menu #menu-nav ul li.menu-item-has-children:hover ul.sub-menu {
          display: flex; }
    header #menu #menu-buttons .search {
      position: relative; }
      header #menu #menu-buttons .search .search-box {
        position: relative;
        height: 40px; }
        header #menu #menu-buttons .search .search-box .search-text {
          position: absolute;
          width: 95px;
          box-sizing: border-box;
          border: 1px solid transparent;
          border-radius: 4px;
          font-size: 16px;
          background-color: white;
          background-image: url(../img/search.svg);
          background-position: 100% 5px;
          background-repeat: no-repeat;
          padding: 5px 20px 5px 6px;
          -webkit-transition: width 0.4s ease-in-out;
          transition: width 0.4s ease-in-out;
          height: 40px;
          top: -20px;
          right: 0;
          font-family: "Abhaya Libre";
          font-size: 18px;
          font-weight: 600;
          color: #17114D;
          top: 0; }
          header #menu #menu-buttons .search .search-box .search-text::-webkit-input-placeholder {
            font-family: "Abhaya Libre";
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            line-height: 100%;
            color: #17114D; }
          header #menu #menu-buttons .search .search-box .search-text::-moz-placeholder {
            font-family: "Abhaya Libre";
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            line-height: 100%;
            color: #17114D; }
          header #menu #menu-buttons .search .search-box .search-text:-ms-input-placeholder {
            font-family: "Abhaya Libre";
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            line-height: 100%;
            color: #17114D; }
          header #menu #menu-buttons .search .search-box .search-text::-ms-input-placeholder {
            font-family: "Abhaya Libre";
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            line-height: 100%;
            color: #17114D; }
          header #menu #menu-buttons .search .search-box .search-text::placeholder {
            font-family: "Abhaya Libre";
            font-style: normal;
            font-weight: 700;
            font-size: 18px;
            line-height: 100%;
            color: #17114D; }
          header #menu #menu-buttons .search .search-box .search-text:focus {
            outline: none;
            width: 200px;
            border: 1px solid #17114D; }
          header #menu #menu-buttons .search .search-box .search-text--notEmpty {
            width: 200px;
            border: 1px solid #17114D; }
        header #menu #menu-buttons .search .search-box .search-btn {
          width: 30px;
          height: 100%;
          position: absolute;
          background: white url(../img/search.svg);
          right: 0;
          border: 1px solid transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          border-radius: 0 4px 4px 0; }
          header #menu #menu-buttons .search .search-box .search-btn--active {
            background: #F98786 url(../img/search.svg);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center; }
    header #menu #menu-buttons .tel {
      margin-left: 30px; }
      header #menu #menu-buttons .tel a {
        font-family: "Abhaya Libre";
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0.02em;
        color: #17114D;
        transition: all 0.2s;
        position: relative; }
        header #menu #menu-buttons .tel a::after {
          content: '';
          width: 0;
          height: 1px;
          background: #F3CA49;
          position: absolute;
          left: 0;
          bottom: -34px;
          transition-duration: .3s;
          z-index: 1; }
        header #menu #menu-buttons .tel a:hover::after {
          transition-duration: .3s;
          width: 100%; }
    header #menu #menu-buttons .login-bar {
      margin-left: 30px; }
      header #menu #menu-buttons .login-bar a {
        background: #F98786;
        font-family: "Abhaya Libre";
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        letter-spacing: 0.02em;
        color: #ffffff;
        padding: 11px 20px;
        transition-duration: 0.2s; }
        header #menu #menu-buttons .login-bar a:hover {
          background: #F3AFA4;
          transition-duration: 0.2s; }
    header #menu #menu-buttons .cart {
      position: relative;
      margin-left: 20px; }
      header #menu #menu-buttons .cart #cart-count {
        position: absolute;
        font-family: "Work Sans";
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 10px;
        text-align: center;
        letter-spacing: 0.02em;
        color: #ffffff;
        background: #F98786;
        padding: 4px;
        top: 0px;
        right: 0px; }
      header #menu #menu-buttons .cart svg {
        width: 40px;
        height: 40px; }
  header .lines {
    border-bottom: 1px dashed #b4c6d0;
    border-top: 1px solid #b4c6d0;
    position: relative;
    padding: 20px 0px 7px;
    margin: 0px; }
    header .lines .line {
      display: block;
      min-width: 100%;
      height: 5px;
      background: #17114D; }
    header .lines .sight {
      position: absolute;
      top: -14px;
      width: max-content; }
      header .lines .sight svg {
        width: 26px;
        height: 26px; }
    header .lines .sight-r {
      right: -60px; }
    header .lines .sight-l {
      left: -60px; }
  header #online_products_dropdown {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 99999;
    background: #ffffff;
    border: 5px solid #E4EAEF; }
    header #online_products_dropdown h3 {
      margin: 30px 0px 10px 25px;
      font-size: 24px;
      line-height: 100%; }
    header #online_products_dropdown .left-bar {
      width: 303px;
      border-right: 1px dashed #E4EAEF;
      padding-bottom: 25px;
      position: relative; }
      header #online_products_dropdown .left-bar a {
        font-family: "Work Sans";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        color: #4E3D99;
        padding: 10px 50px 10px 25px;
        position: relative; }
        header #online_products_dropdown .left-bar a:after {
          content: '';
          position: absolute;
          right: 25px;
          width: 14px;
          height: 14px;
          background: url("../img/ar-right.svg"); }
        header #online_products_dropdown .left-bar a:hover {
          background: #F3CA49; }
      header #online_products_dropdown .left-bar a.active {
        background: #E4EAEF; }
        header #online_products_dropdown .left-bar a.active:hover {
          background: #F3CA49; }
      header #online_products_dropdown .left-bar .ar-tp {
        position: absolute;
        top: -10px;
        right: 25px;
        width: 13px;
        height: 13px;
        background: #fff;
        transform: rotate(-45deg);
        border-top: 5px solid #E4EAEF;
        border-right: 5px solid #E4EAEF; }
    header #online_products_dropdown .right-bar {
      min-height: 100%;
      flex-wrap: wrap; }
      header #online_products_dropdown .right-bar .right-bar-menu {
        display: block;
        width: 303px;
        border-right: 1px dashed #E4EAEF;
        min-height: 100%; }
        header #online_products_dropdown .right-bar .right-bar-menu .menu-product-list {
          display: none; }
          header #online_products_dropdown .right-bar .right-bar-menu .menu-product-list .inner a {
            font-family: "Work Sans";
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 100%;
            color: #4E3D99;
            padding: 10px 50px 10px 25px;
            position: relative; }
            header #online_products_dropdown .right-bar .right-bar-menu .menu-product-list .inner a:hover {
              background: #F3CA49; }
        header #online_products_dropdown .right-bar .right-bar-menu .menu-product-list.active {
          display: block; }
      header #online_products_dropdown .right-bar .right-bar-q {
        width: 303px;
        padding: 20px 25px 20px 30px; }
        header #online_products_dropdown .right-bar .right-bar-q h3 {
          margin-left: 0; }
        header #online_products_dropdown .right-bar .right-bar-q img {
          display: block;
          margin: 0 auto;
          width: 242px;
          height: 242px;
          object-fit: cover; }
        header #online_products_dropdown .right-bar .right-bar-q p {
          font-family: "Work Sans";
          font-style: normal;
          font-weight: 400;
          font-size: 12px;
          line-height: 160%;
          color: #555656;
          margin-bottom: 10px; }
        header #online_products_dropdown .right-bar .right-bar-q a {
          font-family: "Abhaya Libre";
          font-style: normal;
          font-weight: 600;
          font-size: 20px;
          line-height: 100%;
          letter-spacing: 0.02em;
          color: #4E3D99;
          position: relative; }
          header #online_products_dropdown .right-bar .right-bar-q a::after {
            content: '';
            width: 0;
            height: 1px;
            background: #F3CA49;
            position: absolute;
            left: 0;
            bottom: 0;
            transition-duration: .3s; }
          header #online_products_dropdown .right-bar .right-bar-q a:hover {
            color: #F3CA49; }
            header #online_products_dropdown .right-bar .right-bar-q a:hover::after {
              width: 100%;
              transition-duration: .3s; }
  header #online_products_dropdown.droped {
    display: flex; }
  header.sticky {
    top: -100%;
    height: 120px;
    transition: .7s ease-in-out; }
    header.sticky #menu #menu-nav ul li a::after {
      bottom: 3px; }
    header.sticky .lines {
      display: none; }
  header.sticky.goingUp {
    top: -45px;
    transition: .7s ease-in-out;
    border: 1px solid #D9EAFF; }

.header-spacer {
  height: 165px;
  z-index: -9; }

#main-menu-mobile {
  display: none; }

.page-template-page-services section.primary-carousel {
  background: linear-gradient(180deg, rgba(183, 203, 219, 0.6) 0%, rgba(183, 203, 219, 0.12) 50.89%, rgba(183, 203, 219, 0) 100%);
  margin-top: -20px;
  padding-top: 20px; }

.page-template-page-services header .lines {
  position: relative; }
  .page-template-page-services header .lines::after {
    content: '';
    width: 200vw;
    height: calc(100% + 2px);
    position: absolute;
    bottom: -1px;
    left: -50vw;
    background: #d7e2eb;
    transition: ease-in-out .3s;
    z-index: -1; }

.page-template-page-services header.sticky .lines::after {
  background: transparent; }

.page-template-page-print-management section.primary-carousel {
  background: linear-gradient(180deg, rgba(183, 185, 219, 0.38) 0%, rgba(221, 222, 238, 0.12) 52.4%, rgba(255, 255, 255, 0) 100%);
  margin-top: -20px;
  padding-top: 20px; }

.page-template-page-print-management header .lines {
  position: relative; }
  .page-template-page-print-management header .lines::after {
    content: '';
    width: 200vw;
    height: calc(100% + 2px);
    position: absolute;
    bottom: -1px;
    left: -50vw;
    background: #e5e6f2;
    transition: ease-in-out .3s;
    z-index: -1; }

.page-template-page-print-management header.sticky .lines::after {
  background: transparent; }

.page-template-page-coop section.primary-carousel {
  background: linear-gradient(180deg, rgba(225, 214, 255, 0.47) 0%, rgba(255, 244, 214, 0) 100%);
  margin-top: -20px;
  padding-top: 20px; }

.page-template-page-coop header .lines {
  position: relative; }
  .page-template-page-coop header .lines::after {
    content: '';
    width: 200vw;
    height: calc(100% + 2px);
    position: absolute;
    bottom: -1px;
    left: -50vw;
    background: #f2edfe;
    transition: ease-in-out .3s;
    z-index: -1; }

.page-template-page-coop header.sticky .lines::after {
  background: transparent; }

.page-template-page-about-us section.primary-carousel {
  background: linear-gradient(180deg, rgba(255, 244, 214, 0.47) 0%, rgba(255, 244, 214, 0.06) 53.7%, rgba(255, 244, 214, 0) 100%);
  margin-top: -20px;
  padding-top: 20px; }

.page-template-page-about-us header .lines {
  position: relative; }
  .page-template-page-about-us header .lines::after {
    content: '';
    width: 200vw;
    height: calc(100% + 2px);
    position: absolute;
    bottom: -1px;
    left: -50vw;
    background: #fffbee;
    transition: ease-in-out .3s;
    z-index: -1; }

.page-template-page-about-us header.sticky .lines::after {
  background: transparent; }

@media screen and (max-width: 1199px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999999;
    width: 100%; }
    header #search-mobile {
      position: absolute;
      top: 13px;
      right: 40px;
      max-width: fit-content; }
      header #search-mobile form {
        position: relative; }
      header #search-mobile input {
        position: absolute;
        display: none;
        font-family: "Abhaya Libre";
        font-style: normal;
        font-weight: 800;
        font-size: 24px;
        line-height: 100%;
        color: #17114D;
        border: 0px; }
        header #search-mobile input::placeholder {
          color: #B4C6D0; }
    header #search-mobile.active {
      right: auto;
      left: 0px; }
    header .main-mobile-menu {
      height: 100%;
      padding: 0px 20px; }
    header .sub-slide-menu {
      display: none;
      position: fixed;
      top: 58px;
      width: 100%;
      background: #ffffff;
      padding: 0px 20px; }
    header .slide-products-items {
      display: none;
      position: fixed;
      top: 58px;
      width: 100%;
      background: #ffffff;
      padding: 0px 20px; }
    header #main-menu-mobile {
      height: calc(100vh - 57px);
      position: relative; }
      header #main-menu-mobile a.btn {
        margin-top: 50px;
        width: 100%; }
      header #main-menu-mobile a.number {
        display: block;
        font-family: "Abhaya Libre";
        font-style: normal;
        font-weight: 800;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0.02em;
        color: #555656;
        white-space: nowrap;
        text-align: center;
        margin-top: 50px; }
      header #main-menu-mobile span.back {
        font-family: "Abhaya Libre";
        display: block;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0.02em;
        color: #4E3D99;
        padding: 20px 0px 20px 35px; }
        header #main-menu-mobile span.back::before {
          content: '';
          position: absolute;
          top: 23px;
          left: 25px;
          width: 14px;
          height: 14px;
          background: url("../img/ar-left.svg"); }
      header #main-menu-mobile .items {
        overflow-y: auto;
        max-height: calc(100vh - 117px); }
        header #main-menu-mobile .items a {
          padding: 15px 20px 15px 0px;
          font-family: "Abhaya Libre";
          font-style: normal;
          font-weight: 600;
          font-size: 20px;
          line-height: 100%;
          letter-spacing: 0.02em;
          color: #17114D;
          position: relative;
          border-bottom: 1px solid #E4EAEF; }
        header #main-menu-mobile .items a.to-slide::after {
          content: '';
          position: absolute;
          right: 0px;
          top: 18px;
          width: 14px;
          height: 14px;
          background: url("../img/ar-right.svg"); }
    header #main-menu-mobile.droped {
      display: block; }
    header li.menu-item-has-children {
      list-style: none;
      position: relative;
      border-bottom: 1px solid #E4EAEF; }
      header li.menu-item-has-children a {
        border-bottom: 0 !important;
        display: inline-block; }
      header li.menu-item-has-children svg {
        position: absolute;
        top: 15px;
        right: 10px;
        background: #F3CA49;
        width: 20px;
        height: 20px;
        padding: 4px;
        transition: ease-in-out .3s; }
        header li.menu-item-has-children svg path {
          stroke: #ffffff; }
        header li.menu-item-has-children svg.active {
          transform: rotate(180deg); }
      header li.menu-item-has-children ul.sub-menu {
        display: none;
        margin: 0;
        padding-left: 20px;
        list-style: none; }
        header li.menu-item-has-children ul.sub-menu li {
          border-bottom: 1px solid #E4EAEF; }
          header li.menu-item-has-children ul.sub-menu li:nth-last-child(1) {
            border-bottom: 0; }
          header li.menu-item-has-children ul.sub-menu li a {
            border-bottom: 0 !important;
            display: block; }
  .hamburger {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    display: none;
    cursor: pointer;
    height: 37px; }
    .hamburger .cart {
      position: relative;
      margin-right: 20px; }
      .hamburger .cart #cart-count {
        position: absolute;
        font-family: "Work Sans";
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 10px;
        text-align: center;
        letter-spacing: 0.02em;
        color: #ffffff;
        background: #F98786;
        padding: 4px;
        top: 0px;
        right: 0px; }
      .hamburger .cart svg {
        width: 40px;
        height: 40px; }
    .hamburger:focus {
      outline: none; }
      .hamburger:focus > .hamburger__container {
        box-shadow: 0 0 2px 2px #51a7e8; }
    .hamburger .hamburger__container {
      display: flex;
      align-items: center;
      position: relative;
      float: right;
      width: 27px;
      height: 30px; }
      .hamburger .hamburger__container:focus {
        outline: none; }
    .hamburger .hamburger__bars {
      position: absolute;
      width: 29px;
      height: 2px;
      border-radius: 60px;
      background-color: #17114D;
      transition: transform 220ms ease-in-out; }
      .hamburger .hamburger__bars:before, .hamburger .hamburger__bars:after {
        display: block;
        position: absolute;
        width: 29px;
        height: 2px;
        border-radius: 60px;
        background-color: #17114D;
        content: ""; }
      .hamburger .hamburger__bars:before {
        top: -8px;
        transition: top 100ms 250ms ease-in, transform 220ms ease-in-out; }
      .hamburger .hamburger__bars:after {
        bottom: -8px;
        transition: bottom 100ms 250ms ease-in, transform 220ms ease-in-out; }
  .hamburger--active .hamburger__bars {
    transform: rotate(225deg);
    transition: transform 220ms 120ms ease-in-out; }
    .hamburger--active .hamburger__bars:before {
      top: 0;
      transition: top 100ms ease-out; }
    .hamburger--active .hamburger__bars:after {
      bottom: 0;
      transform: rotate(-90deg);
      transition: bottom 100ms ease-out, transform 220ms 120ms ease-in-out; } }

@media screen and (min-width: 576px) and (max-width: 767px) {
  #main-menu-mobile {
    max-width: 540px;
    margin: 0 auto; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  #main-menu-mobile {
    max-width: 720px;
    margin: 0 auto; }
  header .upper-header {
    display: none !important; }
  header.sticky.goingUp {
    top: 0px;
    height: fit-content; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #main-menu-mobile {
    max-width: 960px;
    margin: 0 auto; }
  header .upper-header {
    display: none !important; }
  header.sticky.goingUp {
    top: 0px;
    height: fit-content; } }

@media screen and (max-width: 767px) {
  .header-spacer {
    height: 94px;
    z-index: -9; }
  header.sticky.goingUp {
    top: 0;
    height: fit-content; } }

@media screen and (min-width: 1200px) {
  header #menu #menu-nav li {
    position: relative; }
    header #menu #menu-nav li svg {
      width: 20px;
      height: 18px;
      padding: 5px;
      margin-left: 10px;
      transition-duration: .3s;
      background: #F3CA49; }
      header #menu #menu-nav li svg path {
        stroke: #ffffff; }
  header #menu #menu-nav li.active svg {
    background: #f3ca49;
    transition-duration: .3s; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header-spacer {
    height: 114px;
    z-index: -9; } }

@media screen and (min-width: 1200px) and (max-width: 1599px) {
  header #menu #menu-nav ul li {
    margin: 0px 10px; }
    header #menu #menu-nav ul li a {
      font-size: 15px; }
  header #menu #menu-buttons .cart {
    margin-left: 10px; }
  header #menu #menu-buttons .search .search-placeholder span {
    font-size: 15px; }
  header #menu #menu-buttons .tel {
    margin-left: 10px; }
    header #menu #menu-buttons .tel a {
      font-size: 15px; }
  header #menu #menu-buttons .login-bar {
    margin-left: 10px; }
    header #menu #menu-buttons .login-bar a {
      font-size: 15px;
      padding: 10px 15px; } }

@media screen and (min-width: 1600px) {
  header .container {
    max-width: 1520px !important; } }

#menu-item-24,
header #menu #menu-buttons .search,
#search-mobile {
  display: none !important; }

footer {
  margin-top: 100px; }
  footer .main {
    padding-top: 50px;
    background: #E4EAEF; }
    footer .main .container .row.top-footer {
      padding-bottom: 70px; }
      footer .main .container .row.top-footer .box ul {
        list-style: none;
        padding: 0px;
        margin: 0px; }
        footer .main .container .row.top-footer .box ul li a {
          font-family: "Work Sans";
          font-style: normal;
          font-weight: 300;
          font-size: 14px;
          line-height: 100%;
          color: #555656;
          margin-bottom: 15px;
          padding-left: 15px;
          position: relative;
          display: inline-block;
          transition: all .3s; }
          footer .main .container .row.top-footer .box ul li a::before {
            content: '';
            width: 0;
            height: 0;
            border-top: 10px solid #B7CBDB;
            border-right: 10px solid transparent;
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            transition: all .3s; }
          footer .main .container .row.top-footer .box ul li a:hover {
            color: #B7CBDB;
            padding-left: 25px;
            transition: all .3s;
            text-decoration: underline; }
      footer .main .container .row.top-footer .box p {
        font-family: "Work Sans";
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 160%;
        color: #555656;
        margin-bottom: 20px;
        display: inline-block; }
        footer .main .container .row.top-footer .box p a {
          font-family: "Work Sans";
          font-style: normal;
          font-weight: normal;
          font-size: 12px;
          line-height: 160%;
          color: #555656;
          transition: all .3s; }
          footer .main .container .row.top-footer .box p a:hover {
            color: #B7CBDB;
            transition: all .3s;
            text-decoration: underline; }
      footer .main .container .row.top-footer .box p.adress {
        max-width: 120px; }
      footer .main .container .row.top-footer .box #f_mail_copy_box svg {
        margin-left: 5px;
        cursor: pointer; }
      footer .main .container .row.top-footer .box #f_mail_copy_box svg.active rect {
        stroke: #B4C6D0;
        fill: #F3CA49; }
      footer .main .container .row.top-footer .box__inner {
        padding-right: 10px; }
    footer .main .container .row.payment-methods {
      padding-bottom: 20px; }
      footer .main .container .row.payment-methods .inner {
        flex-wrap: wrap; }
        footer .main .container .row.payment-methods .inner h4.footer-title {
          margin-right: 20px; }
        footer .main .container .row.payment-methods .inner img {
          max-height: 25px;
          width: auto;
          margin: 0px 20px 10px; }
  footer .low {
    background: #B4C6D0;
    padding: 18px 0px; }
    footer .low span {
      font-family: "Work Sans";
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 100%;
      color: #ffffff; }
      footer .low span a {
        font-family: "Work Sans";
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 100%;
        color: #ffffff;
        transition: all .3s; }
        footer .low span a:hover {
          color: #B7CBDB;
          transition: all .3s;
          text-decoration: underline; }

@media screen and (max-width: 767px) {
  footer .main .container .row.top-footer {
    margin-left: 0px;
    margin-right: 0px; }
    footer .main .container .row.top-footer .box {
      padding-left: 0px;
      padding-right: 0px; }
      footer .main .container .row.top-footer .box:nth-child(1) {
        border-top: 1px dashed #555656; }
      footer .main .container .row.top-footer .box:nth-child(-n+4) {
        border-bottom: 1px dashed #555656; }
        footer .main .container .row.top-footer .box:nth-child(-n+4) h4.footer-title {
          margin-bottom: 0px;
          padding: 20px 0px;
          height: auto;
          position: relative;
          justify-content: space-between; }
        footer .main .container .row.top-footer .box:nth-child(-n+4) ul {
          display: none; }
      footer .main .container .row.top-footer .box p.adress {
        display: block; }
      footer .main .container .row.top-footer .box__inner {
        padding-right: 0; }
  footer .main .container .row.payment-methods .inner h4.footer-title {
    width: 100%;
    margin: 0px 0px 30px; }
  footer .main .container .row.payment-methods .inner img {
    max-width: 73px;
    width: 100%;
    margin: 0px 15px 20px;
    object-fit: scale-down; }
  footer .low .col-12 {
    flex-direction: column; }
    footer .low .col-12 span {
      font-size: 11px;
      margin-bottom: 0px;
      text-align: center; }
      footer .low .col-12 span a {
        font-size: 11px; } }

.page-404 {
  padding-top: 70px; }
  .page-404 h1 {
    font-family: "Abhaya Libre";
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #17114D;
    margin-bottom: 10px; }
  .page-404 .content-box p {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #555656;
    margin-bottom: 30px; }
  .page-404 .content-box a.reg {
    color: #4E3D99;
    font-weight: 600;
    text-decoration: underline; }
  .page-404 .content-box a {
    margin-bottom: 10px; }
  .page-404 .content-box span {
    display: block;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #B4C6D0; }

@media screen and (max-width: 1200px) {
  .page-404 {
    padding-top: 50px; }
    .page-404 h1 {
      font-size: 26px; }
    .page-404 .img-box {
      margin-bottom: 30px; }
    .page-404 .content-box p {
      font-size: 14px;
      display: block; }
    .page-404 .content-box a.reg {
      color: #4E3D99;
      font-weight: 600;
      text-decoration: underline; }
    .page-404 .content-box span {
      font-size: 12px; } }

.btn {
  display: inline-block;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.02em;
  padding: 11px 20px;
  width: max-content;
  border-radius: 0px;
  transition: all 0.2s; }
  .btn__dark {
    color: #ffffff;
    background: #4E3D99; }
    .btn__dark:hover {
      background: #17114D;
      color: #ffffff; }
  .btn__transparent {
    color: #17114D;
    border: 3px solid #b4c6d0; }
    .btn__transparent:hover {
      border: 3px solid #4E3D99; }
  .btn__pink {
    background: #F98786;
    color: #ffffff; }
    .btn__pink:hover {
      background: #F3AFA4;
      color: #ffffff; }
  .btn__cartback {
    font-weight: 800;
    color: #17114D;
    background: transparent; }
    .btn__cartback img {
      width: 28px;
      height: 28px;
      margin-right: 10px; }
    .btn__cartback:hover {
      opacity: .8; }
  .btn__green {
    background: #15A085;
    color: #ffffff; }
    .btn__green:hover {
      background: #08766F;
      color: #ffffff; }
  .btn:focus {
    box-shadow: none;
    outline: none; }

.cookiePolicy {
  box-sizing: border-box;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 48px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #17114D;
  color: #ffffff;
  font-size: 14px;
  transform: translate3d(0, 36px, 0);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0; }
  .cookiePolicy.is-active {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .cookiePolicy a {
    color: #ffffff;
    text-decoration: underline; }
  .cookiePolicy__close {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    cursor: pointer; }
    .cookiePolicy__close svg {
      display: inline-block; }
      .cookiePolicy__close svg line {
        stroke: #ffffff; }
    .cookiePolicy__close:hover svg line {
      stroke: #ffffff; }

@media screen and (max-width: 1024px) {
  .cookiePolicy {
    height: auto;
    padding: 24px 48px;
    line-height: 1.4; }
    .cookiePolicy__close {
      top: 27px;
      margin: 0; } }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #ffffff;
  z-index: 999999999;
  display: flex;
  align-items: center;
  justify-content: center; }
  .preloader .pre-item-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto; }
  .preloader .pre1 {
    width: 250px;
    animation: preload 2.2s linear infinite; }
  .preloader .pre2 {
    width: 160px;
    animation: preload 1.8s linear infinite; }
  .preloader .pre3 {
    width: 100px;
    animation: preload-r 3s linear infinite; }
  .preloader .pre4 {
    width: 50px;
    animation: preload-r 1.3s linear infinite; }

@keyframes preload {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes preload-r {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }

.drop-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 18px;
  margin-left: 10px;
  transition-duration: .3s; }

.drop-arrow.bg-yellow {
  background: #F3CA49; }

.drop-arrow.bg-dark-violet {
  background: #17114D; }

.drop-arrow.arrow-white path {
  stroke: #ffffff; }

.drop-arrow.rotate {
  transform: rotate(180deg);
  transition-duration: .3s; }

.fancybox-button div {
  background: #f3ca49; }

.fancybox-button svg path {
  fill: white; }

.fancybox-button:disabled {
  opacity: 0.5 !important; }

.fancybox-button--arrow_right {
  right: 30px !important; }

.fancybox-button--arrow_left {
  left: 30px !important; }

@media (min-width: 992px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .fancybox-thumbs__list {
    margin: 0 auto; }
    .fancybox-thumbs__list a:before {
      border: 3px solid #f3ca49; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px; } }

@media (max-width: 992px) {
  .fancybox-navigation .fancybox-button {
    top: auto;
    bottom: 20px; } }

.front-page .sec-infoTop {
  margin-top: 85px; }
  .front-page .sec-infoTop .infoTop {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 1040px;
    margin: 0 auto; }
    .front-page .sec-infoTop .infoTop:before, .front-page .sec-infoTop .infoTop:after {
      content: "";
      position: absolute;
      width: 50vw;
      height: 100%; }
    .front-page .sec-infoTop .infoTop:before {
      background: #FFF4D6;
      left: -50vw; }
    .front-page .sec-infoTop .infoTop:after {
      background: #FFF4D6;
      right: -50vw; }
    .front-page .sec-infoTop .infoTop__item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      position: relative;
      background: #FFF4D6; }
    .front-page .sec-infoTop .infoTop__img {
      width: 150px;
      height: 150px;
      position: relative;
      margin-top: -75px; }
    .front-page .sec-infoTop .infoTop__header {
      text-align: center;
      margin-bottom: 0;
      padding-bottom: 30px;
      font-size: 24px; }

.front-page .sec-borderInfo {
  margin-top: 110px; }
  .front-page .sec-borderInfo .container .row .img-box img {
    width: initial;
    max-width: fit-content;
    margin-top: -55px;
    margin-left: 0; }
  .front-page .sec-borderInfo .container .row .text-box .btn {
    margin-top: 50px; }

.front-page .sec-benefits {
  margin-top: 150px; }

.front-page .sec-stickers {
  margin-top: 82px; }

.front-page .sec-opinions {
  margin-top: 160px; }

.front-page .sec-textImg .textImg {
  justify-content: space-between; }
  .front-page .sec-textImg .textImg__img {
    order: 2; }
  .front-page .sec-textImg .textImg__desc {
    order: 1;
    max-width: 570px; }
  .front-page .sec-textImg .textImg__header {
    margin-bottom: 35px; }
  .front-page .sec-textImg .textImg__line {
    display: none; }

.sec-infoMore {
  margin-top: 104px; }
  .sec-infoMore .infoMore {
    display: flex;
    gap: 20px; }
    .sec-infoMore .infoMore__item {
      height: 230px;
      position: relative;
      width: 100%;
      display: flex; }
      .sec-infoMore .infoMore__item--1 {
        background-color: #FFF4D6;
        justify-content: flex-end; }
        .sec-infoMore .infoMore__item--1 .infoMore__img {
          left: 50px;
          top: -50px; }
      .sec-infoMore .infoMore__item--2 {
        background-color: #E4EAEF;
        justify-content: flex-start; }
        .sec-infoMore .infoMore__item--2 .infoMore__img {
          right: 50px;
          top: -50px; }
      .sec-infoMore .infoMore__item:hover .infoMore__img {
        right: 50px;
        top: -40px; }
    .sec-infoMore .infoMore__img {
      position: absolute;
      transition: all 0.2s; }
    .sec-infoMore .infoMore__desc {
      height: 100%;
      position: relative;
      max-width: 94%;
      padding: 50px 50px 0 50px;
      display: flex;
      flex-direction: column; }
    .sec-infoMore .infoMore__button {
      position: absolute;
      left: 50px;
      bottom: -24px; }

@media screen and (max-width: 991px) {
  .front-page .primary-carousel {
    margin-bottom: 0; }
  .front-page .sec-infoTop {
    margin-top: 30px; }
    .front-page .sec-infoTop .infoTop {
      flex-direction: column;
      padding: 30px 0;
      background: #FFF4D6; }
      .front-page .sec-infoTop .infoTop::after, .front-page .sec-infoTop .infoTop::before {
        top: 0; }
      .front-page .sec-infoTop .infoTop__img {
        margin-top: 0; }
      .front-page .sec-infoTop .infoTop__item {
        flex-direction: row;
        justify-content: flex-start; }
      .front-page .sec-infoTop .infoTop__header {
        text-align: left;
        padding-left: 35px;
        font-size: 20px; }
  .front-page .sec-benefits {
    margin-top: 100px; }
  .front-page .sec-opinions {
    margin-top: 100px; }
  .front-page .sec-borderInfo .container .row .img-box img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }
  .front-page .sec-borderInfo .container .row .text-box {
    padding: 25px; }
    .front-page .sec-borderInfo .container .row .text-box .btn {
      width: 100%;
      margin-top: 30px;
      max-width: 100%;
      padding: 11px 11px; }
  .front-page .sec-textImg .textImg {
    justify-content: flex-start; }
    .front-page .sec-textImg .textImg__img {
      order: 1;
      margin-bottom: 30px; }
    .front-page .sec-textImg .textImg__desc {
      max-width: 100%;
      order: 2; }
    .front-page .sec-textImg .textImg__header {
      margin-bottom: 35px; }
  .sec-infoMore .infoMore__item {
    height: auto; }
    .sec-infoMore .infoMore__item--1 {
      flex-direction: column; }
      .sec-infoMore .infoMore__item--1 .infoMore__img {
        position: relative;
        top: auto !important;
        left: auto !important;
        max-width: 260px;
        display: block;
        margin: -90px auto 0px; }
      .sec-infoMore .infoMore__item--1::after {
        content: "";
        position: absolute;
        width: 50vw;
        height: 100%;
        right: -50vw;
        background-color: #FFF4D6; }
      .sec-infoMore .infoMore__item--1::before {
        content: "";
        position: absolute;
        width: 50vw;
        height: 100%;
        left: -50vw;
        background-color: #FFF4D6; }
    .sec-infoMore .infoMore__item--2 {
      display: none; }
  .sec-infoMore .infoMore__desc {
    padding: 0px;
    margin-top: 30px; }
  .sec-infoMore .infoMore__button {
    position: relative;
    bottom: auto;
    left: auto; }
    .sec-infoMore .infoMore__button a {
      display: block;
      width: 100%;
      margin-top: 30px;
      margin-bottom: -25px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .front-page .sec-infoTop .infoTop__img {
    max-width: 130px; }
  .front-page .sec-borderInfo .container .row .img-box img {
    max-width: 430px;
    margin-top: 10px; }
  .sec-infoMore .infoMore__item--1 .infoMore__img {
    left: 0px;
    max-width: 170px; }
  .sec-infoMore .infoMore__item--2 .infoMore__img {
    max-width: 170px; } }

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .front-page .sec-borderInfo .container .row .img-box img {
    max-width: 430px;
    margin-top: 10px; }
  .sec-infoMore .infoMore__item--1 .infoMore__img {
    left: 0px; } }

.page-realization__header {
  margin-top: 60px; }

.page-realization .cat-list {
  margin-top: 30px;
  position: relative; }
  .page-realization .cat-list h4.gallery-cat {
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    margin-right: 40px;
    position: relative;
    transition-duration: .3s; }
    .page-realization .cat-list h4.gallery-cat::after {
      content: '';
      display: block;
      height: 2px;
      width: 0%;
      position: absolute;
      bottom: -18px;
      left: 0;
      background: #F3CA49;
      transition-duration: .3s; }
    .page-realization .cat-list h4.gallery-cat:hover {
      color: #08766F;
      transition-duration: .3s; }
      .page-realization .cat-list h4.gallery-cat:hover::after {
        width: 100%;
        transition-duration: .3s; }
  .page-realization .cat-list h4.gallery-cat.current {
    color: #08766F; }
    .page-realization .cat-list h4.gallery-cat.current::after {
      width: 100%; }
  .page-realization .cat-list::after {
    content: '';
    display: block;
    height: 1px;
    width: 200vw;
    position: absolute;
    bottom: -10px;
    left: -50vw;
    background: #E4EAEF;
    z-index: -1; }

.page-realization .realizations {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 60px; }
  .page-realization .realizations .realization__img {
    overflow: hidden;
    position: relative; }
    .page-realization .realizations .realization__img:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: #4E3D99;
      opacity: 0;
      transition: all 0.2s; }
    .page-realization .realizations .realization__img img {
      width: 100%;
      max-width: 411px;
      height: 274px;
      object-fit: cover;
      transition: all 0.2s; }
  .page-realization .realizations .realization__name {
    margin-top: 20px;
    margin-bottom: 0;
    max-width: 290px;
    font-size: 26px;
    line-height: 100%; }
  .page-realization .realizations .realization:hover .realization__img:before {
    opacity: 0.5;
    z-index: 9; }
  .page-realization .realizations .realization:hover .realization__img img {
    transform: scale(1.05); }
  .page-realization .realizations .realization:hover .realization__name {
    color: #4E3D99; }
  .page-realization .realizations .realization.hidden {
    display: none; }

@media screen and (max-width: 767px) {
  .page-realization .realizations {
    grid-template-columns: 1fr; }
    .page-realization .realizations .realization__img img {
      display: block;
      margin: 0 auto;
      max-width: 335px;
      height: 200px;
      object-fit: cover; }
    .page-realization .realizations .realization__name {
      font-size: 20px; }
  .page-realization .cat-list {
    position: relative;
    height: 53px;
    width: 100%;
    overflow-x: scroll; }
    .page-realization .cat-list h4.gallery-cat {
      font-size: 18px; }
      .page-realization .cat-list h4.gallery-cat::after {
        bottom: -20px; }
    .page-realization .cat-list::after {
      bottom: 0px; } }

.how-we .container .row .title-col {
  position: relative; }
  .how-we .container .row .title-col h2 {
    max-width: 320px;
    margin-bottom: 30px; }

.how-we .container .count-row {
  padding-left: 60px;
  position: relative; }
  .how-we .container .count-row .count-col {
    margin-bottom: 56px; }
    .how-we .container .count-row .count-col .inner {
      padding-left: 35px;
      max-width: 340px; }
      .how-we .container .count-row .count-col .inner h2.number-count {
        font-family: "Abhaya Libre";
        font-style: normal;
        font-weight: 800;
        font-size: 100px;
        line-height: 100%;
        letter-spacing: 0.02em;
        color: #4E3D99;
        margin-bottom: 10px; }
  .how-we .container .count-row .img-col {
    position: relative; }
    .how-we .container .count-row .img-col img {
      width: 420px;
      height: auto;
      max-width: initial;
      position: absolute;
      top: -50px;
      right: 50px; }

svg.how-we {
  margin-left: 10px;
  margin-bottom: 17px; }

@media screen and (max-width: 991px) {
  .how-we .container .count-row {
    padding-left: 0px; }
    .how-we .container .count-row .count-col .inner {
      padding-left: 0px;
      max-width: initial; }
      .how-we .container .count-row .count-col .inner h2.number-count {
        font-size: 100px;
        line-height: 60%; }
      .how-we .container .count-row .count-col .inner svg {
        margin: 0px 12px 0px 6px;
        width: 77px; }
      .how-we .container .count-row .count-col .inner h3 {
        font-size: 26px;
        line-height: 100%; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .how-we .container .count-row {
    padding-left: 0px; }
    .how-we .container .count-row .count-col .inner {
      padding-left: 0px;
      max-width: initial; }
    .how-we .container .count-row .img-col img {
      width: 100%;
      height: auto;
      max-width: 350px;
      position: relative;
      top: 0px;
      right: 0px;
      display: block;
      margin: 0 auto; } }

.place-order-link {
  margin-top: 100px; }
  .place-order-link .container .row {
    background: #E4EAEF;
    padding: 50px 0px 23px 105px;
    position: relative;
    margin-left: 0px;
    margin-right: 0px; }
    .place-order-link .container .row .img-box {
      position: relative; }
      .place-order-link .container .row .img-box img {
        position: absolute;
        width: 250px;
        height: auto;
        top: -90px;
        left: 20px; }
        .place-order-link .container .row .img-box img:nth-child(2) {
          right: 50px;
          left: auto; }
    .place-order-link .container .row .text-box h3 {
      margin-bottom: 10px; }
    .place-order-link .container .row .text-box p {
      display: block;
      margin-bottom: 30px; }
    .place-order-link .container .row .text-box a.btn {
      position: absolute;
      bottom: -23px; }

@media screen and (max-width: 991px) {
  .place-order-link {
    margin-top: 40px;
    margin-bottom: 50px; }
    .place-order-link .container .row {
      padding: 40px 30px; }
      .place-order-link .container .row .img-box {
        order: 1;
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        margin: 0px auto;
        position: relative;
        height: 120px; }
        .place-order-link .container .row .img-box img {
          position: absolute;
          width: 100%;
          transform: none;
          margin-bottom: 20px;
          max-width: 200px;
          top: -100px; }
          .place-order-link .container .row .img-box img:nth-child(1) {
            left: 0px; }
          .place-order-link .container .row .img-box img:nth-child(2) {
            right: 0px; }
      .place-order-link .container .row .text-box {
        order: 2; }
        .place-order-link .container .row .text-box a.btn {
          margin-bottom: -60px;
          position: relative;
          bottom: auto;
          display: block;
          width: 100%; }
        .place-order-link .container .row .text-box p {
          margin-bottom: 14px; } }

@media screen and (max-width: 575px) {
  .place-order-link .container .row .img-box img:nth-child(1) {
    left: -60px; }
  .place-order-link .container .row .img-box img:nth-child(2) {
    right: -60px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .place-order-link .container .row {
    padding: 30px 0px 23px 35px; } }

.offer-accordian {
  margin-top: 130px; }
  .offer-accordian .offer-accordian-content-inner {
    background: #FFF4D6;
    display: inline-block;
    width: 100%;
    padding-left: 400px; }
    .offer-accordian .offer-accordian-content-inner .accordian * {
      transition: all .3s; }
    .offer-accordian .offer-accordian-content-inner .accordian {
      width: fit-content;
      margin: 0px;
      padding: 0px; }
      .offer-accordian .offer-accordian-content-inner .accordian--preload .box, .offer-accordian .offer-accordian-content-inner .accordian--active .box {
        width: 215px; }
      .offer-accordian .offer-accordian-content-inner .accordian .box {
        float: left;
        width: 214px;
        position: relative; }
        .offer-accordian .offer-accordian-content-inner .accordian .box .inner {
          padding: 30px 76px;
          position: relative;
          display: block;
          flex-direction: column;
          text-align: center;
          flex-wrap: nowrap;
          height: 600px;
          z-index: 4;
          overflow: hidden;
          border-left: 1px dashed #17114D; }
          .offer-accordian .offer-accordian-content-inner .accordian .box .inner span.num {
            font-family: "Abhaya Libre";
            font-style: normal;
            font-weight: 500;
            font-size: 34px;
            line-height: 100%;
            text-align: center;
            letter-spacing: 0.02em;
            color: #F3CA49;
            max-width: fit-content;
            margin: 0 0 30px 15px; }
          .offer-accordian .offer-accordian-content-inner .accordian .box .inner .upper {
            flex-direction: row;
            position: relative;
            max-width: 100%;
            width: 100%;
            flex-wrap: wrap; }
            .offer-accordian .offer-accordian-content-inner .accordian .box .inner .upper .horizontal {
              position: absolute;
              width: 0px;
              height: 50px;
              overflow: hidden;
              margin-left: 30px;
              transition: all .2s;
              left: 90px;
              padding-top: 11px; }
              .offer-accordian .offer-accordian-content-inner .accordian .box .inner .upper .horizontal h3 {
                left: 0px;
                white-space: nowrap;
                position: absolute; }
            .offer-accordian .offer-accordian-content-inner .accordian .box .inner .upper .vertical {
              position: absolute;
              width: 64px;
              height: 350px;
              overflow: hidden;
              transition: all .2s;
              top: 100px; }
              .offer-accordian .offer-accordian-content-inner .accordian .box .inner .upper .vertical h3 {
                transform: rotate(90deg);
                white-space: nowrap;
                display: block;
                font-weight: 500;
                margin-top: 20px; }
            .offer-accordian .offer-accordian-content-inner .accordian .box .inner .upper img {
              display: block;
              width: 62px;
              height: 60px; }
          .offer-accordian .offer-accordian-content-inner .accordian .box .inner .list {
            display: block;
            width: 0px;
            height: 0px;
            padding: 0px;
            margin: 40px 0px 0px;
            flex-direction: row;
            flex-wrap: wrap;
            padding-left: 70px;
            overflow: hidden; }
            .offer-accordian .offer-accordian-content-inner .accordian .box .inner .list .item {
              font-family: "Work Sans";
              font-style: normal;
              font-weight: normal;
              font-size: 15px;
              line-height: 100%;
              color: #17114D;
              opacity: 0.5;
              text-align: left;
              display: block;
              margin-bottom: 15px;
              padding-left: 25px;
              position: relative;
              width: 50%;
              float: left;
              transition: all .3s; }
              .offer-accordian .offer-accordian-content-inner .accordian .box .inner .list .item::before {
                content: '';
                width: 0;
                height: 0;
                border-top: 10px solid #FFF4D6;
                border-right: 10px solid transparent;
                display: inline-block;
                position: absolute;
                top: 0px;
                left: 0;
                transition: all .3s; }
              .offer-accordian .offer-accordian-content-inner .accordian .box .inner .list .item:hover {
                opacity: 1;
                padding-left: 35px;
                transition: all .3s;
                text-decoration: underline; }
                .offer-accordian .offer-accordian-content-inner .accordian .box .inner .list .item:hover::before {
                  border-top: 10px solid #17114D;
                  transition: all .3s; }
          .offer-accordian .offer-accordian-content-inner .accordian .box .inner svg {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            visibility: visible; }
        .offer-accordian .offer-accordian-content-inner .accordian .box::before {
          content: '';
          width: 0;
          height: 0;
          border-top: 600px solid #FFF4D6;
          border-left: 32px solid transparent;
          position: absolute;
          left: 0px;
          z-index: -1;
          top: 0;
          transition: all .1s; }
        .offer-accordian .offer-accordian-content-inner .accordian .box::after {
          content: '';
          width: 180px;
          height: 0;
          border-bottom: 33px solid #FFF4D6;
          border-right: 33px solid transparent;
          position: absolute;
          left: 0px;
          z-index: -1;
          top: 0px;
          transition: all .1s; }
        .offer-accordian .offer-accordian-content-inner .accordian .box--preload, .offer-accordian .offer-accordian-content-inner .accordian .box--active {
          width: 520px; }
          .offer-accordian .offer-accordian-content-inner .accordian .box--preload .inner, .offer-accordian .offer-accordian-content-inner .accordian .box--active .inner {
            padding: 30px;
            background: #F3CA49; }
            .offer-accordian .offer-accordian-content-inner .accordian .box--preload .inner span.num, .offer-accordian .offer-accordian-content-inner .accordian .box--active .inner span.num {
              color: #FFF4D6;
              height: fit-content;
              text-align: left;
              padding-left: 20px;
              margin: 0 0 30px; }
            .offer-accordian .offer-accordian-content-inner .accordian .box--preload .inner .upper .horizontal, .offer-accordian .offer-accordian-content-inner .accordian .box--active .inner .upper .horizontal {
              width: 365px;
              transition-delay: .1s;
              position: relative;
              left: auto; }
            .offer-accordian .offer-accordian-content-inner .accordian .box--preload .inner .upper .vertical, .offer-accordian .offer-accordian-content-inner .accordian .box--active .inner .upper .vertical {
              height: 0;
              transition-delay: .1s; }
            .offer-accordian .offer-accordian-content-inner .accordian .box--preload .inner .upper img, .offer-accordian .offer-accordian-content-inner .accordian .box--active .inner .upper img {
              display: block;
              width: 62px;
              height: 60px;
              text-align: left; }
            .offer-accordian .offer-accordian-content-inner .accordian .box--preload .inner .list, .offer-accordian .offer-accordian-content-inner .accordian .box--active .inner .list {
              width: 100%;
              height: 200px; }
          .offer-accordian .offer-accordian-content-inner .accordian .box--preload::before, .offer-accordian .offer-accordian-content-inner .accordian .box--active::before {
            border-top: 600px solid #FFE79F;
            left: -32px;
            transition: all .1s;
            z-index: 3; }
          .offer-accordian .offer-accordian-content-inner .accordian .box--preload::after, .offer-accordian .offer-accordian-content-inner .accordian .box--active::after {
            border-bottom: 33px solid #F3CA49;
            top: -33px;
            transition: all .1s;
            z-index: 5; }
        .offer-accordian .offer-accordian-content-inner .accordian .box:nth-last-child(1) .inner {
          border-right: 1px dashed #17114D; }

@media screen and (max-width: 575px) {
  .offer-accordian {
    width: 100%;
    margin-right: auto;
    margin-left: auto; } }

@media screen and (min-width: 576px) and (max-width: 767px) {
  .offer-accordian {
    max-width: 540px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .offer-accordian {
    max-width: 720px; } }

@media screen and (max-width: 991px) {
  .offer-accordian {
    display: block;
    margin: 0 auto;
    width: 100%; }
    .offer-accordian .offer-accordian-content-inner {
      padding-right: var(--bs-gutter-x, 20px);
      padding-left: var(--bs-gutter-x, 20px);
      background: transparent; }
      .offer-accordian .offer-accordian-content-inner .accordian {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x)/ -2);
        margin-left: calc(var(--bs-gutter-x)/ -2);
        background: #FFF4D6; }
        .offer-accordian .offer-accordian-content-inner .accordian--preload .box, .offer-accordian .offer-accordian-content-inner .accordian--active .box {
          width: 100%; }
        .offer-accordian .offer-accordian-content-inner .accordian .box {
          width: 100%;
          border-bottom: 1px dashed #17114D;
          background: #FFF4D6; }
          .offer-accordian .offer-accordian-content-inner .accordian .box .num {
            display: none; }
          .offer-accordian .offer-accordian-content-inner .accordian .box .inner {
            border: 0px;
            padding: 30px;
            height: 100px; }
            .offer-accordian .offer-accordian-content-inner .accordian .box .inner .list {
              width: 100%;
              height: 200px; }
            .offer-accordian .offer-accordian-content-inner .accordian .box .inner .upper {
              flex-direction: row;
              position: relative;
              max-width: 100%;
              width: 100%;
              flex-wrap: wrap; }
              .offer-accordian .offer-accordian-content-inner .accordian .box .inner .upper img {
                display: block;
                width: 62px;
                height: 60px;
                text-align: left; }
              .offer-accordian .offer-accordian-content-inner .accordian .box .inner .upper .vertical {
                display: none; }
              .offer-accordian .offer-accordian-content-inner .accordian .box .inner .upper .horizontal {
                width: 275px;
                padding-top: 20px;
                margin-left: 0px; }
                .offer-accordian .offer-accordian-content-inner .accordian .box .inner .upper .horizontal h3 {
                  font-size: 27px; }
            .offer-accordian .offer-accordian-content-inner .accordian .box .inner span.num {
              color: #FFF4D6;
              height: fit-content;
              text-align: left;
              padding-left: 20px;
              margin: 0 0 30px; }
          .offer-accordian .offer-accordian-content-inner .accordian .box::after {
            display: none; }
          .offer-accordian .offer-accordian-content-inner .accordian .box::before {
            display: none; }
          .offer-accordian .offer-accordian-content-inner .accordian .box--preload, .offer-accordian .offer-accordian-content-inner .accordian .box--active {
            width: 100%; }
      .offer-accordian .offer-accordian-content-inner .accordian-mobile .box {
        display: inline-block;
        width: 100%;
        padding: 25px 0px;
        background: #FFF4D6;
        position: relative;
        border-bottom: 1px dashed #17114D;
        transition-duration: .3s; }
        .offer-accordian .offer-accordian-content-inner .accordian-mobile .box .top-part .left-item img {
          width: 60px;
          height: 60px;
          margin-right: 30px; }
        .offer-accordian .offer-accordian-content-inner .accordian-mobile .box .top-part .left-item h3 {
          max-width: 280px;
          margin-bottom: 0; }
        .offer-accordian .offer-accordian-content-inner .accordian-mobile .box .list {
          display: none;
          margin: 30px 0px 0px 30px; }
          .offer-accordian .offer-accordian-content-inner .accordian-mobile .box .list .item {
            font-family: "Work Sans";
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 100%;
            color: #17114D;
            opacity: 0.5;
            text-align: left;
            display: block;
            margin-bottom: 15px;
            padding-left: 25px;
            position: relative;
            width: 100%;
            float: left;
            transition: all .3s; }
            .offer-accordian .offer-accordian-content-inner .accordian-mobile .box .list .item::before {
              content: '';
              width: 0;
              height: 0;
              border-top: 10px solid #FFF4D6;
              border-right: 10px solid transparent;
              display: inline-block;
              position: absolute;
              top: 0px;
              left: 0;
              transition: all .3s; }
        .offer-accordian .offer-accordian-content-inner .accordian-mobile .box::after, .offer-accordian .offer-accordian-content-inner .accordian-mobile .box::before {
          content: "";
          position: absolute;
          width: 53vw;
          height: calc(100% + 1px);
          background: #FFF4D6;
          top: 0;
          border-bottom: 1px dashed #17114D;
          z-index: -1;
          transition-duration: .3s; }
        .offer-accordian .offer-accordian-content-inner .accordian-mobile .box::after {
          right: -50vw; }
        .offer-accordian .offer-accordian-content-inner .accordian-mobile .box::before {
          left: -50vw; }
        .offer-accordian .offer-accordian-content-inner .accordian-mobile .box:nth-last-child(1) {
          border-bottom: 0px; }
          .offer-accordian .offer-accordian-content-inner .accordian-mobile .box:nth-last-child(1)::before, .offer-accordian .offer-accordian-content-inner .accordian-mobile .box:nth-last-child(1)::after {
            border: 0px; }
      .offer-accordian .offer-accordian-content-inner .accordian-mobile .box.active {
        background: #F3CA49;
        transition-duration: .3s; }
        .offer-accordian .offer-accordian-content-inner .accordian-mobile .box.active::after, .offer-accordian .offer-accordian-content-inner .accordian-mobile .box.active::before {
          transition-duration: .3s;
          background: #F3CA49; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .offer-accordian .offer-accordian-content-inner {
    padding-left: 0px;
    padding-right: 30px; }
    .offer-accordian .offer-accordian-content-inner .accordian {
      width: fit-content;
      float: right; }
      .offer-accordian .offer-accordian-content-inner .accordian--preload .box, .offer-accordian .offer-accordian-content-inner .accordian--active .box {
        width: 110px; }
      .offer-accordian .offer-accordian-content-inner .accordian .box {
        width: 110px; }
        .offer-accordian .offer-accordian-content-inner .accordian .box .inner {
          padding: 30px 20px; }
        .offer-accordian .offer-accordian-content-inner .accordian .box--preload, .offer-accordian .offer-accordian-content-inner .accordian .box--active {
          width: 400px; }
          .offer-accordian .offer-accordian-content-inner .accordian .box--preload .inner, .offer-accordian .offer-accordian-content-inner .accordian .box--active .inner {
            padding: 15px; }
            .offer-accordian .offer-accordian-content-inner .accordian .box--preload .inner .upper .horizontal, .offer-accordian .offer-accordian-content-inner .accordian .box--active .inner .upper .horizontal {
              width: 275px;
              padding-top: 20px; }
              .offer-accordian .offer-accordian-content-inner .accordian .box--preload .inner .upper .horizontal h3, .offer-accordian .offer-accordian-content-inner .accordian .box--active .inner .upper .horizontal h3 {
                font-size: 27px; }
            .offer-accordian .offer-accordian-content-inner .accordian .box--preload .inner .upper .vertical, .offer-accordian .offer-accordian-content-inner .accordian .box--active .inner .upper .vertical {
              font-size: 27px; } }

@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .offer-accordian .offer-accordian-content-inner {
    padding-left: 0px;
    padding-right: 200px; }
    .offer-accordian .offer-accordian-content-inner .accordian {
      width: fit-content;
      float: right; }
      .offer-accordian .offer-accordian-content-inner .accordian--preload .box, .offer-accordian .offer-accordian-content-inner .accordian--active .box {
        width: 110px; }
      .offer-accordian .offer-accordian-content-inner .accordian .box {
        width: 110px; }
        .offer-accordian .offer-accordian-content-inner .accordian .box .inner {
          padding: 30px 20px; }
        .offer-accordian .offer-accordian-content-inner .accordian .box--preload, .offer-accordian .offer-accordian-content-inner .accordian .box--active {
          width: 520px; } }

@media screen and (min-width: 1500px) and (max-width: 1649px) {
  .offer-accordian .offer-accordian-content-inner {
    padding-left: 80px; } }

@media screen and (min-width: 1650px) and (max-width: 1800px) {
  .offer-accordian .offer-accordian-content-inner {
    padding-left: 260px; } }

.page-print .sec-realizations {
  margin-top: 100px; }
  .page-print .sec-realizations .realizations {
    margin-top: 40px; }

.page-print .sec-benefits {
  margin-top: 50px; }

.page-print .sec-stickers {
  margin-top: 100px; }

.page-print .sec-opinions {
  margin-top: 155px; }

.page-print #contact_form {
  margin-top: 50px; }

.page-print .sec-borderInfo .container .row .img-box img {
  position: relative;
  width: 580px;
  max-width: fit-content;
  margin-top: -48px;
  margin-left: -100px;
  margin-bottom: -10px; }

@media screen and (max-width: 991px) {
  .page-print .sec-borderInfo .container .row .img-box img {
    position: relative;
    width: 450px;
    max-width: 80%;
    margin: 0 auto;
    display: block; } }

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .page-print .sec-borderInfo .container .row .img-box img {
    position: relative;
    width: 480px;
    max-width: fit-content;
    margin-top: 60px;
    margin-left: -70px;
    margin-bottom: 0px; } }

.page-services .sec-knowledge {
  margin-top: 73px; }
  .page-services .sec-knowledge__text {
    max-width: 940px; }

.page-services .sec-globe {
  margin-top: 100px; }
  .page-services .sec-globe .globs {
    display: flex;
    align-items: flex-start;
    position: relative;
    background: #FFF4D6; }
    .page-services .sec-globe .globs:before, .page-services .sec-globe .globs:after {
      content: "";
      position: absolute;
      width: 50vw;
      height: 100%;
      background: #FFF4D6; }
    .page-services .sec-globe .globs:before {
      left: -50vw; }
    .page-services .sec-globe .globs:after {
      right: -50vw; }
    .page-services .sec-globe .globs__item {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      height: 155px;
      position: relative;
      padding: 0 30px 10px 30px; }
    .page-services .sec-globe .globs__img {
      margin-top: -80px;
      max-width: 150px; }
    .page-services .sec-globe .globs__header {
      text-align: center;
      margin-bottom: 0;
      font-size: 24px; }

.page-services .sec-offer {
  margin-top: 80px;
  position: relative; }
  .page-services .sec-offer__wrap {
    margin-top: 172px;
    position: relative; }
  .page-services .sec-offer__line {
    position: absolute;
    pointer-events: none;
    width: 100%;
    bottom: 0;
    height: calc(100% + 75px);
    border-right: 2px dashed #55565699;
    border-left: 2px dashed #55565699;
    z-index: 99; }
    .page-services .sec-offer__line:before, .page-services .sec-offer__line:after {
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      background-image: url(../img/cut.png);
      top: -22px; }
    .page-services .sec-offer__line:before {
      left: -13px; }
    .page-services .sec-offer__line:after {
      right: -13px; }
  .page-services .sec-offer__rows {
    position: relative; }
    .page-services .sec-offer__rows:nth-child(odd) .offer__item {
      background: #E4EAEF; }
      .page-services .sec-offer__rows:nth-child(odd) .offer__item:nth-child(2) {
        background: white; }
      .page-services .sec-offer__rows:nth-child(odd) .offer__item--inner {
        position: relative;
        top: -98px; }
    .page-services .sec-offer__rows:nth-child(odd):before, .page-services .sec-offer__rows:nth-child(odd):after {
      content: "";
      position: absolute;
      width: 50vw;
      height: 100%;
      top: 0; }
    .page-services .sec-offer__rows:nth-child(odd):before {
      background: #E4EAEF;
      left: -49vw; }
    .page-services .sec-offer__rows:nth-child(odd):after {
      background: #E4EAEF;
      right: -49vw; }
    .page-services .sec-offer__rows:nth-child(even) .offer__item:nth-child(2) {
      background: #E4EAEF; }
    .page-services .sec-offer__rows:nth-child(even) .offer__item--inner {
      position: relative;
      top: -52px; }
  .page-services .sec-offer .offer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; }
    .page-services .sec-offer .offer__item {
      display: flex;
      flex-direction: column;
      padding: 0 50px 15px 50px; }
    .page-services .sec-offer .offer__desc {
      flex: 1;
      margin-left: 50px;
      max-width: 304px; }
    .page-services .sec-offer .offer__text {
      margin-top: 20px; }
    .page-services .sec-offer .offer__img {
      display: flex;
      justify-content: center; }

.page-services .sec-textImg {
  margin-top: 120px; }

.page-services .sec-benefits {
  margin-top: 120px; }

.page-services .sec-delivery {
  margin-top: 130px; }

.page-services .sec-opinions {
  margin-top: 130px; }

.page-services .contact-form {
  margin-top: 120px; }

@media screen and (max-width: 767px) {
  .page-services .sec-globe {
    margin-top: 50px; }
    .page-services .sec-globe .globs {
      flex-direction: column; }
      .page-services .sec-globe .globs__item {
        flex-direction: row;
        padding: 0px;
        height: auto; }
        .page-services .sec-globe .globs__item:nth-child(1) {
          padding-top: 20px; }
        .page-services .sec-globe .globs__item:nth-child(4) {
          padding-bottom: 20px; }
      .page-services .sec-globe .globs__img {
        margin-top: 0px;
        width: 150px;
        height: 150px; }
      .page-services .sec-globe .globs__header {
        text-align: left;
        font-size: 20px; }
  .page-services .sec-offer__wrap {
    margin-top: 50px; }
  .page-services .sec-offer__rows .offer {
    display: flex;
    flex-direction: column; }
    .page-services .sec-offer__rows .offer .offer__desc {
      margin-left: 0px; }
  .page-services .sec-offer__rows:nth-child(1) {
    position: relative; }
    .page-services .sec-offer__rows:nth-child(1) .offer__item {
      padding: 30px 0px;
      position: relative; }
      .page-services .sec-offer__rows:nth-child(1) .offer__item:nth-child(odd)::before, .page-services .sec-offer__rows:nth-child(1) .offer__item:nth-child(odd)::after {
        content: "";
        position: absolute;
        width: 50vw;
        height: 100%;
        background: #E4EAEF;
        top: 0; }
      .page-services .sec-offer__rows:nth-child(1) .offer__item:nth-child(odd)::before {
        left: -50vw; }
      .page-services .sec-offer__rows:nth-child(1) .offer__item:nth-child(odd)::after {
        right: -50vw; }
    .page-services .sec-offer__rows:nth-child(1) .offer__item--inner {
      top: auto; }
      .page-services .sec-offer__rows:nth-child(1) .offer__item--inner img {
        width: 200px;
        height: 200px;
        display: block;
        margin: 0 auto; }
    .page-services .sec-offer__rows:nth-child(1)::before, .page-services .sec-offer__rows:nth-child(1)::after {
      content: none; }
  .page-services .sec-offer__rows:nth-child(2) {
    position: relative; }
    .page-services .sec-offer__rows:nth-child(2) .offer__item {
      padding: 30px 0px;
      position: relative; }
      .page-services .sec-offer__rows:nth-child(2) .offer__item:nth-child(even)::before, .page-services .sec-offer__rows:nth-child(2) .offer__item:nth-child(even)::after {
        content: "";
        position: absolute;
        width: 50vw;
        height: 100%;
        background: #E4EAEF;
        top: 0; }
      .page-services .sec-offer__rows:nth-child(2) .offer__item:nth-child(even)::before {
        left: -50vw; }
      .page-services .sec-offer__rows:nth-child(2) .offer__item:nth-child(even)::after {
        right: -50vw; }
    .page-services .sec-offer__rows:nth-child(2) .offer__item--inner {
      top: auto; }
      .page-services .sec-offer__rows:nth-child(2) .offer__item--inner img {
        width: 200px;
        height: 200px;
        display: block;
        margin: 0 auto; }
    .page-services .sec-offer__rows:nth-child(2)::before, .page-services .sec-offer__rows:nth-child(2)::after {
      content: none; }
  .page-services .sec-offer__line {
    display: none; }
  .page-services .sec-textImg {
    margin-top: 50px; }
  .page-services .sec-benefits {
    margin-top: 50px; }
  .page-services .sec-delivery {
    margin-top: 80px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-services .sec-globe .globs__img {
    margin-top: -40px;
    height: 100px; }
  .page-services .sec-globe .globs__item {
    height: 120px; }
  .page-services .sec-offer__rows .offer {
    display: flex;
    flex-direction: column; }
    .page-services .sec-offer__rows .offer .offer__desc {
      margin-left: 0px; }
  .page-services .sec-offer__rows:nth-child(1) {
    position: relative; }
    .page-services .sec-offer__rows:nth-child(1) .offer__item {
      padding: 30px 0px;
      position: relative; }
      .page-services .sec-offer__rows:nth-child(1) .offer__item:nth-child(odd)::before, .page-services .sec-offer__rows:nth-child(1) .offer__item:nth-child(odd)::after {
        content: "";
        position: absolute;
        width: 50vw;
        height: 100%;
        background: #E4EAEF;
        top: 0; }
      .page-services .sec-offer__rows:nth-child(1) .offer__item:nth-child(odd)::before {
        left: -50vw; }
      .page-services .sec-offer__rows:nth-child(1) .offer__item:nth-child(odd)::after {
        right: -50vw; }
    .page-services .sec-offer__rows:nth-child(1) .offer__item--inner {
      top: auto; }
      .page-services .sec-offer__rows:nth-child(1) .offer__item--inner img {
        width: 200px;
        height: 200px;
        display: block;
        margin: 0 auto; }
    .page-services .sec-offer__rows:nth-child(1)::before, .page-services .sec-offer__rows:nth-child(1)::after {
      content: none; }
  .page-services .sec-offer__rows:nth-child(2) {
    position: relative; }
    .page-services .sec-offer__rows:nth-child(2) .offer__item {
      padding: 30px 0px;
      position: relative; }
      .page-services .sec-offer__rows:nth-child(2) .offer__item:nth-child(even)::before, .page-services .sec-offer__rows:nth-child(2) .offer__item:nth-child(even)::after {
        content: "";
        position: absolute;
        width: 50vw;
        height: 100%;
        background: #E4EAEF;
        top: 0; }
      .page-services .sec-offer__rows:nth-child(2) .offer__item:nth-child(even)::before {
        left: -50vw; }
      .page-services .sec-offer__rows:nth-child(2) .offer__item:nth-child(even)::after {
        right: -50vw; }
    .page-services .sec-offer__rows:nth-child(2) .offer__item--inner {
      top: auto; }
      .page-services .sec-offer__rows:nth-child(2) .offer__item--inner img {
        width: 200px;
        height: 200px;
        display: block;
        margin: 0 auto; }
    .page-services .sec-offer__rows:nth-child(2)::before, .page-services .sec-offer__rows:nth-child(2)::after {
      content: none; }
  .page-services .sec-offer__line {
    display: none; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-services .sec-globe .globs__img {
    margin-top: -80px; }
  .page-services .sec-offer .offer .offer__item {
    padding: 0px 15px 15px; }
    .page-services .sec-offer .offer .offer__item .offer__desc h3.offer__header {
      font-size: 28px; }
    .page-services .sec-offer .offer .offer__item .offer__img {
      max-width: 150px; } }

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .sec-offer .offer .offer__item {
    padding: 0px 15px 15px; }
    .sec-offer .offer .offer__item .offer__desc h3.offer__header {
      font-size: 28px; }
    .sec-offer .offer .offer__item .offer__img {
      max-width: 150px; } }

.page-aboutUs .sec-repeaterBox .repeaterBox {
  margin-top: 100px; }
  .page-aboutUs .sec-repeaterBox .repeaterBox:first-child {
    margin-top: 70px; }
  .page-aboutUs .sec-repeaterBox .repeaterBox__desc {
    position: relative;
    max-width: 520px; }
    .page-aboutUs .sec-repeaterBox .repeaterBox__desc h2 {
      max-width: 550px;
      margin-bottom: 10px; }
    .page-aboutUs .sec-repeaterBox .repeaterBox__desc .btn {
      margin-top: 30px; }
  .page-aboutUs .sec-repeaterBox .repeaterBox__img {
    overflow: visible; }
    .page-aboutUs .sec-repeaterBox .repeaterBox__img img {
      object-fit: scale-down;
      max-width: 100%;
      float: right; }
      @media screen and (min-width: 1680px) {
        .page-aboutUs .sec-repeaterBox .repeaterBox__img img {
          max-width: initial; } }
  .page-aboutUs .sec-repeaterBox .repeaterBox:nth-child(odd) .row {
    flex-direction: row-reverse; }
    .page-aboutUs .sec-repeaterBox .repeaterBox:nth-child(odd) .row .repeaterBox__desc {
      display: flex;
      flex-direction: column;
      margin-left: 100px; }
    .page-aboutUs .sec-repeaterBox .repeaterBox:nth-child(odd) .row .repeaterBox__img img {
      float: left;
      max-width: 100%; }
  .page-aboutUs .sec-repeaterBox .repeaterBox .repeaterBox-ListDesc {
    margin-top: 40px;
    display: flex; }
    .page-aboutUs .sec-repeaterBox .repeaterBox .repeaterBox-ListDesc__box {
      flex: 1; }
    .page-aboutUs .sec-repeaterBox .repeaterBox .repeaterBox-ListDesc__header {
      font-size: 20px;
      margin-bottom: 10px; }
    .page-aboutUs .sec-repeaterBox .repeaterBox .repeaterBox-ListDesc__text ul {
      margin: 0;
      padding: 0;
      padding-left: 20px; }

.page-aboutUs .sec-textImg .textImg__line {
  display: none; }

.page-aboutUs .sec-delivery {
  margin-top: 100px; }

.page-aboutUs .sec-textImg {
  margin-top: 100px; }
  .page-aboutUs .sec-textImg .textImg {
    flex-direction: row-reverse; }
    .page-aboutUs .sec-textImg .textImg__img img {
      float: right; }

.page-aboutUs .sec-benefits {
  margin-top: 100px; }

.page-aboutUs .contact-form {
  margin-top: 100px; }

@media screen and (max-width: 991px) {
  .page-aboutUs .sec-repeaterBox .repeaterBox .repeaterBox-ListDesc {
    flex-direction: column; }
    .page-aboutUs .sec-repeaterBox .repeaterBox .repeaterBox-ListDesc__box {
      margin-bottom: 20px; }
  .page-aboutUs .sec-repeaterBox .repeaterBox .row .col-12:nth-child(1) {
    order: 2; }
    .page-aboutUs .sec-repeaterBox .repeaterBox .row .col-12:nth-child(1) .repeaterBox__desc {
      margin-left: 0px;
      margin-top: 30px; }
      .page-aboutUs .sec-repeaterBox .repeaterBox .row .col-12:nth-child(1) .repeaterBox__desc .btn {
        width: 100%; }
  .page-aboutUs .sec-repeaterBox .repeaterBox .row .col-12:nth-child(2) {
    order: 1; }
  .page-aboutUs .sec-textImg .textImg {
    flex-direction: column; }
  .page-aboutUs .contact-form {
    margin-top: 80px; } }

.text-page-content {
  margin-top: 50px; }
  .text-page-content h1 {
    font-family: "Abhaya Libre";
    font-style: normal;
    font-weight: 800;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #17114D;
    margin-bottom: 40px; }
  .text-page-content p,
  .text-page-content li,
  .text-page-content span {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #555656;
    margin-bottom: 30px; }
  .text-page-content h2 {
    font-family: "Abhaya Libre";
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #17114D;
    margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  .text-page-content {
    margin-top: 0px; }
    .text-page-content h1 {
      font-size: 24px;
      margin-bottom: 20px; }
    .text-page-content h2 {
      font-size: 20px; }
    .text-page-content p,
    .text-page-content li,
    .text-page-content span {
      font-size: 14px; } }

.loopPost {
  margin-bottom: 20px; }
  .loopPost__box {
    display: block;
    background: #E4EAEF; }
  .loopPost__thumb {
    width: 100%;
    height: 255px;
    position: relative;
    overflow: hidden; }
    .loopPost__thumb .coverShadow {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      background: #4E3D99;
      opacity: 0;
      transition: ease-in-out .2s; }
    .loopPost__thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      transition: ease-in-out .2s; }
  .loopPost__content {
    padding: 15px 50px 50px 50px; }
    .loopPost__content h3 {
      font-size: 24px;
      font-weight: 800;
      line-height: 100%;
      margin-bottom: 10px;
      transition: ease-in-out .2s; }
  .loopPost .metaTax {
    margin-bottom: 15px; }
    .loopPost .metaTax__cats {
      margin-right: 10px; }
      .loopPost .metaTax__cats a {
        font-family: "Work Sans";
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 160%;
        color: #17114D;
        margin-right: 10px;
        display: inline-block; }
        @media screen and (min-width: 992px) {
          .loopPost .metaTax__cats a:hover {
            color: #4E3D99; } }
    .loopPost .metaTax__tags .tagSlug {
      display: inline-block;
      margin-right: 10px;
      background: #B7CBDB;
      border: 2px solid #B7CBDB; }
      @media screen and (min-width: 992px) {
        .loopPost .metaTax__tags .tagSlug:hover {
          border: 2px solid #F3CA49;
          background: #E4EAEF;
          color: #17114D; } }
  @media screen and (min-width: 992px) {
    .loopPost:hover .loopPost__thumb .coverShadow {
      opacity: 0.4;
      transition: ease-in-out .2s; }
    .loopPost:hover .loopPost__thumb img {
      transform: scale(1.1);
      transition: ease-in-out .2s; }
    .loopPost:hover .loopPost__content h3 {
      color: #4E3D99;
      transition: ease-in-out .2s; } }

.archive-posts__loadmore {
  margin-top: 30px; }

.archive-posts__loop--loading article {
  opacity: 0.3; }

.archiveCategoryList {
  position: relative;
  margin-bottom: 60px;
  margin-top: 35px; }
  .archiveCategoryList::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #E4EAEF; }
  .archiveCategoryList__list {
    list-style: none;
    padding: 0;
    margin: 0 -25px; }
    .archiveCategoryList__list li {
      position: relative;
      margin: 0px 25px;
      padding: 15px 0; }
      .archiveCategoryList__list li a {
        font-family: "Abhaya Libre";
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0.02em;
        color: #17114D;
        transition: ease-in-out .2s; }
      .archiveCategoryList__list li::after {
        content: '';
        width: 0;
        height: 2px;
        position: absolute;
        left: 50%;
        bottom: 0;
        background: #17114D;
        transition: ease-in-out .2s; }
      .archiveCategoryList__list li.currentCat a {
        color: #15A085;
        transition: ease-in-out .2s; }
      .archiveCategoryList__list li.currentCat::after {
        width: 100%;
        left: 0;
        transition: ease-in-out .2s; }
      @media screen and (min-width: 992px) {
        .archiveCategoryList__list li:hover a {
          color: #15A085;
          transition: ease-in-out .2s; }
        .archiveCategoryList__list li:hover::after {
          width: 100%;
          left: 0;
          transition: ease-in-out .2s; } }

.archiveTagsList {
  margin-bottom: 50px; }
  .archiveTagsList__list {
    list-style: none;
    padding: 0;
    margin: 0 0 0 35px; }
    .archiveTagsList__list li {
      margin: 0 5px; }
      .archiveTagsList__list li.currentTax .tagSlug {
        background: #F3CA49;
        border: 2px solid #F3CA49; }
        .archiveTagsList__list li.currentTax .tagSlug:hover {
          background: #F3CA49;
          border: 2px solid #F3CA49;
          color: #17114D; }

.tagSlug {
  display: inline-block;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #17114D;
  background-color: #E4EAEF;
  padding: 1px 10px;
  border: 2px solid #E4EAEF; }
  @media screen and (min-width: 992px) {
    .tagSlug:hover {
      background: #ffffff;
      border: 2px solid #F3CA49; } }

.archiveFirstSection {
  margin-bottom: 120px; }
  .archiveFirstSection .metaList {
    margin-bottom: 30px; }
    .archiveFirstSection .metaList__cats {
      margin-right: 10px; }
      .archiveFirstSection .metaList__cats a {
        font-family: "Work Sans";
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 160%;
        color: #555656;
        margin-right: 10px;
        display: inline-block; }
        @media screen and (min-width: 992px) {
          .archiveFirstSection .metaList__cats a:hover {
            color: #17114D; } }
    .archiveFirstSection .metaList__tags .tagSlug {
      display: inline-block;
      margin-right: 10px; }
  .archiveFirstSection__thumb img {
    width: 100%;
    height: 390px;
    object-fit: cover; }
  .archiveFirstSection__content {
    margin-left: 120px; }
    .archiveFirstSection__content h3 {
      margin-bottom: 20px; }
    .archiveFirstSection__content p {
      margin-bottom: 50px; }

.archiveSecondSection {
  position: relative;
  margin-bottom: 50px; }
  .archiveSecondSection .loopPost {
    margin-top: 60px; }
  .archiveSecondSection .bgBox {
    display: block;
    width: 100%;
    height: 525px;
    background: #FFF4D6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .archiveSecondSection__content {
    position: relative; }
    .archiveSecondSection__content::before {
      content: '';
      position: absolute;
      top: -20px;
      right: 5px;
      height: 600px;
      width: 2px;
      border-right: 2px dashed #4E3D99; }
    .archiveSecondSection__content::after {
      content: '';
      display: block;
      width: 24px;
      height: 24px;
      position: absolute;
      bottom: 55px;
      right: -7px;
      background-image: url("../img/cut.png");
      background-size: cover;
      transform: rotate(180deg); }
    .archiveSecondSection__content img {
      margin: -60px auto 30px;
      width: 250px;
      height: 250px;
      display: block; }
    .archiveSecondSection__content h2 {
      font-weight: 800;
      font-size: 50px;
      line-height: 100%;
      margin-bottom: 20px; }
    .archiveSecondSection__content p {
      margin-bottom: 50px; }

.newestTitle h2 {
  margin-bottom: 50px; }

.sectionTaxonomyHeader p {
  max-width: 735px;
  margin-bottom: 50px; }

.blogsearchform__bar {
  display: flex;
  align-items: center; }
  .blogsearchform__bar input[type=text] {
    background: rgba(228, 234, 239, 0.2);
    width: 475px;
    height: 44px;
    border: 0px;
    border-bottom: 1px solid #4E3D99;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    color: #17114D;
    padding: 0 10px; }
    .blogsearchform__bar input[type=text]::placeholder {
      font-family: "Work Sans";
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 160%;
      color: #17114D;
      opacity: .5; }
  .blogsearchform__bar .lupe {
    position: relative;
    width: 44px;
    height: 44px; }
    .blogsearchform__bar .lupe svg {
      position: absolute;
      top: 5px;
      left: 5px;
      width: 34px;
      height: 34px;
      pointer-events: none; }
      .blogsearchform__bar .lupe svg path {
        stroke: #ffffff; }
    .blogsearchform__bar .lupe #searchsubmit {
      width: 100%;
      height: 100%;
      border: 0px;
      background: #4E3D99;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }

@media screen and (max-width: 1199px) {
  .archiveCategoryList {
    margin-bottom: 30px;
    margin-top: 0px; }
    .archiveCategoryList__list {
      flex-wrap: nowrap !important;
      margin: 0 -10px;
      width: calc(100vw - 20px);
      overflow: auto; }
      .archiveCategoryList__list li {
        white-space: nowrap;
        margin: 0px 10px;
        padding: 10px 0 20px; }
        .archiveCategoryList__list li a {
          font-size: 16px; }
  .archiveTagsList {
    margin-bottom: 30px;
    margin-top: 0px; }
    .archiveTagsList__list {
      flex-wrap: nowrap !important;
      margin: 0 -10px;
      width: calc(100vw - 20px);
      overflow: auto; }
      .archiveTagsList__list span {
        width: 100%;
        display: block; }
      .archiveTagsList__list li {
        white-space: nowrap;
        margin: 0px 10px;
        padding: 10px 0 20px; }
  .archiveSecondSection__content p {
    display: block;
    margin-bottom: 30px; }
  .archiveSecondSection__content .btn {
    margin-bottom: 20px; }
  .archiveSecondSection__content h2 {
    font-size: 30px; }
  .archiveSecondSection__content img {
    margin: -120px auto 0px;
    width: 200px;
    height: 200px;
    display: block; }
  .archiveSecondSection__content::before {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-right: 0;
    border-bottom: 2px dashed #4E3D99; }
  .archiveSecondSection__content::after {
    transform: rotate(90deg);
    bottom: -10px;
    right: -30px; } }

@media screen and (max-width: 991px) {
  .archiveFirstSection__content {
    margin-top: 30px;
    margin-left: 0px; }
    .archiveFirstSection__content p {
      margin-bottom: 20px; }
    .archiveFirstSection__content .btn {
      display: block;
      margin: 0 auto; }
  .archiveFirstSection__thumb img {
    width: 100%;
    height: auto; }
  .blogsearchform {
    width: 100%; }
    .blogsearchform__bar {
      width: 100%; }
      .blogsearchform__bar input[type=text] {
        width: calc(100% - 44px); } }

@media screen and (max-width: 575px) {
  .loopPost__content {
    padding: 15px; }
  .loopPost__thumb {
    height: 200px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .loopPost__content {
    padding: 30px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .archiveFirstSection__content {
    margin-left: 40px; } }

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .archiveFirstSection__content {
    margin-left: 90px; }
  .loopPost__content {
    padding: 30px; } }

@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .blogsearchform {
    margin-top: 15px; } }

@media screen and (min-width: 1600px) {
  .blogsearchform {
    position: absolute;
    top: -8px;
    right: -90px; }
  .archiveTagsList__list {
    max-width: 640px;
    flex-wrap: wrap; } }

.singlePost__thumb {
  margin-bottom: 50px; }
  .singlePost__thumb img {
    width: 100%;
    height: auto;
    object-fit: cover; }

.singlePost__content .contentHead h1 {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 800;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #17114D;
  margin-bottom: 30px; }

.singlePost__content .contentHead p {
  margin-bottom: 50px; }

.singlePost__content .contentHead .upTitle {
  margin: -10px 0 10px; }
  .singlePost__content .contentHead .upTitle .currentTax {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #555656;
    margin-right: 30px; }
    .singlePost__content .contentHead .upTitle .currentTax a {
      font-family: "Work Sans";
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 160%;
      color: #555656; }
      .singlePost__content .contentHead .upTitle .currentTax a:hover {
        color: #17114D; }
  .singlePost__content .contentHead .upTitle .readTime {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #555656; }

.singlePost__content .recordsList {
  background: #E4EAEF;
  padding: 30px;
  margin-bottom: 30px; }
  .singlePost__content .recordsList h3 {
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.02em;
    margin-bottom: 12px; }
  .singlePost__content .recordsList .record h3 {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #17114D;
    margin-bottom: 10px; }
  .singlePost__content .recordsList .record ul {
    margin-bottom: 20px;
    padding-left: 18px; }
    .singlePost__content .recordsList .record ul li::marker {
      color: #F98786; }
    .singlePost__content .recordsList .record ul li a {
      font-family: "Work Sans";
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 160%;
      color: #17114D; }
      .singlePost__content .recordsList .record ul li a:hover {
        color: #4E3D99; }

.singlePost__content .mainContent h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 100%; }

.singlePost__content .mainContent h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%; }

.singlePost__content .mainContent ul {
  margin-bottom: 20px;
  padding-left: 18px; }
  .singlePost__content .mainContent ul li {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #555656; }
    .singlePost__content .mainContent ul li::marker {
      color: #F98786; }

.singlePost__content .mainContent img {
  width: 100%;
  height: auto;
  object-fit: cover; }

.realtedPosts .relatedTitle {
  font-weight: 800;
  font-size: 50px;
  line-height: 100%;
  margin: 100px 0 50px; }

@media screen and (max-width: 767px) {
  .singlePost__content .contentHead p {
    margin-bottom: 30px; }
  .singlePost__content .contentHead h1 {
    font-size: 24px;
    margin-bottom: 20px; }
  .singlePost__thumb {
    margin-bottom: 20px; }
  .realtedPosts .relatedTitle {
    font-size: 25px;
    margin: 50px 0 20px; } }

@media screen and (min-width: 1400px) {
  .singlePost__thumb {
    width: 950px;
    height: 400px;
    overflow: hidden; } }

.sec-benefits__header {
  margin-bottom: 50px; }

.sec-benefits__rows {
  border-bottom: 2px dashed #b4c6d0; }
  .sec-benefits__rows:nth-child(2) .benefits__item:nth-child(2):after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(../img/cut.png);
    top: -25px;
    right: -13px; }
  .sec-benefits__rows:last-child {
    border-bottom: none; }
    .sec-benefits__rows:last-child .benefits__item:nth-child(2):after {
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      background-image: url(../img/cut.png);
      bottom: -25px;
      transform: rotate(-180deg);
      left: -13px; }

.sec-benefits .benefits {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; }
  .sec-benefits .benefits__item {
    display: flex;
    flex-direction: column;
    padding: 50px 55px;
    position: relative; }
    .sec-benefits .benefits__item:nth-child(2) {
      border-right: 2px dashed #b4c6d0;
      border-left: 2px dashed #b4c6d0; }
  .sec-benefits .benefits__desc {
    flex: 1; }
  .sec-benefits .benefits__text {
    margin-top: 10px; }

@media screen and (max-width: 991px) {
  .sec-benefits .benefits {
    display: block; }
    .sec-benefits .benefits__item {
      padding: 0px; }
      .sec-benefits .benefits__item:nth-child(2) {
        border-right: 0px;
        border-left: 0px; }
    .sec-benefits .benefits__img {
      display: block;
      margin: 0 auto; }
      .sec-benefits .benefits__img img {
        height: 200px; }
    .sec-benefits .benefits__header {
      font-size: 24px; }
    .sec-benefits .benefits__text {
      margin-top: 0px;
      font-size: 14px;
      margin-bottom: 30px;
      border-bottom: 2px dashed #b4c6d0;
      padding-bottom: 30px; }
  .sec-benefits__rows {
    border-bottom: 0px; }
    .sec-benefits__rows:nth-child(2) .benefits__item:nth-child(2)::after, .sec-benefits__rows:last-child .benefits__item:nth-child(2)::after {
      content: none; }
    .sec-benefits__rows:nth-child(3) .benefits__item:nth-last-child(1) .benefits__text {
      border-bottom: 0px;
      margin-bottom: 0px;
      padding-bottom: 0px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sec-benefits .benefits__item {
    padding: 50px 10px; }
    .sec-benefits .benefits__item .benefits__img img {
      max-width: 200px; } }

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .sec-benefits .benefits__item {
    padding: 50px 40px; } }

.primary-carousel {
  margin-top: 20px; }
  .primary-carousel .swiper-container {
    position: relative; }
  .primary-carousel .swiper-slide .content-box {
    position: relative;
    padding-top: 60px; }
    .primary-carousel .swiper-slide .content-box h2 {
      max-width: 550px;
      margin-bottom: 10px; }
    .primary-carousel .swiper-slide .content-box p {
      max-width: 412px; }
    .primary-carousel .swiper-slide .content-box .btn {
      margin-top: 50px; }
  .primary-carousel .swiper-slide .img-box {
    overflow: visible; }
    .primary-carousel .swiper-slide .img-box img {
      object-fit: scale-down;
      max-width: 100%;
      float: right; }
  .primary-carousel .primary-pagination {
    position: absolute;
    bottom: 0;
    bottom: 15%;
    width: max-content;
    z-index: 9999; }
    .primary-carousel .primary-pagination .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      margin: 0 5px;
      background: #E4EAEF;
      transition: all .3s;
      cursor: pointer;
      opacity: 1; }
      .primary-carousel .primary-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .primary-carousel .primary-pagination .swiper-pagination-bullet:hover {
        background-color: #F98786; }

@media screen and (max-width: 991px) {
  .primary-carousel {
    margin-bottom: 80px; }
    .primary-carousel .container .swiper-slide {
      padding-bottom: 45px; }
      .primary-carousel .container .swiper-slide .swiper-inner {
        flex-wrap: wrap; }
      .primary-carousel .container .swiper-slide .content-box {
        order: 2;
        position: relative;
        padding-bottom: 0px; }
        .primary-carousel .container .swiper-slide .content-box h2 {
          max-width: 100%; }
        .primary-carousel .container .swiper-slide .content-box p {
          max-width: 100%; }
        .primary-carousel .container .swiper-slide .content-box .btn {
          width: 100%; }
      .primary-carousel .container .swiper-slide .img-box {
        order: 1;
        overflow: visible; }
        .primary-carousel .container .swiper-slide .img-box img {
          height: 270px;
          width: 100%;
          object-fit: scale-down;
          max-width: 100%;
          margin-bottom: 20px; } }

@media screen and (min-width: 576px) and (max-width: 991px) {
  .primary-carousel .container .swiper-slide .img-box img {
    height: 310px;
    object-fit: contain; }
  .primary-carousel .container .swiper-slide .content-box h2 {
    font-size: 34px; }
  .primary-carousel .container .swiper-slide .content-box .btn {
    margin-top: 30px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .primary-carousel .swiper-slide .content-box {
    padding-top: 0px; }
    .primary-carousel .swiper-slide .content-box h2 {
      font-size: 34px; }
    .primary-carousel .swiper-slide .content-box .btn {
      margin-top: 20px; }
  .primary-carousel .swiper-slide .img-box img {
    height: auto;
    width: auto;
    object-fit: scale-down;
    max-width: 100%; } }

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .primary-carousel .container .swiper-slide .img-box img {
    height: 610px;
    width: auto;
    object-fit: scale-down;
    max-width: 640px; } }

.sec-opinions .opinions {
  margin-top: 50px;
  overflow: initial; }
  .sec-opinions .opinions .swiper-slide {
    width: 840px;
    opacity: 0.4; }
    .sec-opinions .opinions .swiper-slide.swiper-slide-active {
      opacity: 1; }
  .sec-opinions .opinions .opinion {
    padding: 30px;
    background: #e4eaef;
    position: relative;
    transition: all 0.2s; }
    .sec-opinions .opinions .opinion:hover {
      transform: translatey(-10px); }
    .sec-opinions .opinions .opinion__author {
      margin-top: 30px;
      margin-bottom: 0; }
    .sec-opinions .opinions .opinion__avatar {
      position: absolute;
      width: 88px;
      height: 88px;
      right: 100px;
      bottom: -44px;
      background: #e4eaef;
      border-radius: 50%;
      overflow: hidden; }
  .sec-opinions .opinions .opinions-pagination {
    max-width: fit-content;
    margin: 85px auto 0; }
    .sec-opinions .opinions .opinions-pagination .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      margin: 0 5px;
      background: #E4EAEF;
      transition: all 0.3s;
      cursor: pointer;
      opacity: 1; }
      .sec-opinions .opinions .opinions-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .sec-opinions .opinions .opinions-pagination .swiper-pagination-bullet:hover {
        background-color: #F98786; }

@media (max-width: 992px) {
  .sec-opinions .opinions .swiper-slide {
    width: 85%; }
  .sec-opinions .opinions .opinion__avatar {
    right: 10px; } }

.sec-clientLogotypes {
  margin-top: 50px; }
  .sec-clientLogotypes .clitentLogotypes {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 30px; }
  @media (max-width: 1200px) {
    .sec-clientLogotypes .clitentLogotypes {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 992px) {
    .sec-clientLogotypes .container {
      max-width: 100%;
      padding: 0; }
    .sec-clientLogotypes .clitentLogotypes {
      display: flex;
      overflow-x: scroll; } }

.sec-realizations .realizations {
  margin-top: 50px;
  overflow: initial; }
  .sec-realizations .realizations .swiper-slide {
    width: 520px; }
    .sec-realizations .realizations .swiper-slide.swiper-slide-prev {
      opacity: 0.3; }
    .sec-realizations .realizations .swiper-slide .realization {
      position: relative;
      transition: all 0.2s;
      display: flex;
      flex-direction: column; }
      .sec-realizations .realizations .swiper-slide .realization__img {
        height: 292px;
        overflow: hidden; }
        .sec-realizations .realizations .swiper-slide .realization__img img {
          object-fit: cover; }
      .sec-realizations .realizations .swiper-slide .realization:hover {
        transform: translatey(-10px); }
        .sec-realizations .realizations .swiper-slide .realization:hover .realization__name {
          color: #4E3D99; }
      .sec-realizations .realizations .swiper-slide .realization__name {
        margin-top: 20px;
        margin-bottom: 0;
        max-width: 290px; }
  .sec-realizations .realizations__pagination {
    max-width: fit-content;
    margin: 50px auto 0; }
    .sec-realizations .realizations__pagination .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      margin: 0 5px;
      background: #E4EAEF;
      transition: all 0.3s;
      cursor: pointer;
      opacity: 1; }
      .sec-realizations .realizations__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .sec-realizations .realizations__pagination .swiper-pagination-bullet:hover {
        background-color: #F98786; }
  .sec-realizations .realizations__btn {
    margin-top: 50px;
    display: flex;
    justify-content: center; }

@media (max-width: 992px) {
  .sec-realizations .realizations .swiper-slide {
    width: 85%; }
    .sec-realizations .realizations .swiper-slide .realization__name {
      font-size: 20px; }
    .sec-realizations .realizations .swiper-slide.swiper-slide-prev {
      opacity: 1; } }

.sec-stickers {
  padding: 60px 0 0 0;
  background-color: #FFF4D6;
  height: 400px;
  margin-bottom: 80px; }
  .sec-stickers__header {
    margin-bottom: 70px;
    color: #555656;
    text-align: center; }
  .sec-stickers .stickers {
    display: flex;
    justify-content: space-between; }
    .sec-stickers .stickers .sticker {
      width: 242px;
      height: 250px;
      position: relative;
      color: #555656;
      transition: all 0.3s; }
      .sec-stickers .stickers .sticker:before {
        content: "";
        position: absolute; }
      .sec-stickers .stickers .sticker:after {
        content: "";
        position: absolute;
        width: 34px;
        height: 38px;
        background-image: url(../img/clip.png);
        top: -10px;
        background-repeat: no-repeat; }
      .sec-stickers .stickers .sticker__inner {
        background-color: #F3CA49;
        padding: 80px 10px 10px 10px;
        width: 100%;
        height: 100%;
        transition: all 0.2s; }
      .sec-stickers .stickers .sticker__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative; }
      .sec-stickers .stickers .sticker:nth-child(1) {
        margin-top: 30px; }
        .sec-stickers .stickers .sticker:nth-child(1):before {
          background: #f9df8f;
          top: 10px;
          right: -9px;
          width: 100%;
          height: 180px;
          transition: all 0.1s; }
        .sec-stickers .stickers .sticker:nth-child(1):after {
          right: 8px; }
        .sec-stickers .stickers .sticker:nth-child(1) .sticker__inner {
          transform: rotate(4.38deg); }
        .sec-stickers .stickers .sticker:nth-child(1) .sticker__content {
          transform: rotate(-4.38deg); }
        .sec-stickers .stickers .sticker:nth-child(1):hover .sticker__inner {
          transform: rotate(0deg) translate(9px, 0px); }
      .sec-stickers .stickers .sticker:nth-child(2):before {
        background: #f9df8f;
        top: 10px;
        left: -9px;
        width: 100%;
        height: 210px; }
      .sec-stickers .stickers .sticker:nth-child(2):after {
        top: -12px;
        left: 0; }
      .sec-stickers .stickers .sticker:nth-child(2) .sticker__inner {
        transform: rotate(-3.9deg); }
      .sec-stickers .stickers .sticker:nth-child(2) .sticker__content {
        transform: rotate(3.9deg); }
      .sec-stickers .stickers .sticker:nth-child(2):hover .sticker__inner {
        transform: rotate(0deg) translate(-9px, 0px); }
      .sec-stickers .stickers .sticker:nth-child(3) {
        margin-top: 30px; }
        .sec-stickers .stickers .sticker:nth-child(3):before {
          background: #f9df8f;
          top: 5px;
          right: -5px;
          width: 100%;
          height: 185px; }
        .sec-stickers .stickers .sticker:nth-child(3):after {
          top: -12px;
          right: 12px;
          transform: rotate(90deg); }
        .sec-stickers .stickers .sticker:nth-child(3) .sticker__inner {
          transform: rotate(2.3deg); }
        .sec-stickers .stickers .sticker:nth-child(3) .sticker__content {
          transform: rotate(-2.3deg); }
        .sec-stickers .stickers .sticker:nth-child(3):hover .sticker__inner {
          transform: rotate(0deg) translate(5px, 0px); }
      .sec-stickers .stickers .sticker:nth-child(4):before {
        background: #f9df8f;
        top: 10px;
        left: -10px;
        width: 100%;
        height: 210px; }
      .sec-stickers .stickers .sticker:nth-child(4):after {
        top: -22px;
        right: 30px;
        transform: rotate(90deg); }
      .sec-stickers .stickers .sticker:nth-child(4) .sticker__inner {
        transform: rotate(-5.01deg); }
      .sec-stickers .stickers .sticker:nth-child(4) .sticker__content {
        transform: rotate(5.01deg); }
      .sec-stickers .stickers .sticker:nth-child(4):hover .sticker__inner {
        transform: rotate(0deg) translate(-10px, 0px); }
      .sec-stickers .stickers .sticker__number {
        font-size: 100px;
        line-height: 80px;
        font-family: "Abhaya Libre"; }
      .sec-stickers .stickers .sticker__text {
        margin-top: 20px;
        text-align: center;
        font-size: 20px;
        line-height: 100%;
        font-family: "Abhaya Libre"; }
  @media (max-width: 1400px) {
    .sec-stickers .stickers .sticker {
      width: 220px; } }
  @media (max-width: 1200px) {
    .sec-stickers {
      padding: 60px 0 60px 0;
      height: auto; }
      .sec-stickers .container {
        max-width: 100%; }
      .sec-stickers .stickers .sticker {
        width: 200px; } }
  @media (max-width: 992px) {
    .sec-stickers .stickers .sticker {
      width: 164px; } }
  @media (max-width: 768px) {
    .sec-stickers .container {
      padding: 0; }
    .sec-stickers__header {
      padding: 0px 20px;
      text-align: left;
      margin-bottom: 40px; }
    .sec-stickers .stickers {
      gap: 60px;
      overflow-x: scroll;
      padding: 20px;
      margin-right: 10px; }
      .sec-stickers .stickers .sticker {
        width: 242px;
        min-width: 242px; } }

.circle {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -30px;
  left: -30px;
  transform: translateX(-30px) translateY(-30px);
  pointer-events: none;
  z-index: 9999;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out; }

.circle svg path {
  mix-blend-mode: difference;
  width: 20px;
  height: 20px;
  fill: red;
  -webkit-transition: 600ms all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 600ms all cubic-bezier(0.23, 1, 0.32, 1); }

.contact-form .container .row {
  border: 10px solid #F3AFA4;
  padding: 100px 0px; }
  .contact-form .container .row .form-col {
    padding: 0px 0px 0px 160px; }
    .contact-form .container .row .form-col .nf-form-fields-required,
    .contact-form .container .row .form-col .ninja-forms-req-symbol {
      display: none; }
    .contact-form .container .row .form-col .nf-form-title h3 {
      font-family: "Abhaya Libre";
      font-style: normal;
      font-weight: 800;
      font-size: 50px;
      line-height: 100%;
      letter-spacing: 0.02em;
      color: #17114D;
      max-width: 230px; }
    .contact-form .container .row .form-col .html-wrap p {
      font-family: "Work Sans";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 160%;
      color: #555656; }
    .contact-form .container .row .form-col .nf-form-content {
      padding: 0px;
      max-width: 100%; }
    .contact-form .container .row .form-col .nf-error.field-wrap .nf-field-element:after {
      background: #F98786;
      color: #ffffff;
      height: 38px;
      width: 38px;
      line-height: 40px;
      right: 11px; }
    .contact-form .container .row .form-col .nf-error input.ninja-forms-field::placeholder {
      color: #F98786 !important; }
    .contact-form .container .row .form-col .nf-error .nf-field-element .ninja-forms-field {
      border: 1px solid transparent !important;
      border-bottom: 1px solid #F98786 !important; }
    .contact-form .container .row .form-col .nf-error .nf-field-element::after {
      content: none; }
    .contact-form .container .row .form-col .nf-error-msg {
      color: #F98786;
      margin-left: 10px;
      font-family: "Work Sans";
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 100%; }
    .contact-form .container .row .form-col .nf-pass .nf-field-element .ninja-forms-field {
      border: 1px solid transparent !important;
      background: transparent !important; }
    .contact-form .container .row .form-col .nf-pass .nf-field-element::after {
      content: none; }
    .contact-form .container .row .form-col .nf-field-container {
      margin-bottom: 37px; }
      .contact-form .container .row .form-col .nf-field-container .field-wrap .nf-field-label {
        margin-bottom: -12px;
        z-index: 2;
        padding: 0 10px; }
        .contact-form .container .row .form-col .nf-field-container .field-wrap .nf-field-label label {
          font-family: "Work Sans";
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 100%;
          color: #4E3D99;
          opacity: 0.8;
          margin: 0px 10px; }
      .contact-form .container .row .form-col .nf-field-container .field-wrap .nf-field-element {
        height: 40px; }
        .contact-form .container .row .form-col .nf-field-container .field-wrap .nf-field-element input.ninja-forms-field {
          font-family: "Work Sans";
          font-style: normal;
          font-weight: 400;
          font-size: 18px;
          line-height: 100%;
          color: #4E3D99;
          border: 1px solid rgba(228, 234, 239, 0.2);
          border-bottom: 1px solid #B7CBDB;
          height: 44px;
          padding: 15px 10px 10px;
          margin: 0px 10px;
          width: calc(100% - 20px);
          background: rgba(228, 234, 239, 0.2); }
          .contact-form .container .row .form-col .nf-field-container .field-wrap .nf-field-element input.ninja-forms-field::placeholder {
            color: #B4C6D0; }
          .contact-form .container .row .form-col .nf-field-container .field-wrap .nf-field-element input.ninja-forms-field:not(:placeholder-shown) {
            border-bottom: 1px solid #4E3D99; }
        .contact-form .container .row .form-col .nf-field-container .field-wrap .nf-field-element input[type=button] {
          font-family: "Work Sans";
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 160%;
          text-align: center;
          letter-spacing: 0.02em;
          padding: 11px 20px;
          width: 200px;
          border-radius: 0px;
          transition: all 0.2s;
          padding: 0px 15px;
          background: #4E3D99;
          color: #ffffff; }
          .contact-form .container .row .form-col .nf-field-container .field-wrap .nf-field-element input[type=button]:hover {
            background: #17114D; }
        .contact-form .container .row .form-col .nf-field-container .field-wrap .nf-field-element textarea {
          height: 44px;
          padding: 0px;
          margin: 0px 10px;
          width: calc(100% - 20px);
          background: rgba(228, 234, 239, 0.2);
          border: 1px solid rgba(228, 234, 239, 0.2);
          border-bottom: 1px solid #B7CBDB;
          font-family: "Work Sans";
          font-style: normal;
          font-weight: 400;
          font-size: 18px;
          line-height: 100%;
          color: #4E3D99;
          padding: 10px 10px 10px; }
          .contact-form .container .row .form-col .nf-field-container .field-wrap .nf-field-element textarea::placeholder {
            color: #B4C6D0; }
          .contact-form .container .row .form-col .nf-field-container .field-wrap .nf-field-element textarea:not(:placeholder-shown) {
            border-bottom: 1px solid #4E3D99; }
    .contact-form .container .row .form-col .listselect-container {
      z-index: 99; }
    .contact-form .container .row .form-col #nf-field-9-container .nf-field-label {
      margin-bottom: 0px !important; }
    .contact-form .container .row .form-col #nf-field-5-container {
      margin-bottom: 37px; }
      .contact-form .container .row .form-col #nf-field-5-container .select {
        border: 1px solid transparent;
        background: transparent;
        position: relative;
        border: 1px solid transparent;
        height: 45px;
        transition-duration: 0s;
        width: calc(100% - 20px);
        margin: 0 auto; }
        .contact-form .container .row .form-col #nf-field-5-container .select select {
          visibility: hidden; }
        .contact-form .container .row .form-col #nf-field-5-container .select .styledSelect {
          font-family: "Work Sans";
          font-style: normal;
          font-weight: 400;
          font-size: 18px;
          line-height: 100%;
          color: #4E3D99;
          background: rgba(228, 234, 239, 0.2);
          border: 1px solid rgba(228, 234, 239, 0.2);
          border-bottom: 1px solid #B7CBDB;
          cursor: pointer;
          height: 44px;
          padding: 15px 10px 10px; }
          .contact-form .container .row .form-col #nf-field-5-container .select .styledSelect::after {
            content: none; }
        .contact-form .container .row .form-col #nf-field-5-container .select .styledSelect.blank {
          color: #B4C6D0; }
        .contact-form .container .row .form-col #nf-field-5-container .select svg {
          width: 20px;
          height: 18px;
          padding: 5px;
          margin-left: 10px;
          position: absolute;
          right: 10px;
          top: 13px;
          transition-duration: .3s; }
          .contact-form .container .row .form-col #nf-field-5-container .select svg path {
            transition-duration: .3s;
            stroke: #17114D; }
        .contact-form .container .row .form-col #nf-field-5-container .select ul {
          list-style: none;
          padding: 0px;
          margin: 0px;
          background: #fafbfc;
          position: absolute;
          width: calc(100% + 2px);
          left: -1px;
          top: 44px;
          display: none;
          z-index: 9;
          border: 1px solid #E4EAEF;
          border-top: 1px solid transparent;
          padding: 5px 0px; }
          .contact-form .container .row .form-col #nf-field-5-container .select ul li {
            font-family: "Work Sans";
            position: relative;
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 100%;
            color: #B4C6D0;
            margin: 5px 0px;
            padding: 0px 10px;
            cursor: pointer;
            display: inline-block;
            width: 100%; }
            .contact-form .container .row .form-col #nf-field-5-container .select ul li::before {
              content: '';
              background: transparent;
              position: absolute;
              width: 1px;
              height: 100%;
              top: 0;
              left: -1px; }
            .contact-form .container .row .form-col #nf-field-5-container .select ul li:hover {
              color: #4E3D99;
              transition-duration: .3s; }
              .contact-form .container .row .form-col #nf-field-5-container .select ul li:hover::before {
                background: #17114D; }
            .contact-form .container .row .form-col #nf-field-5-container .select ul li:first-child {
              display: none; }
        .contact-form .container .row .form-col #nf-field-5-container .select::after {
          content: none; }
        .contact-form .container .row .form-col #nf-field-5-container .select:hover svg {
          background: #F3CA49;
          transition-duration: .3s; }
      .contact-form .container .row .form-col #nf-field-5-container .select.active {
        border: 1px solid #E4EAEF;
        transition-duration: 0s; }
        .contact-form .container .row .form-col #nf-field-5-container .select.active svg {
          background: #17114D;
          transform: rotate(180deg);
          transition-duration: .3s; }
          .contact-form .container .row .form-col #nf-field-5-container .select.active svg path {
            transition-duration: .3s;
            stroke: #ffffff; }
        .contact-form .container .row .form-col #nf-field-5-container .select.active:hover svg {
          background: #17114D;
          transition-duration: .3s; }
    .contact-form .container .row .form-col #nf-field-9-container {
      padding-left: 10px; }
      .contact-form .container .row .form-col #nf-field-9-container .checkbox-wrap .nf-field-label label {
        display: block;
        width: 20px;
        height: 20px;
        cursor: pointer; }
        .contact-form .container .row .form-col #nf-field-9-container .checkbox-wrap .nf-field-label label::before {
          content: '';
          background: url(../img/tick.svg);
          top: 4px;
          left: -7px;
          width: 12px;
          height: auto;
          background-repeat: no-repeat;
          background-size: contain; }
        .contact-form .container .row .form-col #nf-field-9-container .checkbox-wrap .nf-field-label label::after {
          top: 0px;
          left: -10px;
          border: 3px solid #E4EAEF;
          background: #ffffff; }
        .contact-form .container .row .form-col #nf-field-9-container .checkbox-wrap .nf-field-label label:hover::after {
          border: 3px solid #F3CA49; }
      .contact-form .container .row .form-col #nf-field-9-container .checkbox-wrap .nf-field-label label.active::after {
        border: 3px solid #F3CA49;
        background: #F3CA49; }
      .contact-form .container .row .form-col #nf-field-9-container .nf-field-label {
        width: 0px; }
      .contact-form .container .row .form-col #nf-field-9-container .nf-field-description {
        margin-right: 0px;
        padding-left: 30px; }
        .contact-form .container .row .form-col #nf-field-9-container .nf-field-description p {
          font-family: "Work Sans";
          font-style: normal;
          font-weight: 400;
          font-size: 12px;
          line-height: 160%;
          color: #555656; }
          .contact-form .container .row .form-col #nf-field-9-container .nf-field-description p a {
            color: #555656;
            text-decoration: underline; }
    .contact-form .container .row .form-col #nf-field-3-container .nf-field-element {
      height: auto; }
    .contact-form .container .row .form-col #nf-field-3-container .nf-field-label {
      margin-bottom: 0px; }
    .contact-form .container .row .form-col .count-span {
      font-family: "Abhaya Libre";
      font-style: normal;
      font-weight: 800;
      font-size: 24px;
      line-height: 100%;
      color: transparent;
      pointer-events: none;
      height: 1px;
      background: #17114D;
      margin-top: -1px;
      margin-left: 10px;
      display: inline-block;
      text-indent: 0; }
    .contact-form .container .row .form-col .count-span.sp-nf-field-5 {
      margin-left: 0;
      position: absolute;
      left: 10px;
      top: 40px;
      z-index: 2; }
    .contact-form .container .row .form-col .count-span.sp-nf-field-3 {
      font-family: "Work Sans";
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 100%;
      max-width: calc(100% - 20px);
      position: absolute;
      left: 0;
      bottom: 7px; }
  .contact-form .container .row .content-box {
    position: relative; }
    .contact-form .container .row .content-box .inner {
      padding: 0px 105px 0px 130px;
      width: 100%;
      max-width: 620px;
      position: absolute;
      top: 30px; }
      .contact-form .container .row .content-box .inner img {
        width: 100%;
        max-height: 380px;
        object-fit: cover; }
      .contact-form .container .row .content-box .inner .box {
        background-color: #FFF4D6;
        padding: 30px 30px; }
        .contact-form .container .row .content-box .inner .box h2 {
          font-weight: 800;
          font-size: 34px;
          line-height: 100%;
          margin-bottom: 5px; }
        .contact-form .container .row .content-box .inner .box h3 {
          font-family: "Abhaya Libre";
          font-style: normal;
          font-weight: 600;
          font-size: 20px;
          line-height: 100%;
          letter-spacing: 0.02em;
          color: #17114D;
          margin-bottom: 20px; }
        .contact-form .container .row .content-box .inner .box a {
          display: block;
          font-family: "Work Sans";
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 160%;
          color: #555656; }
          .contact-form .container .row .content-box .inner .box a:hover {
            color: #17114D; }
  .contact-form .container .row .fixSidebar.sidebar-fixed {
    position: fixed;
    transform: translateY(0px);
    top: 30px;
    transition: all 0.2s; }
  .contact-form .container .row .fixSidebar.sidebar-stop {
    position: absolute;
    bottom: -30px;
    top: auto;
    transition: all 0.2s; }
  @media (max-width: 991) {
    .contact-form .container .row .fixSidebar.sidebar-fixed {
      position: relative;
      max-width: 100%; }
    .contact-form .container .row .fixSidebar.sidebar-stop {
      position: relative;
      bottom: 0;
      top: auto;
      transition: all 0.2s; } }
  .contact-form .container .row #contact_var_1,
  .contact-form .container .row #contact_var_2 {
    display: none; }
  .contact-form .container .row #contact_var_1.active,
  .contact-form .container .row #contact_var_2.active {
    display: block; }

@media screen and (max-width: 991px) {
  .contact-form {
    border-top: 10px solid #F3AFA4;
    border-bottom: 10px solid #F3AFA4;
    padding: 60px 0px; }
    .contact-form .container .row {
      border: 0px;
      padding: 0px; }
      .contact-form .container .row .content-box .inner {
        padding: 0px;
        width: 100%;
        max-width: 420px;
        position: relative;
        top: auto;
        margin: 30px auto 0px; }
        .contact-form .container .row .content-box .inner .box h2 {
          font-size: 26px; }
        .contact-form .container .row .content-box .inner .box h3 {
          font-size: 18px; }
        .contact-form .container .row .content-box .inner .box a {
          font-size: 14px; }
      .contact-form .container .row .form-col {
        padding: 0px 10px; }
        .contact-form .container .row .form-col .nf-form-title h3 {
          font-size: 34px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form .container .row .form-col {
    padding: 0px 0px 0px 30px; }
  .contact-form .container .row .content-box .inner {
    padding: 0px 50px;
    max-width: 460px; } }

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-form .container .row .form-col {
    padding: 0px 0px 0px 110px; }
  .contact-form .container .row .content-box .inner {
    max-width: 550px; } }

.sec-borderInfo {
  margin-top: 80px;
  margin-bottom: 100px; }
  .sec-borderInfo .container .row {
    border: 10px solid #F3AFA4;
    margin-left: 0px;
    margin-right: 0px; }
    .sec-borderInfo .container .row .img-box {
      position: relative; }
      .sec-borderInfo .container .row .img-box img {
        position: relative;
        width: 420px;
        max-width: 100%;
        margin-top: -80px;
        margin-left: 20px; }
    .sec-borderInfo .container .row .text-box {
      padding: 40px 20px 40px 100px; }
      .sec-borderInfo .container .row .text-box h2 {
        max-width: 600px;
        margin-bottom: 10px; }
      .sec-borderInfo .container .row .text-box p {
        max-width: 630px; }
      .sec-borderInfo .container .row .text-box .btn {
        margin-top: 40px; }

@media screen and (max-width: 991px) {
  .sec-borderInfo .container .row .img-box img {
    position: relative;
    top: auto;
    width: 100%;
    left: auto;
    max-width: 300px;
    margin-top: -50px;
    margin-left: -10px; }
  .sec-borderInfo .container .row .text-box {
    padding: 30px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sec-borderInfo .container .row .img-box img {
    position: relative;
    width: 420px;
    max-width: 100%;
    margin-top: -80px;
    margin-left: 20px; }
  .sec-borderInfo .container .row .text-box {
    padding: 40px 20px 40px 150px; } }

.sec-delivery .container .deliveryBox {
  border: 10px solid #F3AFA4;
  position: relative; }
  .sec-delivery .container .deliveryBox__img {
    position: relative;
    height: 100%; }
    .sec-delivery .container .deliveryBox__img img {
      position: absolute;
      top: -33%;
      left: 40px; }
  .sec-delivery .container .deliveryBox__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 255px; }
    .sec-delivery .container .deliveryBox__text h2 {
      max-width: 500px;
      margin-bottom: 10px; }
    .sec-delivery .container .deliveryBox__text p {
      max-width: 630px; }
  .sec-delivery .container .deliveryBox__button .btn {
    position: absolute;
    bottom: -30px; }

@media screen and (max-width: 767px) {
  .sec-delivery .container .deliveryBox {
    padding: 15px; }
    .sec-delivery .container .deliveryBox .row .deliveryBox__img img {
      position: relative;
      top: auto;
      left: auto; }
    .sec-delivery .container .deliveryBox .row .deliveryBox__text {
      margin-top: 30px;
      height: auto; }
      .sec-delivery .container .deliveryBox .row .deliveryBox__text h2 {
        font-size: 24px; }
    .sec-delivery .container .deliveryBox__button .btn {
      position: relative;
      bottom: auto;
      margin-bottom: -80px;
      width: 100%; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sec-delivery .container .deliveryBox .deliveryBox__img img {
    position: relative;
    top: auto;
    left: auto; } }

.sec-textImg .textImg {
  display: flex;
  align-items: center;
  position: relative; }
  .sec-textImg .textImg__img {
    width: 50%; }
  .sec-textImg .textImg__desc {
    width: 50%;
    padding-bottom: 30px; }
  .sec-textImg .textImg__header {
    margin-bottom: 10px; }
  .sec-textImg .textImg__btn {
    position: absolute;
    bottom: 20px; }
  .sec-textImg .textImg__line {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #b7cbdb;
    bottom: 44px;
    left: 0;
    z-index: -1; }
    .sec-textImg .textImg__line:before, .sec-textImg .textImg__line:after {
      position: absolute;
      content: "";
      background-image: url(../img/viewfinder.png);
      width: 26px;
      height: 26px;
      top: -13px; }
    .sec-textImg .textImg__line:before {
      left: -50px; }
    .sec-textImg .textImg__line:after {
      right: -50px; }

@media screen and (max-width: 991px) {
  .sec-textImg .textImg {
    flex-direction: column; }
    .sec-textImg .textImg .textImg__img {
      width: 100%; }
    .sec-textImg .textImg .textImg__desc {
      width: 100%; }
    .sec-textImg .textImg .textImg__btn {
      position: relative;
      bottom: auto; }
      .sec-textImg .textImg .textImg__btn a {
        width: 100%;
        margin-top: 30px; } }

.four-boxes .container {
  margin-top: 80px;
  margin-bottom: 100px; }
  .four-boxes .container .stick {
    margin-bottom: 50px; }
  .four-boxes .container .row {
    position: relative; }
    .four-boxes .container .row .box.flex-row .img-box {
      display: block;
      margin-right: 30px;
      min-width: 250px;
      max-width: 250px; }
      .four-boxes .container .row .box.flex-row .img-box img {
        width: 100%;
        max-width: 100%;
        object-fit: contain; }
    .four-boxes .container .row .box.flex-row .content-box {
      max-width: 240px; }
      .four-boxes .container .row .box.flex-row .content-box h3 {
        margin-bottom: 20px; }
      .four-boxes .container .row .box.flex-row .content-box p {
        width: 100%; }
        .four-boxes .container .row .box.flex-row .content-box p a {
          display: inline-block;
          font-family: "Abhaya Libre";
          font-style: normal;
          font-weight: 600;
          font-size: 20px;
          line-height: 100%;
          letter-spacing: 0.02em;
          color: #4E3D99;
          margin-top: 10px; }
      .four-boxes .container .row .box.flex-row .content-box a.btn {
        margin-top: 40px; }
    .four-boxes .container .row .box.flex-column .img-box {
      margin-bottom: 10px; }
    .four-boxes .container .row .box.flex-column .content-box {
      max-width: 410px; }

@media screen and (max-width: 991px) {
  .four-boxes .container {
    margin-top: 60px;
    margin-bottom: 80px; }
    .four-boxes .container .row .box {
      margin-bottom: 20px; }
      .four-boxes .container .row .box .content-box {
        border-bottom: 1px dashed #B4C6D0;
        padding-bottom: 30px;
        max-width: 100% !important;
        width: 100% !important; }
      .four-boxes .container .row .box .img-box img {
        display: block;
        margin: 0 auto;
        max-width: 200px;
        max-height: 200px;
        object-fit: scale-down; }
      .four-boxes .container .row .box:nth-child(4) .content-box {
        border-bottom: 0px; }
    .four-boxes .container .row .box.flex-row {
      flex-direction: column !important; }
      .four-boxes .container .row .box.flex-row .img-box {
        margin-bottom: 10px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .four-boxes .container .row .box.flex-row .img-box {
    min-width: 180px;
    max-width: 180px; } }

@media screen and (min-width: 992px) {
  .four-boxes .container .row .mt-lg-100 {
    margin-top: 100px; }
  .four-boxes .container .row .line-vert {
    width: 1px;
    height: 100%;
    border-left: 1px dashed #B4C6D0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px; }
    .four-boxes .container .row .line-vert::after {
      content: '';
      display: block;
      width: 24px;
      height: 24px;
      background: url("../img/cut.svg");
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      left: 50%;
      bottom: -25px;
      transform: translateX(-50%) rotate(90deg); }
  .four-boxes .container .row .line-hori {
    width: 200vw;
    max-width: 200vw;
    height: 1px;
    border-top: 1px dashed #B4C6D0;
    position: absolute;
    top: 50%;
    left: -50vw;
    transform: translateY(-50%);
    padding: 0px;
    z-index: 1; } }

.s3-globes {
  margin-bottom: 100px; }
  .s3-globes .stick {
    margin-bottom: 95px; }
  .s3-globes .container .row {
    position: relative;
    background: #E4EAEF;
    margin-bottom: 200px; }
    .s3-globes .container .row .box {
      margin-bottom: -100px; }
      .s3-globes .container .row .box .inner {
        padding: 0px 40px;
        background-color: #ffffff;
        border: 10px solid #F3AFA4; }
        .s3-globes .container .row .box .inner img {
          width: 100%;
          max-width: 262px;
          display: block;
          margin: -45px auto 20px; }
        .s3-globes .container .row .box .inner p {
          margin-bottom: 30px; }
        .s3-globes .container .row .box .inner .btn {
          display: block;
          margin: 0 auto -30px; }
      .s3-globes .container .row .box:nth-child(2) .inner {
        border: 10px solid #F3CA49; }
      .s3-globes .container .row .box:nth-child(3) .inner {
        border: 10px solid #4E3D99; }
    .s3-globes .container .row::before, .s3-globes .container .row::after {
      content: "";
      position: absolute;
      width: 50vw;
      height: 100%;
      background: #E4EAEF; }
    .s3-globes .container .row::before {
      left: -50vw; }
    .s3-globes .container .row::after {
      right: -50vw; }

@media screen and (max-width: 1199px) {
  .s3-globes {
    margin-bottom: 160px;
    margin-top: -50px; }
    .s3-globes .stick {
      margin-bottom: 140px; }
    .s3-globes .container .row {
      margin-bottom: 0px; }
      .s3-globes .container .row .box .inner {
        padding: 0px 30px; }
      .s3-globes .container .row .box:nth-child(1) {
        margin-top: -70px;
        margin-bottom: 50px; }
      .s3-globes .container .row .box:nth-child(2) {
        margin-bottom: 80px; }
      .s3-globes .container .row .box:nth-last-child(1) {
        margin-bottom: -90px; } }

@media screen and (min-width: 992px) {
  .s3-globes .container {
    padding: 0px 10px; } }

.newsletter-section {
  margin-bottom: 50px;
  margin-top: 100px; }
  .newsletter-section .container {
    position: relative; }
    .newsletter-section .container .row {
      border: 10px solid #E4EAEF; }
    .newsletter-section .container .square {
      position: absolute;
      border-bottom: 2px dashed #E4EAEF;
      border-right: 2px dashed #E4EAEF; }
    .newsletter-section .container .newsletter-form .email-box {
      margin-bottom: 30px; }
      .newsletter-section .container .newsletter-form .email-box label {
        font-family: "Work Sans";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        color: #17114D;
        opacity: 0.5; }
      .newsletter-section .container .newsletter-form .email-box input.email {
        font-family: "Abhaya Libre";
        font-style: normal;
        font-weight: 800;
        font-size: 24px;
        line-height: 100%;
        color: #17114D;
        background: transparent;
        border: 1px solid transparent !important;
        border-bottom: 1px solid #E4EAEF !important;
        height: 40px;
        width: 410px; }
        .newsletter-section .container .newsletter-form .email-box input.email::placeholder {
          color: #B4C6D0; }
      .newsletter-section .container .newsletter-form .email-box #newsletter-line {
        max-width: fit-content;
        font-family: "Abhaya Libre";
        font-style: normal;
        font-weight: 800;
        font-size: 24px;
        line-height: 100%;
        color: #17114D;
        border-top: 1px solid #17114D;
        margin-top: -1px;
        position: relative;
        height: 1px;
        overflow: hidden; }
    .newsletter-section .container .newsletter-form .checkbox-box .inbox {
      margin-right: 20px;
      width: 20px;
      height: 20px;
      border: 3px solid #E4EAEF;
      position: relative; }
      .newsletter-section .container .newsletter-form .checkbox-box .inbox::after {
        content: '';
        position: absolute;
        background: url("../img/tick.svg");
        top: 3px;
        left: 1px;
        width: 12px;
        height: 12px;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0; }
      .newsletter-section .container .newsletter-form .checkbox-box .inbox input {
        position: relative;
        width: 20px;
        height: 20px;
        opacity: 0;
        cursor: pointer;
        z-index: 2; }
    .newsletter-section .container .newsletter-form .checkbox-box .inbox.error {
      border: 2px solid #BC2B2A; }
    .newsletter-section .container .newsletter-form .checkbox-box div.mce_inline_error {
      font-size: 0px !important;
      padding: 0px !important; }
    .newsletter-section .container .newsletter-form .checkbox-box label {
      font-family: "Work Sans";
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 160%;
      color: #555656;
      max-width: 400px; }
    .newsletter-section .container .newsletter-form .checkbox-box .inbox.clicked {
      border: 3px solid #F3CA49;
      background: #F3CA49; }
      .newsletter-section .container .newsletter-form .checkbox-box .inbox.clicked::after {
        opacity: 1; }
  .newsletter-section #mc_embed_signup form {
    padding: 0px; }
  .newsletter-section input#mc-embedded-subscribe {
    margin-top: 0px;
    z-index: 9; }
  .newsletter-section #mc_embed_signup div.response {
    font-family: "Work Sans";
    font-weight: 400;
    margin: 0px !important;
    padding: 0px !important; }

@media screen and (max-width: 991px) {
  .newsletter-section {
    margin-top: 50px; }
    .newsletter-section .container .row {
      flex-direction: column; }
      .newsletter-section .container .row .img-box img {
        display: block;
        margin: -20px auto 10px;
        width: 300px;
        height: auto; }
      .newsletter-section .container .row .content-box {
        padding: 0px 25px 100px;
        position: relative; }
        .newsletter-section .container .row .content-box h3 {
          font-size: 34px;
          margin-bottom: 25px; }
    .newsletter-section .container .newsletter-form .checkbox-box .inbox {
      margin-right: 10px; }
    .newsletter-section .container .newsletter-form .email-box {
      max-width: 100%; }
      .newsletter-section .container .newsletter-form .email-box input.email {
        width: 1000px;
        max-width: 100%; }
    .newsletter-section .container .newsletter-form .input-group {
      display: block; }
      .newsletter-section .container .newsletter-form .input-group .inbox {
        float: left; }
    .newsletter-section .container div#mce-error-response,
    .newsletter-section .container #mc_embed_signup #mce-success-response {
      padding: 0px 0px 20px !important;
      margin: 0px !important; }
    .newsletter-section .container .square {
      display: none; }
  #mc_embed_signup form {
    position: initial !important; }
  input#mc-embedded-subscribe {
    position: absolute;
    bottom: 40px;
    left: 25px;
    margin: 0; } }

@media screen and (min-width: 992px) {
  .newsletter-section .container .row {
    padding-top: 20px;
    padding-bottom: 20px; }
    .newsletter-section .container .row .content-box h3 {
      margin-bottom: 30px; }
    .newsletter-section .container .row .img-box {
      padding-left: 50px; }
      .newsletter-section .container .row .img-box img {
        width: 390px;
        height: 290px;
        object-fit: cover; }
  .newsletter-section .container .square {
    top: 51px;
    right: 160px;
    width: 248px;
    height: 248px;
    transform: rotate(-45deg); } }

@media screen and (min-width: 992px) and (max-width: 1399px) {
  .newsletter-section .container .row .content-box {
    padding-left: 50px; } }

.ng-scope #content {
  max-width: auto;
  padding: 0px; }

#footer a.powered {
  text-align: center;
  display: block;
  padding: 10px 0px;
  background: #17114d;
  color: #fff; }

a.iwarePrintFooterLink {
  display: block;
  text-align: center;
  background: #b4c6d0;
  color: #fff;
  transition: all .3s;
  text-transform: uppercase;
  padding: 10px 0px;
  font-size: 10px;
  letter-spacing: 1px; }

#cookie-policy-popup {
  display: none !important; }

input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: 3px solid #E4EAEF;
  margin-right: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  cursor: pointer;
  position: relative;
  transition-duration: .3s; }
  input[type=checkbox]:hover {
    border: 3px solid #F3CA49;
    transition-duration: .3s; }
  input[type=checkbox]:checked::after {
    content: '';
    color: transparent;
    position: absolute;
    left: -3px;
    top: -3px;
    z-index: 9;
    background: url(http://pandruk.iwareprint.pl/layouts/pandruk3kol/images/active.png);
    background-size: cover;
    height: 20px;
    width: 20px; }

header.iware {
  background: #fff; }
  header.iware .upper-header {
    background: #17114D;
    text-align: center; }
    header.iware .upper-header span {
      display: block;
      font-family: Work Sans;
      font-style: normal;
      font-weight: 500;
      font-size: 13px;
      line-height: 190%;
      color: #FFFFFF;
      padding: 10px 15px; }
  header.iware #menu {
    padding: 20px 15px 0px;
    margin-bottom: 15px; }
    header.iware #menu #menu-logo a img {
      display: block;
      width: 100%;
      max-width: 145px; }
    header.iware #menu #menu-nav ul {
      list-style: none; }
      header.iware #menu #menu-nav ul li {
        margin: 0px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        header.iware #menu #menu-nav ul li a {
          font-family: Abhaya Libre Medium;
          font-style: normal;
          font-weight: 500;
          font-size: 18px;
          line-height: 100%;
          letter-spacing: 0.02em;
          color: #17114D;
          padding: 10px 0px; }
        header.iware #menu #menu-nav ul li ul.sub {
          display: none;
          padding: 0px;
          margin: 0px;
          position: absolute;
          background: #fff;
          left: 0;
          top: 35px;
          z-index: 9;
          border-bottom: 1px solid #B7CBDB; }
          header.iware #menu #menu-nav ul li ul.sub li {
            display: block;
            padding: 10px 0px;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content; }
      header.iware #menu #menu-nav ul li.has-children {
        position: relative; }
        header.iware #menu #menu-nav ul li.has-children svg {
          width: 20px;
          height: 18px;
          padding: 5px;
          background: #F3CA49;
          margin-left: 10px; }
        header.iware #menu #menu-nav ul li.has-children:hover ul.sub {
          display: block; }
    header.iware #menu #menu-buttons .search {
      position: relative; }
      header.iware #menu #menu-buttons .search .search-placeholder {
        cursor: pointer; }
        header.iware #menu #menu-buttons .search .search-placeholder span {
          font-family: Abhaya Libre Medium;
          font-style: normal;
          font-weight: 500;
          font-size: 18px;
          line-height: 100%;
          letter-spacing: 0.02em;
          color: #17114D; }
    header.iware #menu #menu-buttons .tel a {
      font-family: Abhaya Libre Medium;
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 100%;
      letter-spacing: 0.02em;
      color: #555656; }
    header.iware #menu #menu-buttons .login-bar a {
      background: #F98786;
      font-family: Abhaya Libre Medium;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 100%;
      text-align: center;
      letter-spacing: 0.02em;
      color: #FFFFFF;
      padding: 11px 20px;
      -webkit-transition-duration: .3s;
      transition-duration: .3s; }
      header.iware #menu #menu-buttons .login-bar a:hover {
        background: #F3AFA4;
        -webkit-transition-duration: .3s;
        transition-duration: .3s; }
    header.iware #menu #menu-buttons .cart {
      position: relative; }
      header.iware #menu #menu-buttons .cart #cart-count {
        position: absolute;
        font-family: Work Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 10px;
        text-align: center;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        background: #F98786;
        padding: 4px;
        top: 0px;
        right: 0px; }
      header.iware #menu #menu-buttons .cart svg {
        width: 40px;
        height: 40px; }
  header.iware .lines {
    border-bottom: 1px dashed #B4C6D0;
    border-top: 1px solid #B4C6D0;
    position: relative;
    padding: 20px 0px 7px;
    margin: 0px; }
    header.iware .lines .line {
      display: block;
      min-width: 100%;
      height: 5px;
      background: #17114D; }
    header.iware .lines .sight {
      position: absolute;
      top: -14px;
      width: max-content; }
      header.iware .lines .sight svg {
        width: 26px;
        height: 26px; }
    header.iware .lines .sight-r {
      right: -40px; }
    header.iware .lines .sight-l {
      left: -40px; }
  header.iware #main-menu {
    display: none; }
  header.iware .hamburger {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    display: none;
    cursor: pointer; }
    header.iware .hamburger .cart {
      position: relative;
      margin-right: 20px; }
      header.iware .hamburger .cart #cart-count {
        position: absolute;
        font-family: Work Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 10px;
        text-align: center;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        background: #F98786;
        padding: 4px;
        top: 0px;
        right: 0px; }
      header.iware .hamburger .cart svg {
        width: 40px;
        height: 40px; }
    header.iware .hamburger:focus {
      outline: none; }
      header.iware .hamburger:focus > .hamburger__container {
        box-shadow: 0 0 2px 2px #51a7e8; }
    header.iware .hamburger .hamburger__container {
      display: flex;
      align-items: center;
      position: relative;
      float: right;
      width: 27px;
      height: 30px; }
      header.iware .hamburger .hamburger__container:focus {
        outline: none; }
    header.iware .hamburger .hamburger__bars {
      position: absolute;
      width: 29px;
      height: 2px;
      border-radius: 60px;
      background-color: #17114D;
      transition: transform 220ms ease-in-out; }
      header.iware .hamburger .hamburger__bars:before, header.iware .hamburger .hamburger__bars:after {
        display: block;
        position: absolute;
        width: 29px;
        height: 2px;
        border-radius: 60px;
        background-color: #17114D;
        content: ''; }
      header.iware .hamburger .hamburger__bars:before {
        top: -8px;
        transition: top 100ms 250ms ease-in, transform 220ms ease-in-out; }
      header.iware .hamburger .hamburger__bars:after {
        bottom: -8px;
        transition: bottom 100ms 250ms ease-in,  transform 220ms ease-in-out; }
  header.iware .hamburger--active .hamburger__bars {
    transform: rotate(225deg);
    transition: transform 220ms 120ms ease-in-out; }
    header.iware .hamburger--active .hamburger__bars:before {
      top: 0;
      transition: top 100ms ease-out; }
    header.iware .hamburger--active .hamburger__bars:after {
      bottom: 0;
      transform: rotate(-90deg);
      transition: bottom 100ms ease-out,  transform 220ms 120ms ease-in-out; }

@media screen and (max-width: 1199px) {
  header.iware {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-bottom: 10px; }
    header.iware #menu {
      padding: 20px 15px;
      margin-bottom: 0px; }
      header.iware #menu #menu-nav ul {
        flex-direction: column; }
      header.iware #menu #menu-buttons {
        flex-direction: column;
        margin-top: 20px; }
        header.iware #menu #menu-buttons .search {
          margin-bottom: 20px; }
        header.iware #menu #menu-buttons .tel {
          margin-bottom: 20px; }
        header.iware #menu #menu-buttons .login-bar {
          margin-bottom: 20px; }
    header.iware #main-menu {
      padding: 40px 0px;
      margin: 0px; }
    header.iware .lines {
      padding: 15px 0px 7px; } }

@media screen and (min-width: 1200px) and (max-width: 1599px) {
  header.iware #menu #menu-nav ul li {
    margin: 0px 10px; }
    header.iware #menu #menu-nav ul li a {
      font-size: 15px; }
  header.iware #menu #menu-buttons .search .search-placeholder span {
    font-size: 15px; }
  header.iware #menu #menu-buttons .tel a {
    font-size: 15px; }
  header.iware #menu #menu-buttons .login-bar a {
    font-size: 15px;
    padding: 10px 15px; } }

@media screen and (min-width: 1600px) {
  header.iware .container {
    max-width: 1520px !important; } }

.ng-scope .section-product-list {
  margin-top: 30px; }
  .ng-scope .section-product-list .products-nav {
    margin-bottom: 40px; }
    .ng-scope .section-product-list .products-nav ul {
      list-style: none;
      padding: 0px;
      margin: 0px;
      position: relative; }
      .ng-scope .section-product-list .products-nav ul li {
        margin-right: 40px;
        padding: 30px 0px;
        transition-duration: .3s;
        border-bottom: 2px solid transparent;
        margin-bottom: -1px; }
        .ng-scope .section-product-list .products-nav ul li a {
          font-family: "Abhaya Libre";
          font-style: normal;
          font-weight: 500;
          white-space: nowrap;
          font-size: 22px;
          line-height: 20px;
          color: #17114D;
          transition-duration: .3s; }
        .ng-scope .section-product-list .products-nav ul li:nth-last-child(1) {
          margin-right: 0px; }
        .ng-scope .section-product-list .products-nav ul li:hover {
          transition-duration: .3s;
          border-bottom: 2px solid #F3CA49; }
      .ng-scope .section-product-list .products-nav ul li.active {
        border-bottom: 2px solid #F3CA49; }
      .ng-scope .section-product-list .products-nav ul .line {
        position: absolute;
        bottom: -1px;
        left: -100vw;
        width: 300vw;
        height: 1px;
        background: #B7CBDB;
        z-index: -1; }
  .ng-scope .section-product-list .products-list .product {
    margin-bottom: 25px;
    height: 264px; }
    .ng-scope .section-product-list .products-list .product a {
      width: 100%;
      height: 100%;
      border: 5px solid #E4EAEF;
      flex-direction: column; }
      .ng-scope .section-product-list .products-list .product a img {
        width: 100%;
        height: 180px;
        object-fit: scale-down; }
      .ng-scope .section-product-list .products-list .product a h3 {
        font-family: "Work Sans";
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 100%;
        color: #17114D;
        padding: 15px;
        margin-bottom: 0px; }
      .ng-scope .section-product-list .products-list .product a:hover {
        border: 5px solid #f3ca49;
        background: #f3ca49; }
  .ng-scope .section-product-list .products-list .product.go-all a {
    background: #17114D;
    border: 5px solid #17114D; }
    .ng-scope .section-product-list .products-list .product.go-all a h3 {
      color: #ffffff;
      font-family: "Abhaya Libre";
      font-weight: 500;
      font-size: 24px;
      line-height: 100%;
      padding: 15px 10px; }
    .ng-scope .section-product-list .products-list .product.go-all a img {
      height: 150px; }

@media screen and (max-width: 767px) {
  .ng-scope .section-product-list .products-nav {
    overflow-x: scroll;
    overflow-y: hidden; }
    .ng-scope .section-product-list .products-nav ul .line {
      display: none; }
    .ng-scope .section-product-list .products-nav ul li {
      margin-right: 35px;
      padding: 20px 0px; }
      .ng-scope .section-product-list .products-nav ul li a {
        font-size: 18px;
        line-height: 20px; }
  .ng-scope .section-product-list .products-list .product img {
    padding: 0px 5px; } }

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 220px;
  height: 40px; }

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #c0392b;
  padding: 8px 15px; }
  .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px; }
  .select-styled:hover {
    background-color: #b83729; }
  .select-styled:active, .select-styled.active {
    background-color: #ab3326; }
    .select-styled:active:after, .select-styled.active:after {
      top: 9px;
      border-color: transparent transparent #fff transparent; }

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ab3326; }
  .select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #962d22; }
    .select-options li:hover {
      color: #c0392b;
      background: #fff; }
    .select-options li[rel="hide"] {
      display: none; }

#cart {
  margin-top: 45px; }
  #cart .title h1 {
    font-family: "Abhaya Libre";
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #17114D;
    margin-bottom: 40px; }
  #cart .top-cart-bar .bar-item {
    text-align: center;
    position: relative;
    padding: 23px 0px; }
    #cart .top-cart-bar .bar-item a {
      font-family: "Abhaya Libre";
      font-style: normal;
      font-weight: 800;
      font-size: 24px;
      line-height: 100%;
      text-align: right;
      letter-spacing: 0.02em;
      color: #17114D; }
  #cart .top-cart-bar .first-item {
    background: #FFF4D6;
    border: 1px solid #F3CA49; }
    #cart .top-cart-bar .first-item img {
      position: absolute;
      left: 60px;
      top: 25px;
      visibility: hidden; }
  #cart .top-cart-bar .sec-item {
    border: 1px solid #B4C6D0;
    background: #E4EAEF;
    opacity: 0.5; }
    #cart .top-cart-bar .sec-item a {
      color: #B4C6D0;
      pointer-events: none; }
    #cart .top-cart-bar .sec-item img {
      position: absolute;
      left: 20px;
      width: 80px;
      height: 80px;
      object-fit: scale-down;
      top: 0;
      visibility: hidden; }
  #cart .top-cart-bar .third-item {
    border: 1px solid #B4C6D0;
    background: #E4EAEF;
    opacity: 0.5; }
    #cart .top-cart-bar .third-item a {
      color: #B4C6D0;
      pointer-events: none; }
  #cart #cart-items-container {
    padding-top: 20px; }
    #cart #cart-items-container .cart-item {
      padding-top: 30px; }
      #cart #cart-items-container .cart-item hr {
        padding-top: 70px;
        background: transparent;
        border-bottom: 1px solid #2E2B40;
        opacity: 0.2; }
      #cart #cart-items-container .cart-item .product-info {
        border-right: 0px; }
        #cart #cart-items-container .cart-item .product-info .product-info-name {
          font-family: "Abhaya Libre";
          font-style: normal;
          font-weight: 800;
          font-size: 24px;
          line-height: 100%;
          letter-spacing: 0.02em;
          color: #2E2B40;
          display: block;
          margin-bottom: 25px; }
        #cart #cart-items-container .cart-item .product-info .product-info-params {
          padding: 0px;
          list-style: none; }
          #cart #cart-items-container .cart-item .product-info .product-info-params li {
            width: 50%;
            float: left;
            padding-right: 20px; }
            #cart #cart-items-container .cart-item .product-info .product-info-params li h3 {
              font-family: "Work Sans";
              font-style: normal;
              font-weight: 400;
              font-size: 16px;
              line-height: 160%;
              color: #2E2B40;
              opacity: 0.6;
              width: 150px;
              float: left;
              margin-bottom: 0px; }
            #cart #cart-items-container .cart-item .product-info .product-info-params li span {
              font-family: "Work Sans";
              font-style: normal;
              font-weight: 400;
              font-size: 16px;
              line-height: 160%;
              color: #000;
              opacity: 0.9;
              display: flex; }
      #cart #cart-items-container .cart-item .product-attachment {
        flex-wrap: wrap; }
        #cart #cart-items-container .cart-item .product-attachment .operation-buttons a {
          font-family: "Work Sans";
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 100%;
          display: flex;
          align-items: flex-end;
          color: #17114D;
          border: 3px solid #B4C6D0;
          width: 120px;
          height: 40px; }
          #cart #cart-items-container .cart-item .product-attachment .operation-buttons a img {
            margin-left: 10px; }
          #cart #cart-items-container .cart-item .product-attachment .operation-buttons a:hover {
            border: 3px solid #17114D !important; }
        #cart #cart-items-container .cart-item .product-attachment .operation-buttons a.red {
          border: 3px solid #F98786; }
      #cart #cart-items-container .cart-item .cart-temporary-order-files-manager .upload-button {
        font-family: "Abhaya Libre";
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        letter-spacing: 0.02em;
        color: #ffffff;
        background: #17114D;
        cursor: pointer; }
        #cart #cart-items-container .cart-item .cart-temporary-order-files-manager .upload-button::before {
          content: none; }
        #cart #cart-items-container .cart-item .cart-temporary-order-files-manager .upload-button:hover {
          background: #4E3D99; }
      #cart #cart-items-container .cart-item .product-price {
        text-align: left;
        padding-top: 49px;
        max-width: 160px; }
        #cart #cart-items-container .cart-item .product-price span.name {
          font-family: "Work Sans";
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 100%;
          color: #17114D;
          opacity: 0.5; }
        #cart #cart-items-container .cart-item .product-price h2.price {
          font-family: "Work Sans";
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          line-height: 160%;
          color: #17114D;
          margin-bottom: 5px; }
        #cart #cart-items-container .cart-item .product-price .realization {
          display: none; }
      #cart #cart-items-container .cart-item .right {
        max-width: 250px;
        padding-top: 45px;
        width: 100%; }
  #cart #rabat-form {
    margin-top: 55px; }
    #cart #rabat-form .input-box {
      width: 100%;
      max-width: 390px; }
      #cart #rabat-form .input-box label {
        font-family: "Work Sans";
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 160%;
        color: #17114D;
        opacity: 0.5;
        margin-bottom: -5px; }
      #cart #rabat-form .input-box input {
        font-family: "Abhaya Libre";
        font-style: normal;
        font-weight: 800;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0.02em;
        color: #17114D;
        background: transparent;
        border: 1px solid transparent;
        border-bottom: 1px solid #E4EAEF;
        height: 40px;
        padding: 5px 0px;
        width: 100%; }
        #cart #rabat-form .input-box input::placeholder {
          font-family: "Abhaya Libre";
          font-style: normal;
          font-weight: 800;
          font-size: 24px;
          line-height: 100%;
          letter-spacing: 0.02em;
          color: #B4C6D0; }
      #cart #rabat-form .input-box .count-span {
        font-family: "Abhaya Libre";
        font-style: normal;
        font-weight: 800;
        font-size: 24px;
        line-height: 100%;
        color: transparent;
        pointer-events: none;
        height: 1px;
        background: #17114D;
        margin-top: -1px;
        margin-left: 0px;
        display: inline-block;
        text-indent: 0; }
    #cart #rabat-form button {
      height: fit-content;
      width: 120px;
      height: 45px;
      font-size: 24px; }
  #cart .cart-temporary-order-files-manager .file {
    border-bottom: 0px !important; }
  #cart .cart-temporary-order-files-manager .file-list-container {
    margin-top: 10px; }
    #cart .cart-temporary-order-files-manager .file-list-container .file-delete-container {
      display: block;
      position: absolute;
      top: 7px;
      right: 0;
      margin: 0px; }
    #cart .cart-temporary-order-files-manager .file-list-container input[type=submit] {
      font-size: 0px;
      border: 0px !important;
      position: relative;
      width: 8px;
      height: 8px;
      background: url("http://pandruk.iwareprint.pl/layouts/pandruk3kol/images/X.png");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      margin-top: 9px; }
    #cart .cart-temporary-order-files-manager .file-list-container .file-name {
      padding-right: 18px !important;
      padding-left: 0px !important;
      width: 100% !important; }
      #cart .cart-temporary-order-files-manager .file-list-container .file-name:before {
        content: '' !important; }
  #cart #summary-container {
    margin-top: 35px;
    margin-bottom: 50px; }
    #cart #summary-container #cartAdditionalSettings h3 {
      margin-bottom: 30px; }
    #cart #summary-container #cartAdditionalSettings .sendingOptions {
      display: flex;
      width: 100%;
      background-color: transparent !important;
      border: 0px;
      margin-bottom: 20px;
      flex-direction: column; }
      #cart #summary-container #cartAdditionalSettings .sendingOptions .paramValue {
        position: relative;
        cursor: pointer; }
        #cart #summary-container #cartAdditionalSettings .sendingOptions .paramValue .arrow {
          position: absolute;
          top: 10px;
          right: 0px;
          width: 20px;
          height: 20px;
          background: #E4EAEF;
          display: flex;
          align-items: center;
          justify-content: center;
          transition-duration: .3s; }
        #cart #summary-container #cartAdditionalSettings .sendingOptions .paramValue select {
          background-color: transparent;
          padding-left: 0px;
          border: 0;
          border-bottom: 1px solid #B7CBDB;
          font-family: Abhaya Libre ExtraBold;
          font-style: normal;
          font-weight: 800;
          font-size: 24px;
          line-height: 100%;
          color: #17114D;
          max-width: 360px;
          background: transparent;
          padding-right: 35px; }
      #cart #summary-container #cartAdditionalSettings .sendingOptions .paramValue.active .arrow {
        transform: rotate(180deg);
        background: #F3CA49;
        transition-duration: .3s; }
      #cart #summary-container #cartAdditionalSettings .sendingOptions label {
        font-family: Work Sans;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        color: #17114D;
        opacity: 0.5; }
    #cart #summary-container #cartAdditionalSettings #additionalRealizationInfo label {
      font-family: Work Sans;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 160%;
      color: #555656;
      display: flex;
      align-items: center;
      margin-bottom: 12px; }
    #cart #summary-container #cartAmount {
      margin: 0px; }
      #cart #summary-container #cartAmount .inner h2 {
        font-family: "Abhaya Libre";
        font-style: normal;
        font-weight: 800;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0.02em;
        color: #2E2B40; }
      #cart #summary-container #cartAmount .inner h3 {
        font-family: "Work Sans";
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 160%;
        color: #2E2B40;
        opacity: 0.5;
        margin-bottom: 5px; }
      #cart #summary-container #cartAmount .inner span {
        font-family: "Abhaya Libre";
        font-style: normal;
        font-weight: 800;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0.02em;
        color: #2E2B40 !important; }
  #cart #action-container {
    padding-top: 50px;
    border-top: 1px solid rgba(46, 43, 64, 0.2); }
    #cart #action-container .btn__dark {
      width: 251px; }
  #cart .form-control:focus {
    box-shadow: none; }

@media screen and (max-width: 767px) {
  #cart #cart-items-container .cart-item hr {
    padding-top: 20px; }
  #cart #cart-items-container .cart-item .product-img {
    justify-content: flex-start !important;
    margin-bottom: 50px; }
  #cart #cart-items-container .cart-item .product-info .product-info-params li {
    width: 100%;
    float: none;
    padding-right: 0px; }
    #cart #cart-items-container .cart-item .product-info .product-info-params li h3 {
      width: 160px; }
  #cart #cart-items-container .cart-item .product-attachment .left {
    width: 100%;
    display: flex;
    justify-content: flex-start; }
  #cart #cart-items-container .cart-item .product-attachment .right {
    max-width: 100%; }
  #cart #cart-items-container .cart-item .product-attachment .operation-buttons a, #cart #cart-items-container .cart-item .product-attachment .operation-buttons a.red {
    width: 49%; }
  #cart #summary-container #cartAdditionalSettings .sendingOptions {
    max-width: 320px; }
  #cart #summary-container #cartAmount .inner .col-12 {
    margin-bottom: 20px; }
  #cart #rabat-form .input-box {
    max-width: 190px; }
    #cart #rabat-form .input-box input {
      font-size: 20px; }
      #cart #rabat-form .input-box input::placeholder {
        font-size: 20px; }
    #cart #rabat-form .input-box .count-span {
      font-size: 20px; }
  #cart #rabat-form button {
    width: 90px;
    height: 45px;
    font-size: 19px; }
  #cart .top-cart-bar .bar-item {
    padding: 10px 0px; }
    #cart .top-cart-bar .bar-item a {
      font-size: 16px; }
  #cart #action-container .cartSubmit {
    width: 100%;
    max-width: 320px;
    text-align: center;
    margin: 20px auto 0px; }
    #cart #action-container .cartSubmit .btn__dark {
      width: 100%; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  #cart #cart-items-container .cart-item .product-img {
    justify-content: flex-start !important;
    margin-bottom: 50px; }
  #cart #cart-items-container .cart-item .product-info .product-info-params li {
    width: 100%;
    float: none;
    padding-right: 0px; }
    #cart #cart-items-container .cart-item .product-info .product-info-params li h3 {
      width: 160px; }
  #cart #cart-items-container .cart-item .product-attachment {
    justify-content: flex-end !important; }
    #cart #cart-items-container .cart-item .product-attachment .left {
      margin-right: 50px; }
  #cart #rabat-form .input-box {
    max-width: 330px; }
  #cart .top-cart-bar .bar-item a {
    font-size: 16px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #cart #cart-items-container .cart-item .product-img {
    justify-content: flex-start !important;
    margin-bottom: 50px; }
  #cart #cart-items-container .cart-item .product-info .product-info-params li {
    width: 100%;
    float: none;
    padding-right: 0px; }
    #cart #cart-items-container .cart-item .product-info .product-info-params li h3 {
      width: 160px; }
  #cart #cart-items-container .cart-item .product-attachment {
    justify-content: flex-end !important; }
    #cart #cart-items-container .cart-item .product-attachment .left {
      margin-right: 50px; }
  #cart #rabat-form .input-box {
    max-width: 330px; }
  #cart .top-cart-bar .bar-item a {
    font-size: 20px; } }

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  #cart #cart-items-container .cart-item .product-info .product-info-params li {
    width: 100%;
    float: none;
    padding-right: 0px; }
    #cart #cart-items-container .cart-item .product-info .product-info-params li h3 {
      width: 160px; }
  #cart #cart-items-container .cart-item .product-attachment {
    justify-content: flex-end !important; }
    #cart #cart-items-container .cart-item .product-attachment .left {
      margin-right: 50px; }
  #cart #rabat-form .input-box {
    max-width: 290px; } }

@media screen and (min-width: 1601px) {
  #cart.container {
    max-width: 1520px !important; }
    #cart.container #summary-container #cartAmount {
      width: 530px; }
      #cart.container #summary-container #cartAmount .inner {
        max-width: 440px; }
    #cart.container .row .product-img {
      max-width: 150px; }
    #cart.container .row .product-info {
      width: 915px;
      padding-left: 70px; }
    #cart.container .row .product-attachment {
      max-width: 435px; } }

@media screen and (min-width: 1600px) {
  .authorization-view #wrapper .container {
    max-width: 1480px !important; } }

.authorization-view .top-row #register-ask,
.authorization-view .top-row .login-col {
  padding-bottom: 45px; }

.authorization-view .bot-row {
  padding-top: 60px;
  border-top: 1px dashed #B4C6D0; }

.authorization-view #login-data h3 {
  display: none; }

.authorization-view h1.page-heading {
  margin: 45px 0 40px;
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #17114D; }

.authorization-view .form-agreements {
  margin-bottom: 60px;
  display: block; }
  .authorization-view .form-agreements tr {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    padding-bottom: 10px; }
    .authorization-view .form-agreements tr td {
      padding: 0px !important; }
    .authorization-view .form-agreements tr label {
      margin-bottom: 0px;
      font-family: Work Sans;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 160%;
      color: #555656; }
      .authorization-view .form-agreements tr label a {
        color: #4E3D99;
        text-decoration: underline; }
        .authorization-view .form-agreements tr label a:hover {
          color: #F3CA49; }

.authorization-view .top-cart-bar {
  margin-bottom: 80px; }
  .authorization-view .top-cart-bar .bar-item {
    text-align: center;
    position: relative;
    padding: 23px 0px; }
    .authorization-view .top-cart-bar .bar-item a {
      font-family: "Abhaya Libre";
      font-style: normal;
      font-weight: 800;
      font-size: 24px;
      line-height: 100%;
      text-align: right;
      letter-spacing: 0.02em;
      color: #17114D; }
  .authorization-view .top-cart-bar .first-item {
    background: #FFF4D6;
    border: 1px solid #F3CA49;
    opacity: 0.5; }
    .authorization-view .top-cart-bar .first-item a {
      color: #2E2B40; }
    .authorization-view .top-cart-bar .first-item img {
      position: absolute;
      left: 60px;
      top: 25px;
      visibility: visible; }
  .authorization-view .top-cart-bar .sec-item {
    border: 1px solid #F3CA49;
    background: #FFF4D6; }
    .authorization-view .top-cart-bar .sec-item a {
      color: #17114D;
      pointer-events: none; }
    .authorization-view .top-cart-bar .sec-item img {
      position: absolute;
      left: 20px;
      width: 80px;
      height: 80px;
      object-fit: scale-down;
      top: 0;
      visibility: hidden; }
  .authorization-view .top-cart-bar .third-item {
    border: 1px solid #B4C6D0;
    background: #E4EAEF;
    opacity: 0.5; }
    .authorization-view .top-cart-bar .third-item a {
      color: #B4C6D0;
      pointer-events: none; }

.authorization-view #register-ask {
  border-right: 1px dashed #B4C6D0;
  padding-left: 110px; }
  .authorization-view #register-ask .inner {
    width: 350px; }
    .authorization-view #register-ask .inner h3 {
      margin-bottom: 30px; }
    .authorization-view #register-ask .inner a.btn {
      width: 100%;
      max-width: 160px;
      margin-bottom: 50px;
      padding: 11px 10px; }
    .authorization-view #register-ask .inner h4 {
      font-family: Abhaya Libre SemiBold;
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 100%;
      letter-spacing: 0.02em;
      color: #17114D;
      margin-bottom: 10px; }
    .authorization-view #register-ask .inner ul {
      padding-left: 20px; }
      .authorization-view #register-ask .inner ul li {
        font-family: Work Sans;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        color: #555656; }
        .authorization-view #register-ask .inner ul li::marker {
          color: #F98786; }

.authorization-view #register-form {
  display: none; }
  .authorization-view #register-form input[name=nr_budynku],
  .authorization-view #register-form input[name=korespondencyjne_nr_budynku] {
    max-width: 200px !important;
    float: left; }
  .authorization-view #register-form input[name=nr_lokalu],
  .authorization-view #register-form input[name=korespondencyjne_nr_lokalu] {
    max-width: 200px !important; }
  .authorization-view #register-form h2 {
    font-size: 34px;
    margin-bottom: 30px; }
  .authorization-view #register-form form tr td {
    display: flex; }
  .authorization-view #register-form h3 {
    font-size: 24px;
    margin-bottom: 20px; }
  .authorization-view #register-form p.wanna-login {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #555656;
    margin-bottom: 20px; }
    .authorization-view #register-form p.wanna-login a {
      color: #4E3D99;
      text-decoration: underline; }
      .authorization-view #register-form p.wanna-login a:hover {
        color: #F3CA49; }
  .authorization-view #register-form #action-data {
    margin-bottom: 50px; }
    .authorization-view #register-form #action-data p {
      display: none; }

.authorization-view .login-col {
  padding-left: 230px; }
  .authorization-view .login-col #login-form {
    max-width: 410px; }
    .authorization-view .login-col #login-form .labelInfo.forgott-pass {
      text-align: right;
      display: block; }
      .authorization-view .login-col #login-form .labelInfo.forgott-pass a {
        font-family: Work Sans;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 160%;
        text-decoration-line: underline;
        color: #17114D;
        opacity: 0.5; }
        .authorization-view .login-col #login-form .labelInfo.forgott-pass a:hover {
          color: #F3CA49; }
    .authorization-view .login-col #login-form input.right.yellowBtn.btn.btn-main.btn-lg {
      font-family: "Abhaya Libre";
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 100%;
      letter-spacing: 0.02em;
      padding: 11px 20px;
      border-radius: 0px;
      transition: all 0.2s;
      background: #F98786 !important;
      background-image: none;
      color: #ffffff;
      border: 0px;
      padding: 0px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 150px;
      height: 45px;
      transition-duration: .3s; }
      .authorization-view .login-col #login-form input.right.yellowBtn.btn.btn-main.btn-lg:hover {
        background: #F3AFA4 !important;
        transition-duration: .3s; }
  .authorization-view .login-col p.info {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #555656;
    margin-top: 15px;
    display: inline-block; }

.authorization-view #account-data td {
  display: flex;
  align-items: center; }

.authorization-view #account-data label {
  font-family: Work Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: #555656;
  cursor: pointer; }

.authorization-view #account-data td.label {
  display: none !important; }

.authorization-view form {
  background: none !important;
  border: 0px !important;
  padding: 0px !important; }
  .authorization-view form h3 {
    font-family: Abhaya Libre ExtraBold;
    font-style: normal;
    font-weight: 800 !important;
    font-size: 24px !important;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #17114D;
    border-bottom: 0 !important;
    text-transform: initial !important; }
  .authorization-view form .type-checkboxes {
    display: flex !important;
    margin-top: 20px; }
    .authorization-view form .type-checkboxes label {
      font-family: Abhaya Libre Medium !important;
      font-style: normal !important;
      font-weight: 500 !important;
      font-size: 16px !important;
      line-height: 100% !important;
      letter-spacing: 0.02em;
      color: #4E3D99 !important;
      border: 3px solid #B4C6D0;
      position: relative;
      width: 150px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px !important;
      cursor: pointer;
      text-align: center; }
      .authorization-view form .type-checkboxes label input {
        position: absolute;
        opacity: 0; }
    .authorization-view form .type-checkboxes label.checked {
      border: 3px solid #F98786;
      background: #F98786;
      color: #fff !important; }
  .authorization-view form table tbody tr {
    display: block;
    margin-bottom: 20px; }
    .authorization-view form table tbody tr td {
      margin: 0px;
      padding: 0px;
      font-family: Work Sans !important;
      font-style: normal !important;
      font-weight: 400 !important;
      font-size: 14px !important;
      line-height: 100% !important;
      color: rgba(23, 17, 77, 0.5) !important; }
      .authorization-view form table tbody tr td span {
        display: none; }
      .authorization-view form table tbody tr td input[type=text],
      .authorization-view form table tbody tr td input[type=password] {
        border: 0;
        border-bottom: 1px solid #B7CBDB;
        font-family: "Abhaya Libre";
        font-style: normal;
        font-weight: 800;
        font-size: 24px;
        line-height: 100%;
        color: #17114D;
        background: transparent;
        border: 1px solid transparent;
        border-bottom: 1px solid #E4EAEF;
        height: 40px !important;
        width: 410px !important;
        max-width: 100% !important;
        display: block; }
        .authorization-view form table tbody tr td input[type=text]::placeholder,
        .authorization-view form table tbody tr td input[type=password]::placeholder {
          color: #B4C6D0 !important; }
      .authorization-view form table tbody tr td .count-span {
        font-family: "Abhaya Libre";
        font-style: normal;
        font-weight: 800;
        font-size: 24px;
        line-height: 100%;
        color: transparent;
        pointer-events: none;
        height: 1px;
        background: #17114D;
        margin-top: -1px;
        display: inline-block;
        text-indent: 0; }
  .authorization-view form #login-data,
  .authorization-view form #action-data {
    width: 100%; }
    .authorization-view form #login-data input.pinkButton.register-button.btn.btn-main.btn-lg,
    .authorization-view form #action-data input.pinkButton.register-button.btn.btn-main.btn-lg {
      display: inline-block;
      font-family: "Abhaya Libre";
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 100%;
      text-align: center;
      letter-spacing: 0.02em;
      width: 100%;
      max-width: 285px;
      padding: 11px 10px;
      border-radius: 0px;
      transition: all 0.2s;
      color: #ffffff;
      background: #17114D; }

#register-page-form form table,
#login-page-form form table,
#register-form form table,
#login-form form table {
  width: 100%;
  max-width: 410px; }

@media screen and (min-width: 992px) {
  #register-form form {
    display: flex;
    flex-wrap: wrap; }
    #register-form form #account-data,
    #register-form form #shipment-data {
      flex: 0 0 auto;
      width: 50%; } }

@media screen and (max-width: 767px) {
  #register-page-form form table, #login-page-form form table, #register-form form table, #login-form form table {
    width: 100%;
    max-width: 100%;
    display: block; }
    #register-page-form form table tbody, #login-page-form form table tbody, #register-form form table tbody, #login-form form table tbody {
      display: block;
      max-width: 100%; }
  .authorization-view .bot-row {
    padding-top: 20px; }
  .authorization-view h1.page-heading {
    margin-top: 0px;
    font-size: 34px;
    margin-bottom: 15px; }
  .authorization-view .top-cart-bar {
    margin-bottom: 30px; }
    .authorization-view .top-cart-bar .bar-item {
      padding: 10px 0px; }
      .authorization-view .top-cart-bar .bar-item a {
        font-size: 16px; }
  .authorization-view #register-ask {
    padding-left: 0px;
    border-right: 0px;
    border-bottom: 1px dashed #B4C6D0;
    margin-bottom: 30px; }
    .authorization-view #register-ask .inner {
      width: 100%;
      max-width: 100%; }
      .authorization-view #register-ask .inner ul li {
        font-size: 14px; }
      .authorization-view #register-ask .inner a.btn {
        margin-bottom: 20px; }
  .authorization-view .login-col {
    padding-left: 0px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .authorization-view h1.page-heading {
    margin-top: 0px;
    font-size: 34px;
    margin-bottom: 15px; }
  .authorization-view .top-cart-bar {
    margin-bottom: 30px; }
    .authorization-view .top-cart-bar .bar-item {
      padding: 23px 0px; }
      .authorization-view .top-cart-bar .bar-item a {
        font-size: 16px; }
  .authorization-view #register-ask {
    padding-left: 0px;
    border-right: 0px;
    border-bottom: 1px dashed #B4C6D0;
    margin-bottom: 30px; }
  .authorization-view .login-col {
    padding-left: 0px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .authorization-view form .type-checkboxes label {
    width: 130px; }
  .authorization-view h1.page-heading {
    margin-top: 0px;
    font-size: 35px; }
  .authorization-view .top-cart-bar {
    margin-bottom: 80px; }
    .authorization-view .top-cart-bar .bar-item {
      padding: 23px 0px; }
      .authorization-view .top-cart-bar .bar-item a {
        font-size: 20px; }
  .authorization-view #register-ask {
    padding-left: 0px; }
  .authorization-view .login-col {
    padding-left: 50px; } }

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .authorization-view #register-ask {
    padding-left: 0px; }
  .authorization-view .login-col {
    padding-left: 100px; } }

body.product-view #cancode.container {
  margin-top: 30px; }

body.product-view h1 {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #17114D;
  margin-bottom: 45px; }

body.product-view #variantParams #variantParamsFieldsForm {
  max-width: 410px;
  border-bottom: 0px; }

body.product-view #main #variant {
  border-left: 1px dashed #B4C6D0;
  border-right: 1px dashed #B4C6D0;
  margin-top: 0px;
  height: 100%;
  position: relative; }
  body.product-view #main #variant #result {
    padding: 0px 20px;
    margin-top: 0px; }
  body.product-view #main #variant:before, body.product-view #main #variant:after {
    content: '';
    background: url("http://pandruk.iwareprint.pl/layouts/pandruk3kol/images/scissors.png");
    width: 24px;
    height: 24px;
    position: absolute;
    top: -35px;
    left: -12px; }
  body.product-view #main #variant:after {
    left: auto;
    right: -13px; }

body.product-view .order-info-params {
  padding-left: 20px; }

body.product-view #variantParamsFields .param {
  border-top: none;
  display: block;
  width: 100%; }
  body.product-view #variantParamsFields .param .paramName {
    display: block;
    padding: 0px;
    border: 0px;
    background: none;
    font-family: "Abhaya Libre";
    font-style: normal;
    font-weight: 800;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #17114D;
    margin-bottom: 15px; }
  body.product-view #variantParamsFields .param .box-drop {
    border: 1px solid #E4EAEF;
    outline: 2px solid #ffffff;
    margin-bottom: 30px;
    position: relative;
    transition-duration: .3s; }
    body.product-view #variantParamsFields .param .box-drop .error-input {
      font-family: Work Sans;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 100%;
      color: #BC2B2A;
      margin-left: 20px;
      margin-top: -8px;
      background: #fff;
      z-index: 2;
      position: relative;
      padding: 0px 10px;
      display: none;
      position: absolute; }
    body.product-view #variantParamsFields .param .box-drop .svg-box {
      position: absolute;
      top: 15px;
      right: 15px;
      transform: rotate(-90deg);
      background: #E4EAEF;
      transition-duration: .3s; }
      body.product-view #variantParamsFields .param .box-drop .svg-box svg {
        width: 20px;
        height: 20px; }
    body.product-view #variantParamsFields .param .box-drop .param-box-name {
      cursor: pointer;
      font-family: "Abhaya Libre";
      font-style: normal;
      font-weight: 500;
      font-size: 22px;
      line-height: 20px;
      color: #17114D;
      padding: 17px;
      transition-duration: .3s; }
    body.product-view #variantParamsFields .param .box-drop .paramValue {
      border-top: none;
      display: none;
      width: 100%;
      padding: 0px 17px 17px; }
      body.product-view #variantParamsFields .param .box-drop .paramValue .param-label {
        position: relative;
        cursor: pointer;
        font-family: "Work Sans";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        color: #17114D;
        background: #E4EAEF;
        border: 3px solid #E4EAEF;
        padding: 7px 12px;
        margin: 5px 5px 0px 0px;
        transition-duration: .3s; }
        body.product-view #variantParamsFields .param .box-drop .paramValue .param-label .param-name {
          display: flex;
          align-items: center; }
          body.product-view #variantParamsFields .param .box-drop .paramValue .param-label .param-name svg {
            margin-left: 5px;
            display: none; }
        body.product-view #variantParamsFields .param .box-drop .paramValue .param-label input[type='radio'] {
          height: auto !important;
          background: none;
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          visibility: hidden; }
        body.product-view #variantParamsFields .param .box-drop .paramValue .param-label:hover {
          background: #ffffff;
          border: 3px solid #F3CA49;
          transition-duration: .3s; }
      body.product-view #variantParamsFields .param .box-drop .paramValue .param-label.active {
        background: #F3CA49;
        border: 3px solid #F3CA49; }
        body.product-view #variantParamsFields .param .box-drop .paramValue .param-label.active .param-name svg {
          display: block; }
    body.product-view #variantParamsFields .param .box-drop:hover {
      border: 1px solid #B7CBDB;
      outline: 2px solid #B7CBDB;
      transition-duration: .3s; }
      body.product-view #variantParamsFields .param .box-drop:hover .param-box-name {
        color: #17114D;
        transition-duration: .3s; }
      body.product-view #variantParamsFields .param .box-drop:hover .svg-box {
        background: #F3CA49;
        transition-duration: .3s; }
  body.product-view #variantParamsFields .param .box-drop.unselected .param-box-name {
    color: #B4C6D0;
    transition-duration: .3s; }
  body.product-view #variantParamsFields .param .box-drop.unselected:hover .param-box-name {
    color: #17114D;
    transition-duration: .3s; }
  body.product-view #variantParamsFields .param .box-drop.active {
    border: 1px solid #F3CA49;
    outline: 2px solid #F3CA49;
    transition-duration: .3s; }
    body.product-view #variantParamsFields .param .box-drop.active .svg-box {
      transform: rotate(90deg);
      background: #17114D;
      transition-duration: .3s; }
      body.product-view #variantParamsFields .param .box-drop.active .svg-box path {
        stroke: #ffffff;
        transition-duration: .3s; }
  body.product-view #variantParamsFields .param .box-drop.error {
    border: 1px solid #F3AFA4;
    outline: 2px solid transparent; }
    body.product-view #variantParamsFields .param .box-drop.error .param-box-name {
      color: #BC2B2A; }
    body.product-view #variantParamsFields .param .box-drop.error .svg-box {
      background: #BC2B2A; }
      body.product-view #variantParamsFields .param .box-drop.error .svg-box svg {
        background: #BC2B2A; }
        body.product-view #variantParamsFields .param .box-drop.error .svg-box svg path {
          stroke: #F3AFA4; }

body.product-view .order-info-params {
  max-width: 335px; }
  body.product-view .order-info-params .addToCart.unlocked {
    font-family: "Abhaya Libre";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.02em;
    cursor: pointer;
    background: #F98786;
    color: #ffffff;
    border-radius: 0;
    width: 100%;
    max-width: 305px;
    padding: 11px 15px;
    border: 0px;
    display: none;
    margin-top: 20px; }
    body.product-view .order-info-params .addToCart.unlocked:hover {
      background: #F3AFA4; }
  body.product-view .order-info-params .addToCart.unlocked.allow {
    display: block; }
  body.product-view .order-info-params .paramList-wrapper.Nakład {
    display: none; }
  body.product-view .order-info-params .paramList-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    body.product-view .order-info-params .paramList-wrapper span.bold {
      font-family: "Work Sans";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 160%;
      color: #131129;
      opacity: 0.6; }
    body.product-view .order-info-params .paramList-wrapper span.light {
      font-family: "Work Sans";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 160%;
      text-align: right;
      color: #4E3D99;
      max-width: 60%; }
  body.product-view .order-info-params .materials-block {
    padding-top: 20px;
    margin-top: 50px;
    border-top: 1px solid #DFDFDF; }
    body.product-view .order-info-params .materials-block h2 {
      margin-bottom: 10px; }
    body.product-view .order-info-params .materials-block p {
      margin-bottom: 12px; }
    body.product-view .order-info-params .materials-block .print-cart-element-link {
      font-family: "Abhaya Libre";
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 100%;
      text-align: center;
      letter-spacing: 0.02em;
      color: #17114D;
      margin: 0px;
      border: 3px solid #B4C6D0;
      padding: 8px 0px;
      transition-duration: .3s; }
      body.product-view .order-info-params .materials-block .print-cart-element-link:hover {
        border: 3px solid #4E3D99;
        transition-duration: .3s; }

body.product-view #addToCartBlocked {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.02em;
  cursor: pointer;
  background: #F98786;
  color: #ffffff;
  border-radius: 0;
  width: 100%;
  max-width: 305px;
  padding: 11px 15px;
  margin-top: 20px;
  transition-duration: .3s; }
  body.product-view #addToCartBlocked:hover {
    background: #F3AFA4;
    transition-duration: .3s; }

body.product-view #variantMatrix #variantMatrixTable {
  display: block; }
  body.product-view #variantMatrix #variantMatrixTable thead {
    display: block; }
    body.product-view #variantMatrix #variantMatrixTable thead tr {
      width: 100%;
      display: flex; }
      body.product-view #variantMatrix #variantMatrixTable thead tr th {
        font-family: "Work Sans";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
        color: #17114D;
        opacity: 0.5;
        padding: 0px;
        text-align: right;
        width: 100%;
        max-width: 33.3333%;
        padding: 4px 0; }
        body.product-view #variantMatrix #variantMatrixTable thead tr th:nth-child(1) {
          text-align: left; }
        body.product-view #variantMatrix #variantMatrixTable thead tr th:nth-child(2) {
          text-align: center; }
  body.product-view #variantMatrix #variantMatrixTable tbody {
    display: block; }
    body.product-view #variantMatrix #variantMatrixTable tbody tr {
      border: 3px solid transparent;
      transition-duration: .3s;
      display: flex;
      min-width: 100%; }
      body.product-view #variantMatrix #variantMatrixTable tbody tr td {
        font-family: "Work Sans";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        text-align: right;
        text-transform: lowercase;
        color: #17114D;
        padding: 4px 14px;
        width: 100%;
        max-width: 33.3333%; }
      body.product-view #variantMatrix #variantMatrixTable tbody tr td.circulation {
        text-align: left; }
      body.product-view #variantMatrix #variantMatrixTable tbody tr td.price {
        font-weight: bold;
        color: #4E3D99;
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        body.product-view #variantMatrix #variantMatrixTable tbody tr td.price svg {
          display: none;
          margin-left: 5px; }
      body.product-view #variantMatrix #variantMatrixTable tbody tr td.price-per-item {
        color: #555656;
        text-align: center; }
      body.product-view #variantMatrix #variantMatrixTable tbody tr:hover {
        cursor: pointer;
        border: 3px solid #F3CA49;
        transition-duration: .3s; }
    body.product-view #variantMatrix #variantMatrixTable tbody tr.odd {
      border: 3px solid #E4EAEF;
      background: #E4EAEF; }
      body.product-view #variantMatrix #variantMatrixTable tbody tr.odd td {
        border-top: 0px;
        border-bottom: 0px;
        background: transparent; }
      body.product-view #variantMatrix #variantMatrixTable tbody tr.odd:hover {
        cursor: pointer;
        border: 3px solid #F3CA49;
        transition-duration: .3s; }
    body.product-view #variantMatrix #variantMatrixTable tbody tr.active {
      border: 3px solid #F3CA49;
      background: #F3CA49; }
      body.product-view #variantMatrix #variantMatrixTable tbody tr.active td.price svg {
        display: block; }

body.product-view #variantMatrix #variantMatrixTable.discounted thead tr th {
  width: 100%;
  max-width: 25%; }
  body.product-view #variantMatrix #variantMatrixTable.discounted thead tr th:nth-child(1) {
    text-align: left; }
  body.product-view #variantMatrix #variantMatrixTable.discounted thead tr th:nth-child(2) {
    text-align: center; }
  body.product-view #variantMatrix #variantMatrixTable.discounted thead tr th:nth-child(3) {
    text-align: center; }

body.product-view #variantMatrix #variantMatrixTable.discounted tbody tr td {
  width: 100%;
  max-width: 25%; }
  body.product-view #variantMatrix #variantMatrixTable.discounted tbody tr td:nth-child(1) {
    text-align: left; }
  body.product-view #variantMatrix #variantMatrixTable.discounted tbody tr td:nth-child(2) {
    text-align: center; }
  body.product-view #variantMatrix #variantMatrixTable.discounted tbody tr td:nth-child(3) {
    text-align: center; }

body.product-view #variantMatrix #variantMatrixTable.discounted tbody tr td.after_discount {
  font-weight: bold;
  color: #F98786;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  body.product-view #variantMatrix #variantMatrixTable.discounted tbody tr td.after_discount svg {
    display: none;
    margin-left: 5px; }

body.product-view #variantMatrix #variantMatrixTable.discounted tbody tr td.price svg {
  display: none; }

body.product-view #variantMatrix #variantMatrixTable.discounted tbody tr td.price span {
  font-weight: 400;
  text-decoration-line: line-through;
  color: #555656 !important; }

body.product-view #variantMatrix #variantMatrixTable.discounted tbody tr.active td.after_discount svg {
  display: block; }

body.product-view #variantParamsFields {
  border-bottom: 0px; }

@media screen and (max-width: 1199px) {
  body.product-view h1 {
    font-size: 35px; }
  body.product-view #variantParamsFields .oaram .paramName {
    font-size: 25px; }
  body.product-view .order-info-params {
    width: 100%;
    max-width: 100%;
    padding: 0px; }
    body.product-view .order-info-params .materials-block a.print-cart-element-link {
      max-width: 300px;
      margin: 10px auto; }
  body.product-view #variantParams {
    padding: 0px; }
    body.product-view #variantParams #variantParamsFieldsForm {
      width: 100%;
      max-width: 100%; }
  body.product-view #addToCartBlocked {
    display: block;
    margin: 20px auto 0px; }
  body.product-view #main #variant {
    border: 0px !important;
    margin-bottom: 0px; }
    body.product-view #main #variant #result {
      padding: 0px;
      margin-bottom: 0px; }
    body.product-view #main #variant::after, body.product-view #main #variant::before {
      content: none; } }

@media screen and (min-width: 1600px) {
  body.product-view #cancode.container {
    max-width: 1520px;
    padding-left: 130px; }
  body.product-view #main {
    padding-left: 70px; } }

#login-page {
  padding-top: 80px;
  padding-bottom: 0px; }
  #login-page input.right.yellowBtn.btn.btn-main.btn-lg {
    display: inline-block;
    font-family: "Abhaya Libre";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.02em;
    padding: 11px 20px;
    width: max-content;
    border-radius: 0px;
    transition: all 0.2s;
    color: #ffffff;
    background: #17114D;
    margin: 5px 0px 25px; }
    #login-page input.right.yellowBtn.btn.btn-main.btn-lg:hover {
      background: #4E3D99;
      color: #ffffff; }
  #login-page .register-text {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #555656; }
    #login-page .register-text a {
      color: #4E3D99;
      text-decoration: underline; }
      #login-page .register-text a:hover {
        color: #F3CA49; }
  #login-page .labelInfo {
    font-size: 0px !important;
    text-align: right; }
    #login-page .labelInfo a {
      font-family: Work Sans;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 160%;
      text-decoration-line: underline;
      color: #17114D;
      opacity: 0.5; }

form table tr td {
  position: relative; }
  form table tr td .show-password {
    position: absolute;
    top: 13px;
    right: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center; }

.alert {
  background: transparent;
  border: 0px;
  padding: 0px;
  font-family: Work Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 30px; }
  .alert p {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 100%; }
  .alert strong {
    text-transform: uppercase; }

.alert-danger {
  color: #BC2B2A; }
  .alert-danger p {
    color: #BC2B2A; }

@media screen and (min-width: 1600px) {
  #login-page #main {
    padding-left: 80px; } }

@media screen and (max-width: 767px) {
  .authorization-view form table tbody tr td input[type=text],
  .authorization-view form table tbody tr td input[type=password] {
    width: 100% !important; } }

@media screen and (max-width: 1200px) {
  #login-page {
    padding-top: 0px;
    padding-bottom: 0px; }
    #login-page .col-12 img {
      width: 100%;
      max-width: 410px;
      display: block;
      margin: 0 auto; }
    #login-page #main {
      order: 2;
      display: block;
      margin: 30px auto 0; } }

#register-page {
  padding-top: 70px; }
  #register-page h1 {
    text-transform: none;
    border-bottom: 0px; }
  #register-page h3.jsAdded {
    margin-top: 30px; }
  #register-page #shipment-data {
    display: none; }
  #register-page #register-page-form {
    width: 50%; }
  #register-page form .row .col-md-6 {
    width: 100%; }
  #register-page .red.left {
    display: none; }
  #register-page table {
    display: block;
    max-width: 480px; }
    #register-page table tbody {
      display: block; }
      #register-page table tbody input[name=korespondencyjne_nr_budynku],
      #register-page table tbody input[name=korespondencyjne_nr_lokalu] {
        width: 50%;
        float: left; }
      #register-page table tbody tr td {
        display: flex;
        align-items: center; }

@media screen and (max-width: 991px) {
  #register-page {
    padding: 0px 20px; }
    #register-page .left-side.col-12.col-lg-6 {
      order: 1; }
      #register-page .left-side.col-12.col-lg-6 img {
        width: 100%;
        max-width: 410px;
        display: block;
        margin: 0 auto; }
    #register-page #register-page-form {
      width: 100%;
      order: 2; } }

@media screen and (min-width: 1601px) {
  #register-page #register-page-form {
    padding-left: 70px; } }

.authorization-view .segment-1-przypomnij_haslo {
  padding: 70px 20px !important; }
  .authorization-view .segment-1-przypomnij_haslo .red {
    display: none; }
  .authorization-view .segment-1-przypomnij_haslo p {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #555656;
    margin-bottom: 30px; }
  .authorization-view .segment-1-przypomnij_haslo label {
    margin: 0px;
    padding: 0px;
    font-family: Work Sans !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 100% !important;
    color: rgba(23, 17, 77, 0.5) !important; }
  .authorization-view .segment-1-przypomnij_haslo input {
    border: 0;
    border-bottom: 1px solid #B7CBDB;
    font-family: "Abhaya Libre";
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    color: #17114D;
    background: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid #E4EAEF;
    height: 40px !important;
    width: 410px !important;
    max-width: 100% !important;
    display: block; }
    .authorization-view .segment-1-przypomnij_haslo input::placeholder {
      color: #B4C6D0; }
    .authorization-view .segment-1-przypomnij_haslo input:focus {
      outline: none;
      box-shadow: none; }
  .authorization-view .segment-1-przypomnij_haslo .count-span {
    font-family: "Abhaya Libre";
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    color: transparent;
    pointer-events: none;
    height: 1px;
    background: #17114D;
    margin-top: -1px;
    display: inline-block;
    text-indent: 0; }
  .authorization-view .segment-1-przypomnij_haslo button.btn.btn-main.btn-lg {
    display: inline-block;
    font-family: "Abhaya Libre";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.02em;
    padding: 11px 20px;
    width: max-content;
    border-radius: 0px;
    transition: all 0.2s;
    color: #ffffff;
    background: #17114D;
    margin: 30px 0px; }
    .authorization-view .segment-1-przypomnij_haslo button.btn.btn-main.btn-lg i {
      display: none; }
    .authorization-view .segment-1-przypomnij_haslo button.btn.btn-main.btn-lg:hover {
      background: #4E3D99;
      color: #ffffff; }
  .authorization-view .segment-1-przypomnij_haslo a.go-back {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    text-decoration-line: underline;
    color: #4E3D99;
    margin-top: 20px;
    display: inline-block; }
    .authorization-view .segment-1-przypomnij_haslo a.go-back:hover {
      color: #F3CA49; }
  .authorization-view .segment-1-przypomnij_haslo #remind-password img {
    display: block;
    margin: 0 auto; }

@media screen and (max-width: 991px) {
  .authorization-view .segment-1-przypomnij_haslo {
    padding: 30px 20px !important; }
    .authorization-view .segment-1-przypomnij_haslo .img-box {
      order: 1; }
      .authorization-view .segment-1-przypomnij_haslo .img-box img {
        width: 100%;
        max-width: 410px;
        display: block;
        margin: 0 auto 30px; }
    .authorization-view .segment-1-przypomnij_haslo .content-box {
      order: 2; } }

@media screen and (min-width: 1601px) {
  .authorization-view .segment-1-przypomnij_haslo {
    padding: 70px 20px 70px 100px !important; } }

#checkout .top-cart-bar .bar-item {
  text-align: center;
  position: relative;
  padding: 23px 0px; }
  #checkout .top-cart-bar .bar-item a {
    font-family: "Abhaya Libre";
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    text-align: right;
    letter-spacing: 0.02em;
    color: #17114D; }

#checkout .top-cart-bar .first-item {
  background: #FFF4D6;
  border: 1px solid #F3CA49;
  opacity: 0.5; }
  #checkout .top-cart-bar .first-item a {
    color: #2E2B40; }

#checkout .top-cart-bar .sec-item {
  background: #FFF4D6;
  border: 1px solid #F3CA49;
  opacity: 0.5; }
  #checkout .top-cart-bar .sec-item a {
    color: #2E2B40; }

#checkout .top-cart-bar .third-item {
  border: 1px solid #F3CA49;
  background: #FFF4D6; }
  #checkout .top-cart-bar .third-item a {
    color: #17114D; }

#checkout h1 {
  font-family: Abhaya Libre ExtraBold;
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #17114D;
  padding: 45px 0px 40px; }

#checkout .details h2 {
  font-family: Abhaya Libre ExtraBold;
  font-style: normal;
  font-weight: 800;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #17114D;
  margin: 50px 0px; }

#checkout .shipping-details {
  padding-top: 30px; }
  #checkout .shipping-details h2 {
    font-family: Abhaya Libre ExtraBold;
    font-style: normal;
    font-weight: 800;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #17114D; }
  #checkout .shipping-details h3 {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #555656;
    display: inline-block;
    margin-bottom: 0px; }
  #checkout .shipping-details .shipping-class {
    max-width: 400px; }
  #checkout .shipping-details strong,
  #checkout .shipping-details span {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #17114D; }
  #checkout .shipping-details .item {
    display: block; }

#checkout .product-info {
  border-right: 0px; }

#checkout #cart-items-container .cart-item {
  border-bottom: 1px solid rgba(46, 43, 64, 0.2);
  padding-bottom: 50px;
  margin-bottom: 50px; }
  #checkout #cart-items-container .cart-item .product-info-name {
    font-family: Abhaya Libre ExtraBold;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #2E2B40;
    margin-bottom: 24px; }
  #checkout #cart-items-container .cart-item .product-img {
    display: flex;
    align-items: center;
    justify-content: center; }
  #checkout #cart-items-container .cart-item .product-info-params {
    padding: 0px;
    margin: 0px;
    list-style: none; }
    #checkout #cart-items-container .cart-item .product-info-params li {
      width: 50%;
      float: left;
      padding-right: 20px; }
      #checkout #cart-items-container .cart-item .product-info-params li h3 {
        font-family: "Work Sans";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        color: #2E2B40;
        opacity: 0.6;
        width: 150px;
        float: left;
        margin-bottom: 0px; }
      #checkout #cart-items-container .cart-item .product-info-params li span {
        font-family: "Work Sans";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        color: #000;
        opacity: 0.9;
        display: flex; }
  #checkout #cart-items-container .cart-item .product-price {
    max-width: 310px;
    margin: 0 auto; }
    #checkout #cart-items-container .cart-item .product-price h2 {
      font-family: Work Sans;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 160%;
      color: rgba(46, 43, 64, 0.5);
      margin-bottom: 30px;
      padding-right: 50px;
      text-align: left; }
      #checkout #cart-items-container .cart-item .product-price h2 span {
        font-family: Work Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 160%;
        color: #2E2B40; }
    #checkout #cart-items-container .cart-item .product-price .rabat span {
      font-family: Work Sans;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 160%;
      color: #2E2B40;
      opacity: 0.5; }
  #checkout #cart-items-container .cart-item:nth-last-child(1) {
    margin-bottom: 0px; }

#checkout .cart-select-address-container {
  border-right: 1px dashed #B4C6D0;
  padding-right: 40px;
  padding-top: 30px; }
  #checkout .cart-select-address-container .row {
    flex-direction: column; }
    #checkout .cart-select-address-container .row .cart-select-address-book-shipment-column,
    #checkout .cart-select-address-container .row .cart-select-address-book-invoice-column {
      width: 100%;
      max-width: 410px;
      padding: 30px 30px 50px;
      border: 1px solid #E4EAEF;
      margin-bottom: 20px; }
      #checkout .cart-select-address-container .row .cart-select-address-book-shipment-column h4,
      #checkout .cart-select-address-container .row .cart-select-address-book-invoice-column h4 {
        font-family: Abhaya Libre ExtraBold;
        font-style: normal;
        font-weight: 800;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0.02em;
        color: #17114D;
        margin-bottom: 20px; }
      #checkout .cart-select-address-container .row .cart-select-address-book-shipment-column .address-data,
      #checkout .cart-select-address-container .row .cart-select-address-book-invoice-column .address-data {
        font-family: Work Sans;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        color: #17114D; }
      #checkout .cart-select-address-container .row .cart-select-address-book-shipment-column a,
      #checkout .cart-select-address-container .row .cart-select-address-book-invoice-column a {
        background: #F98786;
        font-family: "Abhaya Libre";
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        letter-spacing: 0.02em;
        color: #ffffff;
        padding: 11px 20px;
        transition-duration: 0.2s; }
        #checkout .cart-select-address-container .row .cart-select-address-book-shipment-column a:hover,
        #checkout .cart-select-address-container .row .cart-select-address-book-invoice-column a:hover {
          background: #F3AFA4; }

#checkout #additional-settings-container,
#checkout form {
  border-bottom: 1px dashed #B4C6D0; }

#checkout form {
  padding-top: 30px; }
  #checkout form #user-comments-container {
    text-align: right; }
    #checkout form #user-comments-container textarea {
      border: 1px solid #E4EAEF;
      width: 410px;
      max-width: 100%;
      height: 240px;
      font-family: Work Sans;
      font-style: normal;
      font-weight: 300;
      font-size: 18px;
      line-height: 100%;
      color: #17114D;
      padding: 15px 10px;
      border-bottom: 1px solid #17114D; }
      #checkout form #user-comments-container textarea::placeholder {
        font-family: Work Sans;
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 100%;
        color: #17114D; }

#checkout #user-comments-container h2 {
  font-family: Abhaya Libre ExtraBold;
  font-style: normal;
  font-weight: 800;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #17114D; }

#checkout .bottom-box {
  height: 420px;
  display: flex;
  align-items: flex-end; }
  #checkout .bottom-box .go-back {
    font-weight: 800;
    color: #17114D;
    background: transparent; }

#checkout #summary-container {
  position: relative; }
  #checkout #summary-container #cartAmount {
    position: absolute;
    right: 0;
    bottom: -590px;
    max-width: 410px;
    text-align: left; }
    #checkout #summary-container #cartAmount button {
      width: 100%; }
    #checkout #summary-container #cartAmount h2 {
      font-family: Abhaya Libre ExtraBold;
      font-style: normal;
      font-weight: 800;
      font-size: 34px;
      line-height: 100%;
      letter-spacing: 0.02em;
      color: #17114D;
      margin-bottom: 30px; }
    #checkout #summary-container #cartAmount .item {
      margin-bottom: 13px; }
      #checkout #summary-container #cartAmount .item h3 {
        font-family: Work Sans;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        color: #555656; }
      #checkout #summary-container #cartAmount .item span {
        font-family: Work Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 160%;
        color: #17114D; }
    #checkout #summary-container #cartAmount .cartAmountTotal {
      padding-top: 10px;
      border-top: 1px solid #B7CBDB;
      margin-bottom: 50px; }
      #checkout #summary-container #cartAmount .cartAmountTotal span {
        font-family: Abhaya Libre ExtraBold;
        font-size: 34px; }

@media screen and (max-width: 767px) {
  #checkout .top-cart-bar .bar-item {
    padding: 10px 0px; }
    #checkout .top-cart-bar .bar-item a {
      font-size: 16px; }
  #checkout #cart-items-container .cart-item .product-img {
    margin: 30px auto 50px;
    justify-content: flex-start; }
  #checkout #additional-settings-container,
  #checkout form {
    border-bottom: 0px; }
  #checkout form #user-comments-container {
    text-align: left; }
  #checkout .bottom-box {
    margin-top: 30px;
    height: auto; }
  #checkout #summary-container #cartAmount {
    margin-top: 30px;
    position: relative;
    bottom: auto;
    right: auto; }
  #checkout .cart-select-address-container {
    border-right: 0px;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    #checkout .cart-select-address-container .ng-isolate-scope {
      width: 100%; }
  #checkout #cart-items-container .cart-item .product-info-params li {
    width: 100%; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  #checkout .top-cart-bar .bar-item a {
    font-size: 16px; }
  #checkout #cart-items-container .cart-item .product-img {
    margin: 30px auto 50px;
    justify-content: flex-start; }
  #checkout #additional-settings-container,
  #checkout form {
    border-bottom: 0px; }
  #checkout form #user-comments-container {
    text-align: left; }
  #checkout .bottom-box {
    margin-top: 30px;
    height: auto; }
  #checkout #summary-container #cartAmount {
    margin-top: 30px;
    position: relative;
    bottom: auto;
    right: auto; }
  #checkout .cart-select-address-container {
    border-right: 0px;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    #checkout .cart-select-address-container .ng-isolate-scope {
      width: 100%; }
  #checkout #cart-items-container .cart-item .product-info-params li {
    width: 100%; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #checkout .top-cart-bar .bar-item a {
    font-size: 20px; }
  #checkout #cart-items-container .cart-item .product-img {
    margin: 30px auto 50px;
    justify-content: flex-start; }
  #checkout #additional-settings-container,
  #checkout form {
    border-bottom: 0px; }
  #checkout form #user-comments-container {
    text-align: left; }
  #checkout .bottom-box {
    height: auto; }
  #checkout #summary-container #cartAmount {
    position: relative;
    bottom: auto;
    right: auto; }
  #checkout .cart-select-address-container {
    border-right: 0px;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    #checkout .cart-select-address-container .ng-isolate-scope {
      width: 100%; }
  #checkout #cart-items-container .cart-item .product-info-params li {
    width: 100%; } }

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  #checkout #cart-items-container .cart-item .product-info-params li {
    width: 100%; } }

@media screen and (min-width: 1600px) {
  #checkout {
    max-width: 1520px !important; } }

