@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Poppins:wght@400;500&display=swap");
.mg80 {
  margin-bottom: 80px; }
  @media (max-width: 1199px) {
    .mg80 {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .mg80 {
      margin-bottom: 40px; } }

.mg60 {
  margin-bottom: 60px; }
  @media (max-width: 1199px) {
    .mg60 {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .mg60 {
      margin-bottom: 24px; } }

.h1.mg80, .h2.mg80 {
  margin-bottom: 80px; }
  @media (max-width: 1199px) {
    .h1.mg80, .h2.mg80 {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .h1.mg80, .h2.mg80 {
      margin-bottom: 40px; } }

h1.mg60, h2.mg60 {
  margin-bottom: 60px; }
  @media (max-width: 1199px) {
    h1.mg60, h2.mg60 {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    h1.mg60, h2.mg60 {
      margin-bottom: 24px; } }

.mg100 {
  margin-bottom: 100px; }
  @media (max-width: 1199px) {
    .mg100 {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .mg100 {
      margin-bottom: 40px; } }

.border100 {
  border-radius: 100px; }
  @media (max-width: 991px) {
    .border100 {
      border-radius: 60px; } }
  @media (max-width: 767px) {
    .border100 {
      border-radius: 40px; } }

.mg24 {
  margin-bottom: 24px; }

.mg40 {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .mg40 {
      margin-bottom: 24px; } }

@media (max-width: 767px) {
  .imagetext-row.mg100 {
    margin-bottom: 0; } }

h1, .h1 {
  color: #1D1F30;
  font-size: 4rem;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.25px;
  margin-bottom: 24px; }
  @media (max-width: 1199px) {
    h1, .h1 {
      font-size: 3rem; } }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 34px; } }

h2, .h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 24px;
  letter-spacing: -0.25px; }
  @media (max-width: 1199px) {
    h2, .h2 {
      font-size: 34px; } }

h3, .h3 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 20px;
  margin-bottom: 11px; }

.widget-title.h3 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.25px;
  margin-bottom: 16px; }

.block-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.25px;
  margin-bottom: 25px; }
  .block-text p {
    margin-bottom: 0; }
  @media (max-width: 575px) {
    .block-text {
      font-size: 14px;
      margin-bottom: 12px; } }

.text-grey {
  color: #8F9BB3; }

.text-grey18 {
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  color: #8F9BB3;
  letter-spacing: -0.25px; }
  @media (max-width: 575px) {
    .text-grey18 {
      font-size: 14px; } }

.text-grey16 {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  color: #8F9BB3;
  letter-spacing: -0.25px;
  font-family: "Poppins", sans-serif; }
  @media (max-width: 575px) {
    .text-grey16 {
      font-size: 14px; } }

.small-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.25px; }

h1.page-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.25px;
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    h1.page-title {
      font-size: 34px; } }

.page-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.25px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .page-text {
      margin-bottom: 24px; } }
  @media (max-width: 767px) {
    .page-text {
      font-size: 14px; } }

ul {
  list-style: none;
  padding: 0;
  margin-bottom: 24px; }
  ul li {
    padding-left: 40px;
    background: url("../images/bullet.svg") 0 50% no-repeat; }
    @media (max-width: 767px) {
      ul li {
        padding-left: 35px;
        background-position: 0 5px; } }
    ul li:last-child {
      margin-bottom: 0 !important; }
  ul.list-ok li {
    background: url("../images/list-ok.svg") no-repeat 0 50%;
    background-size: 24px; }
  ul.list-no li {
    background: url("../images/list-no.svg") no-repeat 0 50%;
    background-size: 24px; }

.liststyle-none li {
  padding-left: 0;
  background: none; }

.big-list li {
  font-size: 20px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: -0.25px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .big-list li {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .big-list li {
      font-size: 14px; } }
  @media (max-width: 991px) {
    .big-list li {
      font-size: 16px;
      margin-bottom: 24px; } }
  @media (max-width: 767px) {
    .big-list li {
      font-size: 14px;
      margin-bottom: 12px; } }

.big-list.mgb-24 li {
  margin-bottom: 24px; }

.text-20 {
  font-size: 20px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: -0.25px;
  font-family: "Poppins", sans-serif; }
  @media (max-width: 991px) {
    .text-20 {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .text-20 {
      font-size: 14px; } }

.title-with-arr {
  position: relative; }
  .title-with-arr:after {
    display: block;
    content: "";
    position: absolute;
    background: url("../images/h_arrows/hv1.svg") no-repeat 50% 50%;
    width: 55px;
    height: 55px;
    right: -80px;
    top: -25px; }
    @media (max-width: 767px) {
      .title-with-arr:after {
        width: 37px;
        height: 37px;
        background-size: cover;
        right: -40px;
        top: -15px; } }

.title-with-arr2 {
  position: relative; }
  .title-with-arr2 h1 {
    display: inline; }
  .title-with-arr2:before {
    display: block;
    content: "";
    position: absolute;
    background: url("../images/h_arrows/bling-line1.svg") 50% 50% no-repeat;
    width: 52px;
    height: 52px;
    left: -63px;
    top: -25px; }
    @media (max-width: 767px) {
      .title-with-arr2:before {
        width: 32px;
        height: 32px;
        background: url("../images/h_arrows/bling-line1_small.svg") 50% 50% no-repeat;
        left: -32px;
        top: -15px; } }
  .title-with-arr2:after {
    display: block;
    content: "";
    position: absolute;
    background: url("../images/h_arrows/bling-line2.svg") 50% 50% no-repeat;
    width: 110px;
    height: 110px;
    right: -123px;
    bottom: -38px; }
    @media (max-width: 767px) {
      .title-with-arr2:after {
        background: url("../images/h_arrows/bling-line2_small.png") 50% 50% no-repeat;
        background-size: 100%;
        width: 80px;
        height: 93px;
        right: -28px;
        bottom: -15px; } }
    @media (max-width: 360px) {
      .title-with-arr2:after {
        display: none; } }

.title-with-arr3 {
  position: relative; }
  .title-with-arr3:before {
    display: block;
    content: "";
    position: absolute;
    background: url("../images/h_arrows/bling-line1.svg") 50% 50% no-repeat;
    width: 52px;
    height: 52px;
    left: -73px;
    top: -15px; }
    @media (max-width: 767px) {
      .title-with-arr3:before {
        width: 32px;
        height: 32px;
        background: url("../images/h_arrows/bling-line1_small.svg") 50% 50% no-repeat;
        left: -32px;
        top: -15px; } }
  .title-with-arr3:after {
    display: block;
    content: "";
    position: absolute;
    background: url("../images/h_arrows/bling-line3.png") no-repeat 50% 50%;
    background-size: cover;
    width: 135px;
    height: 108px;
    top: 4%;
    right: -170px; }

.page-cont {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.25px; }
  .page-cont h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    margin-top: 40px;
    text-transform: uppercase; }
  .page-cont p.h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase; }
  .page-cont h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 130%; }
  .page-cont p {
    margin-bottom: 20px; }
  .page-cont ol {
    margin-bottom: 24px; }
  .page-cont ul li {
    margin-bottom: 16px;
    padding-left: 36px;
    background-size: 18px;
    background-position: 4px 3px;
    line-height: 150%; }
  .page-cont li {
    line-height: 130%; }
  .page-cont .fs-20 {
    font-size: 20px; }

p.mgb-32 {
  margin-bottom: 32px; }

.icon {
  background-repeat: no-repeat;
  background-position: 0 0; }
  .icon--phone {
    background-image: url("../images/icon/phone.svg"); }
  .icon--phone-bl {
    background-image: url("../images/icon/phone_bl.svg"); }
  .icon--mail-bl {
    background-image: url("../images/icon/mail_bl.svg"); }
  .icon--location-bl {
    background-image: url("../images/icon/location_bl.svg"); }
  .icon--time {
    background-image: url("../images/icon/clock.svg"); }
  .icon--mail {
    background-image: url("../images/icon/mail.svg"); }
  .icon--address {
    background-image: url("../images/icon/location.svg"); }

.block-subtitle {
  font-size: 20px;
  margin-bottom: 12px; }
  .block-subtitle .title-number {
    font-family: "Poppins", sans-serif;
    border-radius: 20px;
    border: 2px solid #0061AF;
    padding: 3px 23px;
    margin-right: 10px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.25px;
    color: #0061AF;
    display: inline-block; }
  .block-subtitle .title-text {
    color: #0061AF;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .block-subtitle .title-text {
        font-size: 14px; } }
  @media (max-width: 767px) {
    .block-subtitle {
      font-size: 14px;
      margin-bottom: 12px; } }

.block-grey {
  border-radius: 40px;
  background: #F5F6FA;
  padding: 32px; }
  @media (max-width: 767px) {
    .block-grey {
      padding: 24px 16px; } }

.imagetext-row {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .imagetext-row {
      flex-direction: column;
      align-items: flex-start; } }
  .imagetext-row .imagetext-img {
    width: 42%;
    border-radius: 100px; }
    @media (max-width: 1199px) {
      .imagetext-row .imagetext-img {
        width: 47%; } }
    @media (max-width: 767px) {
      .imagetext-row .imagetext-img {
        width: 100%;
        margin-bottom: 24px; } }
    @media (max-width: 991px) {
      .imagetext-row .imagetext-img {
        border-radius: 60px; } }
    @media (max-width: 767px) {
      .imagetext-row .imagetext-img {
        border-radius: 40px; } }
  .imagetext-row .imagetext-text {
    width: 50%; }
    @media (max-width: 767px) {
      .imagetext-row .imagetext-text {
        width: 100%; } }

.block-grey-border {
  border-radius: 100px;
  border: 4px dashed #0061AF;
  background: #F5F6FA;
  padding: 80px; }
  @media (max-width: 991px) {
    .block-grey-border {
      border-radius: 60px; } }
  @media (max-width: 767px) {
    .block-grey-border {
      border-radius: 40px; } }
  @media (max-width: 991px) {
    .block-grey-border {
      padding: 40px; } }
  @media (max-width: 767px) {
    .block-grey-border {
      padding: 40px 16px; } }
  @media (max-width: 767px) {
    .block-grey-border {
      padding-top: 24px;
      padding-bottom: 24px;
      border: 2px dashed #0061AF; }
      .block-grey-border .h2 {
        font-size: 24px; } }

.contact-block {
  position: relative;
  margin-bottom: 40px; }
  .contact-block a {
    text-decoration: none; }
  .contact-block .timer {
    width: 95px;
    white-space: nowrap;
    position: absolute;
    right: 32px;
    top: 32px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding-left: 32px; }
    @media (max-width: 767px) {
      .contact-block .timer {
        top: 28px;
        right: 10px; } }
    .contact-block .timer.pl {
      background: url("../images/flag/pl.svg") no-repeat 0 0; }
    .contact-block .timer.cn {
      background: url("../images/flag/cn.svg") no-repeat 0 0; }
  .contact-block .h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 24px;
    width: 60%; }
    @media (max-width: 767px) {
      .contact-block .h3 {
        width: 70%; } }
  .contact-block h4, .contact-block .h4 {
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    color: #8F9BB3; }
  .contact-block strong {
    font-size: 16px;
    font-weight: 600;
    line-height: 130%; }
  .contact-block p {
    font-size: 12px;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 24px; }
    .contact-block p:last-child {
      margin-bottom: 0; }
  .contact-block .icon {
    min-height: 24px;
    padding-left: 32px;
    display: inline-block; }

@media (max-width: 1259px) {
  .wp-block-columns.is-layout-flex.wp-container-3 {
    margin-bottom: 0 !important;
    gap: 0 !important;
    flex-wrap: wrap !important; }
    .wp-block-columns.is-layout-flex.wp-container-3 .wp-block-column {
      flex-basis: inherit; } }
.contact-img {
  border-radius: 40px;
  margin-bottom: 100px; }
  @media (max-width: 1199px) {
    .contact-img {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .contact-img {
      margin-bottom: 40px; } }

.grey-flex-blocks {
  padding-top: 24px; }
  @media (min-width: 768px) {
    .grey-flex-blocks {
      padding-top: 54px;
      display: flex;
      gap: 32px; } }
.grey-flex-oneblock {
  font-family: "Poppins", sans-serif;
  flex: 1;
  text-align: center;
  padding: 45px 35px;
  letter-spacing: -0.25px;
  background: #F5F6FA;
  border-radius: 60px; }
  .grey-flex-oneblock img {
    margin-bottom: 32px; }
  .grey-flex-oneblock .h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.25px; }
    @media (max-width: 767px) {
      .grey-flex-oneblock .h3 {
        font-size: 24px; } }
  @media (max-width: 991px) {
    .grey-flex-oneblock {
      border-radius: 40px; } }
  @media (max-width: 767px) {
    .grey-flex-oneblock {
      margin-bottom: 40px;
      font-size: 14px; } }

.grey-flex-inline-blocks {
  border-radius: 40px;
  background: #F5F6FA;
  display: flex;
  padding: 32px 70px;
  justify-content: center;
  align-items: center;
  gap: 70px; }
  @media (max-width: 991px) {
    .grey-flex-inline-blocks {
      flex-direction: column;
      justify-content: left;
      gap: 30px;
      padding: 32px;
      align-items: flex-start; } }
  @media (max-width: 767px) {
    .grey-flex-inline-blocks {
      padding: 24px;
      gap: 24px;
      margin-bottom: 64px; } }
  .grey-flex-inline-blocks .inline-oneblock {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
    color: #1D1F30;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.25px;
    text-transform: lowercase; }
    @media (max-width: 767px) {
      .grey-flex-inline-blocks .inline-oneblock {
        font-size: 14px;
        gap: 16px; } }
    .grey-flex-inline-blocks .inline-oneblock img {
      width: 75px; }
      @media (max-width: 767px) {
        .grey-flex-inline-blocks .inline-oneblock img {
          width: 40px; } }
    .grey-flex-inline-blocks .inline-oneblock p {
      margin-bottom: 0; }
  .grey-flex-inline-blocks .delitel {
    height: 65px;
    width: 2px;
    background: #E60033; }
    @media (max-width: 991px) {
      .grey-flex-inline-blocks .delitel {
        display: none; } }
  .grey-flex-inline-blocks.wariant-2 {
    padding: 32px 80px;
    justify-content: center;
    align-items: center;
    gap: 80px; }
    @media (max-width: 1199px) {
      .grey-flex-inline-blocks.wariant-2 {
        padding: 32px;
        gap: 30px; } }
    @media (max-width: 991px) {
      .grey-flex-inline-blocks.wariant-2 {
        align-items: flex-start; } }
    @media (max-width: 767px) {
      .grey-flex-inline-blocks.wariant-2 {
        padding: 24px;
        gap: 20px; } }
    .grey-flex-inline-blocks.wariant-2 .inline-oneblock {
      flex: inherit; }
      @media (max-width: 767px) {
        .grey-flex-inline-blocks.wariant-2 .inline-oneblock {
          gap: 24px; } }
    .grey-flex-inline-blocks.wariant-2 .h3 {
      display: flex;
      align-items: baseline;
      gap: 8px;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .grey-flex-inline-blocks.wariant-2 .h3 {
          font-size: 24px; } }
    .grey-flex-inline-blocks.wariant-2 strong {
      font-family: "Poppins", sans-serif;
      color: #0061AF;
      text-align: center;
      font-size: 48px;
      font-style: normal;
      font-weight: 600;
      line-height: 130%;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .grey-flex-inline-blocks.wariant-2 strong {
          font-size: 24px; } }
    .grey-flex-inline-blocks.wariant-2 small {
      color: #0061AF;
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      line-height: 130%;
      text-transform: lowercase; }
      @media (max-width: 767px) {
        .grey-flex-inline-blocks.wariant-2 small {
          font-size: 12px; } }

.wp-block-categories-list {
  list-style: none;
  margin-bottom: 32px; }
  .wp-block-categories-list li {
    background: none;
    padding: 0;
    margin-bottom: 8px; }
    @media (max-width: 991px) and (min-width: 768px) {
      .wp-block-categories-list li {
        display: inline-block; } }
    .wp-block-categories-list li:hover a, .wp-block-categories-list li.active a {
      background: #0061AF;
      color: #fff; }
    .wp-block-categories-list li a {
      font-size: 20px;
      line-height: 130%;
      transition: background 0.2s linear;
      border-radius: 15px;
      display: block;
      background: #F5F6FA;
      padding: 22px 20px;
      color: #8F9BB3;
      text-decoration: none; }
      @media (max-width: 767px) {
        .wp-block-categories-list li a {
          padding: 22px 24px;
          font-size: 16px;
          border-radius: 15px; } }

.wp-block-tags-list {
  list-style: none;
  margin-bottom: 32px; }
  .wp-block-tags-list li {
    background: none;
    padding: 0;
    display: inline-block;
    margin-bottom: 8px; }
    .wp-block-tags-list li:hover a, .wp-block-tags-list li.active a {
      background: #0061AF;
      color: #fff; }
    .wp-block-tags-list li a {
      font-size: 16px;
      line-height: 130%;
      transition: background 0.2s linear;
      border-radius: 15px;
      display: block;
      background: #F5F6FA;
      padding: 16px;
      color: #8F9BB3;
      text-decoration: none; }
      @media (max-width: 767px) {
        .wp-block-tags-list li a {
          padding: 22px 24px;
          font-size: 16px;
          border-radius: 15px; } }

.wp-post {
  margin-bottom: 40px; }
  .wp-post__post-image img {
    border-radius: 40px;
    margin-bottom: 24px;
    width: 100% !important;
    height: 292px !important;
    object-fit: cover; }
    @media (max-width: 767px) {
      .wp-post__post-image img {
        margin-bottom: 24px !important;
        height: 230px !important; } }
  .wp-post__post-title {
    line-height: 130%;
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.25px; }
    .wp-post__post-title a {
      text-decoration: none; }
    @media (max-width: 767px) {
      .wp-post__post-title {
        font-size: 20px !important; } }
  .wp-post__post-date {
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase;
    color: #0061AF;
    margin-bottom: 3px; }
    @media (max-width: 767px) {
      .wp-post__post-date {
        font-size: 14px;
        margin-bottom: 12px; } }
  .wp-post__post-short {
    font-size: 20px;
    font-weight: 400;
    line-height: 170%;
    color: #8F9BB3;
    letter-spacing: -0.25px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .wp-post__post-short {
        font-size: 14px;
        margin-bottom: 12px; } }
  .wp-post.big-post .wp-post__post-title {
    font-size: 36px; }
  .wp-post.big-post .wp-post__post-image img {
    margin-bottom: 12px;
    height: 424px !important; }
    @media (max-width: 991px) {
      .wp-post.big-post .wp-post__post-image img {
        height: auto !important; } }
  .wp-post.big-post .wp-post__post-text {
    font-size: 20px;
    margin-bottom: 55px; }
  .wp-post__post-text {
    font-size: 16px;
    color: #8F9BB3;
    line-height: 200%;
    letter-spacing: -0.25px; }
    @media (max-width: 767px) {
      .wp-post__post-text {
        font-size: 14px !important; } }
    .wp-post__post-text p {
      margin-bottom: 0; }

.wp-post.wp-post-news {
  margin-bottom: 32px; }
  .wp-post.wp-post-news .wp-post__post-title {
    font-size: 28px; }
  .wp-post.wp-post-news .wp-post__post-image img {
    margin-bottom: 0; }

.single-post-image {
  margin-bottom: 32px; }
  .single-post-image img {
    border-radius: 100px;
    height: auto !important;
    width: 100% !important;
    max-height: 700px; }
    @media (max-width: 991px) {
      .single-post-image img {
        border-radius: 60px; } }
    @media (max-width: 767px) {
      .single-post-image img {
        border-radius: 40px; } }
  @media (max-width: 767px) {
    .single-post-image img {
      min-height: 230px !important; } }

.single-post-cont {
  margin-bottom: 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; }
  @media (max-width: 767px) {
    .single-post-cont {
      font-size: 14px; } }
  .single-post-cont h2, .single-post-cont h3, .single-post-cont h4, .single-post-cont h5 {
    margin-top: 40px;
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.25px; }
    .single-post-cont h2:first-child, .single-post-cont h3:first-child, .single-post-cont h4:first-child, .single-post-cont h5:first-child {
      margin-top: 0; }
    @media (max-width: 767px) {
      .single-post-cont h2, .single-post-cont h3, .single-post-cont h4, .single-post-cont h5 {
        margin-top: 24px; } }
  .single-post-cont a {
    color: #0061AF; }
  .single-post-cont p, .single-post-cont ul, .single-post-cont ol {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.25px; }
    @media (max-width: 767px) {
      .single-post-cont p, .single-post-cont ul, .single-post-cont ol {
        font-size: 14px; } }
  .single-post-cont img.aligncenter {
    margin-left: auto;
    display: block;
    margin-right: auto; }
  .single-post-cont table {
    margin-top: 24px; }
    @media (max-width: 767px) {
      .single-post-cont table {
        margin-top: 12px; } }
  .single-post-cont table td {
    vertical-align: top;
    padding: 12px 24px 12px 0; }
  .single-post-cont ul, .single-post-cont ol {
    margin-top: 24px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .single-post-cont ul, .single-post-cont ol {
        margin-top: 12px; } }
    .single-post-cont ul li, .single-post-cont ol li {
      margin-bottom: 24px;
      background-position: 3px 7px; }
      @media (max-width: 767px) {
        .single-post-cont ul li, .single-post-cont ol li {
          background-size: 18px;
          background-position: 0 3px;
          padding-left: 27px;
          margin-bottom: 12px; } }
      .single-post-cont ul li ul, .single-post-cont ul li ol, .single-post-cont ol li ul, .single-post-cont ol li ol {
        padding-top: 24px; }
      .single-post-cont ul li li, .single-post-cont ol li li {
        background-size: 20px;
        padding-left: 30px; }
  .single-post-cont h2 {
    font-size: 40px; }
    @media (max-width: 767px) {
      .single-post-cont h2 {
        font-size: 20px; } }
  .single-post-cont h3 {
    font-size: 32px; }
    @media (max-width: 767px) {
      .single-post-cont h3 {
        font-size: 16px; } }
  .single-post-cont .link-block {
    border-radius: 30px;
    border: 2px solid #8F9BB3;
    background: url("../images/link.svg") no-repeat 16px 16px;
    padding: 16px 16px 16px 72px;
    margin: 24px 0;
    word-break: break-word; }
  .single-post-cont .numb {
    display: flex;
    align-items: center;
    margin: 24px 0; }
    .single-post-cont .numb strong {
      border-radius: 100%;
      background: #F5F6FA;
      color: #8F9BB3;
      width: 62px;
      height: 62px;
      min-width: 62px;
      margin-right: 24px;
      font-weight: 500;
      line-height: 130%;
      letter-spacing: -0.08px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 767px) {
        .single-post-cont .numb strong {
          width: 48px;
          height: 48px;
          min-width: 48px; } }

.more-post-block {
  border-top: 1px solid #8F9BB3;
  padding-top: 40px; }
  @media (max-width: 767px) {
    .more-post-block {
      padding-top: 24px; } }
  .more-post-block .h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.25px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .more-post-block .h3 {
        font-size: 20px;
        margin-bottom: 24px; } }

.widget-area .widget {
  background: none;
  padding: 0;
  box-shadow: none; }

.btn, #forminator-module-68 .btn {
  border-radius: 30px;
  color: #FFFFFF !important;
  border: 0;
  height: 56px;
  padding: 16px 45px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  box-shadow: none;
  letter-spacing: 0.3px; }
  .btn:hover, .btn:focus, .btn:active, #forminator-module-68 .btn:hover, #forminator-module-68 .btn:focus, #forminator-module-68 .btn:active {
    opacity: 0.9; }
  @media (max-width: 575px) {
    .btn, #forminator-module-68 .btn {
      width: 100%; } }

.btn.btn-success, .contact-form.blue-form form.forminator-custom-form .btn.btn-success {
  background: #E60033 !important; }

a.btn.btn-success {
  height: 53px; }

.btn.btn-info {
  background: #0061AF; }
  .btn.btn-info.btn-info-small {
    padding-left: 24px;
    padding-right: 24px; }
    @media (max-width: 575px) {
      .btn.btn-info.btn-info-small {
        font-size: 14px;
        font-weight: 600; } }

a.btn.btn-info {
  height: 53px; }
  @media (max-width: 575px) {
    a.btn.btn-info {
      height: auto; } }

.form-control, .forminator-input {
  box-shadow: none !important;
  padding: 16px;
  border-radius: 40px;
  border: 1px solid #8F9BB3;
  background: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: normal; }
  .form-control.error, .forminator-input.error {
    background-color: #FDF3F5; }

input::placeholder, textarea::placeholder {
  color: #8F9BB3 !important; }

textarea.form-control {
  resize: none;
  border-radius: 30px; }

.form-label {
  font-size: 0.75rem;
  line-height: 14px;
  display: block;
  margin-bottom: 5px; }

.form-group {
  margin-bottom: 20px; }

.input-ingroup {
  position: relative; }
  .input-ingroup .form-control {
    padding-right: 100px; }

.blue-form {
  position: relative; }
  .blue-form .form-control {
    border-color: #FFFFFF; }
  .blue-form a {
    color: #FFFFFF !important; }
  @media (min-width: 768px) {
    .blue-form .small-text {
      margin-top: -15px; } }
  .blue-form .forminator-error-message {
    color: #ED739C !important;
    line-height: 140% !important; }
  .blue-form .hide-label .forminator-label {
    display: none !important; }
  .blue-form .warunki-h4 {
    margin-bottom: -30px; }
    @media (max-width: 767px) {
      .blue-form .warunki-h4 {
        margin-bottom: -15px; } }

.checkbox {
  padding: 0;
  margin: 0;
  font-weight: 400;
  position: relative; }
  .checkbox label {
    padding-left: 0;
    display: block;
    margin-bottom: 0 !important;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.25px; }
  .checkbox span.title {
    vertical-align: middle;
    display: inline-block;
    line-height: 120%;
    margin-left: 30px;
    min-height: 20px; }
  .checkbox input[type='checkbox'] {
    position: absolute;
    left: -9999px; }
    .checkbox input[type='checkbox'] + .ico, .checkbox input[type='checkbox'] + label + .ico {
      height: 18px;
      width: 18px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 12px;
      position: absolute;
      background: #FFFFFF;
      border: 1px solid #8F9BB3;
      border-radius: 3px;
      top: 1px;
      left: 0; }
    .checkbox input[type='checkbox']:checked + .ico:before, .checkbox input[type='checkbox']:checked + label + .ico:before {
      content: "";
      display: block;
      background: #0061AF;
      width: 12px;
      height: 12px;
      margin: 2px;
      border-radius: 2px; }

.forminator-field.forminator-has_error .forminator-input {
  border-color: #E60033 !important; }

.contact-form.blue-form form.forminator-custom-form .forminator-checkbox-label {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.25px;
  color: #fff;
  margin-left: 18px; }
  .contact-form.blue-form form.forminator-custom-form .forminator-checkbox-label a {
    font-weight: 600; }
  @media (max-width: 767px) {
    .contact-form.blue-form form.forminator-custom-form .forminator-checkbox-label {
      font-size: 14px;
      margin-left: 18px !important; } }
.contact-form.blue-form form.forminator-custom-form .forminator-textarea, .contact-form.blue-form form.forminator-custom-form .forminator-input {
  box-shadow: none !important;
  padding: 16px;
  border-radius: 40px;
  border: 1px solid #8F9BB3 !important;
  background: #FFFFFF !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: normal; }
.contact-form.blue-form form.forminator-custom-form .forminator-has_error .forminator-textarea, .contact-form.blue-form form.forminator-custom-form .forminator-has_error .forminator-input {
  border-color: #ED739C !important; }
.contact-form.blue-form form.forminator-custom-form .forminator-error-message {
  background: transparent !important;
  border-radius: 10px;
  font-size: 14px !important; }
.contact-form.blue-form form.forminator-custom-form .btn {
  min-width: 200px; }
.contact-form.blue-form form.forminator-custom-form .forminator-row {
  margin-bottom: 24px; }
  .contact-form.blue-form form.forminator-custom-form .forminator-row.forminator-row-last {
    margin-bottom: 0; }
.contact-form.blue-form form.forminator-custom-form .forminator-description {
  color: #fff !important;
  opacity: 0.7;
  padding-right: 30px; }
.contact-form.blue-form form.forminator-custom-form .btn {
  color: #FFFFFF !important;
  padding: 16px 45px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
  border-radius: 30px !important; }
.contact-form.blue-form form.forminator-custom-form label.forminator-label, .contact-form.blue-form form.forminator-custom-form h4.forminator-label, .contact-form.blue-form form.forminator-custom-form span.forminator-label {
  margin-bottom: 12px;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 130% !important;
  color: #fff !important; }
  @media (max-width: 767px) {
    .contact-form.blue-form form.forminator-custom-form label.forminator-label, .contact-form.blue-form form.forminator-custom-form h4.forminator-label, .contact-form.blue-form form.forminator-custom-form span.forminator-label {
      font-size: 20px !important; } }
.contact-form.blue-form form.forminator-custom-form span.forminator-radio-label {
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.25px; }
.contact-form.blue-form form.forminator-custom-form span.forminator-description {
  padding-left: 12px;
  margin-top: 12px !important;
  font-size: 16px !important;
  line-height: 130%;
  letter-spacing: -0.25px; }
.contact-form.blue-form form.forminator-custom-form div.forminator-all-group-copies {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important; }
.contact-form.blue-form form.forminator-custom-form .forminator-checkbox {
  align-items: flex-start !important; }
  @media (max-width: 767px) {
    .contact-form.blue-form form.forminator-custom-form .forminator-checkbox .forminator-checkbox-box {
      margin-top: 3px; } }
.contact-form.blue-form form.forminator-custom-form .forminator-row .forminator-row {
  margin-bottom: 0; }
.contact-form.blue-form form.forminator-custom-form .forminator-response-message.forminator-success {
  text-align: center;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important; }
  .contact-form.blue-form form.forminator-custom-form .forminator-response-message.forminator-success .h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 130%;
    color: #fff;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .contact-form.blue-form form.forminator-custom-form .forminator-response-message.forminator-success .h1 {
        font-size: 34px;
        margin-bottom: 16px; } }
  .contact-form.blue-form form.forminator-custom-form .forminator-response-message.forminator-success p {
    margin-bottom: 35px;
    color: #fff !important;
    font-size: 20px !important; }
    @media (max-width: 767px) {
      .contact-form.blue-form form.forminator-custom-form .forminator-response-message.forminator-success p {
        font-size: 16px !important;
        margin-bottom: 16px;
        line-height: 170%; } }
    .contact-form.blue-form form.forminator-custom-form .forminator-response-message.forminator-success p .icon {
      padding-left: 30px;
      display: inline-block;
      margin-top: 15px; }
@media (max-width: 767px) {
  .contact-form.blue-form form.forminator-custom-form .forminator-grouped-fields .forminator-checkbox {
    margin-bottom: 12px !important; } }
.contact-form.blue-form form.forminator-custom-form .forminator-required {
  display: none !important; }

.forminator-edit-module {
  display: none !important; }

.forminator-custom-form {
  margin-bottom: 0 !important; }

ul.iti__country-list li.iti__country {
  background: none !important;
  color: #1D1F30 !important; }

.popup-subs {
  position: relative; }
  .popup-subs .pop-img {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    height: 100% !important;
    object-fit: cover; }
    @media (max-width: 767px) {
      .popup-subs .pop-img {
        width: 100%;
        border-top-right-radius: 40px;
        border-top-left-radius: 40px;
        border-bottom-left-radius: 0;
        height: 200px !important; } }

.popup-form {
  padding: 60px 40px 60px 30px;
  font-weight: 400; }
  @media (max-width: 991px) {
    .popup-form {
      padding-left: 0;
      padding-bottom: 30px; } }
  @media (max-width: 767px) {
    .popup-form {
      padding: 24px 12px;
      width: 100%; } }
  .popup-form .h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 150%; }
    @media (max-width: 1199px) {
      .popup-form .h3 {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .popup-form .h3 {
        font-size: 22px; } }
  .popup-form p.grey {
    font-size: 16px;
    font-weight: 500;
    line-height: 170%;
    color: #8F9BB3;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .popup-form p.grey {
        font-size: 14px; } }
  .popup-form .forminator-response-message {
    display: none; }
  .popup-form .forminator-success {
    text-align: center;
    font-size: 20px;
    line-height: 140%; }
    @media (max-width: 767px) {
      .popup-form .forminator-success {
        min-height: 100px; } }
  .popup-form .forminator-input {
    width: 100%;
    background: #fff !important; }
  .popup-form .forminator-row.forminator-row-last {
    margin-bottom: 0 !important; }
  @media (max-width: 767px) {
    .popup-form .btn {
      width: 100%; } }
  .popup-form .forminator-checkbox-label {
    color: #1D1F30;
    font-size: 14px;
    font-style: normal;
    line-height: 130%;
    letter-spacing: -0.25px;
    opacity: 1;
    font-weight: 400;
    padding-left: 12px; }
  .popup-form .forminator-checkbox {
    margin-top: -15px;
    display: flex; }
    @media (max-width: 767px) {
      .popup-form .forminator-checkbox {
        margin-top: -5px; } }
    .popup-form .forminator-checkbox input[type=checkbox] {
      width: 1px !important;
      height: 1px !important;
      overflow: hidden !important;
      position: absolute !important;
      white-space: nowrap !important;
      margin: -1px !important;
      padding: 0 !important;
      border: 0 !important;
      clip: rect(0 0 0 0) !important;
      clip-path: inset(50%) !important; }
  .popup-form .forminator-checkbox-box {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    display: inline-block;
    border-color: #cad3df;
    margin-top: 2px; }
  .popup-form .forminator-checkbox input:checked + .forminator-checkbox-box {
    border-color: #17A8E3;
    background-color: #fff;
    color: #17A8E3; }
    .popup-form .forminator-checkbox input:checked + .forminator-checkbox-box:before {
      content: "✓";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      color: inherit;
      font-size: 12px;
      transform: translate(-50%, -50%);
      transition: .2s ease; }
  .popup-form .forminator-error-message {
    padding: 5px 0 0 30px;
    display: inline-block; }
  .popup-form #email-1 .forminator-error-message {
    padding-left: 18px; }

.form-cont {
  display: flex;
  align-items: center; }

@media (max-width: 767px) {
  .pum-theme-343 .pum-container, .pum-theme-lightbox .pum-container {
    border-radius: 40px !important; } }

#popmake-351 .popmake-close {
  position: absolute;
  border: 0;
  background: url("../images/close.svg") no-repeat 50% 50%;
  font-size: 0;
  width: 32px;
  height: 32px;
  top: 32px;
  right: 32px;
  box-shadow: none; }
  @media (max-width: 767px) {
    #popmake-351 .popmake-close {
      right: 16px;
      top: 16px; } }

@media screen and (max-width: 767px) {
  #forminator-module-68 .forminator-row:nth-of-type(7) {
    margin-bottom: 4px !important; } }

.fos-detail, .fos-detail-hide {
  display: none;
  margin-bottom: 0;
  cursor: pointer;
  text-decoration: underline !important;
  margin-left: 38px;
  margin-top: 0;
  font-size: 14px;
  user-select: none; }

@media (max-width: 767px) {
  .fos-detail {
    display: block; } }

@media (min-width: 768px) {
  .fos-detail-hide, .fos-detail {
    display: none !important; } }
.small-text p {
  margin-bottom: 0; }

.fos-detail-text {
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .fos-detail-text {
      padding: 0 0 4px 38px;
      display: none; } }

.section {
  margin-bottom: 100px; }
  @media (max-width: 1199px) {
    .section {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .section {
      margin-bottom: 40px; } }

.pd45 {
  padding-top: 25px; }
  @media (max-width: 767px) {
    .pd45 {
      padding-top: 0; } }

@media (max-width: 575px) {
  .page-image {
    margin-bottom: 24px; } }

.top-slider img {
  border-radius: 100px; }
  @media (max-width: 991px) {
    .top-slider img {
      border-radius: 60px; } }
  @media (max-width: 767px) {
    .top-slider img {
      border-radius: 40px; } }
@media (max-width: 767px) {
  .top-slider {
    margin-bottom: 24px; } }
.top-slider .swiper-pagination {
  padding-top: 24px;
  position: inherit;
  margin-bottom: 14px; }
  .top-slider .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    border-radius: 5px;
    transition: width 0.2s;
    width: 10px;
    opacity: 1;
    background: #8F9BB3;
    height: 10px; }
    .top-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      width: 24px;
      background: #0061AF; }
      @media (max-width: 767px) {
        .top-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          width: 16px; } }
    @media (max-width: 767px) {
      .top-slider .swiper-pagination .swiper-pagination-bullet {
        height: 4px;
        width: 4px; } }
  @media (max-width: 767px) {
    .top-slider .swiper-pagination {
      padding-top: 12px;
      line-height: 10px; } }

.o-firme {
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  background: url("../images/map.png") no-repeat 100% 50%; }
  .o-firme-textblock {
    max-width: 590px; }
  @media (min-width: 768px) {
    .o-firme .plain {
      margin-top: -25px;
      background: url("../images/road.png") no-repeat 63% 0; } }
  @media (max-width: 575px) {
    .o-firme {
      background-position: 50% 70px;
      background-size: 150%;
      margin-bottom: 60px; } }

.wspolpraca-title {
  max-width: 730px;
  margin: 0 auto 65px auto;
  text-align: center; }
  @media (max-width: 767px) {
    .wspolpraca-title {
      margin-bottom: 24px;
      max-width: 280px; } }
.wspolpraca-cloud {
  overflow: hidden;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto; }
  .wspolpraca-cloud-row {
    display: flex;
    padding-left: 24px;
    padding-right: 24px;
    gap: 32px; }
    @media (max-width: 1199px) {
      .wspolpraca-cloud-row {
        gap: 20px; } }
    @media (max-width: 767px) {
      .wspolpraca-cloud-row {
        gap: 0 12px;
        flex-wrap: wrap;
        padding: 0; } }
    .wspolpraca-cloud-row.row-2 .wspolpraca-cloud-item {
      justify-content: center; }
  .wspolpraca-cloud-item {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 32px 64px;
    border-radius: 100px;
    background: #F5F6FA;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.25px;
    margin-bottom: 40px;
    font-family: "Poppins", sans-serif; }
    @media (max-width: 991px) {
      .wspolpraca-cloud-item {
        border-radius: 60px; } }
    @media (max-width: 767px) {
      .wspolpraca-cloud-item {
        border-radius: 40px; } }
    @media (max-width: 1199px) {
      .wspolpraca-cloud-item {
        font-size: 1.2rem; } }
    @media (max-width: 1199px) {
      .wspolpraca-cloud-item {
        padding: 32px 40px;
        margin-bottom: 20px;
        border-radius: 60px; } }
  @media (max-width: 1199px) and (max-width: 991px) {
    .wspolpraca-cloud-item {
      border-radius: 40px; } }

    @media (max-width: 991px) {
      .wspolpraca-cloud-item {
        padding: 20px; } }
    @media (max-width: 767px) {
      .wspolpraca-cloud-item {
        padding: 12px 34px;
        font-size: 14px;
        margin-bottom: 12px;
        flex: inherit;
        min-height: 75px; } }
    .wspolpraca-cloud-item-num {
      width: 100%;
      font-size: 40px;
      white-space: nowrap;
      font-weight: 600;
      line-height: 130%;
      font-family: "Montserrat", sans-serif; }
      @media (max-width: 1199px) {
        .wspolpraca-cloud-item-num {
          font-size: 30px; } }
      @media (max-width: 1300px) {
        .wspolpraca-cloud-item-num {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .wspolpraca-cloud-item-num {
          font-size: 24px; } }
    .wspolpraca-cloud-item-info {
      font-family: "Montserrat", sans-serif;
      width: 100%;
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 170%; }
      @media (max-width: 1199px) {
        .wspolpraca-cloud-item-info {
          font-size: 16px;
          line-height: 140%; } }
      @media (max-width: 767px) {
        .wspolpraca-cloud-item-info {
          font-size: 14px;
          white-space: nowrap; } }

.dla-kogo {
  background: url("../images/hand.svg") no-repeat 100% -15px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .dla-kogo {
      background: none; } }
  @media (max-width: 1199px) {
    .dla-kogo {
      background-size: 300px; } }
  @media (max-width: 991px) {
    .dla-kogo {
      background-size: 230px; } }
  .dla-kogo-title {
    max-width: 620px;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .dla-kogo-title {
        max-width: 500px; } }
  .dla-kogo-bg {
    padding-top: 55px;
    background: url("../images/bg_vector/vector.png") no-repeat 45% 0; }
    @media (max-width: 991px) {
      .dla-kogo-bg {
        padding-top: 24px; } }
    @media (max-width: 767px) {
      .dla-kogo-bg {
        background: none; } }
  .dla-kogo .imagetext-row {
    margin-bottom: 80px; }
    @media (max-width: 991px) {
      .dla-kogo .imagetext-row {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .dla-kogo .imagetext-row {
        margin-bottom: 16px; } }

.uslugi-title {
  display: inline-block;
  position: relative;
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .uslugi-title {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .uslugi-title {
      margin-bottom: 24px; } }
  .uslugi-title:after {
    display: block;
    content: "";
    position: absolute;
    background: url("../images/h_arrows/group.svg") no-repeat 50% 50%;
    background-size: cover;
    width: 180px;
    height: 144px;
    top: 0;
    right: -200px; }
    @media (max-width: 991px) {
      .uslugi-title:after {
        width: 90px;
        height: 77px;
        right: -105px; } }
    @media (max-width: 767px) {
      .uslugi-title:after {
        width: 80px;
        height: 63px; } }
.uslugi ul {
  list-style: none;
  padding: 0; }
  .uslugi ul li {
    width: 93%;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.25px; }
    .uslugi ul li img {
      margin-right: 24px; }
      @media (max-width: 767px) {
        .uslugi ul li img {
          width: 40px;
          height: 40px; } }
    @media (max-width: 991px) {
      .uslugi ul li {
        width: 100%;
        font-size: 20px;
        margin-bottom: 24px; } }
    @media (max-width: 767px) {
      .uslugi ul li {
        font-size: 14px;
        margin-bottom: 12px; } }
@media (min-width: 1200px) {
  .uslugi .column-2 ul {
    padding-left: 40px; } }

.uslugi ul, .icons-list, .page-cont .icons-list {
  list-style: none;
  padding: 0; }
  .uslugi ul li, .icons-list li, .page-cont .icons-list li {
    padding-left: 0 !important;
    width: 93%;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.25px; }
    .uslugi ul li img, .icons-list li img, .page-cont .icons-list li img {
      margin-right: 24px; }
      @media (max-width: 767px) {
        .uslugi ul li img, .icons-list li img, .page-cont .icons-list li img {
          width: 40px;
          height: 40px; } }
    @media (max-width: 991px) {
      .uslugi ul li, .icons-list li, .page-cont .icons-list li {
        width: 100%;
        font-size: 20px;
        margin-bottom: 24px; } }
    @media (max-width: 767px) {
      .uslugi ul li, .icons-list li, .page-cont .icons-list li {
        font-size: 14px;
        margin-bottom: 12px; } }

.ofirme-blocks p {
  margin-bottom: 0; }
.ofirme-blocks .zasady-title {
  position: relative;
  display: inline-block; }
  .ofirme-blocks .zasady-title:after {
    display: block;
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    background: url("../images/h_arrows/hv1.svg") no-repeat 50% 50%;
    right: -70px;
    top: -25px; }
.ofirme-blocks .bez-title {
  position: relative;
  display: inline-block; }
  .ofirme-blocks .bez-title:after {
    display: block;
    content: "";
    position: absolute;
    width: 120px;
    height: 96px;
    background: url("../images/h_arrows/hv2.svg") no-repeat 50% 50%;
    right: -155px;
    top: -10px; }
    @media (max-width: 767px) {
      .ofirme-blocks .bez-title:after {
        display: none; } }

@media (max-width: 767px) {
  .ofirme-blocks-sec {
    background: url("../images/bg_vector/line1_sm.png") no-repeat 0 90px; } }
@media (min-width: 768px) {
  .ofirme-blocks-bg {
    background: url("../images/bg_vector/line1.png") no-repeat 50% 100%; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .ofirme-blocks-bg {
    background-size: 120%;
    background-position: 50% 90%; } }

@media (min-width: 768px) {
  .robimy, .reputacja {
    background: url("../images/bg_vector/line1.png") no-repeat 50% 100%; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .robimy, .reputacja {
    background-size: 120%;
    background-position: 50% 90%; } }
@media (max-width: 767px) {
  .robimy, .reputacja {
    margin-bottom: 16px; }
    .robimy .imagetext-text, .reputacja .imagetext-text {
      margin-bottom: 24px; }
    .robimy .h2, .reputacja .h2 {
      font-size: 24px;
      margin-bottom: 12px; } }

.zarzad {
  text-align: center; }
  .zarzad-title {
    margin-bottom: 80px; }
    @media (max-width: 1199px) {
      .zarzad-title {
        margin-bottom: 60px; } }
    @media (max-width: 767px) {
      .zarzad-title {
        margin-bottom: 40px; } }
    @media (max-width: 575px) {
      .zarzad-title {
        margin-bottom: 24px; } }
  @media (min-width: 768px) {
    .zarzad-items {
      display: flex;
      justify-content: space-between; } }
  .zarzad-item-image {
    margin-bottom: 24px; }
    @media (max-width: 575px) {
      .zarzad-item-image {
        margin-bottom: 12px; } }
  .zarzad-item-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.25px;
    margin-bottom: 12px; }
    @media (max-width: 1199px) {
      .zarzad-item-title {
        font-size: 24px; } }
  .zarzad-item-subtitle {
    font-size: 24px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.25px;
    letter-spacing: -0.25px; }
    @media (max-width: 1199px) {
      .zarzad-item-subtitle {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .zarzad-item-subtitle {
        font-size: 14px; } }
  @media (max-width: 1199px) {
    .zarzad-item {
      width: 32%; } }
  @media (max-width: 767px) {
    .zarzad-item {
      width: 100%;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .zarzad {
      margin-bottom: 24px; } }

.rodzina-text {
  margin-bottom: 50px;
  max-width: 600px; }
  @media (max-width: 767px) {
    .rodzina-text {
      margin-bottom: 24px; } }
@media (max-width: 575px) {
  .rodzina-title {
    margin-bottom: 12px; }
    .rodzina-title span:after {
      display: none; } }
.rodzina-map {
  text-align: center;
  justify-content: center;
  background: url("../images/bg_vector/map.png") no-repeat 50% 50%;
  min-height: 610px;
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .rodzina-map {
      justify-content: left;
      text-align: left;
      padding-left: 24px;
      background-position: 40% 50px;
      background-size: 1300px; } }
  @media (max-width: 575px) {
    .rodzina-map {
      padding-left: 12px; } }
  .rodzina-map-cont {
    max-width: 1550px; }
    @media (min-width: 1200px) {
      .rodzina-map-cont {
        margin-bottom: 110px; } }
  .rodzina-map h3 {
    transition: opacity 0.2s;
    color: #0061AF;
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.25px;
    text-transform: uppercase;
    display: inline-block;
    margin: 20px 36px 20px 36px; }
    .rodzina-map h3:hover {
      opacity: 0.5; }
    @media (max-width: 767px) {
      .rodzina-map h3 {
        margin: 0 12px 12px 0;
        text-align: left; } }

.dostawcy .btn {
  min-width: 320px; }
  @media (max-width: 767px) {
    .dostawcy .btn {
      min-width: auto; } }
@media (max-width: 575px) {
  .dostawcy-title {
    font-size: 24px;
    text-align: center; } }

@media (max-width: 575px) {
  .fabryki-title {
    font-size: 24px; } }

.agent-logos-cont {
  padding-left: 45px; }
  @media (max-width: 575px) {
    .agent-logos-cont {
      padding-left: 0; } }
@media (max-width: 575px) {
  .agent-title span:after {
    display: none; } }
@media (max-width: 575px) {
  .agent .mg100 {
    margin-bottom: 0; } }
.agent-logos.agent-logos-mgb32 img {
  margin-bottom: 32px; }
.agent-logos img {
  margin: 0 20px 24px 0; }
  .agent-logos img:last-child {
    margin-right: 0; }
@media (max-width: 575px) {
  .agent-logos {
    text-align: center; } }
.agent .btn {
  min-width: 320px; }
  @media (max-width: 767px) {
    .agent .btn {
      min-width: auto; } }

.magazyn {
  margin-bottom: 0; }

.transport {
  padding-top: 100px;
  background: url("../images/bg_vector/transport.png") no-repeat 60% 0; }
  @media (max-width: 575px) {
    .transport {
      padding-top: 40px;
      background: none; } }
  .transport-title {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .transport-title span:after {
        width: 50px;
        height: 50px;
        background-size: contain;
        right: -50px;
        bottom: -25px; } }
  .transport li .transport-btn {
    display: inline-block; }
    @media (max-width: 575px) {
      .transport li .transport-btn {
        display: none; } }
  .transport-btn {
    margin-top: 24px;
    display: none; }
    @media (max-width: 575px) {
      .transport-btn {
        display: block;
        padding-left: 12px;
        padding-right: 12px; } }

.page-id-49 {
  background: url("../images/bg_vector/import.png") no-repeat 50% 30px; }
  @media (min-width: 992px) {
    .page-id-49 .import {
      background: none; } }
  @media (max-width: 991px) {
    .page-id-49 {
      background: none; } }

.postid-726 {
  background: url("../images/bg_vector/import.png") no-repeat 50% -30px; }
  @media (min-width: 992px) {
    .postid-726 .import {
      background: none; } }
  @media (max-width: 991px) {
    .postid-726 {
      background: none; } }

.import {
  text-align: center;
  padding-top: 20px;
  min-height: 600px;
  background: url("../images/bg_vector/import.png") no-repeat 20% 0;
  background-size: contain;
  margin-bottom: 45px; }
  @media (min-width: 992px) {
    .import-title span {
      display: inline-block; } }
  @media (max-width: 991px) {
    .import-title {
      max-width: 70%;
      margin-right: auto;
      margin-left: auto; } }
  @media (max-width: 767px) {
    .import-title {
      max-width: inherit; } }
  @media (max-width: 767px) {
    .import-title {
      max-width: 340px; } }
  .import .title-with-arr2:after {
    top: 15px;
    bottom: auto; }
    @media (max-width: 767px) {
      .import .title-with-arr2:after {
        top: 55px;
        right: -48px; } }
  .import-text {
    color: #8F9BB3;
    max-width: 750px;
    margin: 0 auto; }
    .import-text p {
      margin-bottom: 0; }
  @media (max-width: 991px) {
    .import {
      min-height: 550px;
      background-position: 80% 100%;
      background-size: 1000px;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .import {
      padding-top: 0;
      background: url("../images/bg_vector/import_sm.png") no-repeat 90% 65%;
      background-size: 150px;
      min-height: auto;
      margin-bottom: 24px; } }
  .import .btn {
    margin-top: 24px; }
  @media (max-width: 991px) and (min-width: 768px) {
    .import.import-2 {
      min-height: 650px;
      margin-bottom: -60px; } }
  @media (max-width: 991px) {
    .import.import-2 .title-with-arr2:after, .import.import-2 .title-with-arr2:before {
      display: none; } }
  @media (max-width: 767px) {
    .import.import-2 {
      margin-bottom: 60px; }
      .import.import-2 p {
        margin-bottom: 0; } }
  .import.blog-import {
    margin-bottom: 0;
    padding-top: 100px; }
    @media (max-width: 991px) {
      .import.blog-import {
        margin-bottom: 40px;
        padding-top: 40px;
        min-height: 400px; } }
    @media (max-width: 767px) {
      .import.blog-import {
        margin-bottom: 0;
        padding-top: 0;
        min-height: auto; } }
    .import.blog-import .title-with-arr2 {
      display: inline-block; }
    .import.blog-import .blog-import-title {
      max-width: 705px;
      margin: 0 auto 20px auto; }
      @media (max-width: 991px) {
        .import.blog-import .blog-import-title {
          max-width: 450px; }
          .import.blog-import .blog-import-title .title-with-arr2 {
            display: inline; }
          .import.blog-import .blog-import-title .title-with-arr2:after {
            right: -200px; } }
      @media (max-width: 767px) {
        .import.blog-import .blog-import-title .title-with-arr2 {
          max-width: 330px;
          display: inline-block; }
        .import.blog-import .blog-import-title .title-with-arr2:after {
          right: -10px; }
        .import.blog-import .blog-import-title .title-with-arr2:before {
          left: 25px; } }
    @media (max-width: 767px) {
      .import.blog-import {
        padding-bottom: 40px;
        background-position: 90% 115%; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .import.blog-import {
      background-position: 75% 115%; } }

    @media (max-width: 767px) {
      .import.blog-import .title-with-arr2:after {
        top: 35px;
        right: -30px;
        width: 75px;
        height: 85px;
        bottom: auto; } }

@media (max-width: 767px) {
  .faq-title {
    margin-bottom: -16px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 350px) {
  .faq-title {
    max-width: 280px; } }
@media (max-width: 767px) {
  .faq-title .title-with-arr2:after {
    width: 53px;
    height: 62px;
    top: 43px;
    bottom: auto;
    right: -50px; } }

.warto-title {
  margin-bottom: 80px; }
  @media (max-width: 1199px) {
    .warto-title {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .warto-title {
      margin-bottom: 40px; } }
  @media (max-width: 991px) {
    .warto-title {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 767px) {
    .warto-title {
      width: 340px;
      margin-right: auto;
      margin-left: auto; }
      .warto-title .title-with-arr2:after {
        width: 55px;
        right: -55px;
        top: 40%;
        height: 70px; } }
@media (min-width: 992px) {
  .warto {
    background: url("../images/bg_vector/line1.png") no-repeat 80% 100%; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .warto {
    background-size: 120%;
    background-position: 50% 90%; } }
@media (max-width: 575px) {
  .warto .h2 {
    font-size: 24px;
    margin-bottom: 12px; } }

@media (max-width: 991px) {
  .clo .btn.btn-info, .warto .btn.btn-info {
    height: auto; } }
@media (max-width: 575px) {
  .clo .btn, .warto .btn {
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px; } }

.celna-title, .dostawa-title, .blog-title {
  margin-bottom: 80px; }
  @media (max-width: 1199px) {
    .celna-title, .dostawa-title, .blog-title {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .celna-title, .dostawa-title, .blog-title {
      margin-bottom: 40px; } }
  @media (max-width: 991px) {
    .celna-title, .dostawa-title, .blog-title {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 767px) {
    .celna-title .title-with-arr2:after, .dostawa-title .title-with-arr2:after, .blog-title .title-with-arr2:after {
      width: 55px;
      height: 70px; } }

@media (max-width: 767px) {
  .celna-title {
    width: 250px; }
    .celna-title .title-with-arr2:after {
      right: -90px;
      top: 10px; } }

.dostawa-title {
  margin-bottom: 80px; }
  @media (max-width: 1199px) {
    .dostawa-title {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .dostawa-title {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .dostawa-title {
      width: 250px; }
      .dostawa-title .title-with-arr2:after {
        right: -70px;
        top: 10px; } }

@media (max-width: 767px) {
  .blog-title .title-with-arr3:after {
    background: url("../images/h_arrows/bling-line2_small.png") 50% 50% no-repeat;
    background-size: cover;
    width: 60px;
    height: 63px;
    right: -48px;
    top: -5px; } }

.pelna-title {
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    .pelna-title {
      margin-left: auto;
      margin-right: auto;
      max-width: 350px; }
      .pelna-title .title-with-arr2:after {
        right: -80px;
        top: 76%; } }
@media (min-width: 1200px) {
  .pelna-blocks {
    min-height: 1070px;
    background: url("../images/bg_vector/pelna_bg.svg") no-repeat 0 140px;
    position: relative; } }
.pelna-oneblock {
  display: flex;
  align-items: flex-start;
  position: relative; }
  @media (min-width: 1200px) {
    .pelna-oneblock {
      position: absolute;
      max-width: 460px; } }
  @media (max-width: 1199px) {
    .pelna-oneblock {
      padding-bottom: 80px;
      max-width: 80%;
      border-left: 3px dashed #E60033;
      padding-left: 50px; } }
  @media (max-width: 991px) {
    .pelna-oneblock {
      max-width: 100%; } }
  @media (max-width: 767px) {
    .pelna-oneblock {
      padding-left: 24px;
      padding-bottom: 20px; }
      .pelna-oneblock img {
        max-width: 40px;
        margin-right: 12px; } }
  .pelna-oneblock:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    border: 3px solid #E60033;
    border-radius: 100%;
    position: absolute;
    top: -50px;
    left: 132px;
    background: #fff; }
    @media (max-width: 1199px) {
      .pelna-oneblock:before {
        left: -15px;
        top: 0; } }
  @media (min-width: 1200px) {
    .pelna-oneblock.bl-6 {
      top: 813px;
      left: 738px;
      max-width: 475px; } }
  @media (min-width: 1200px) {
    .pelna-oneblock.bl-6:before {
      top: -50px;
      left: 35px; } }
  @media (max-width: 1199px) {
    .pelna-oneblock.bl-6 {
      border-color: transparent; } }
  .pelna-oneblock.bl-6 .btn-info {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 35px; }
    @media (max-width: 575px) {
      .pelna-oneblock.bl-6 .btn-info {
        display: none; } }
.pelna .btn-info.pelna-bnt {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px; }
  @media (max-width: 350px) {
    .pelna .btn-info.pelna-bnt {
      font-size: 14px; } }
@media (min-width: 1200px) {
  .pelna .pelna-oneblock.bl-1 {
    top: 0;
    left: 42px; }
    .pelna .pelna-oneblock.bl-1:before {
      top: 124px;
      left: 40px; }
  .pelna .pelna-oneblock.bl-2 {
    top: 272px;
    left: 111px; }
  .pelna .pelna-oneblock.bl-3 {
    top: 272px;
    left: 640px;
    max-width: 560px; }
  .pelna .pelna-oneblock.bl-4 {
    top: 503px;
    left: 64px;
    max-width: 560px; }
  .pelna .pelna-oneblock.bl-5 {
    top: 503px;
    left: 640px;
    max-width: 580px; } }
.pelna-icon {
  margin-right: 32px; }
@media (max-width: 767px) {
  .pelna-text {
    font-size: 14px;
    line-height: 150%; } }
.pelna-num {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.25px;
  margin-bottom: 20px;
  line-height: 100%;
  display: block; }
  @media (max-width: 767px) {
    .pelna-num {
      font-size: 24px;
      margin-bottom: 12px; } }

.sq {
  position: relative; }
  .sq-image {
    border-radius: 100px; }
    @media (max-width: 991px) {
      .sq-image {
        border-radius: 60px; } }
    @media (max-width: 767px) {
      .sq-image {
        border-radius: 40px; } }
    @media (max-width: 767px) {
      .sq-image {
        border-radius: 12px; } }
  .sq-num {
    font-size: 96px;
    font-weight: 600;
    line-height: 130%; }
    @media (max-width: 767px) {
      .sq-num {
        font-size: 32px; } }
  .sq-text {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.25px;
    position: absolute;
    left: 80px;
    bottom: 65px; }
    @media (max-width: 767px) {
      .sq-text {
        left: 22px;
        bottom: 16px;
        font-size: 14px; } }

@media (max-width: 767px) {
  .prowizja .big-list {
    margin-bottom: 0; } }

.klienci-title {
  text-align: center; }
.klienci .text-grey18 {
  margin-bottom: 70px; }
  @media (max-width: 767px) {
    .klienci .text-grey18 {
      margin-bottom: 24px; } }

.dostawa .title-with-arr2:after {
  background: url("../images/h_arrows/vector5.svg") no-repeat 50% 50%;
  width: 60px;
  height: 80px;
  bottom: 50%;
  right: -90px; }
@media (max-width: 767px) {
  .dostawa {
    margin-bottom: 25px; }
    .dostawa .title-with-arr2:after, .dostawa .title-with-arr2:before {
      display: none; } }
.dostawa .btn-success {
  margin-top: 10px; }
.dostawa .grey-flex-inline-blocks {
  margin-top: 48px; }

.reputacja-title .title-with-arr2 {
  display: inline-block; }
  .reputacja-title .title-with-arr2:after {
    top: 40%; }
    @media (max-width: 767px) {
      .reputacja-title .title-with-arr2:after {
        display: none; } }
  .reputacja-title .title-with-arr2:before {
    display: none; }
@media (min-width: 768px) {
  .reputacja-title {
    width: 78%;
    margin-bottom: 65px; } }

@media (max-width: 767px) {
  .klienci {
    margin-bottom: 0; }
    .klienci .title-with-arr2:after {
      width: 70px;
      height: 80px;
      right: -75px;
      bottom: -40px; } }

.opinie-add {
  padding-top: 40px;
  background: url("../images/bg_vector/opinion.png") no-repeat 100% 100% #F5F6FA;
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .opinie-add {
      background-size: cover;
      background-position: 50% 100%; }
      .opinie-add .h2 {
        font-size: 24px;
        margin-bottom: 12px; } }
  .opinie-add .opinie-add-text p {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: -0.25px;
    margin-bottom: 0; }
    .opinie-add .opinie-add-text p a {
      font-weight: bold; }
    @media (max-width: 767px) {
      .opinie-add .opinie-add-text p {
        font-size: 14px; } }
  @media (max-width: 1199px) {
    .opinie-add {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .opinie-add {
      margin-bottom: 40px; } }

.video {
  border-radius: 100px;
  overflow: hidden;
  max-height: 700px;
  -webkit-transform: translateZ(0); }
  .video.zoomed-video video {
    width: 106%;
    transform: translate(-60px, 0); }
    @media (max-width: 991px) {
      .video.zoomed-video video {
        transform: translate(-30px, 0); } }
    @media (max-width: 575px) {
      .video.zoomed-video video {
        transform: translate(-15px, 0); } }
  .video video {
    margin: -10px 0; }
  @media (max-width: 991px) {
    .video {
      border-radius: 60px; } }
  @media (max-width: 767px) {
    .video {
      border-radius: 40px; } }

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

/* Old shadow dom for play button */
*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

/* New shadow dom for play button */
/* This one works! */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

.warunki .grey-flex-blocks {
  padding-top: 24px; }
@media (max-width: 767px) {
  .warunki {
    margin-bottom: 0; } }

.platforms .row {
  padding-top: 40px;
  padding-bottom: 8px; }
.platforms .h3 {
  font-weight: 600;
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 150%;
  letter-spacing: -0.25px; }

@media (max-width: 767px) {
  .lojalnost-title {
    max-width: 340px;
    margin-right: auto;
    margin-left: auto; }
    .lojalnost-title .title-with-arr2:after {
      width: 53px;
      height: 63px;
      right: -40px; } }
.lojalnost-text {
  text-align: center;
  margin-bottom: 48px; }
  .lojalnost-text p {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 170%; }
    @media (max-width: 767px) {
      .lojalnost-text p {
        font-size: 14px; }
        .lojalnost-text p img {
          width: 24px; } }
  .lojalnost-text img {
    margin-right: 12px; }
  @media (max-width: 767px) {
    .lojalnost-text {
      margin-bottom: 24px; } }
.lojalnost-switch {
  display: flex;
  border-radius: 30px;
  border: 1px solid #CAD3DF;
  padding: 8px;
  margin: 0 auto 48px auto; }
  @media (min-width: 768px) {
    .lojalnost-switch {
      max-width: 410px; } }
  @media (max-width: 767px) {
    .lojalnost-switch {
      margin-bottom: 16px; } }
  .lojalnost-switch a {
    flex: 1;
    padding: 24px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
    color: #8F9BB3;
    border-radius: 25px; }
    @media (max-width: 767px) {
      .lojalnost-switch a {
        padding: 18px;
        font-size: 14px;
        border-radius: 20px; } }
    .lojalnost-switch a.active {
      background: #0061AF;
      color: #fff;
      font-weight: 600; }
.lojalnost-block {
  border-radius: 40px;
  border: 3px solid var(--Blue, #0061AF);
  background: #F3F7FB;
  height: 100%;
  padding: 32px 24px;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.25px; }
  @media (max-width: 991px) {
    .lojalnost-block {
      margin-bottom: 40px;
      height: auto; } }
  @media (max-width: 767px) {
    .lojalnost-block {
      margin-bottom: 24px; } }
  .lojalnost-block .h2 {
    margin-top: 0;
    text-align: center;
    border-bottom: 1px solid #cad3df;
    padding-bottom: 16px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.25px;
    text-transform: uppercase; }
  .lojalnost-block .lojalnost-block-img {
    text-align: center;
    margin-bottom: 10px; }
  .lojalnost-block-bl {
    margin-top: 32px;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start; }
    .lojalnost-block-bl .lojalnost-block-bl-val {
      font-size: 48px;
      font-weight: 700;
      line-height: 100%;
      letter-spacing: -0.25px;
      margin-right: 8px;
      margin-top: -20px;
      min-width: 105px; }
    .lojalnost-block-bl .lojalnost-block-bl-text {
      font-weight: 500;
      line-height: 130%; }

.blog-dostawa .text-grey {
  font-size: 20px;
  margin-bottom: 24px;
  line-height: 170%; }
  @media (max-width: 767px) {
    .blog-dostawa .text-grey {
      font-size: 14px; } }

.blog-wycena {
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .blog-wycena {
      margin-bottom: 40px; }
      .blog-wycena .block-subtitle, .blog-wycena .h2 {
        text-align: center; } }

.blog-umowa-bg {
  margin: 0 auto;
  padding-top: 30px;
  background: url("../images/bg_vector/line1.png") no-repeat 50% 0; }
  @media (min-width: 1500px) {
    .blog-umowa-bg {
      min-width: 1500px; } }
  @media (max-width: 767px) {
    .blog-umowa-bg {
      padding-top: 0;
      background: none; }
      .blog-umowa-bg .block-subtitle, .blog-umowa-bg .h2 {
        text-align: center; } }

@media (max-width: 767px) {
  .blog-opinie .block-subtitle, .blog-opinie .h2 {
    text-align: center; } }

@media (max-width: 575px) {
  .cont-categiries .block-subtitle {
    font-size: 13px; } }
@media (max-width: 991px) {
  .cont-categiries .imagetext-row .imagetext-text {
    width: 100%; } }

.cont-categiries2 .icons-list {
  margin-bottom: 0; }

@media (max-width: 767px) {
  .urbania-title {
    margin-bottom: 24px !important; } }
@media (max-width: 767px) {
  .urbania-title .title-with-arr2:after {
    background-size: 100%;
    width: 50px;
    height: 65px;
    right: -50px;
    top: 5px; } }
@media (max-width: 360px) {
  .urbania-title .title-with-arr2:after {
    display: block;
    width: 53px;
    height: 60px;
    background-size: contain; } }

@media (max-width: 767px) {
  .zabawki-title .title-with-arr2, .zabavki-title .title-with-arr2 {
    display: inline-block;
    max-width: 270px; }
    .zabawki-title .title-with-arr2:after, .zabavki-title .title-with-arr2:after {
      background-size: 100%;
      width: 60px;
      height: 65px;
      right: -55px;
      top: 15px; } }
@media (max-width: 400px) {
  .zabawki-title .title-with-arr2:after, .zabavki-title .title-with-arr2:after {
    display: block;
    right: 0;
    top: 50px; } }

.usl-bg {
  background: url("../images/bg_vector/line1.png") no-repeat 50% 0; }

.usl-bg2 {
  background: url("../images/bg_vector/bg-agent.svg") no-repeat 50% 87%; }

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 760px; } }
.modal .modal-content {
  border: 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  border-radius: 10px; }
  .modal .modal-content .btn-close {
    position: absolute;
    top: 25px;
    right: 30px;
    box-shadow: none; }
    @media (max-width: 575px) {
      .modal .modal-content .btn-close {
        right: 10px; } }
  .modal .modal-content .modal-body {
    padding: 50px 50px 30px 50px; }
    @media (max-width: 991px) {
      .modal .modal-content .modal-body {
        padding: 20px; } }
    @media (max-width: 575px) {
      .modal .modal-content .modal-body {
        padding: 60px 10px 10px 10px; } }
.modal .modal-footer {
  border-color: #1D1F30;
  padding: 25px 50px 35px 50px; }
  .modal .modal-footer.display--flex {
    justify-content: flex-start;
    flex-wrap: inherit; }
    @media (max-width: 575px) {
      .modal .modal-footer.display--flex {
        display: block; } }
  .modal .modal-footer > * {
    margin: 0; }
  .modal .modal-footer .button-text {
    font-size: 14px;
    line-height: 20px;
    width: 60%; }
    @media (max-width: 575px) {
      .modal .modal-footer .button-text {
        padding-top: 10px;
        text-align: center;
        width: 100%; } }
  .modal .modal-footer .btn-success {
    white-space: nowrap;
    margin-right: 20px; }
  @media (max-width: 991px) {
    .modal .modal-footer {
      padding: 20px; } }
  @media (max-width: 575px) {
    .modal .modal-footer {
      padding: 20px 10px; } }

.order__confirm__text {
  padding: 10px 0 25px 0; }

.modal-backdrop.show {
  opacity: 0.8; }

@media (max-width: 575px) {
  .modal-dialog {
    margin: 0; }

  .modal .modal-content {
    border-radius: 0;
    min-height: 100vh; } }
@media (max-width: 575px) {
  .modal .modal-dialog-centered {
    display: block;
    align-items: inherit; }
    .modal .modal-dialog-centered .modal-content {
      min-height: 100vh; } }
.cky-consent-container.cky-classic-bottom {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 24px; }
  @media (max-width: 575px) {
    .cky-consent-container.cky-classic-bottom {
      padding: 12px; } }
  .cky-consent-container.cky-classic-bottom .cky-consent-bar {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    box-shadow: none;
    padding: 24px 32px;
    border: 4px dashed #0061AF;
    border-radius: 60px; }
    @media (max-width: 991px) {
      .cky-consent-container.cky-classic-bottom .cky-consent-bar {
        border-radius: 40px; } }
    @media (max-width: 575px) {
      .cky-consent-container.cky-classic-bottom .cky-consent-bar {
        padding: 15px 20px;
        border: 2px dashed #0061AF;
        border-radius: 30px !important; } }
  .cky-consent-container.cky-classic-bottom .cky-banner-btn-close {
    position: absolute;
    right: 32px;
    top: 24px;
    width: 32px;
    height: 32px;
    background: url("../images/close.svg") no-repeat 50% 50% !important; }
    @media (max-width: 575px) {
      .cky-consent-container.cky-classic-bottom .cky-banner-btn-close {
        right: 15px; } }
    .cky-consent-container.cky-classic-bottom .cky-banner-btn-close img {
      display: none; }
  .cky-consent-container.cky-classic-bottom .cky-notice-des {
    padding: 0; }
    .cky-consent-container.cky-classic-bottom .cky-notice-des p {
      font-size: 16px;
      font-weight: 500;
      line-height: 32px; }
      .cky-consent-container.cky-classic-bottom .cky-notice-des p a {
        font-weight: 700;
        color: #1D1F30; }
  .cky-consent-container.cky-classic-bottom .cky-notice-group {
    flex-wrap: wrap; }
  .cky-consent-container.cky-classic-bottom .cky-notice-btn-wrapper {
    margin-left: 0;
    margin-top: 12px;
    padding: 0; }
  .cky-consent-container.cky-classic-bottom .cky-btn {
    border-radius: 40px;
    padding: 16px 45px;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize; }
  .cky-consent-container.cky-classic-bottom .cky-title {
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 200%; }
    @media (max-width: 425px) {
      .cky-consent-container.cky-classic-bottom .cky-title {
        display: block; } }

.sp-ea-one.sp-easy-accordion {
  margin-bottom: 0 !important; }
  .sp-ea-one.sp-easy-accordion .ea-card {
    background: transparent !important;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-radius: 0;
    border-bottom: 1px solid #8F9BB3 !important; }
    @media (max-width: 767px) {
      .sp-ea-one.sp-easy-accordion .ea-card {
        padding-bottom: 16px;
        margin-bottom: 16px; } }
    .sp-ea-one.sp-easy-accordion .ea-card:last-child {
      margin-bottom: 0; }
    .sp-ea-one.sp-easy-accordion .ea-card.ea-expand .ea-header a span {
      background: #0061AF;
      color: #fff; }
    .sp-ea-one.sp-easy-accordion .ea-card.ea-expand .ea-header a {
      background: url("../images/minus-large.svg") no-repeat 100% 50%; }
      @media (max-width: 767px) {
        .sp-ea-one.sp-easy-accordion .ea-card.ea-expand .ea-header a {
          background-size: 24px; } }
  .sp-ea-one.sp-easy-accordion .ea-header a {
    padding: 0 40px 0 0 !important;
    display: flex;
    align-items: center;
    color: #1D1F30 !important;
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    position: relative;
    background: url("../images/plus-large.svg") no-repeat 100% 50%; }
    @media (max-width: 767px) {
      .sp-ea-one.sp-easy-accordion .ea-header a {
        font-size: 14px;
        padding-right: 35px !important; } }
    @media (max-width: 767px) {
      .sp-ea-one.sp-easy-accordion .ea-header a {
        background-size: 24px; } }
    .sp-ea-one.sp-easy-accordion .ea-header a span {
      border-radius: 100%;
      background: #F5F6FA;
      color: #8F9BB3;
      width: 62px;
      height: 62px;
      min-width: 62px;
      margin-right: 24px;
      font-weight: 500;
      line-height: 130%;
      letter-spacing: -0.08px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 767px) {
        .sp-ea-one.sp-easy-accordion .ea-header a span {
          width: 48px;
          height: 48px;
          min-width: 48px; } }
    .sp-ea-one.sp-easy-accordion .ea-header a i {
      position: absolute;
      right: 0;
      display: none; }
  .sp-ea-one.sp-easy-accordion .ac_title_class, .sp-ea-one.sp-easy-accordion .wpsm_panel-body {
    padding: 0 !important; }
  .sp-ea-one.sp-easy-accordion .ac_title_class {
    font-size: 24px;
    font-weight: 600;
    line-height: 130%; }
  .sp-ea-one.sp-easy-accordion .ea-body {
    font-size: 20px !important;
    line-height: 150%;
    font-weight: 400;
    letter-spacing: -0.08px;
    color: #1D1F30 !important;
    padding: 24px 0 0 0 !important; }
    @media (max-width: 767px) {
      .sp-ea-one.sp-easy-accordion .ea-body {
        font-size: 14px !important; } }

@media (max-width: 767px) {
  .opinie-title .title-with-arr3:after {
    width: 75px;
    height: 75px;
    background: url("../images/h_arrows/bling-line2_small.svg") no-repeat 50% 50%;
    background-size: 100%;
    right: -85px;
    top: -10px; } }
@media (max-width: 767px) {
  .opinie-title {
    margin-bottom: 24px; } }

.wpmtst-testimonial .testimonial-inner {
  position: relative;
  display: flex !important;
  flex-direction: column-reverse;
  background: url("../images/rew.svg") no-repeat 97% 86% #F5F6FA;
  padding: 40px 160px 24px 40px;
  border-radius: 60px;
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .wpmtst-testimonial .testimonial-inner {
      background-position: 95% 5%; } }
  @media (max-width: 991px) {
    .wpmtst-testimonial .testimonial-inner {
      border-radius: 40px; } }
  @media (max-width: 767px) {
    .wpmtst-testimonial .testimonial-inner {
      margin-bottom: 24px; } }
  @media (max-width: 767px) {
    .wpmtst-testimonial .testimonial-inner {
      background-size: 60px;
      padding: 20px; } }
  @media (max-width: 767px) {
    .wpmtst-testimonial .testimonial-inner {
      margin-bottom: 16px; } }
.wpmtst-testimonial .testimonial-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.25px;
  margin-bottom: 8px; }
  @media (max-width: 767px) {
    .wpmtst-testimonial .testimonial-name {
      font-size: 16px;
      margin-bottom: 0;
      padding-right: 60px; } }
.wpmtst-testimonial .testimonial-company {
  font-size: 20px;
  color: #8F9BB3;
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .wpmtst-testimonial .testimonial-company {
      font-size: 14px;
      margin-bottom: 5px;
      padding-right: 60px; } }
.wpmtst-testimonial .testimonial-content {
  font-size: 20px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: -0.25px; }
  @media (max-width: 767px) {
    .wpmtst-testimonial .testimonial-content {
      font-size: 14px; } }
.wpmtst-testimonial .bwg_thumbnail.bwg_container {
  min-height: inherit;
  margin-bottom: 0; }
.wpmtst-testimonial .bwg-thumbnails {
  padding: 0 !important;
  background: transparent !important; }
  .wpmtst-testimonial .bwg-thumbnails .bwg-item0 {
    border-radius: 25px; }

#spider_popup_wrap .bwg_filmstrip_thumbnail_img_wrap {
  border-radius: 25px; }
#spider_popup_wrap .bwg_popup_image {
  border-radius: 50px;
  max-width: 1240px; }

#spider_popup_left-ico, #spider_popup_right-ico {
  opacity: 100 !important;
  background-color: transparent !important; }

.breadcrumb-container.theme1 {
  padding-top: 10px;
  margin-bottom: 27px; }
  @media (max-width: 991px) {
    .breadcrumb-container.theme1 {
      display: none; } }
  .breadcrumb-container.theme1 ol {
    font-size: 16px;
    padding-left: 0; }
    .breadcrumb-container.theme1 ol li:first-child a {
      margin-left: 0;
      padding-left: 0; }
  .breadcrumb-container.theme1 .separator {
    font-size: 0;
    background: url("../images/breadarrow.svg") no-repeat 50% 50%;
    width: 21px;
    height: 24px;
    display: inline-block;
    vertical-align: middle; }

#hide-search-form {
  position: absolute;
  width: 32px;
  height: 32px;
  background: url("../images/search_close.svg") no-repeat 50% 50%;
  top: 50%;
  margin-top: -16px;
  right: 40px;
  cursor: pointer;
  z-index: 2050; }
  @media (max-width: 767px) {
    #hide-search-form {
      right: 16px; } }

#searchFade {
  background: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  display: none; }
  @media (max-width: 767px) {
    #searchFade {
      background: #fff;
      padding-top: 12px; } }
  #searchFade .is-search-input {
    border-radius: 40px;
    background: url("../images/search_inp.svg") no-repeat 40px 50% #FFF !important;
    padding: 40px 72px 40px 92px;
    height: 92px;
    font-size: 24px !important;
    font-weight: 500;
    line-height: 130%;
    font-family: "Montserrat", sans-serif !important;
    border: 0 !important; }
    @media (max-width: 767px) {
      #searchFade .is-search-input {
        border-radius: 0;
        background-position: 0 50% !important;
        padding: 16px 24px 19px 40px;
        height: 56px;
        width: 90%;
        font-size: 16px !important;
        background-size: 24px !important; } }
    #searchFade .is-search-input.open {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
  #searchFade .is-loader-image {
    right: 90px !important; }
    @media (max-width: 767px) {
      #searchFade .is-loader-image {
        right: 25px !important; } }

.is-search-form {
  position: relative; }
  @media (max-width: 767px) {
    .is-search-form:after {
      content: "";
      display: block;
      height: 1px;
      background: #8f9bb3;
      right: 0;
      left: 0;
      position: absolute;
      bottom: 0; } }

.is-ajax-search-result {
  background: #fff !important;
  font-family: "Montserrat", sans-serif !important;
  padding-top: 24px !important;
  padding-bottom: 40px !important;
  z-index: 3000 !important;
  border-bottom-left-radius: 40px !important;
  border-bottom-right-radius: 40px !important; }
  @media (min-width: 768px) {
    .is-ajax-search-result:before {
      content: "";
      display: block;
      height: 1px;
      background: #8F9BB3;
      right: 40px;
      left: 40px;
      position: absolute;
      top: 0; } }
  @media (min-width: 768px) {
    .is-ajax-search-result {
      margin-top: -2px !important; } }
  @media (max-width: 767px) {
    .is-ajax-search-result {
      border-radius: 0 !important;
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  @media (min-width: 768px) {
    .is-ajax-search-result .is-ajax-search-post {
      padding: 0 35px 24px 35px; } }
  @media (max-width: 767px) {
    .is-ajax-search-result .is-ajax-search-post {
      padding: 0 19px 24px 19px; } }
  .is-ajax-search-result .is-ajax-search-no-result {
    font-size: 20px;
    color: #8F9BB3 !important; }
    @media (max-width: 767px) {
      .is-ajax-search-result .is-ajax-search-no-result {
        font-size: 14px; } }
  .is-ajax-search-result .is-search-sections {
    background: url("../images/search_paper.svg") no-repeat 0 0 !important;
    padding-left: 50px; }
    @media (max-width: 767px) {
      .is-ajax-search-result .is-search-sections {
        background-size: 24px !important;
        padding-left: 40px; } }
    .is-ajax-search-result .is-search-sections .is-title {
      margin-bottom: 16px !important; }
      @media (max-width: 767px) {
        .is-ajax-search-result .is-search-sections .is-title {
          margin-bottom: 8px !important; } }
    .is-ajax-search-result .is-search-sections .is-meta-category i {
      display: none; }
    .is-ajax-search-result .is-search-sections .is-title a {
      font-size: 24px !important;
      font-weight: 500 !important;
      line-height: 130%;
      color: #1D1F30 !important;
      text-decoration: none !important; }
      @media (max-width: 767px) {
        .is-ajax-search-result .is-search-sections .is-title a {
          font-size: 14px !important; } }
      .is-ajax-search-result .is-search-sections .is-title a:hover {
        color: #0061AF !important; }
    .is-ajax-search-result .is-search-sections * {
      font-size: 20px !important;
      font-weight: 400;
      line-height: 130% !important; }
      @media (max-width: 767px) {
        .is-ajax-search-result .is-search-sections * {
          font-size: 14px !important; } }
    .is-ajax-search-result .is-search-sections .is-ajax-result-description, .is-ajax-search-result .is-search-sections .is-cat-links a {
      color: #8F9BB3 !important; }
    .is-ajax-search-result .is-search-sections .is-highlight {
      background: transparent !important;
      color: #0061AF !important;
      font-weight: 600 !important; }

.simplebar-track {
  right: 30px !important; }
  @media (max-width: 767px) {
    .simplebar-track {
      right: 12px !important; } }

.simplebar-scrollbar:before {
  background: #8f9bb3 !important;
  width: 4px !important; }

body {
  background: #FFFFFF;
  color: #1D1F30;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding: 0;
  margin: 0;
  min-width: 320px; }
  @media (max-width: 767px) {
    body.fixed {
      overflow: hidden; } }

.container {
  max-width: 1264px; }
  @media (max-width: 1199px) {
    .container {
      padding: 0 24px; } }
  @media (max-width: 360px) {
    .container {
      padding: 0 12px; } }

img {
  max-width: 100%; }

a {
  color: #1D1F30; }
  a:hover {
    color: #1D1F30;
    text-decoration: none; }

.hidden {
  display: none; }

.relative {
  position: relative; }

.link--green {
  color: #71B92F; }

.color--red {
  color: #E60033; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.row.row-10 {
  margin: 0 -5px; }
  .row.row-10 > div {
    padding: 0 5px; }

.header {
  padding: 24px 0;
  margin-bottom: 10px; }
  @media (max-width: 991px) {
    .header {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .header {
      margin-bottom: 24px; } }
  .header .nav {
    text-align: center;
    margin-right: 3%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 991px) and (min-width: 768px) {
      .header .nav {
        margin-top: 4px;
        margin-left: -20px; } }
    @media (max-width: 767px) {
      .header .nav {
        overflow-y: auto; } }
    .header .nav > .menu-item {
      margin: 0 15px;
      position: relative;
      padding-bottom: 10px; }
      .header .nav > .menu-item:first-child {
        margin-left: 0; }
      .header .nav > .menu-item a {
        text-decoration: none;
        color: #8F9BB3; }
        @media (max-width: 767px) {
          .header .nav > .menu-item a {
            display: block; } }
        .header .nav > .menu-item a:hover {
          color: #0061AF; }
      .header .nav > .menu-item.current-menu-item > a {
        color: #0061AF;
        font-weight: 700;
        border-bottom: 1.5px solid #0061AF; }
        @media (max-width: 767px) {
          .header .nav > .menu-item.current-menu-item > a {
            border-bottom: 0;
            text-decoration: underline; } }
      @media (max-width: 1300px) {
        .header .nav > .menu-item {
          margin: 0 10px; } }
      @media (max-width: 991px) {
        .header .nav > .menu-item {
          margin: -5px 8px 0 8px;
          font-size: 14px; } }
      @media (max-width: 767px) {
        .header .nav > .menu-item {
          display: block;
          font-size: 16px;
          font-weight: 500;
          line-height: 130%;
          margin: 0 0 26px 0; } }
      .header .nav > .menu-item.menu-parent-item > a {
        background: url("../images/nav_arrow.svg") no-repeat 100% 50%;
        transition: background-image 0.5s ease;
        padding-right: 24px;
        border-bottom: 0; }
        @media (max-width: 767px) {
          .header .nav > .menu-item.menu-parent-item > a:after {
            content: "";
            background: url("../images/nav_arrow.svg") no-repeat 100% 50%;
            display: inline-block;
            width: 20px;
            height: 22px;
            vertical-align: middle; } }
        @media (max-width: 767px) {
          .header .nav > .menu-item.menu-parent-item > a {
            padding-right: 0;
            background: transparent; } }
        @media (max-width: 767px) {
          .header .nav > .menu-item.menu-parent-item > a {
            padding-right: 20px; } }
      @media (min-width: 768px) {
        .header .nav > .menu-item.menu-parent-item:hover > a {
          background-image: url("../images/nav_arrow_active.svg");
          color: #0061AF; }
        .header .nav > .menu-item.menu-parent-item:hover .sub-menu {
          height: auto;
          padding: 15px 20px; } }
      @media (max-width: 767px) {
        .header .nav > .menu-item {
          padding-bottom: 0; } }
    @media (max-width: 767px) {
      .header .nav {
        display: none;
        position: fixed;
        top: 82px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #FFFFFF;
        text-align: left;
        padding: 34px 24px;
        z-index: 1000; } }
    @media (max-width: 767px) {
      .header .nav:before {
        content: "";
        display: block;
        right: 24px;
        left: 24px;
        border-top: 1px solid #f1f1f1;
        position: absolute;
        top: 0; } }
  .header .header__menu__container {
    padding-top: 5px;
    position: relative; }
  @media (max-width: 767px) {
    .header .header__menu__container {
      display: flex;
      justify-content: flex-end;
      align-items: center; } }
  @media (max-width: 767px) {
    .header__logo img {
      height: 34px; } }
  .header .mobilemenu-link, .header .mobilemenu-link-open {
    width: 24px;
    height: 24px;
    margin-top: -7px; }
  .header .mobilemenu-link {
    background: url("../images/hambergermenu.svg") no-repeat 50% 50%; }
  .header .mobilemenu-link-open {
    background-image: url("../images/hambergerclose.svg"); }
  @media (min-width: 768px) {
    .header .sub-menu {
      border-radius: 20px;
      background: #FFF;
      position: absolute;
      box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
      z-index: 100;
      text-align: left;
      top: 100%;
      height: 0;
      width: 312px;
      left: 50%;
      overflow: hidden;
      margin-left: -120px;
      transition: height 1s linear; } }
  @media (max-width: 767px) {
    .header .sub-menu {
      padding-top: 10px;
      display: none; } }
  .header .sub-menu .menu-item {
    margin-top: 5px; }
    .header .sub-menu .menu-item a {
      display: block;
      padding: 12px;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.48px;
      color: #1D1F30; }
      .header .sub-menu .menu-item a:hover {
        border-radius: 10px;
        background: #E7F5FF; }
      @media (max-width: 767px) {
        .header .sub-menu .menu-item a {
          padding: 0;
          background: transparent !important;
          margin-bottom: 16px; } }
  .header .search-button {
    background: url("../images/search.svg") no-repeat 50% 50%;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 12px;
    top: 0;
    cursor: pointer; }
    @media (max-width: 767px) {
      .header .search-button {
        right: 55px;
        top: 3px; } }

@media (max-width: 767px) {
  body.admin-bar .header .nav {
    top: 128px; }

  body.admin-bar #searchFade {
    padding-top: 46px; } }
.contact-form {
  background: url("../images/bg_vector/ank.png") no-repeat 100% 0 #0061AF;
  padding: 80px 80px 50px 80px;
  color: #FFFFFF;
  border-radius: 60px; }
  @media (max-width: 991px) {
    .contact-form {
      background-position: 0 0;
      background-size: cover; } }
  @media (max-width: 991px) {
    .contact-form {
      padding: 40px; } }
  @media (max-width: 767px) {
    .contact-form {
      padding: 40px 16px; } }
  @media (max-width: 991px) {
    .contact-form {
      border-radius: 40px; } }
  .contact-form-title {
    position: relative;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 52px;
    margin: 0 auto 15px auto;
    max-width: 810px; }
    .contact-form-title:after {
      background: url("../images/h_arrows/vector4.svg") no-repeat 50% 50%;
      content: "";
      display: block;
      position: absolute;
      width: 55px;
      height: 55px;
      right: -50px;
      top: -30px; }
      @media (max-width: 767px) {
        .contact-form-title:after {
          width: 35px;
          height: 35px;
          right: -27px;
          top: -12px;
          background-size: cover; } }
    @media (max-width: 767px) {
      .contact-form-title {
        font-size: 34px;
        line-height: 130%; } }
    @media (max-width: 1199px) {
      .contact-form-title {
        max-width: 700px; } }
    @media (max-width: 991px) {
      .contact-form-title {
        max-width: 430px; } }
    @media (max-width: 767px) {
      .contact-form-title {
        font-size: 24px;
        max-width: 250px; } }
  .contact-form-info {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 170%;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: -0.25px; }
    @media (max-width: 767px) {
      .contact-form-info {
        font-size: 14px;
        line-height: 170%;
        margin-bottom: 12px; } }
  .contact-form .checkbox {
    margin-bottom: 10px; }
    .contact-form .checkbox a {
      font-weight: 500; }
    @media (max-width: 767px) {
      .contact-form .checkbox span.title {
        font-size: 14px;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: -0.25px; } }
  .contact-form textarea {
    height: 125px;
    resize: none !important; }
  .contact-form .form-control {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: normal; }
  .contact-form button {
    width: 200px; }
    @media (max-width: 575px) {
      .contact-form button {
        width: 100%; } }
  .contact-form.big-form .contact-form-title {
    font-size: 36px;
    margin-bottom: 20px; }

.subscribe-form {
  padding-bottom: 24px; }
  .subscribe-form-title {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 24px; }
  .subscribe-form-info {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 170%;
    color: #8F9BB3; }
  .subscribe-form-form form {
    gap: 15px;
    display: flex;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .subscribe-form-form form {
        gap: 8px;
        align-items: stretch;
        justify-content: space-between; } }
  .subscribe-form .forminator-row {
    position: relative;
    margin-bottom: 0 !important;
    width: 67%; }
    @media (max-width: 767px) {
      .subscribe-form .forminator-row {
        width: inherit;
        flex: 4; } }
  .subscribe-form .forminator-row.forminator-row-last {
    white-space: nowrap;
    width: 32%; }
    @media (max-width: 767px) {
      .subscribe-form .forminator-row.forminator-row-last {
        width: 50px;
        flex: 1; } }
  .subscribe-form .forminator-response-message {
    display: none; }
  .subscribe-form .forminator-input {
    width: 100%; }
  .subscribe-form .forminator-error-message {
    color: #E60033;
    font-size: 12px;
    line-height: 140%; }
    @media (min-width: 992px) {
      .subscribe-form .forminator-error-message {
        position: absolute;
        left: 15px;
        top: 107%;
        white-space: nowrap; } }
  .subscribe-form .forminator-success {
    background: #0061AF;
    color: #fff;
    padding: 16px 45px;
    border-radius: 30px;
    width: 100%; }
    .subscribe-form .forminator-success p {
      margin-bottom: 0; }

.subscribe-form .forminator-error-message, .popup-form .forminator-error-message {
  color: #E60033;
  font-size: 12px;
  line-height: 140%; }

.footer {
  border-radius: 100px;
  background: #1D1F30;
  padding: 60px 80px;
  color: #FFFFFF;
  font-size: 0.875rem; }
  @media (max-width: 991px) {
    .footer {
      border-radius: 60px; } }
  @media (max-width: 767px) {
    .footer {
      border-radius: 40px; } }
  @media (max-width: 991px) {
    .footer {
      padding: 40px; } }
  @media (max-width: 767px) {
    .footer {
      padding: 40px 16px; } }
  .footer .footer-socseti {
    width: 55%; }
    @media (max-width: 991px) {
      .footer .footer-socseti {
        width: 100%; }
        .footer .footer-socseti .subscribe-form-button {
          width: 100%; } }
    @media (max-width: 767px) {
      .footer .footer-socseti {
        width: 100%; }
        .footer .footer-socseti .subscribe-form-button {
          width: 56px;
          padding: 16px;
          font-size: 0;
          background: url("../images/send.svg") no-repeat 50% 50% #E60033 !important; } }
  .footer a {
    color: #FFFFFF;
    text-decoration: none; }
    .footer a:hover {
      opacity: 0.7; }
  .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media (max-width: 991px) {
      .footer-top {
        flex-direction: column; } }
  .footer-nav {
    border-top: 1px solid #CFCFCF;
    padding-top: 25px;
    font-size: 1.125rem;
    margin-bottom: 0; }
    .footer-nav .menu-item {
      margin-right: 90px;
      background: none;
      display: inline-block;
      padding-left: 0; }
      @media (max-width: 991px) {
        .footer-nav .menu-item {
          margin-right: 5%; } }
      @media (max-width: 767px) {
        .footer-nav .menu-item {
          margin-right: 0;
          display: block;
          margin-bottom: 12px; } }
    @media (max-width: 767px) {
      .footer-nav {
        margin-bottom: -12px; } }
  .footer__title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 24px; }
    @media (max-width: 991px) {
      .footer__title {
        margin-bottom: 12px; } }
  .footer .cnss-social-icon {
    text-align: left !important;
    margin-bottom: 35px; }
    .footer .cnss-social-icon li img {
      width: 40px;
      height: 40px; }
    .footer .cnss-social-icon li a {
      margin-right: 12px; }
      .footer .cnss-social-icon li a:hover {
        opacity: 0.7; }
    @media (max-width: 767px) {
      .footer .cnss-social-icon li {
        padding-top: 0; }
        .footer .cnss-social-icon li a {
          margin-right: 4px; } }
    @media (max-width: 380px) {
      .footer .cnss-social-icon li img {
        width: 32px;
        height: 32px; } }
    @media (max-width: 767px) {
      .footer .cnss-social-icon {
        margin-bottom: 24px; } }
  .footer-contacts {
    margin-bottom: 10px;
    font-size: 1.125rem; }
    .footer-contacts .contacts-one {
      padding-left: 40px;
      margin-bottom: 15px; }

.reveal {
  position: relative;
  opacity: 0;
  transition: 0.8s all ease; }

.reveal.active {
  transform: translateY(0);
  opacity: 1; }

@media (min-width: 768px) {
  .reveal {
    transform: translateY(80px); } }
@media (max-width: 767px) {
  .reveal {
    transform: translateY(40px); } }
.navigation.pagination {
  align-items: center;
  justify-content: center; }

.simplePagerNav, .nav-links, .wp-pagenavi {
  margin-bottom: 100px;
  display: flex;
  justify-content: center; }
  @media (max-width: 1199px) {
    .simplePagerNav, .nav-links, .wp-pagenavi {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .simplePagerNav, .nav-links, .wp-pagenavi {
      margin-bottom: 40px; } }
  .simplePagerNav li, .simplePagerNav .page-numbers, .simplePagerNav .page, .simplePagerNav span, .nav-links li, .nav-links .page-numbers, .nav-links .page, .nav-links span, .wp-pagenavi li, .wp-pagenavi .page-numbers, .wp-pagenavi .page, .wp-pagenavi span {
    text-decoration: none;
    color: #1D1F30;
    background: transparent;
    font-size: 17.5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    width: 40px;
    line-height: 40px;
    border-radius: 6px;
    margin: 0 16px !important;
    padding: 0 !important;
    text-align: center;
    border: 0; }
    .simplePagerNav li.currentPage, .simplePagerNav li.current, .simplePagerNav .page-numbers.currentPage, .simplePagerNav .page-numbers.current, .simplePagerNav .page.currentPage, .simplePagerNav .page.current, .simplePagerNav span.currentPage, .simplePagerNav span.current, .nav-links li.currentPage, .nav-links li.current, .nav-links .page-numbers.currentPage, .nav-links .page-numbers.current, .nav-links .page.currentPage, .nav-links .page.current, .nav-links span.currentPage, .nav-links span.current, .wp-pagenavi li.currentPage, .wp-pagenavi li.current, .wp-pagenavi .page-numbers.currentPage, .wp-pagenavi .page-numbers.current, .wp-pagenavi .page.currentPage, .wp-pagenavi .page.current, .wp-pagenavi span.currentPage, .wp-pagenavi span.current {
      background: #0061AF !important;
      color: #fff; }
      .simplePagerNav li.currentPage a, .simplePagerNav li.current a, .simplePagerNav .page-numbers.currentPage a, .simplePagerNav .page-numbers.current a, .simplePagerNav .page.currentPage a, .simplePagerNav .page.current a, .simplePagerNav span.currentPage a, .simplePagerNav span.current a, .nav-links li.currentPage a, .nav-links li.current a, .nav-links .page-numbers.currentPage a, .nav-links .page-numbers.current a, .nav-links .page.currentPage a, .nav-links .page.current a, .nav-links span.currentPage a, .nav-links span.current a, .wp-pagenavi li.currentPage a, .wp-pagenavi li.current a, .wp-pagenavi .page-numbers.currentPage a, .wp-pagenavi .page-numbers.current a, .wp-pagenavi .page.currentPage a, .wp-pagenavi .page.current a, .wp-pagenavi span.currentPage a, .wp-pagenavi span.current a {
        color: #fff; }
    .simplePagerNav li.disabled, .simplePagerNav .page-numbers.disabled, .simplePagerNav .page.disabled, .simplePagerNav span.disabled, .nav-links li.disabled, .nav-links .page-numbers.disabled, .nav-links .page.disabled, .nav-links span.disabled, .wp-pagenavi li.disabled, .wp-pagenavi .page-numbers.disabled, .wp-pagenavi .page.disabled, .wp-pagenavi span.disabled {
      opacity: 0.3;
      cursor: auto; }
    .simplePagerNav li:hover, .simplePagerNav .page-numbers:hover, .simplePagerNav .page:hover, .simplePagerNav span:hover, .nav-links li:hover, .nav-links .page-numbers:hover, .nav-links .page:hover, .nav-links span:hover, .wp-pagenavi li:hover, .wp-pagenavi .page-numbers:hover, .wp-pagenavi .page:hover, .wp-pagenavi span:hover {
      background-color: #F5F6FA; }
    .simplePagerNav li.next, .simplePagerNav li.nextpostslink, .simplePagerNav .page-numbers.next, .simplePagerNav .page-numbers.nextpostslink, .simplePagerNav .page.next, .simplePagerNav .page.nextpostslink, .simplePagerNav span.next, .simplePagerNav span.nextpostslink, .nav-links li.next, .nav-links li.nextpostslink, .nav-links .page-numbers.next, .nav-links .page-numbers.nextpostslink, .nav-links .page.next, .nav-links .page.nextpostslink, .nav-links span.next, .nav-links span.nextpostslink, .wp-pagenavi li.next, .wp-pagenavi li.nextpostslink, .wp-pagenavi .page-numbers.next, .wp-pagenavi .page-numbers.nextpostslink, .wp-pagenavi .page.next, .wp-pagenavi .page.nextpostslink, .wp-pagenavi span.next, .wp-pagenavi span.nextpostslink {
      font-size: 0;
      background: url("../images/next.svg") no-repeat 50% 50%; }
    .simplePagerNav li.prev, .simplePagerNav li.previouspostslink, .simplePagerNav .page-numbers.prev, .simplePagerNav .page-numbers.previouspostslink, .simplePagerNav .page.prev, .simplePagerNav .page.previouspostslink, .simplePagerNav span.prev, .simplePagerNav span.previouspostslink, .nav-links li.prev, .nav-links li.previouspostslink, .nav-links .page-numbers.prev, .nav-links .page-numbers.previouspostslink, .nav-links .page.prev, .nav-links .page.previouspostslink, .nav-links span.prev, .nav-links span.previouspostslink, .wp-pagenavi li.prev, .wp-pagenavi li.previouspostslink, .wp-pagenavi .page-numbers.prev, .wp-pagenavi .page-numbers.previouspostslink, .wp-pagenavi .page.prev, .wp-pagenavi .page.previouspostslink, .wp-pagenavi span.prev, .wp-pagenavi span.previouspostslink {
      font-size: 0;
      background: url("../images/prev.svg") no-repeat 50% 50%; }
    .simplePagerNav li a, .simplePagerNav .page-numbers a, .simplePagerNav .page a, .simplePagerNav span a, .nav-links li a, .nav-links .page-numbers a, .nav-links .page a, .nav-links span a, .wp-pagenavi li a, .wp-pagenavi .page-numbers a, .wp-pagenavi .page a, .wp-pagenavi span a {
      text-decoration: none;
      color: #1D1F30; }

.cat-back-url {
  margin-bottom: 30px; }
  .cat-back-url a {
    text-decoration: none;
    background: url("../images/back.svg") no-repeat 0 50%;
    padding-left: 24px; }
    .cat-back-url a span {
      text-transform: lowercase; }

.page-404 {
  padding-top: 80px;
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .page-404 {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .page-404 {
      padding-top: 0;
      text-align: center; }
      .page-404 img {
        max-width: 250px;
        margin-bottom: 40px; } }
  .page-404 .text-404 {
    align-items: center; }
    @media (min-width: 992px) {
      .page-404 .text-404 {
        padding-left: 60px; } }
    .page-404 .text-404 h1 {
      color: #0061AF;
      font-size: 96px;
      font-weight: 800;
      line-height: 130%;
      letter-spacing: -0.25px;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .page-404 .text-404 h1 {
          font-size: 70px; } }
    .page-404 .text-404 p {
      margin-bottom: 20px;
      font-size: 20px;
      font-weight: 600;
      line-height: 150%;
      letter-spacing: -0.25px;
      max-width: 360px; }

.footer-404 .mt-auto {
  display: none; }

.chat-widget__container .chat-widget__button.chat-widget__button--expand {
  background: url("../images/chat-bot.svg") no-repeat 50% 50% !important;
  background-size: 64px !important; }
  @media (max-width: 1400px) {
    .chat-widget__container .chat-widget__button.chat-widget__button--expand {
      border-radius: 10px;
      size: 64px !important;
      width: 64px !important;
      height: 64px !important; }
      .chat-widget__container .chat-widget__button.chat-widget__button--expand .chat-widget__button-icon {
        width: 64px !important;
        height: 64px !important; } }

#toTop {
  background: url("../images/top.svg") no-repeat 50% 50% !important;
  background-size: 64px !important;
  width: 64px !important;
  height: 64px !important;
  position: fixed;
  bottom: 170px;
  right: 53px;
  cursor: pointer;
  user-select: none;
  display: none;
  animation: all 2s ease; }
  @media (max-width: 1400px) {
    #toTop {
      right: 10px;
      bottom: 90px; } }
  #toTop:hover {
    opacity: 0.8; }

body {
  opacity: 1 !important; }
