section.sec-super-import img {
  max-width: 600px;
}

.container-text h2 strong,
.container-text h2 span.text-strong {
  font-weight: 800;
}

section.sec-page-video {
  padding-top: 57px;
}

.video-player {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  max-height: 720px;
  background: #efefef;
  border-radius: 20px;
  margin: 45px auto 100px;
}

.video-player svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.sec-product-functionalities {
  padding-top: 55px;
  padding-bottom: 30px;
}

section.sec-functionalities {
  padding-top: 50px;
  padding-bottom: 80px;
}

.email-servers section.sec-product-functionalities {
  padding-top: 55px;
  padding-bottom: 30px;
}

.email-servers .sec-functionalities div#accordion,
.web-servers .sec-functionalities div#accordion {
  margin-top: 20px;
}

section .dropdown {
  position: relative;
  width: 32%;
  max-width: 100%;
}

section.sec-middle-message-text h2.blue-overline,
section.sec-middle-message-text h2.purple-overline {
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
}

section.sec-middle-message-text h2.blue-overline:before {
  content: "";
  background: #53bfff;
  max-width: 85px;
  height: 4px;
}
section.sec-middle-message-text h2.purple-overline:before {
  content: "";
  background: #6e54c9;
  max-width: 85px;
  height: 4px;
}

.custom-webapp section .dropdown {
  position: relative;
  width: 49%;
  max-width: 100%;
}

.custom-webapp .dropbtn,
.custom-webapp .dropdown-content-empty {
  padding: 0px 60px 0px 32px;
}

.block_text {
  padding: 40px 50px;
  border-radius: 20px;
}

.block_text > p:first-child {
  margin-top: 0px;
}

.block_text > p:last-child {
  margin-bottom: 0px;
}

.mt-l {
  margin-top: 50px;
}

.mt-xl {
  margin-top: 70px;
}

.mb-l {
  margin-bottom: 50px;
}

.mb-xl {
  margin-bottom: 70px;
}

.web-servers .dropdown,
.email-servers .dropdown,
.tech-support .dropdown {
  width: 49%;
}

.left-frame {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.left-frame:before {
  content: "";
  position: absolute;
  background: black;
  width: 5px;
  height: 100%;
  bottom: -33px;
  left: 50px;
}

.left-frame:after {
  content: "";
  position: absolute;
  background: black;
  width: calc(100% - 138px);
  height: 5px;
  bottom: -33px;
  left: 50px;
}

.right-frame {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
}

.right-frame:before {
  content: "";
  position: absolute;
  background: black;
  width: 5px;
  height: 100%;
  top: -33px;
  right: 40px;
}

.right-frame:after {
  content: "";
  position: absolute;
  background: black;
  width: calc(100% - 138px);
  height: 5px;
  top: -33px;
  right: 40px;
}

.dropbtn,
.dropdown-content-empty {
  position: relative;
  width: 100%;
  padding: 0px 60px 0px 32px;
  font-size: 16px;
  font-weight: 800;
  color: white;
  height: 48px;
  background: #00a0ff 0% 0% no-repeat padding-box;
  border-radius: 37px;
  border: unset;
  text-align: left;
  line-height: 48px;
}

.eshop-build .dropdown-content-empty {
  font-size: 14px;
}

.web-servers .dropbtn,
.web-servers .dropdown-content-empty,
.email-servers .dropbtn,
.email-servers .dropdown-content-empty,
.tech-support .dropbtn,
.tech-support .dropdown-content-empty {
  height: 71px;
  padding: 12px 130px 12px 32px;
  display: flex;
  align-items: center;
}

.dropbtn.active {
  z-index: 2;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 24px;
  background-color: white;
  min-width: 160px;
  width: 100%;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 20px 20px;
  padding: 35px 52px 25px 32px;
  z-index: 1;
}

button.dropbtn::before,
.dropdown-content-empty::before {
  content: "";
  position: absolute;
  background: white;
  top: 50%;
  right: 55px;
  transform: translateY(-50%);
  width: 3px;
  height: 21px;
}

button.dropbtn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 12px;
  background-image: url(../img/dropdown-arrow.svg);
  transition: 0.3s;
}

button.dropbtn.active::after {
  transform: translateY(-50%) rotate(180deg);
}

/* .dropdown-content-empty {
  background: #6e54c9;
} */

.dropdown-content-empty::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 13px;
  background-image: url(../img/dropdown-check.svg);
  background-repeat: no-repeat;
  transition: 0.3s;
}

section.sec-super-import {
  padding-top: 25px;
  padding-bottom: 55px;
}

.eshops-types {
  margin-top: 60px;
}

.eshops-types li {
  position: relative;
  font-size: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 12px;
}

.eshops-types li:before {
  content: "";
  position: absolute;
  background: url(../img/purple-check.svg);
  top: 55%;
  transform: translateY(-50%);
  left: -46px;
  width: 24px;
  height: 24px;
}

.col-eshops-types {
  position: relative;
  padding: 40px 33px 40px 80px;
  border-radius: 20px;
}

div#accordion {
  margin-top: 80px;
}
.sec-product-functionalities div#accordion,
.tech-support div#accordion {
  margin-top: 20px;
}
.careers-recruit div#accordion {
  margin-top: 0px;
}

.careers-recruit {
  .captcha.ty-control-group label {
    display: none;
  }

  .share_button_icons {
    display: none;
  }

  .ty-wysiwyg-content.pageContent {
    margin: 0 auto;
    max-width: 45%;
    color: white;

    p.text-center {
      text-align: center;
    }
    @media only screen and (max-width: 500px) {
      max-width: 90%;
    }
  }

  .ty-btn:not([type="submit"]) {
    display: none;
  }

  .ty-fileuploader__file-section {
    display: none;
  }
  .ty-fileuploader__file-local.upload-file-local {
    input {
      font-size: 0;
      opacity: 0;
      padding: 0;
      cursor: pointer;
    }

    a {
      display: none;
    }
  }
}

section.sec-middle-text {
  margin-bottom: 80px;
}

section.sec-super-import img {
  margin-right: 45px;
}

.functionalities-dropdowns {
  row-gap: 25px;
}

.email-servers .functionalities-dropdowns {
  margin: 36px 0 43px;
}

.tech-support .functionalities-dropdowns {
  margin: 22px 0 0px;
}
.sec-benefits {
  padding-top: 60px;
  padding-bottom: 103px;
}
.col-benefit {
  position: relative;
  padding: 75px 32px 0;
  height: 187px;
  border-radius: 20px;
}
.col-benefit h3,
.col-benefits h3 {
  font-size: 18px;
  letter-spacing: 0.18px;
}

.col-benefits h3 {
  margin-bottom: 0;
}

.col-benefits svg {
  padding: 0;
}

.btn-link-accord::after {
  content: "";
  position: absolute;
  background-image: url(../img/purple-plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 18px;
  height: 16px;
  transition: 0.3s;
}

.btn-link-accord.icon-minus::after {
  background-image: url(../img/purple-minus.svg);
  width: 17px;
  height: 16px;
}

.col-benefit img {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
}
.benefits-collums {
  margin-top: 110px;
}

.sec-middle-message {
  padding: 50px 0;
}

.company .sec-middle-message-text {
  padding: 10px 0;
}

.sec-middle-message.dark-bg {
  padding: 40px 0;
}

section.sec-middle-message.purple-bg .middle-message-icon {
  max-width: 89px;
  max-height: 89px;
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border-radius: 100%;
}

.sec-middle-message.dark-bg .middle-message-icon.dark-bg {
  max-width: 89px;
  max-height: 89px;
  position: absolute;
  top: unset;
  bottom: -127px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border-radius: 100%;
}

/* .sec-middle-message.blue-bg .middle-message-icon{
  max-width: 89px;
  max-height: 89px;
  position: absolute;
  top: unset;
  bottom: -97px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border-radius: 100%;
} */

.container-fluid:not(.eshop-build) .middle-message-icon {
  max-height: 59px !important;
}

.sec-middle-message h2 {
  font-size: 30px;
  padding: 0;
  margin: 0;
}
.services .sec-middle-message h2 {
  font-weight: 100;
}
.sec-middle-message h2::before {
  content: unset;
}

.col-reviews {
  position: relative;
  width: 100%;
  height: 480px;
  background-color: #f8f9fa;
  border-radius: 20px;
  text-align: center;
  padding-top: 25px;
}

.col-reviews h3 {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.25px;
  font-weight: 800;
  max-width: 170px;
  margin-left: 75px;
  z-index: 1;
}

.col-reviews p {
  position: relative;
  font-size: 14px;
  max-width: 100%;
  margin: 20px 80px 20px 75px;
  letter-spacing: 0.14px;
  z-index: 1;
}

h5.customers-review {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.14px;
  color: #6e54c9;
  font-weight: 800;
  max-width: max-content;
  margin-left: 75px;
  margin-bottom: 0;
  z-index: 1;
}

h5.customer-shop {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.14px;
  font-weight: 800;
  max-width: max-content;
  margin-left: 75px;
  z-index: 1;
}

.col-reviews-img {
  position: relative;
  width: 285px;
  height: 160px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.customer-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.sec-customers-reviews {
  padding-top: 70px;
  height: 100%;
  padding-bottom: 95px;
}

section.sec-customers-reviews .container-text h2 {
  margin-bottom: 75px;
}

section.sec-customers-reviews .content-link {
  margin: 0 auto;
  margin-top: 75px;
}

.sec-services .container-text h2 {
  max-width: 100%;
  margin-bottom: 55px;
}

.sec-services .right-elements {
  top: 0;
  right: 60px;
}

.sec-services .blue-purple-circle-full {
  position: absolute;
  top: 40px;
  right: -130px;
  width: 184px;
  height: 184px;
}

.pagination {
  gap: 7px;
  margin-left: auto;
}

.pagination-item {
  width: 273px;
  background: #efefef;
  padding: 6.5px 25px;
  border-radius: 23px;
}

.pagination-item a {
  position: relative;
  font-size: 23px;
  color: black;
  letter-spacing: 0.23px;
  font-weight: 800;
  transition: 0.3s;
  z-index: 1;
  padding: 0 10px;
}

a.prev-page svg {
  transform: rotate(180deg);
}

.pagination a.active {
  color: white;
}

.pagination a.active:before {
  content: "";
  position: absolute;
  background: #00a0ff;
  top: -12.5px;
  left: -4.5px;
  width: 42px;
  height: 57px;
  border-radius: 9px;
  z-index: -1;
}

a.prev-page {
  transform: rotate(180deg);
}

a.next-page,
a.prev-page {
  background: #efefef;
  border-radius: 100%;
  padding: 11.5px;
  width: 45px;
  text-align: center;
  transition: 0.3s;
}

a.next-page:hover,
a.prev-page:hover {
  background: #00a0ff;
}

a.next-page:hover svg,
a.prev-page:hover svg {
  transition: 0.3s;
  filter: invert(1);
}

.pagination a.active:before {
  content: "";
  position: absolute;
  background: #00a0ff;
  width: 42px;
  height: 57px;
}

.pagination-item a:not(.active):hover {
  color: #00a0ff !important;
}

a.content-link.text-cr:before {
  left: 50%;
  transform: translateX(-50%);
}

.sec-services {
  padding-top: 30px;
  padding-bottom: 100px;
}

/* .col-service h3:not(.blue-underline) {
  margin-bottom: -5px;
} */

.col-service {
  height: 440px;
  padding-top: 100px;
}

img.building-site {
  top: -113px;
}

img.automation {
  max-width: 60% !important;
  position: absolute;
  min-height: 160px;
  top: -85px;
  left: 50%;
  transform: translateX(-50%);
}
img.web-servers {
  top: -115px;
  left: 40%;
}
img.email-servers {
  top: -85px;
}
img.tech-support {
  top: -105px;
}

.services .sec-services-text .container-text h2 {
  max-width: 590px;
}

.sec-services-text {
  padding-bottom: 120px;
}

section.sec-services-text .container-text {
  max-width: 650px;
}

section.sec-services-text img {
  margin-right: 130px;
}

.black-circle {
  position: relative;
  right: -185px;
  height: 372px;
  margin: 0;
  width: 370px;
  border: 10px solid;
  border-radius: 100%;
}

.blue-purple-circle-full {
  position: absolute;
  top: -15px;
  right: 280px;
  width: 125px;
  height: 125px;
}

section.sec-web-servers-text .container-text {
  max-width: 733px;
}

section.sec-web-servers-text .container-text h2,
section.sec-company .container-text h2 {
  max-width: 100%;
}
.sec-web-servers-text {
  padding-bottom: 90px;
}

.web-servers section.sec-product-functionalities {
  padding-top: 75px;
  padding-bottom: 250px;
}

section.sec-super-import .container-text,
.company .sec-company .container-text,
.email-servers .sec-email-servers-text .container-text,
.tech-support .sec-tech-support-text .container-text {
  display: inline-block;
  max-width: 640px;
  width: 100%;
}

section.sec-company {
  padding-top: 40px;
  padding-bottom: 50px;
}

section.sec-company-sliders {
  padding: 60px 0;
}

.small-sliders {
  width: 100%;
  max-width: 565px;
  row-gap: 18px;

  img {
    width: 100%;
    max-width: 565px;
    max-height: 318px;
    object-fit: cover;
  }
}

.carousel-item > img {
  width: 100%;
  max-width: 1163px;
  max-height: 654px;
  object-fit: cover;
}

.company section.sec-customers-reviews {
  padding-bottom: 140px;
}

.company .carousel-indicators {
  bottom: -54px;
}

div#sliders {
  margin-top: 18px;
}

.sec-email-servers-text {
  padding-bottom: 35px;
}

.sec-barcode-scan {
  padding-bottom: 120px;
}

section.sec-tech-support-text {
  padding-bottom: 50px;
}

.sec-blog-page-text {
  padding-bottom: 45px;
}

section.sec-blog-posts .col-blog p {
  margin-bottom: 30px;
}
section.sec-careers-recruit-text {
  padding-bottom: 30px;
}
section.sec-text-under-message {
  margin: 70px 0 50px;
  font-size: 18px;
}
section.sec-job-form {
  padding: 60px 0 0px;
}

.careers-recruit .container-form {
  padding-bottom: 90px;
}

section.sec-job-form form {
  max-width: 530px;
  margin: 40px auto;
}

.purple-bg h2.text-white:before {
  background: white;
}

.input-field input,
.input-field textarea {
  border: unset;
  border-radius: 31px;
  width: 100%;
  padding: 11.5px 30px;
  max-width: 535px;
  outline: unset;
}
.input-field textarea {
  margin-top: 10px;
  padding-top: 20px;
}

.input-field input::placeholder,
.input-field textarea::placeholder {
  color: black;
  font-size: 16px;
  letter-spacing: 0.08px;
}

.form-check {
  margin-top: 30px;
}
.policy-text p {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 5px;
}
.policy-text {
  margin-left: 15px;
}
.policy-text span {
  font-size: 13px;
}

section.sec-vacants-jobs {
  padding: 93px 0 1px;
}

section.sec-job-form button {
  border: unset;
  height: 45px;
}

.careers-recruit #accordion .btn-link {
  height: 45px;
  font-size: 14px;
  line-height: 45px;
}

.careers-recruit .card-header::before,
.careers-recruit .card-header::after {
  content: unset;
}

.careers-recruit .card-header {
  border-bottom: unset;
}

.careers-recruit .card {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  padding: 25px 35px 15px;
}

.card-content-infos {
  gap: 25px;
}
.card-content-infos p {
  gap: 15px;
}

.card-header h4 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.1px;
}

.collapse .btn-link {
  margin: 50px 0;
}

button.btn.btn-link.btn-link-accord.purple-bg:after {
  content: "";
  position: absolute;
  background-image: url(../img/dropdown-arrow.svg);
  top: 45%;
  transform: translateY(-50%);
  right: 13px;
  width: 20px;
  height: 12px;
  scale: 0.5;
  transition: transform 0.3s ease-in-out;
}

button.btn.btn-link.btn-link-accord.purple-bg.active:after {
  transform: translateY(-50%) rotate(180deg);
}

.sec-eshop-build-text {
  padding-bottom: 40px;
}

.eshop-build .col-benefits {
  position: relative;
  padding: 30px 25px 44px 44px;
  height: 270px;
  border-radius: 20px;
}

.eshop-build .benefits-collums {
  margin-top: 25px;
  gap: 28px;
  row-gap: 25px;
}

.eshop-build .benefits-collums .row {
  margin-left: 0;
  margin-right: 0;
  gap: 10px;
}

.eshop-build .sec-middle-message .container-text h3 {
  font-size: 22px;
}

.sec-middle-message.purple-bg .btn-light {
  background: #00a0ff;
}
.sec-middle-message.purple-bg .btn-light:hover {
  background: black;
}

.eshop-build .sec-middle-message.purple-bg .middle-message-icon.purple-bg {
  max-width: 89px;
  max-height: 89px;
  position: absolute;
  top: unset;
  bottom: -130px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border-radius: 100%;
  box-sizing: content-box;
}
.eshop-build .col-service a.content-link {
  margin-left: 0;
}

section.sec-accordions {
  position: relative;
  margin-bottom: 50px;
}

.sec-middle-message-half .container-text {
  max-width: 100%;
}

.sec-middle-message-half .container-text h2 {
  font-size: 30px;
  padding-bottom: 0;
  margin-bottom: 22px;
}
.sec-middle-message-half .container-text h4 {
  font-size: 22px;
  padding-bottom: 0;
  margin-bottom: 0px;
  letter-spacing: 0.22px;
}
.sec-middle-message-half .container-text h2::before {
  content: unset;
}
.sec-middle-message-half .container-text h4 {
  max-width: 500px;
}

.icon-content {
  padding-top: 42.5px;
  padding-bottom: 35px;
}

.col-left img.arrow {
  position: absolute;
  top: 50%;
  right: -45px;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 100%;
  box-sizing: content-box;
  padding: 15px;
}
.col-right img.arrow {
  position: absolute;
  top: 50%;
  left: -45px;
  transform: translateY(-50%) rotate(180deg);
  z-index: 1;
  border-radius: 100%;
  box-sizing: content-box;
  padding: 15px;
}

.sec-middle-message-half .col-right .container-text h4 {
  letter-spacing: 0.22px;
  max-width: 600px;
}

.small-text {
  padding-top: 67px;
}

section.sec-modules {
  position: relative;
  padding: 20px 0px 70px;
}

.sec-modules .col-service {
  width: 100%;
  height: 100%;
  padding: 37px 64px 37px 53px;
  border-top: 6px solid white;
}

.sec-modules .col-3 .col-service {
  padding: 45px 48px 40px 52px;
}

.sec-modules .col-3 .container-text h2 {
  padding-bottom: 18px;
  margin-bottom: 25px;
}

.sec-modules .col-3 .col-service p {
  max-width: 825px;
  margin: 0;
}

.sec-modules .col-service .container-text {
  max-width: max-content;
}

.sec-modules .col-3 .col-service .container-text {
  padding-bottom: 40px;
}

.sec-modules .col-service p {
  max-width: 895px;
  margin: 0;
  margin-bottom: 42px;
}
.icon-top-right {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-width: 63px;
  max-height: 63px;
  border-radius: 0 20px 0 20px;
  z-index: 1;
}

.sec-modules .container-height {
  min-height: 222px;
  margin-bottom: 20px;
}

.sec-modules .container-text h2 {
  font-size: 25px;
}

.sec-modules .container-text span.text-light {
  margin-top: 5px;
  font-size: 20px;
}

.sec-modules .d-flex {
  gap: 20px;
}

section.sec-form-map ul {
  margin-bottom: 1rem;
}

section.sec-form-map dfn:not(.see-more) {
  max-width: 48px;
  max-height: 48px;
  font-size: 23px;
  display: flex;
  color: black;
  padding: 15px;
  border: 4px solid black;
  box-sizing: border-box;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

section.sec-form-map a:hover dfn:not(.see-more) {
  color: #00a0ff !important;
  border-color: #00a0ff;
}

.no-text {
  width: 51px;
  padding: 0;
}

.no-text:before {
  content: unset;
}

.sec-modules .functionalities-dropdowns {
  margin-top: 65px;
  gap: 0;
  row-gap: 15px;
}

.laptop-frame {
  position: relative;
  z-index: 1;
}

.screen-area {
  position: absolute;
  top: 116px;
  left: 217px;
  width: 925px;
  height: 597px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.scrolling-image {
  position: absolute;
  width: 100%;
  /* animation: scrollAnimation 15s linear infinite alternate; */
  transform: translateY(0);
}

@keyframes scrollAnimation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-1870px);
  }
}

img.static-mobile {
  position: absolute;
  bottom: 0;
  right: 130px;
}

.sec-ai-power .container-text {
  display: inline-block;
  max-width: 550px;
  width: 100%;
}

.sec-ai-power .container-text p {
  max-width: 473px;
}

section.sec-ai-power {
  padding: 93px 0 86px;
}
.sec-eshop-preview-display-3 {
  padding: 65px 0;
}

.eshop-build .sec-eshop-preview-display-3 {
  padding: 55px 0;
}

section.sec-customers-reviews .button-container {
  margin-top: 70px;
}

.eshop-build .sec-eshop-preview-display-3 .full-width {
  margin-bottom: 20px;
}

.left-side {
  position: absolute;
  top: 50%;
  left: -70px;
  height: 567px;
  margin: 0;
  width: 567px;
  border: 10px solid;
  transform: translateY(-50%);
  border-radius: 100%;
  z-index: -1;
}

.right-side {
  position: absolute;
  top: 18%;
  right: -55px;
  height: 337px;
  margin: 0;
  width: 337px;
  border: 10px solid;
  border-radius: 100%;
  z-index: -1;
}

.left-side .netikon-power-icon {
  position: absolute;
  top: 50%;
  left: -37.5px;
  background: black;
  border-radius: 100%;
  padding: 20px 21.05px;
  box-sizing: content-box;
  transform: translateY(-50%) rotate(90deg);
}

.right-side .netikon-power-icon {
  position: absolute;
  top: 50%;
  right: -37.5px;
  background: black;
  border-radius: 100%;
  padding: 20px 21.05px;
  box-sizing: content-box;
  transform: translateY(-50%) rotate(-90deg);
}

.left-side .text {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  max-width: 170px;
  height: 75px;
}

.text b {
  font-size: 28px;
  letter-spacing: 0.34px;
}

.text .light-weight {
  font-size: 38px;
  letter-spacing: 5.05px;
}

.right-side .text {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  max-width: 170px;
  height: 75px;
}

.sec-accordions .black-circle {
  position: relative;
  left: -206px;
  height: 357px;
  margin: 0;
  width: 355px;
  border: 10px solid;
  border-radius: 100%;
}

.sec-accordions .blue-purple-circle-full {
  position: absolute;
  top: -36px;
  right: 200px;
  width: 136px;
  height: 136px;
}

.sec-accordions .left-elements {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0;
  bottom: unset;
}

.sec-accordions .transparent-cart {
  position: absolute;
  background: #acaaaa24;
  opacity: 1;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 100%;
  margin: 0;
  bottom: 0px;
  padding: 20px;
  right: 235px;
}

.sec-modules .left-elements {
  position: absolute;
  left: 70px;
  margin: 0;
  bottom: 585px;
}

.sec-modules .blue-purple-circle-full {
  position: absolute;
  top: -15px;
  right: 0;
  width: 125px;
  height: 125px;
}

.sec-modules .right-elements {
  position: absolute;
  bottom: 45px;
  right: -60px;
  top: 135px;
}

.sec-ai-power .left-elements {
  position: absolute;
  left: 70px;
  margin: 0;
  bottom: 155px;
}

.sec-ai-power .left-elements .blue-purple-circle-full {
  position: absolute;
  top: -15px;
  right: 0;
  width: 125px;
  height: 125px;
}

.sec-job-form label.form-label {
  color: white;
}

.sec-ai-power .black-circle {
  position: relative;
  right: -207px;
  height: 357px;
  margin: 0;
  width: 355px;
  border: 10px solid;
  border-radius: 100%;
}

.sec-ai-power .right-elements {
  position: absolute;
  bottom: 110px;
  right: 0;
}

.sec-ai-power .transparent-cart {
  position: absolute;
  background: #acaaaa24;
  opacity: 1;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 100%;
  margin: 0;
  bottom: 20px;
  padding: 20px;
  right: -30px;
}

.sec-ai-power .right-elements .blue-purple-circle-full {
  position: absolute;
  top: -40px;
  right: 30px;
  width: 125px;
  height: 125px;
}

.sec-form-map .container-text.float-lt {
  max-width: 816px;
}

.sec-form-map .container-text.float-rt {
  max-width: 509px;
}

section.sec-form-map {
  height: 100%;
}

section.sec-form-map a.map {
  display: block;
  background-image: url(../img/map.png);
  border-radius: 21px;
  margin-bottom: 32px;
  max-width: 816px;
  width: 100%;
  height: 100%;
  max-height: 328px;
  background-repeat: no-repeat;
  background-position: center;

  @media only screen and (max-width: 1372px) {
    height: 328px;
  }
}

.cozy-life-bg {
  height: 1041px;
  background-image: url(../img/cozy-life.png);
  background-repeat: no-repeat;
  background-position-x: right;
}

section.sec-eshop-preview-display-2 {
  padding-top: 87px;
}

section.sec-eshop-preview-display-2 .container-text h2 {
  max-width: 100%;
  margin-bottom: 60px;
}

section.sec-eshop-preview-display-2 .left-side {
  position: absolute;
  top: unset;
  left: -55px;
  bottom: -88px;
  height: 362px;
  margin: 0;
  transform: unset;
  width: 360px;
  border: 10px solid;
  border-radius: 100%;
  z-index: 0;
}

section.sec-eshop-preview-display-1 .laptop-frame {
  margin-top: 180px;
  position: relative;
  left: -90px;
}

section.sec-eshop-preview-display-1 .screen-area {
  position: absolute;
  top: 80px;
  left: 153px;
  width: 640px;
  height: 416px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

img.static-devices {
  position: absolute;
  bottom: 30px;
  right: -140px;
}

section.sec-eshop-preview-display-1 {
  padding-top: 42px;
}

section.sec-eshop-preview-display-1 .left-side,
.eshops-display section.sec-eshop-preview-display-3 .left-side {
  top: 170px;
  left: -20px;
}

section.sec-eshop-preview-display-1 .left-side .netikon-power-icon,
.eshops-display
  section.sec-eshop-preview-display-3
  .left-side
  .netikon-power-icon {
  position: absolute;
  top: 0;
  left: 50%;
  background: black;
  border-radius: 100%;
  padding: 20px 21.05px;
  box-sizing: content-box;
  transform: translate(-50%, -50%) rotate(180deg);
}

section.sec-eshop-preview-display-1 .eshop-logo {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}

section.sec-eshop-preview-display-2 .eshop-logo {
  position: absolute;
  top: 105px;
  left: 70px;
}

.eshops-display section.sec-eshop-preview-display-3 .right-side {
  position: absolute;
  top: 47%;
  right: -125px;
  height: 568px;
  margin: 0;
  width: 568px;
  border: 10px solid;
  border-radius: 100%;
  transform: translateY(-50%);
  z-index: -1;
}

.eshops-display section.sec-eshop-preview-display-3 img.static-chair {
  position: absolute;
  bottom: 0;
  right: 80px;
}

.eshops-display section.sec-eshop-preview-display-3 img.static-mobile {
  position: absolute;
  bottom: 0;
  right: unset;
  left: 0;
}

.eshops-display section.sec-eshop-preview-display-3 .eshop-logo {
  position: absolute;
  right: 61px;
  top: 50%;
  transform: translateY(-50%);
}

section.sec-eshop-display-text {
  padding-bottom: 30px;
}

section.sec-contact {
  padding-bottom: 30px;
}

section.sec-contact .container-text {
  max-width: 640px;
}

section.sec-contact .container-text h2 {
  max-width: 640px;
}

.contact .share_button_icons {
  display: none;
}

.contact .contact-content {
  padding: 60px 0 80px;
  gap: 22px;

  .ty-wysiwyg-content {
    &:first-child {
      width: 100%;
      max-width: 816px;
    }
  }
}

section.sec-form-map ul a {
  gap: 15px;
  font-size: 15px;
  color: black !important;
}

section.sec-form-map ul svg {
  margin-right: 20px;
}

.sec-middle-message-half svg,
.sec-middle-message-half img {
  max-width: 100%;
}

.btn-link-video {
  display: block;
  position: relative;
  width: 100%;
  max-width: 50px;
  height: 35px;
  border-radius: 10px;
  transition: 0.3s;
}

a.btn-link-video:hover {
  background: #00a0ff;
}

.btn-link-video .video-link {
  left: 52%;
  right: unset !important;
  transform: translate(-50%, -50%) !important;
}

/* customer slick */
.col-frame {
  display: flex;
  height: auto;
  padding: 40px 0;
  align-items: center;
  user-select: none;
}
.col-reviews {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f8f9fa;
  border-radius: 20px;
  text-align: center;
  padding-top: 25px;
  padding: 20px 50px;
}

h5.customers-review {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.14px;
  color: #6e54c9;
  font-weight: 800;
  max-width: max-content;
  margin-left: 0;
  margin-bottom: 0;
  z-index: 1;
}
h5.customer-shop {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.14px;
  font-weight: 800;
  max-width: max-content;
  margin-left: 0;
  z-index: 1;
}
.col-reviews-img {
  position: relative;
  width: auto;
  height: auto;
  margin: 0 auto;
  margin-bottom: 0px;
}
.col-reviews-img img {
  margin: 0 auto;
}
section:not(.sec-eshop-preview-display-1):not(.sec-eshop-preview-display-2):not(
    .sec-eshop-preview-display-3
  ):not(.sec-product-images-texts)
  .container
  img {
  max-width: 100%;
}

.col-reviews h3 {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.25px;
  font-weight: 800;
  max-width: 100%;
  margin-left: 0;
  margin-top: 15px;
  z-index: 1;
}

.col-reviews p {
  position: relative;
  font-size: 14px;
  max-width: 100%;
  margin: 20px 0px 20px 0px;
  letter-spacing: 0.14px;
  z-index: 1;
  max-height: 104px;
  overflow-y: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.left-frame:before {
  bottom: 10px;
  left: 20px;
  height: 83%;
}

.left-frame:after {
  bottom: 10px;
  left: 20px;
  width: 80%;
}

.left-frame img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 13% !important;
}

.right-frame:before {
  top: 10px;
  right: 20px;
  height: 83%;
}

.right-frame:after {
  top: 10px;
  right: 20px;
  width: 80%;
}
.right-frame img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 13% !important;
}

section.sec-customers-reviews .container-text h2 {
  margin-bottom: 20px;
}

section.sec-customers-reviews .slick-dots {
  bottom: -50px;
}

/*end customer slick */

img.eshop-site {
  border-radius: 10px;
  transition: 0.3s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

img.eshop-site:hover {
  scale: 1.05;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}
.container-fluid:not(.eshops-display) section.sec-eshop-preview-display-3 img {
  max-width: 425px;
}

/* BLOG POST INSIDE  */
.post-col {
  max-width: 880px;
}

.blog-inside-page .date-day {
  width: 100%;
  max-width: 165px;
  border-radius: 0px 10px 10px 0px;
}

section.sec-blog-post-text {
  padding-top: 70px;
}

section.sec-blog-post-text .date-day p {
  padding: 12.5px 8px;
}

section.sec-blog-post-text h3.text-lt {
  margin: 20px 0;
}

p.post-text {
  text-align: justify;
  padding: 25px 0;
  white-space: break-spaces;
  max-width: 98%;
  letter-spacing: 0.24px;
}

.latest-posts {
  max-width: 32.5%;
}

.blog-inside-page .post-list p.text-lt {
  max-height: 70px;
  overflow-y: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px !important;
}

.post-search {
  margin-bottom: 45px;
}

.blog-inside-page .blog-posts {
  gap: 20px;
}

.search-box {
  background: #efefef;
  padding: 40px;
  border-radius: 0 0 20px 20px;
}

.search-box input {
  width: 100%;
  background: black;
  border-radius: 10px 0 0 10px;
  padding: 11px 25px;
  border: unset;
  color: white;
}

.search-box input::placeholder {
  color: white;
}

button.search-btn {
  border: unset;
  border-radius: 0px 10px 10px 0px;
  padding: 10px 18px;
}

.post-list > div {
  margin-bottom: 45px;
}

.post-list .col-blog {
  width: 100%;
  height: auto;
}

/* .blog-inside-page */

/*END BLOG POST INSIDE  */

.eshops {
  gap: 25px;
  row-gap: 30px;
}

.eshops .text-cr {
  width: 100%;
}

.automations .col-service {
  display: block;
  height: 100%;
  max-width: 435px;
  color: black;
  transition: 0.3s;
  cursor: pointer;
  box-sizing: border-box;
  padding: 80px 45px 40px 45px;
  min-height: 260px;
}

.automations .automations {
  margin: 80px 0 50px;
  row-gap: 115px;
}
.automations .col-service h3 {
  max-width: 100%;
}

.automations .col-service p {
  min-height: 80px;
  max-width: 100%;
}

.automations .col-service-arrow {
  position: relative;
  margin-left: 45px;
  height: 21px;
}

.automations .col-service-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  max-width: 165px;
  height: 5px;
  background: black;
}
.automations .col-service-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  max-width: 0;
  height: 5px;
  transition: 1.5s;
}

.automations .col-sm-3:nth-child(odd) .col-service .col-service-arrow:after {
  background: #00a0ff;
}

.automations .col-sm-3:nth-child(even) .col-service .col-service-arrow:after {
  background: #8d78ff;
}

.automations img.automation-arrow {
  position: absolute;
  top: 0;
  left: 175px;
}
.automations .automations h3 span.blue-underline {
  position: relative;
  z-index: 1;
}
.automations .automations h3 span.blue-underline:before {
  content: "";
  position: absolute;
  width: 100%;
  background: #53bfff;
  top: 67%;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 2.5s;
}

section.sec-product-images-texts {
  padding: 100px 0 75px;
}

.product-images-container {
  gap: 50px;
  margin-bottom: 100px;
}

section.sec-product-images-texts .product-images-container:last-child {
  margin-bottom: 0px;
}

.prod-texts h2 {
  font-size: 30px;
}

.prod-texts {
  max-width: 560px;
}

.product-images-container img.prod-image {
  border-radius: 22px;
  position: relative;
  z-index: 1;
}

.prod-image-container.image-left {
  margin: 10px 10px 10px 40px;
}

.prod-image-container.image-right {
  margin: 10px 40px 10px 10px;
}

.image-left:before {
  content: "";
  background: #17cbff;
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 175px;
  height: 133px;
  border-radius: 20px;
  z-index: 0;
}

.image-left:after {
  content: "";
  background: black;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 362px;
  height: 233px;
  border-radius: 20px;
  z-index: 0;
}

.image-right:before {
  content: "";
  background: #8c6ef5;
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 175px;
  height: 133px;
  border-radius: 20px;
  z-index: 0;
}

.image-right:after {
  content: "";
  background: black;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 362px;
  height: 233px;
  border-radius: 20px;
  z-index: 0;
}

.product-images-container img.svg-icon {
  background: black;
  padding: 15px;
  width: 81px;
  height: 81px;
  border-radius: 20px;
  z-index: 2;
}

.image-left .svg-icon {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.image-right .svg-icon {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.sec-product-images-texts .product-images-container:nth-child(odd) .prod-texts {
  margin-right: auto;
}

.sec-product-images-texts
  .product-images-container:nth-child(even)
  .prod-texts {
  margin-left: auto;
}

section.sec-addon-dif {
  padding: 45px 0 70px;
}

section.sec-addon-dif .d-flex {
  margin-top: 50px;
  gap: 45px;
  row-gap: 35px;
  padding: 0 10px;
}

section.sec-addon-dif .container-text {
  max-width: 100%;
}

section.sec-addon-dif .container-text h3 {
  max-width: 530px;
  margin: 0 auto;
}

.dif-container {
  background: white;
  padding: 30px 40px 30px 80px;
  border-radius: 20px;
  max-width: 680px;
}

.dif-container.full-width {
  width: unset;
  max-width: 100% !important;
}

section.sec-addon-table {
  margin: 40px 0 100px;
}

section.sec-addon-table table {
  border-collapse: collapse;
  width: 100%;
  max-width: 1390px;
}

section.sec-addon-table table thead {
  background: black;
  color: white;
  border-radius: 10px 10px 0px 0px;
}

section.sec-addon-table table th:first-child {
  width: 405px;
  box-sizing: border-box;
  border-radius: 10px 0 0 0;
}

section.sec-addon-table table th:last-child {
  border-radius: 0 10px 0 0;
}

section.sec-addon-table table th {
  padding: 22.5px 35px;
  text-align: left;
  width: 325px;
}

section.sec-addon-table table tbody td {
  height: 67px;
  border-width: 0px 4px 4px 0;
  border-style: solid;
  border-color: white;
  font-size: 20px;
  font-weight: 600;
  padding: 0 75px;
}

section.sec-addon-table table tbody td:first-child {
  padding: 0 35px 0 40px;
}

section.sec-addon-table table tbody tr:nth-child(odd) td:first-child {
  background-color: #e6e6e6;
}

section.sec-addon-table table tbody tr:nth-child(even) td:first-child {
  background-color: #f8f8f8;
}

section.sec-addon-table table tbody tr:nth-child(odd) td:nth-child(2) {
  background-color: #d8f6ff;
}

section.sec-addon-table table tbody tr:nth-child(even) td:nth-child(2) {
  background-color: #f2fcff;
}

section.sec-addon-table table tbody tr:nth-child(odd) td:nth-child(3) {
  background-color: #e6dfff;
}

section.sec-addon-table table tbody tr:nth-child(even) td:nth-child(3) {
  background-color: #f2efff;
}

section.sec-addon-table table tbody tr:nth-child(odd) td:last-child {
  background-color: #e6dfff;
}

section.sec-addon-table table tbody tr:nth-child(even) td:last-child {
  background-color: #f2efff;
}

section.sec-addon-usage h2 {
  font-size: 30px;
}

.usage-container {
  position: relative;
  width: 100%;
  max-width: 1255px;
  border-radius: 20px;
  margin-left: auto;
}

section.sec-addon-usage {
  padding: 45px 0 125px;
}

.small-usage-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -140px;
  width: 100%;
  max-width: 680px;
  border-radius: 20px;
  padding: 30px 20px 22px 80px;
}

.small-usage-container ul {
  padding: 0;
}

.small-usage-container li {
  font-size: 20px;
  margin-bottom: 15px;
}

.usage-text {
  margin: 0px 30px 0px auto;
  padding: 50px 0;
  max-width: 655px;
}

.usage-text p,
.usage-text span,
.usage-text li {
  font-size: 20px;
  letter-spacing: 0.29px;
}

section.sec-addon-three-benefits {
  padding: 90px 0;
}

.sec-addon-three-benefits .addon-checks {
  border-radius: 20px;
  height: 290px;
  padding: 35px 30px 30px 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.sec-addon-three-benefits h2 {
  text-align: center;
  font-size: 25px;
  padding-bottom: 20px;
}

ul.addon-checks li {
  font-size: 17px;
  letter-spacing: 0.17px;
}

.sec-addon-three-benefits h2:before {
  max-width: 150px;
  height: 6px;
  left: 50%;
  transform: translateX(-50%);
}
.addon-big-benefit {
  margin-top: 35px;
  font-size: 17px;
  letter-spacing: 0.17px;
  font-weight: 400;
  padding: 30px 30px 20px 40px;
  border-radius: 20px;
}

.addon-big-benefit.white-bg p {
  margin: 0;
}

.addon-big-benefit.white-bg p:first-child {
  margin-bottom: 20px;
}

section.sec-addon-works {
  padding: 90px 0;
}

.sec-addon-works .col-addon-work {
  max-width: 285px;
  min-height: 270px;
  padding: 30px 25px 30px 25px;
  border-radius: 20px;
}

.sec-addon-works img.addon-icon {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: black;
  padding: 15px;
  width: 71px;
  height: 71px;
  border-radius: 20px;
  z-index: 2;
}

.sec-addon-works .col-addon-work h3 {
  font-size: 18px;
  font-weight: 800;
}

.sec-addon-works .col-addon-work p {
  padding-left: 20px;
  letter-spacing: 0.16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0;
}

.usage-results .blue-check:before {
  left: -33px;
}

.usage-results-title {
  display: block;
  margin-bottom: 10px;
}

section.sec-addon-works .row {
  margin-top: 100px;
  row-gap: 90px;
  margin-right: 0;
}

.sec-addon-works .col-auto {
  z-index: 1;
}

.sec-addon-works .col-addon-work:before {
  content: "";
  position: absolute;
  background: #6e54c9;
  right: 0px;
  bottom: -10px;
  width: 140px;
  height: 117px;
  border-radius: 20px;
  z-index: -1;
}

section.sec-addon-extra-features .product-images-container {
  max-width: 50%;
  margin-bottom: 70px;
}

section.sec-addon-extra-features .image-left .prod-texts {
  margin-left: 40px;
}

section.sec-addon-extra-features .image-left + .prod-texts {
  margin-left: 40px;
}

section.sec-addon-extra-features {
  padding: 90px 0;
}

section.sec-addon-extra-features .addon-extra-features-container {
  margin-top: 30px;
}

section.sec-middle-message.gray-bg h2 {
  font-size: 32px;
}

section.sec-middle-message.gray-bg span.text-regular {
  display: block;
  font-size: 30px;
}

section.sec-extra-automations {
  padding: 105px 0 90px;
}

section.sec-extra-automations .extra-automation {
  position: absolute;
  top: -55px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  height: 80px;
  max-width: 345px;
  padding: 20px 40px 20px 20px;
  color: white;
  gap: 20px;
  font-weight: 700;
  text-align: left;
}

section.sec-extra-automations .automations .col-service {
  padding: 40px 45px 20px 25px;
  border-top: 6px solid #00a0ff;
  min-height: 200px;
  box-sizing: border-box;
}

.automations section.sec-middle-text {
  margin-top: 50px;
  margin-bottom: 80px;
}

.automations .sec-extra-automations .col-service h3 {
  font-size: 20px;
}

.automations .sec-extra-automations .col-service p {
  font-size: 15px;
}

.sec-chat-gpt .container-text {
  display: inline-block;
  max-width: 620px;
  width: 100%;
}

.sec-chat-gpt,
.sec-search-intelligence,
.sec-couriers,
.sec-skroutz-marketplace {
  padding-bottom: 40px;
}

#couriers section.sec-product-images-texts {
  padding: 100px 0 0px;
}

/* RESPONSIVE */

@media (max-width: 1670px) {
  .eshops-display .sec-eshop-preview-display-3 .laptop-frame {
    scale: 80%;
  }
}

@media (max-width: 1570px) {
  .eshop-build .laptop-frame {
    scale: 80%;
  }
}

@media (max-width: 1470px) {
  .eshop-build .icon-top-left {
    left: 50%;
    top: -73.5px;
  }

  section.sec-addon-extra-features .product-images-container {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 1440px) {
  .small-usage-container {
    position: relative;
    top: unset;
    transform: unset;
    left: unset;
    width: 100%;
    max-width: 680px;
    border-radius: 20px;
    padding: 30px 20px 22px 80px;
    margin: 0 auto;
  }

  .usage-container {
    max-width: 100%;
    margin-left: 0;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .usage-text {
    margin: 0px auto;
  }
}

@media (max-width: 1400px) {
  .sec-blog-posts .col-full {
    max-width: 48%;
  }
}

@media (max-width: 1375px) {
  .eshop-build .laptop-frame > img {
    scale: 80%;
  }
  .eshop-build .screen-area {
    scale: 80%;
  }
  .eshop-build .right-side {
    right: 0;
  }
  .eshop-build .left-side {
    left: 0;
    height: 407px;
    width: 407px;
  }

  .eshop-build .btn-link-accord {
    font-size: 18px;
    text-align: left;
  }

  .eshop-build .card-.container-fluid {
    font-size: 14px;
  }
  .post-col {
    max-width: 65%;
  }
}

@media (min-width: 1370px) {
  .eshops-display section.sec-eshop-preview-display-3 .hidden {
    display: none;
  }
}
@media (max-width: 1370px) {
  .eshops-display section.sec-eshop-preview-display-3 .static-chair,
  .eshops-display section.sec-eshop-preview-display-3 .right-side {
    display: none;
  }
  .eshops-display section.sec-eshop-preview-display-3 .eshop-logo {
    position: absolute;
    right: 130px;
    top: 23%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1350px) {
  .sec-modules .col-full .col-service .container-text {
    max-width: 50%;
  }

  .sec-form-map .list-unstyled {
    gap: 10px;
  }
  .sec-ai-power .container-text {
    max-width: 49%;
  }
  section.sec-ai-power img {
    max-width: 50% !important;
  }
  section.sec-services-text img {
    margin-right: 0;
  }
  .container-text {
    display: inline-block;
    max-width: 98%;
    width: 100%;
  }
  .container-fluid:not(.eshops-display)section .container img {
    max-width: 45%;
  }
  section.sec-super-import .container-text,
  .company .sec-company .container-text,
  .email-servers .sec-email-servers-text .container-text,
  .tech-support .sec-tech-support-text .container-text {
    max-width: 50%;
  }
  .container-text.full-width {
    max-width: 100%;
  }

  svg.d-block.container-svg {
    max-width: 100%;
  }

  .ty-product-block__wrapper
    section:nth-child(1):not(.sec-services-text)
    > div {
    justify-content: center;
    row-gap: 20px;
    align-items: center;
  }

  .eshops-types li {
    position: relative;
    font-size: 15px;
    letter-spacing: 0.2px;
    margin-bottom: 12px;
  }
  .eshops-display section.sec-eshop-preview-display-1 .laptop-frame {
    left: 0;
  }
}

@media (max-width: 1320px) {
  .eshop-build .left-side,
  .eshop-build .right-side,
  .eshop-build .static-mobile {
    display: none;
  }
  .eshop-build .laptop-frame {
    scale: 80%;
    height: 700px;
  }
}

@media (max-width: 1300px) {
  section .dropdown {
    position: relative;
    width: 49%;
    max-width: 100%;
  }
  .sec-customers-reviews .row {
    row-gap: 120px;
  }

  section.sec-addon-extra-features .product-images-container {
    max-width: 45%;
    margin-bottom: 70px;
  }
}

@media (max-width: 1225px) {
  .eshops-display img.static-devices {
    display: none;
  }

  .cozy-life-bg {
    height: 600px;
    background-size: contain;
  }

  .eshops-display .container-text span:not(.button__label) {
    font-size: 25px;
  }
  .eshop-build .col-benefits h3 {
    font-size: 15px;
  }

  .eshop-build .col-benefits p {
    font-size: 14px;
  }

  section .dropdown {
    position: relative;
    width: 49%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1160px) {
  .sec-addon-three-benefits .addon-checks {
    height: 280px;
  }

  ul.addon-checks li {
    font-size: 14px;
    letter-spacing: 0.17px;
  }

  .addon-big-benefit {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1141px) {
  .blog-upper-text {
    gap: 15px;
    min-height: 95px;
  }
}
@media only screen and (max-width: 1125px) {
  section.sec-form-map a.map {
    height: 328px;
  }

  .sec-addon-three-benefits h2 {
    font-size: 22px;
  }
}

@media (max-width: 1115px) {
  .col {
    flex: 1 0 50%;
  }
  .benefits-collums {
    row-gap: 100px;
  }
  .eshops-types .row {
    row-gap: 30px;
  }
  .btn-link-accord {
    font-size: 14px !important;
  }
  .card-.container-fluid {
    font-size: 14px;
  }
  .web-servers section.sec-product-functionalities {
    padding-bottom: 50px;
  }
  .eshop-build .benefits-collums .row {
    gap: 0px;
  }

  .eshop-build .col-3 {
    flex: 1 0 48%;
  }

  .sec-modules .col-full .col-service {
    padding: 37px 20px 37px 20px;
  }

  .sec-automations .col-sm-3,
  .sec-extra-automations .col-sm-3 {
    width: 50%;
  }

  .automations .col-service {
    max-width: 100%;
  }
  .automations .automations {
    row-gap: 90px;
  }

  section.sec-addon-table table tbody td {
    font-size: 15px;
  }
}

@media (max-width: 1065px) {
  .sec-services-text > div {
    justify-content: center;
    row-gap: 20px;
    align-items: center;
  }
  .sec-middle-message-half .container-text h2 {
    font-size: 20px;
  }
  .sec-middle-message-half .container-text h4 {
    font-size: 16px;
  }
  .eshops-display .sec-eshop-preview-display-3 .laptop-frame {
    scale: 60%;
    left: -60px;
    height: 650px;
  }
  .eshops-display .sec-eshop-preview-display-3 .static-mobile {
    display: none;
  }
  section.sec-accordions > div {
    flex-direction: column;
  }
  section.sec-services-text .container-text {
    max-width: 98%;
  }
  section.sec-accordions .col-half:last-child #accordion {
    margin-top: 0;
  }
}

@media (max-width: 1025px) {
  .button-container {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 20px;
  }

  .custom-webapp .dropbtn,
  .custom-webapp .dropdown-content-empty {
    font-size: 13px;
  }
}

@media (max-width: 1000px) {
  .eshop-build .laptop-frame {
    scale: 80%;
    height: 700px;
    left: -140px;
  }

  .product-images-container {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .prod-image-container {
    margin: 0 !important;
  }

  .prod-texts {
    order: -1;
    text-align: left;
    max-width: 100%;
    margin: 0 !important;
  }

  .prod-texts h2:before {
    left: 0;
  }

  section.sec-addon-extra-features .product-images-container {
    max-width: 100%;
    align-items: center;
  }

  section.sec-addon-extra-features .addon-extra-features-container {
    flex-direction: column;
    align-items: center;
  }
}

@media only screen and (max-width: 960px) {
  .sec-addon-three-benefits .col-sm-3 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media only screen and (max-width: 951px) {
  .sec-modules .col-full .d-flex {
    row-gap: 20px;
    justify-content: center;
  }

  .sec-addon-works .col-addon-work h3 {
    font-size: 16px;
    font-weight: 800;
  }

  .eshop-build .sec-eshop-preview-display-3 .container-text h2 {
    margin-bottom: 50px;
  }
  section.sec-ai-power img {
    max-width: 100% !important;
  }
  .sec-ai-power .container-text p {
    max-width: 100%;
  }
  .sec-form-map .container-text.float-lt {
    max-width: 100%;
  }
  .sec-form-map .container-text.float-rt {
    max-width: 100%;
  }
  section.sec-form-map a.map {
    max-width: 100%;
    background-size: cover;
  }
  section.sec-form-map {
    padding: 60px 0 80px;
  }
}

@media (max-width: 925px) {
  section.sec-super-import .container-text,
  .company .sec-company .container-text,
  .email-servers .sec-email-servers-text .container-text,
  .tech-support .sec-tech-support-text .container-text {
    max-width: 100%;
  }
  .container-fluid:not(.eshops-display) section .container img {
    max-width: 100%;
  }
  main section:nth-child(2) > div {
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
  }

  .card-content-infos p {
    font-size: 13px;
  }

  section.sec-addon-table table tbody td:first-child {
    padding: 0 15px 0 15px;
  }

  section.sec-addon-table .table-container {
    overflow-x: auto;
  }

  section.sec-addon-table table tbody td {
    padding: 0 10px 0 55px;
  }

  section.sec-addon-table table th {
    padding: 22.5px 15px;
  }

  .cozy-life-bg {
    height: 400px;
  }

  section.sec-eshop-preview-display-2 .left-side {
    border: 0px;
  }
  section.sec-eshop-preview-display-2 .eshop-logo {
    position: absolute;
    top: -110px;
    left: 70px;
  }

  section.sec-eshop-preview-display-2 {
    padding-top: 135px;
  }
  .eshop-build .btn-link-accord {
    max-width: 100%;
    padding-right: 20px;
  }
}

@media (max-width: 915px) {
  .sec-blog-posts .col-full {
    max-width: 100%;
  }
}

@media (max-width: 890px) {
  .custom-webapp .functionalities-dropdowns {
    flex-direction: column;
  }
  .custom-webapp section .dropdown {
    width: 100%;
  }
}

@media (max-width: 875px) {
  .dropbtn,
  .dropdown-content-empty {
    font-size: 13px;
  }
  .careers-recruit #accordion button.btn-link {
    padding: 12px 23px 12px 23px;
    font-size: 0 !important;
  }
  .careers-recruit #accordion button.btn-link::before {
    content: unset;
  }
}

@media (max-width: 850px) {
  .post-col {
    max-width: 100%;
  }

  .latest-posts {
    max-width: 100%;
  }
  .post-list {
    display: flex;
    gap: 40px;
  }
  .post-list .col-full {
    flex: auto;
    width: auto;
  }
}

@media (max-width: 825px) {
  .sec-customers-reviews .row {
    flex-direction: column;
    align-items: center;
  }
  .sec-customers-reviews .col {
    max-width: 98%;
  }
  .col-reviews {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }

  .web-servers .functionalities-dropdowns {
    flex-direction: column;
  }

  .web-servers .dropdown {
    width: 100%;
  }

  .eshops-display section.sec-eshop-preview-display-1 .laptop-frame {
    margin-top: 0;
    scale: 60%;
  }

  .eshops-display .sec-eshop-preview-display-3 .laptop-frame {
    scale: 50%;
    left: -60px;
    height: 520px;
  }

  .eshop-build .laptop-frame {
    scale: 60%;
    top: -90px;
    height: 500px;
    left: -140px;
  }
}

@media (max-width: 768px) {
  .video-player img {
    max-width: 35% !important;
  }

  .small-usage-container li {
    font-size: 16px;
  }

  .usage-text p,
  .usage-text span,
  .usage-text li {
    font-size: 16px;
    letter-spacing: 0.29px;
    margin-bottom: 10px;
  }

  .prod-texts h2 {
    font-size: 25px;
  }

  section.sec-super-import .container-text,
  .company .sec-company .container-text,
  .email-servers .sec-email-servers-text .container-text,
  .tech-support .sec-tech-support-text .container-text {
    max-width: 100%;
    margin-right: 0px;
  }
  section.sec-super-import img {
    margin-right: 0px;
  }
  .sec-benefits .container img {
    max-width: 25% !important;
    padding: 0;
  }
  .container-text p {
    font-size: 16px;
    margin-right: 50px;
  }
  .col-eshops-types .list-unstyled {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .sec-product-functionalities .container-text h2 {
    font-size: 23px;
  }
  section.sec-product-functionalities {
    padding-bottom: 0;
  }

  .container-fluid:not(.home-page)
    section:not(.not-max-width-img)
    img:not(.middle-message-icon) {
    max-width: 100%;
    height: 100%;
    margin-bottom: 15px;
  }
  section.sec-ai-power {
    padding: 93px 0 30px;
  }
  section.sec-ai-power .container {
    row-gap: 30px;
  }
}

@media (max-width: 740px) {
  .sec-benefits {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .sec-middle-message-half .container-text {
    text-align: center;
    max-width: 100%;
  }
  .sec-middle-message-half .col-right .container-text h4 {
    text-align: center;
    letter-spacing: 0.22px;
    max-width: 100%;
  }
  .sec-middle-message-half .container-text h2,
  .sec-middle-message-half .container-text h4 {
    max-width: 100%;
  }

  .sec-modules .col-full .d-flex {
    row-gap: 20px;
    justify-content: flex-start;
  }

  .dropdown {
    position: relative;
    width: 100%;
    max-width: 100%;
  }

  .tech-support .dropdown {
    width: 100%;
  }
  .eshops-display .sec-eshop-preview-display-3 .laptop-frame {
    scale: 50%;
    left: -50%;
    transform: translateX(50%);
    height: 520px;
  }
  .eshop-build .benefits-collums {
    flex-direction: column;
  }
  .eshop-build .col-benefits {
    height: auto;
  }
  section.sec-middle-message-half > div {
    flex-direction: column;
  }

  .col-left img.arrow {
    position: absolute;
    top: unset;
    bottom: -50px;
    right: unset;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .col-right img.arrow {
    position: absolute;
    top: unset;
    bottom: -50px;
    right: unset;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .icon-content {
    text-align: center;
  }

  .eshop-build .icon-content {
    display: none;
  }

  .sec-middle-message-half .container-text h2,
  .sec-middle-message-half .container-text h4 {
    margin-left: 0;
  }
  .automations .col-service h3 {
    font-size: 20px;
  }
  .automations .col-service p {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  section .dropdown {
    width: 100%;
  }
  .post-list {
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 660px) {
  .sec-addon-three-benefits .col-sm-3 {
    flex: 0 0 auto;
    width: 100%;
  }

  .image-right .svg-icon {
    right: 0;
  }

  .image-left .svg-icon {
    left: 0px;
  }

  .product-images-container img.prod-image {
    max-width: 100%;
  }
}

@media (max-width: 645px) {
  section.sec-addon-works .row {
    justify-content: center;
  }
}

@media (max-width: 615px) {
  .eshops-types .row {
    row-gap: 30px;
    flex-direction: column;
  }
  .web-servers button.btn.btn-link-accord {
    max-width: 70%;
    text-align: left;
  }
  .eshops-display section.sec-eshop-preview-display-1 .laptop-frame {
    left: -50%;
    transform: translateX(50%);
    height: 480px;
  }

  .eshops-display .sec-eshop-preview-display-3 .laptop-frame {
    scale: 40%;
    height: 400px;
    top: -60px;
  }
  .cozy-life-bg {
    background-size: auto;
    background-position-x: center;
  }
}

@media (max-width: 600px) {
  .eshop-build .laptop-frame {
    left: -200px;
  }

  .sec-automations .col-sm-3,
  .sec-extra-automations .col-sm-3 {
    width: 100%;
    padding: 0;
  }
  .automations .col-service p {
    max-width: auto;
  }
}

@media (max-width: 565px) {
  .col-benefit h3,
  .col-benefits h3 {
    font-size: 14px;
  }
  .email-servers .functionalities-dropdowns {
    flex-direction: column;
  }
  .email-servers .dropdown {
    width: 100%;
  }
  .card-content-infos {
    gap: 0;
    flex-direction: column;
  }
  .sec-middle-message h2 {
    font-size: 23px;
  }
  main section:nth-child(2):not(.sec-services-text):not(.sec-services) {
    padding-top: 0;
    padding-bottom: 0;
  }

  section.sec-services {
    padding-top: 0;
  }

  section.sec-services .container-text h2 {
    margin-bottom: 30px;
  }

  section.sec-services .row {
    row-gap: 30px;
  }

  .eshop-build .laptop-frame {
    scale: 50%;
    top: -90px;
    height: 420px;
    left: -200px;
  }

  .careers-recruit #accordion button.btn-link {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}

@media (max-width: 500px) {
  .automations .automations {
    row-gap: 60px;
  }
  .sec-extra-automations .automations {
    row-gap: 120px;
  }
  img.automation {
    top: -60px;
  }
  .container-text span.text-light {
    font-size: 21px;
    display: block;
    width: 100%;
    font-weight: 300;
  }
  section.sec-blog-post-text {
    padding-top: 0px;
  }
  .eshops-types {
    margin-top: 30px;
  }

  .container-text p {
    margin-right: 0px;
  }

  .policy-text span {
    font-size: 13px;
  }

  .eshop-build .col-benefits {
    padding: 30px 20px 30px 20px;
  }

  /* .sec-benefits {
    padding-top: 60px;
    padding-bottom: 40px;
  } */

  .sec-modules .col-3 .col-service {
    padding: 45px 20px 40px 20px;
  }

  section.sec-product-functionalities {
    padding-top: 53px;
    padding-bottom: 0;
  }
  .eshops-display section.sec-eshop-preview-display-1 .laptop-frame {
    left: -170px;
    transform: translateX(50%);
    scale: 40%;
    height: 420px;
  }

  .eshops-display .sec-eshop-preview-display-3 .laptop-frame {
    scale: 35%;
    height: 380px;
  }

  .blog-posts {
    margin-top: 30px;
    gap: 30px;
    row-gap: 30px;
  }

  .col-reviews {
    padding: 20px 30px;
  }

  .left-frame:before {
    bottom: 10px;
    left: 10px;
    height: 83%;
  }

  .left-frame:after {
    bottom: 10px;
    left: 10px;
    width: 80%;
  }
  .right-frame:before {
    top: 10px;
    right: 10px;
    height: 83%;
  }
  .right-frame:after {
    top: 10px;
    right: 10px;
    width: 80%;
  }
  .automations .col-service {
    height: auto;
    padding-bottom: 20px;
  }
  img.automation {
    margin: 0;
  }
  .ty-product-block__wrapper
    section:nth-child(1):not(.sec-services-text)
    > div {
    row-gap: 0;
  }
}
@media (max-width: 475px) {
  .eshop-build .sec-eshop-preview-display-3 {
    padding: 45px 0;
  }
  .web-servers .dropbtn,
  .web-servers .dropdown-content-empty {
    height: auto;
  }
  .eshop-build .laptop-frame {
    scale: 35%;
    top: -90px;
    height: 350px;
    left: -140px;
  }

  .cozy-life-bg {
    background-image: url(../img/mobile/cozy-life-mobile.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: right;
    background-size: contain;
  }

  section.sec-eshop-preview-display-2 .container-text {
    text-align: center;
  }

  section.sec-eshop-preview-display-2 .container-text h2 {
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  section.sec-eshop-preview-display-2 img {
    max-width: 100px;
  }

  section.sec-eshop-preview-display-2 .eshop-logo {
    position: absolute;
    top: unset;
    bottom: 110px;
    left: 70px;
  }

  .cozy-life-bg {
    height: 520px;
  }

  .text-lt h2:before {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 450px) {
  .benefits-collums {
    row-gap: 100px;
    flex-direction: column;
  }

  .image-right:after {
    width: 250px;
    height: 180px;
  }

  .image-left:after {
    width: 250px;
    height: 180px;
  }

  .image-left .svg-icon {
    top: 0;
    left: -10px;
  }

  .image-right .svg-icon {
    top: 0;
    right: -10px;
  }

  .sec-benefits .benefits-collums {
    margin-top: 50px;
  }

  section.sec-vacants-jobs div#accordion {
    margin-top: 0px;
  }

  section.sec-form-map ul {
    justify-content: flex-start;
    gap: 20px;
  }

  .eshops-display .sec-eshop-preview-display-3 .laptop-frame {
    left: -63%;
  }
  .container-text .sm-width:last-child {
    margin-left: 12.5px;
    margin-top: 15px;
  }
  .careers-recruit .card {
    padding: 25px 15px 15px;
  }
  .email-servers .functionalities-dropdowns {
    margin: 36px 0 73px;
  }

  .left-frame:before {
    height: 85%;
  }

  .right-frame:before {
    height: 85%;
  }

  .blog-upper-text {
    flex-direction: column;
  }
  .blog-date {
    width: 100%;
  }

  .date-year {
    width: 30%;
  }
  .date-day {
    width: 40%;
  }
  .date-year p {
    transform: unset;
    font-size: 15px;
    margin: 0 auto !important;
  }
  .date-day p {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    gap: 10px;
  }
}

@media only screen and (max-width: 425px) {
  .dropbtn,
  .dropdown-content-empty {
    font-size: 11px !important;
  }
}

@media only screen and (max-width: 415px) {
  .pagination {
    gap: 7px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
}
@media (max-width: 400px) {
  .web-servers .dropbtn {
    height: auto;
  }

  .eshops-display .sec-eshop-preview-display-3 .laptop-frame {
    scale: 30%;
    left: -55%;
  }

  .eshops-display .container-text span:not(.button__label) {
    font-size: 18px;
  }

  .sec-form-map li {
    width: 100%;
  }
  section.sec-form-map ul svg {
    margin-right: 15px;
  }

  li.location-pin a {
    display: flex;
  }

  li.location-pin svg {
    width: 100%;
    max-width: 48px;
    height: 100%;
  }
  section.sec-form-map > div {
    gap: 40px;
  }
  .input-field input {
    margin-bottom: 15px;
  }
  .input-field textarea {
    margin-top: 15px;
  }
  .dropdown-content-empty::after {
    left: 20px;
    width: 15px;
    height: 10px;
    background-size: 100%;
  }
  .dropbtn,
  .dropdown-content-empty {
    padding: 10px 15px 10px 55px;
    line-height: 28px;
  }
  button.dropbtn::before,
  .dropdown-content-empty::before {
    left: 45px;
    width: 2px;
  }
  section.sec-eshop-preview-display-2 {
    padding-top: 35px;
  }

  form.full-width.text-cr .form-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .form-buttons button,
  .form-buttons .upload-btn {
    width: 100%;
  }
  .sec-job-form label.form-label {
    font-size: 13px;
  }
}

@media (max-width: 375px) {
  .eshop-build .laptop-frame {
    left: -170px;
  }
}
