

/* Start:/include/2023/websites_development/b2bportal/style.css?172620473919669*/
:root {
  --second-color: #08adc9;
}
.b2b-banner {
  min-height: 800px;
  background: #151515;
  color: #fff;
}
.b2b-banner .b2b-banner__wrapper {
  padding-top: clamp(174px, 14vw, 258px);
}
html body .b2b-banner h1.b2b-banner__title {
  padding: 0;
  font-size: clamp(30px, 5vw, 48px);
  text-transform: uppercase;
  font-weight: 700;
  color: inherit;
  max-width: 517px;
  line-height: 135%;
}
.b2b-banner__title--second {
  display: block;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.b2b-banner__title--second:hover {
  color: #fff;
}
.b2b-banner__title-block {
  display: flex;
}
.b2b-banner__description {
  margin-left: auto;
  margin-top: 5px;
  margin-right: 20px;
  font-weight: 400;
  font-size: clamp(16px, 3vw, 18px);
  line-height: 172%;
  max-width: 495px;
}
.b2b-banner__text-block {
  display: flex;
  margin-top: 30px;
  align-items: center;
}
.b2b-banner__text {
  display: flex;
  text-transform: uppercase;
  font-weight: 500;
  font-size: clamp(16px, 3vw, 18px);
  line-height: 160%;
}
.b2b-banner__text::before {
  content: "";
  margin-right: 22px;
  border-left: 1px solid #9f9f9f;
}
.b2b-banner__price-block {
  margin-left: 80px;
}
.b2b-banner__price {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
}
.b2b-banner__circle-button {
  margin-left: 265px;
}

@media (max-width: 500px) {
  .b2b-banner__title-block {
    flex-direction: column;
  }
  .b2b-banner__description {
    margin-top: 38px;
  }
  .b2b-banner__text-block {
    flex-direction: column;
  }
  .b2b-banner__circle-button {
    margin: auto;
    margin-top: 69px;
    margin-bottom: 70px;
  }
  .b2b-banner__price-block {
    margin: auto;
    text-align: center;
    padding-bottom: 72px;
  }
  .b2b-banner .b2b-banner__button-price {
    padding: 0;
    margin-top: 9px;
  }
}

.b2b-banner__price b {
  font-size: clamp(22px, 4vw, 26px);
}

.b2bportal-result {
  background: #f4f4f4;
  padding: clamp(59px, 7vw, 111px) 0 clamp(20px, 7vw, 132px);
}
.b2bportal-result__title {
  position: relative;
  border-bottom: 1px solid #151515;
}
.b2bportal-result__title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #151515;
  width: 900px;
  right: -900px;
  bottom: -1px;
}
.b2bportal-result__title--small {
  display: block;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 120%;
  text-transform: uppercase;
}
.b2bportal-result__title--big {
  display: block;
  font-weight: 700;
  font-size: clamp(44px, 4vw, 80px);
  line-height: 120%;
  text-transform: uppercase;
  color: #151515;
}
.b2b-banner .b2b-banner__button-price {
  background: none;
  border: none;
  font: inherit;
}
.b2bportal-result__items {
  padding-top: clamp(40px, 4vw, 75px) !important;
}
.b2bportal-result__item-counter {
  color: var(--second-color);
  font-weight: 600;
  font-size: clamp(20px, 3vw, 28px);
  line-height: 120%;
}
.b2bportal-result__item-name {
  padding-top: 18px;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 22px);
  line-height: 140%;
}
@media (max-width: 500px) {
  .b2bportal-result__item-name {
    padding-bottom: 55px;
  }
}
/**
*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.b2bportal-capability {
  padding: clamp(88px, 10vw, 145px) 0 clamp(88px, 10vw, 164px);
}
.b2bportal-capability__title {
  margin-bottom: clamp(42px, 4vw, 71px);
  font-weight: 700;
  font-size: clamp(44px, 5vw, 80px);
  line-height: clamp(80%, 2vw, 120%);
  text-transform: uppercase;
}
.b2bportal-capability__title--small {
  font-weight: 400;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 141.8%;
  text-transform: uppercase;
  color: #151515;
}
.b2bportal-capability__item--hidden {
  display: none;
}
.b2bportal-capability__item-wrapper {
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  padding: clamp(25px, 2vw, 31px) clamp(19px, 2vw, 34px) clamp(21px, 2vw, 38px)
    clamp(25px, 2vw, 33px);
  border-radius: 4px;
  height: clamp(230px, 15vw, 265px);
  border: 1px solid #b9b9b9;
  overflow: hidden;
}
.b2bportal-capability__item-body {
  position: relative;
  z-index: 1;
}
.b2bportal-capability__item-name {
  font-weight: 700;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 141.8%;
  /* or 31px */

  text-transform: uppercase;
}
.b2bportal-capability__item-text {
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 140%;
  /* or 28px */

  color: #151515;
  display: none;
  opacity: 0;
  transition: 0.4s;
  transition-delay: 2s;
}

@media (max-width: 550px) {
  .b2bportal-capability__show-all {
    margin: auto;
  }
  .b2bportal-capability__title--small {
    display: block;
  }
}

.b2bportal-capability__item-arrow {
  position: absolute;
  bottom: 24px;
  left: 31px;
  width: 50px;
  height: 50px;
  background: #f4f4f4;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  transform: scale3d(1, 1, 1);
  transition: 1s;
}
.b2bportal-capability__item-arrow svg {
  transition: none;
  transform: scale3d(1, 1, 1);
}
.b2bportal-capability__item-wrapper:hover {
  border-color: #f4f4f4;
}
.b2bportal-capability__item-wrapper:hover .b2bportal-capability__item-arrow {
  transform: scale3d(23, 23, 1);
}
.b2bportal-capability__item-wrapper:hover
  .b2bportal-capability__item-arrow-svg {
  display: none;
  transform: scale3d(0.23, 0.23, 1);
}
.b2bportal-capability__item-arrow-svg {
  position: absolute;
  bottom: 43px;
  z-index: 1;
  left: 50px;
}

.b2bportal-capability__item-wrapper:hover .b2bportal-capability__item-text {
  display: block;
  opacity: 1;
}
.b2bportal-capability__item-wrapper:hover .b2bportal-capability__item-name {
  display: none;
}
.b2bportal-capability__item-wrapper:hover .b2bportal-capability__item-body {
  animation: fadeIn 1s;
}
.b2bportal-capability__show-all {
  background: none;
  border: none;
  display: block;
  margin-top: 38px;
  margin-left: auto;
  line-height: 140%;
  text-decoration-line: underline;
  color: #151515;
}
.b2bportal-capability__show-all svg {
  margin-left: 11px;
}

/*
*/
.b2bportal-for-business {
  padding: clamp(80px, 10vw, 127px) 0 clamp(75px, 8vw, 128px);
  background: #151515;
  color: #fff;
}
.b2bportal-for-business__title {
  font-weight: 700;
  font-size: clamp(42px, 5vw, 80px);
  line-height: 120%;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.b2bportal-for-business__title--small {
  font-weight: 400;
  line-height: 120%;
  font-size: clamp(24px, 3vw, 42px);
}
.b2bportal-for-business__title {
  position: relative;
  border-bottom: 1px solid #fff;
}
.b2bportal-for-business__title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  width: 900px;
  right: -900px;
  bottom: -1px;
}
.b2bportal-for-business__description-block {
  margin-top: clamp(39px, 4vw, 76px);
  display: flex;
  align-items: flex-start;
}
.b2bportal-for-business__description {
  max-width: 617px;
  font-size: clamp(16px, 3vw, 20px);
  line-height: 150%;
}
.b2bportal-for-business__description p {
  margin-bottom: clamp(20px, 4vw, 36px);
}
.b2bportal-for-business__button {
  margin-left: auto;
  margin-right: auto;
}
.b2bportal-for-business__icon-wrapper {
  display: flex;
  align-items: center;
}
.b2b2-portal-for-business__icon-name {
  margin-left: 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}
.b2bportal-for-business__icon-wrapper img {
  max-width: 66px;
}
.b2bportal-for-business__icons {
  margin-top: 76px;
}
@media (max-width: 550px) {
  .b2bportal-for-business__description-block {
    flex-direction: column;
  }
  .b2bportal-for-business .b2bportal-for-business__icons {
    display: none !important;
  }
  .b2bportal-for-business__button {
    margin-top: 74px;
  }
}
/**
*/
.b2bportal-benefits {
  padding: clamp(88px, 8vw, 164px) 0 clamp(10px, 8vw, 84px);
  overflow: hidden;
}
.b2bportal-benefits__items {
  position: relative;
}

.b2bportal-benefits__title {
  position: relative;
  font-weight: 700;
  font-size: clamp(35px, 8vw, 80px);
  line-height: 120%;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.b2bportal-benefits__title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  width: 900px;
  right: -900px;
  bottom: -1px;
}
.b2bportal-benefits__title--small {
  font-weight: 400;
  font-size: clamp(22px, 3vw, 42px);
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
}
.b2bportal-benefits__items {
  padding-top: clamp(32px, 5vw, 63px);
}
.b2bportal-benefits__item-wrapper {
  padding: clamp(21px, 5vw, 52px);
}
.b2bportal-benefits__item-title {
  font-weight: 700;
  font-size: clamp(24px, 4vw, 32px);
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
}
.b2bportal-benefits__item-title-block {
  position: relative;
  border-bottom: 1px solid #000;
  padding-bottom: 33px;
}
.b2bportal-benefits__eye {
  position: absolute;
  width: 70px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: top;
  right: 0;
  top: 0;
  background-image: url(/include/2023/websites_development/b2bportal/images/eye-closed.svg);
}
.b2bportal-benefits__item--active .b2bportal-benefits__eye {
  opacity: 1;
  animation: 0.2s openEye;
  background-image: url(/include/2023/websites_development/b2bportal/images/eye-opened.svg);
}
@-webkit-keyframes openEye {
  0% {
    background-image: url(/include/2023/websites_development/b2bportal/images/eye-closed.svg);
  }
  50% {
    background-image: url(/include/2023/websites_development/b2bportal/images/eye-half-opened.svg);
  } 
  100% {
    background-image: url(/include/2023/websites_development/b2bportal/images/eye-opened.svg);
  }
}
.b2bportal-benefits__list {
  padding-top: 34px;
  margin-left: 16px;
}
.b2bportal-benefits__list li {
  list-style: disc;
  font-weight: 400;
  font-size: clamp(16px, 3vw, 20px);
  line-height: 140%;
}
.b2bportal-benefits__item {
  background: rgba(0,0,0,0);
  transition: 0.4s; 
}
.b2bportal-benefits__item--active {
  background: #f4f4f4;
  border-radius: 4px;
}
.b2bportal-benefits__wrapper1 {
  max-width: 1248px;
  padding: 0 15px;
  margin: 0 auto;
  min-width: 300px;
}
@media (max-width: 550px) {
  .b2bportal-benefits__wrapper1 {
    max-width: 100%;
    padding: 0;
  }
  .b2bportal-benefits__eye {
    background-size: contain;
    width: 44px;
    height: 30px;
  }
  .b2bportal-benefits__item-title-block {
    padding-bottom: 17px;
    margin-top: 20px;
  }
  .b2bportal-benefits__item-wrapper {
    padding-bottom: 50px;
  }
}
/**
*
*/
.b2bportal-profit {
  padding: clamp(5px, 8vw, 164px) 0 clamp(174px, 14vw, 218px);
  overflow: hidden;
}
.b2bportal-profit__title {
  margin-bottom: clamp(37px, 5vw, 75px);
  position: relative;
  font-weight: 700;
  font-size: clamp(44px, 5vw, 80px);
  line-height: 120%;
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
}
.b2bportal-profit__title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  width: 900px;
  right: -900px;
  bottom: -1px;
}
.b2bportal-profit__title--small {
  font-weight: 400;
  font-size: clamp(24px, 4vw, 42px);
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
}
.b2bportal-profit__col-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(20px, 3vw, 30px) clamp(18px, 3vw, 33px);
  box-sizing: border-box;
  border: 1px solid #000;
  height: 100%;
  border-radius: 4px;
  user-select: none;
}
.b2bportal-profit__col {
  display: flex;
  position: relative;
}
.b2bportal-profit__col--0 {
  height: 602px;
}
.b2bportal-profit__col--1 {
  height: 359px;
}
.b2bportal-profit__col--2 {
  height: 274px;
}
.b2bportal-profit__col-number {
  color: var(--second-color);
  font-size: clamp(56px, 5vw, 70px);
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
}
.b2bportal-profit__col-text {
  font-weight: 400;
  font-size: clamp(16px, 3vw, 18px);
  line-height: 130%;
}
.b2bportal-profit__col-wrapper::after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  background: #000;
  height: 0;
  bottom: 0;
  left: 0;
  transition: 0.6s;
}
.b2bportal-profit__col:hover .b2bportal-profit__col-number {
  color: #fff;
}
.b2bportal-profit__col:hover .b2bportal-profit__col-wrapper::after {
  height: 100%;
}
.b2bportal-profit__col:hover .b2bportal-profit__col-text {
  color: #fff;
}
@media (max-width: 900px) {
  .b2bportal-profit__diagramm {
    width: 800px!important;
  }
  .b2bportal-profit__col {
    width: 184px!important;
  }
  .b2bportal-profit__col--0 {
    height: 377px;
  }
  .b2bportal-profit__col--1 {
    height: 232px;
  }
}

.b2bportal-video {
  padding: clamp(76px, 8vw, 147px) 0 clamp(83px, 9vw, 164px);
}
.b2bportal-video__title {
  margin-bottom: clamp(37px, 5vw, 75px);
  position: relative;
  font-weight: 700;
  font-size: clamp(35px, 5vw, 80px);
  line-height: 120%;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding-bottom: 19px;
}
.b2bportal-video__title--small {
  font-weight: 400;
  font-size: clamp(22px, 2vw, 42px);
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
}
.b2bportal-video__title--small span {
  color: var(--second-color);
  font-weight: bold;
}
.b2bportal-video__title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  width: 900px;
  right: -900px;
  bottom: -1px;
}
.b2bportal-video__picture {
  display: block;
  max-width: 897px;
  height: clamp(235px, 25vw, 501px);
  margin: 0 auto;
  transition: 0.4s;
  background: url(/include/2023/websites_development/b2bportal/images/video.jpg)
    no-repeat center;
  border-radius: 4px;
}
.b2bportal-video__picture:hover {
  opacity: 0.9;
}

.b2bportal-form {
  display: flex;
  min-height: 437px;
  background-color: #151515;
  background-image: url(/include/2023/websites_development/b2bportal/images/bg-form.png);
  color: #fff;
}
.b2bportal-form__title {
  margin: 0 auto;
  font-weight: 700;
  font-size: clamp(28px, 7vw, 42px);
  line-height: 135%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.b2bportal-form__title span {
  display: block;
  color: var(--second-color);
}
.b2bportal-form .b2bportal-form__wrapper {
  margin-top: auto;
  margin-bottom: auto;
}
.b2bportal-form__buttons {
  margin-top: 54px;
  display: flex;
  justify-content: center;
}
.b2bportal-form__consultation {
  margin-right: 20px;
  padding: 13px 31px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  text-transform: uppercase;
  color: #000000;
  transition: 0.4s;
  border: 1px solid #fff;
}
.b2bportal-form__consultation:hover,
.b2bportal-form__consultation:focus {
  border-radius: 73px;
}

.b2bportal-form__price {
  padding: 19px 30px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000000;
  transition: 0.4s;
  border: 1px solid #fff;
  color: #fff;
}

.b2bportal-form__price:hover,
.b2bportal-form__price:focus {
  border-radius: 73px;
}
  
@media (max-width: 550px) {
  .b2bportal-form__title {
    max-width: 279px;
  }
  .b2bportal-video__title--small {
    max-width: 219px;
  }
  .b2bportal-form {
    background-image: none;
    padding-bottom: 70px;
    padding-top: 80px;
  }
  .b2bportal-form__buttons {
    flex-direction: column;
  }
  .b2bportal-form__consultation {
    padding-right: 0;
    width: 100%;
    margin-bottom: 10px;
    padding: 19px 32px;
  }
}
.b2bportal-faq {
  background: #f4f4f4;
  padding: clamp(64px, 9vw, 141px) 0 clamp(58px, 6vw, 160px);
}
.b2bportal-faq__title {
  font-weight: 700;
  font-size: clamp(44px, 6vw, 80px);
  line-height: 80%;
  text-transform: uppercase;
  color: #151515;
  text-align: center;
}
.b2bportal-faq__title span {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
}
.b2bportal-faq__title span:hover {
  color: #000;
}
.b2bportal-faq__list {
  padding-top: clamp(55px, 5vw, 94px);
}
.b2bportal-faq__item {
  border-bottom: 1px solid #989494;
  margin-bottom: 41px;
}
.b2bportal-faq__question {
  position: relative;
  font-weight: 700;
  padding-right: 30px;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 110%;
  text-transform: uppercase;
  color: #151515;
  padding-bottom: 17px;
  cursor: pointer;
  user-select: none;
  transition: 0.4s;
}
.b2bportal-faq__question:active {
  transform: translateY(2px);
}
.b2bportal-faq__answer {
  display: none;
  opacity: 0;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: clamp(16px, 5vw, 20px);
  line-height: 150%;
  color: #323232;
  transition: 0.4s;
  user-select: none;
}
.b2bportal-faq__answer li {
  list-style: disc;
  margin-left: 20px;
}
.b2bportal-faq__arrow {
  position: absolute;
  right: 0;
  top: 0;
}
.b2bportal-faq__answer--active {
  display: block;
  opacity: 1;
}
.b2bportal-faq__arrow {
  transition: 0.4s;
}
.b2bportal-faq__arrow path {
  stroke: #000;
}
.b2bportal-faq__question--active .b2bportal-faq__arrow {
  transform: rotate(-90deg);
}
.b2bportal-faq__question--active .b2bportal-faq__arrow path {
  stroke: var(--second-color);
}

body .form-feedback-order-2023 .header_grey::before {
  background: var(--second-color);
}

.b2bportal-solutions {
  background: #f4f4f4;
  padding: clamp(10px, 10vw, 174px) 0 clamp(5px, 10vw, 132px);
}
.b2bportal-solutions__description {
  position: relative;
  margin-top: clamp(68px, 10vw, 75px);
  margin-bottom: clamp(52px, 5vw, 73px);
  max-width: 632px;
  margin-left: auto;
  font-weight: 400;
  font-size: clamp(16px, 5vw, 22px);
  line-height: 133.3%;
  color: #323232;
}
.b2bportal-solutions__description::before {
  content: "";
  position: absolute;
  width: 134px;
  height: 1px;
  background: #151515;
  left: -150px;
  top: 15px;
}
.b2bportal-solutions__item-name {
  font-weight: 400;
  font-size: clamp(16px, 4vw, 22px);
  line-height: 133.3%;
  padding-top: 13px;
}
.b2bportal-solutions__item-price {
  font-weight: 600;
  font-size: clamp(26px, 5vw, 36px);
  line-height: 133.3%;
  padding-top: 23px;
}
.b2bportal-solutions__title {
  font-style: normal;
  font-weight: 700;
  font-size: clamp(44px, 5vw, 80px);
  line-height: clamp(105%, 10vw, 110%);
  text-transform: uppercase;
}

.b2bportal-solutions__title--small {
  font-style: normal;
  font-weight: 400;
  font-size: clamp(24px, 5vw, 42px);
  line-height: 110%;
  text-transform: uppercase;
}
.b2bportal-solutions__list {
  max-width: 1024px;
  margin: 0 auto;
}
.b2bportal-solutions__item-wrapper {
  padding: clamp(27px, 5vw, 55px) 26px clamp(34px, 5vw, 55px)
    clamp(22px, 5vw, 44px);
  color: inherit !important;
  text-decoration: none !important;
  display: block;
  transition: 0.4s;
  border-radius: 12px;
  height: 100%;
}
.b2bportal-solutions__item-wrapper:hover,
.b2bportal-solutions__item-wrapper:focus {
  background: #fff;
  background: rgba(255, 255, 255, 0.29);
  box-shadow: 0px 10px 25px 5px rgba(196, 196, 196, 0.15);
}
.b2bportal-solutions__item-image {
  text-align: center;
}
.b2bportal-solutions__item-image img {
  max-width: 100%;
}
@media (max-width: 550px) {
.b2bportal-solutions {
	padding: clamp(10px, 35vw, 174px) 0 clamp(5px, 10vw, 132px);
}
  .b2bportal-solutions__description::before {
    width: 99px;
    left: 0;
    top: -22px;
  }
  .b2bportal-faq__title span {
    display: block;
    line-height: 56px;
  }
  .b2bportal-solutions__title span {
    display: block;
    margin-top: -70px;
  }
}

/* End */
/* /include/2023/websites_development/b2bportal/style.css?172620473919669 */
