.section-assignment {
  padding-top: 100px;
  padding-bottom: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 156, 204, 0.3)), color-stop(54.17%, rgba(130, 218, 255, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(180deg, rgba(43, 156, 204, 0.3) 0%, rgba(130, 218, 255, 0.3) 54.17%, rgba(255, 255, 255, 0.3) 100%);
  overflow: visible;
  position: relative;
}

.section-assignment .container {
  position: relative;
  z-index: 1;
  padding: 0;
}

.section-assignment .container__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  width: 1460px;
  padding: 0;
}

.section-assignment .btn-cta {
  position: relative;
  z-index: 5;
}

.section-assignment-bg {
  position: absolute;
  width: 1920px;
  height: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.section-assignment-bg picture {
  width: 100%;
  height: 100%;
  display: block;
}

.section-assignment-bg picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  min-height: 800px;
}

.section-assignment .section-title.title--secondary {
  color: #4A4A4C;
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 16px;
  max-width: 615px;
}

.section-assignment .assignment__subtitle {
  color: #2B9CCC;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
  margin-bottom: 45px;
}

.section-assignment .assignment-card {
  width: 440px;
  min-height: 630px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
  border-radius: 30px;
  background: #FFF;
  -webkit-box-shadow: 0px 20px 24px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 24px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.section-assignment .assignment-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-assignment .assignment-card__header-title {
  color: #016483;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

.section-assignment .assignment-card__header-title span {
  display: inline-block;
  width: 100%;
  color: #4A4A4A;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.16;
  margin-top: 10px;
}

.section-assignment .assignment-card__img {
  margin-bottom: 30px;
  width: 210px;
  height: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-assignment .assignment-card__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.section-assignment .assignment-card__main {
  width: 100%;
  max-width: 300px;
}

.section-assignment .assignment-card__main p {
  color: #4A4A4A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
}

.section-assignment .assignment-card ul {
  margin-top: 30px;
}

.section-assignment .assignment-card ul li {
  padding-left: 21px;
  margin-bottom: 3px;
  position: relative;
  color: #4A4A4A;
}

.section-assignment .assignment-card ul li::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #4A4A4C;
  left: 7px;
  top: 10px;
}

.section-assignment .swiper-container {
  position: relative;
  width: 1440px;
  max-width: 1440px;
  background-color: transparent;
  padding: 75px;
  margin: -43px;
}

.section-assignment .swiper-container.fix-width {
  width: 1440px;
  overflow: visible;
}

.section-assignment .assignment-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-assignment .swiper-pagination {
  bottom: 65px;
}

.section-assignment .swiper-wrapper {
  margin-bottom: 40px;
}

.section-assignment .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  border-radius: 30px;
  background: #FFF;
  -webkit-box-shadow: 0px 20px 24px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 24px 0px rgba(0, 0, 0, 0.1);
}

.section-assignment .swiper-slide.slide-opacity {
  opacity: 1;
}

.section-assignment .swiper-slide.slide-opacity.swiper-slide-next .assignment-card {
  opacity: 1;
}

.section-assignment .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.section-assignment .swiper-slide.swiper-slide-active .assignment-card {
  opacity: 1;
}

.section-assignment .swiper-slide.swiper-slide-next {
  opacity: 1;
}

.section-assignment .swiper-slide.swiper-slide-next .assignment-card {
  opacity: 0.5;
}

.section-assignment .swiper-slide.swiper-slide-next .assignment-card:hover {
  opacity: 1;
}

.section-assignment .swiper-slide.swiper-slide-prev .assignment-card {
  opacity: 0.5;
}

.section-assignment .swiper-slide.swiper-slide-prev .assignment-card:hover {
  opacity: 1;
}

.section-assignment .swiper-button-next {
  right: 470px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}

.section-assignment .swiper-button-prev {
  left: 470px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .section-assignment .swiper-wrapper.3-slides {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            column-gap: 20px;
  }
  .section-assignment .swiper-container.fix-width .swiper-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 961px) {
  .section-reviews .swiper-wrapper.3-slides {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            column-gap: 20px;
  }
  .section-reviews .swiper-container.fix-width .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            column-gap: 20px;
  }
  .section-certified .swiper-wrapper.3-slides {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            column-gap: 20px;
  }
  .section-certified .swiper-container.fix-width .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            column-gap: 20px;
  }
}

@media screen and (min-width: 1201px) {
  .header.index-page {
    height: 100vh;
    min-height: 740px;
    max-height: 769px;
  }
  .header.index-page .header__offer {
    height: 100vh;
    min-height: 740px;
    max-height: 769px;
  }

.header__offer .logos-bg {
    height: 100vh;
    min-height: 740px;
    max-height: 769px;
  }
}

@media screen and (min-width: 1275px) {
  .section-assignment .swiper-wrapper.3-slides {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            column-gap: 20px;
  }
  .section-assignment .swiper-container.fix-width .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            column-gap: 20px;
  }
}
}

@media screen and (min-width: 961px) {
@media screen and (min-width: 961px) {
  .section-reviews .swiper-wrapper.3-slides {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            column-gap: 20px;
  }
  .section-reviews .swiper-container.fix-width .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            column-gap: 20px;
  }
  .section-certified .swiper-wrapper.3-slides {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            column-gap: 20px;
  }
  .section-certified .swiper-container.fix-width .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            column-gap: 20px;
  }
}

@media screen and (min-width: 1201px) {
  .header.index-page {
    height: 100vh;
    min-height: 740px;
    max-height: 769px;
  }
  .header.index-page .header__offer {
    height: 100vh;
    min-height: 740px;
    max-height: 769px;
  }

.header__offer .logos-bg {
    height: 100vh;
    min-height: 740px;
    max-height: 769px;
  }
}

@media screen and (min-width: 1275px) {
  .section-assignment .swiper-wrapper.3-slides {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            column-gap: 20px;
  }
  .section-assignment .swiper-container.fix-width .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            column-gap: 20px;
  }
}

@media screen and (min-width: 1441px) {
  .header.index-page {
    max-height: 960px;
  }
.header__offer {
    max-height: 960px;
  }
.header__offer .logos-bg {
    max-height: 960px;
    padding-top: 7vw;
  }
}

@media screen and (min-width: 1921px) {
  .section-offer {
    background-size: 100%;
  }
  .section-cloud-switch-bg {
    width: 100%;
  }
  .section-assignment-bg {
    width: 100%;
  }
  .section-scale__bg-picture {
    width: 100%;
    height: 100%;
  }
}
}

@media screen and (max-width: 1150px) {
  .section-assignment-bg {
    display: none;
  }
  .section-assignment .swiper-pagination {
    bottom: 65px;
  }
  .section-assignment .swiper-buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 20px;
  }
  .section-assignment .swiper-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 1151px) {
  .solution-fs-bg__data-lines-mobile {
    display: none;
  }
}

@media screen and (max-width: 1150px) {
  .solution-fs-bg__line-left {
    width: 225px;
    -webkit-animation: none;
            animation: none;
  }
  .solution-fs-bg__line-left svg {
    width: auto;
    height: 100%;
  }
  .solution-fs-bg__line-right {
    width: 197px;
    right: 413px;
  }
}

@media screen and (max-width: 1150px) {
  .section-principles #principles-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-principles .principles-swiper--desktop {
    display: none;
  }
  .section-principles .principles-swiper.principles-swiper--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: visible;
  }
  .section-principles .product-platform-wrapper .product-wrapper__inner {
    width: 100%;
  }
  .section-principles .product-platform-wrapper {
    width: 100%;
  }
  .section-principles .dashboard-items-lines {
    display: none;
  }
  .section-principles {
    padding-top: 115px;
  }
  .section-principles .product-block__img {
    position: relative;
  }
  .section-principles .product-block__img::before {
    position: absolute;
    content: "";
    background-image: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/dashboard-connect-line.svg");
    bottom: -61px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 44px;
    height: 81px;
    z-index: 5;
  }
  .section-principles .section-title.title--primary {
    margin-bottom: 45px;
  }
  .section-principles .principles-swiper {
    width: 100%;
    margin-top: -312px;
    margin-bottom: -135px;
    height: 430px;
  }
  .section-principles .principles-swiper .swiper-pagination {
    bottom: -29px;
  }
  .section-principles .principles-item {
    border-radius: 0;
    background: #FFF;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    padding-top: 0;
    min-height: 430px;
    position: relative;
    border-radius: 30px;
    background: #FFF;
    -webkit-box-shadow: 0px 20px 24px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 20px 24px 0px rgba(0, 0, 0, 0.1);
  }
  .section-principles .principles-item__header {
    margin-bottom: 45px;
    margin-top: -80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-principles .principles-item__header picture {
    position: relative;
  }
  .section-principles .principles-item__header picture:before {
    position: absolute;
    content: " ";
    width: 26px;
    height: 26px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/decor-icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-principles .principles-item__footer {
    margin-bottom: 30px;
  }
  .section-principles .swiper-slide {
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
    opacity: 0;
  }
  .section-principles .swiper-slide.swiper-slide-next {
    opacity: 0;
  }
  .section-principles .swiper-slide.swiper-slide-prev {
    opacity: 0;
  }
  .section-principles .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  .section-principles .principles-items {
            column-gap: 0;
    margin-bottom: 0;
    padding-bottom: 42px;
    padding-top: 57px;
  }
  .section-dashboard {
    margin-top: 102px;
  }
  .section-dashboard .container {
    min-width: 100%;
  }
  .section-dashboard .container__wrapper {
    width: 100%;
  }
  .section-dashboard .wrapper {
    width: 100%;
  }
  .section-dashboard .wrapper__inner {
    width: 100%;
    padding-bottom: 100px;
  }
  .section-dashboard .wrapper .picture-bottom {
    display: none;
  }
  .section-dashboard .dashboard-header-line {
    display: none;
  }
  .section-certified {
    padding-top: 106px;
  }
  .solution-fs__header {
    margin-bottom: 0;
  }
  .solution-fs .section-title.title--primary {
    font-size: 45px;
    max-width: 600px;
  }
  .solution-fs .solution-fs-bg__data-left-side {
    display: none;
  }
  .solution-fs .solution-fs-bg__data-right-side {
    display: none;
  }
  .solution-fs .solution-fs-bg__stroke-right {
    display: none;
  }
  .solution-fs .solution-fs-bg__stroke-left {
    display: none;
  }
  .solution-fs .solution-fs-bg__girl-at-desk {
    display: none;
  }
  .solution-fs .solution-fs-bg__line-right {
    display: none;
  }
  .solution-fs .solution-fs-bg__line-left {
    display: none;
  }
  .solution-fs .data-lines-bg-mobile {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .solution-fs__bg {
    display: none;
  }
  .solution-fs .container__inner {
    width: 100%;
  }
  .solution-fs .solution-fs-bg__data-lines-mobile {
    width: 100%;
    position: relative;
  }
  .solution-fs .solution-fs-bg__data-lines-mobile .grey-bg {
    position: absolute;
    width: 66%;
    background-color: #f8f8f8;
    display: block;
    height: 70%;
    z-index: 0;
    top: 13%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .solution-fs .solution-fs-bg__data-lines-mobile .lines-solutions-bg--mobile {
    position: absolute;
    width: 67%;
    height: auto;
    top: 11.3%;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .solution-fs .solution-fs-bg__data-lines-mobile .girl-at-desk--mobile {
    position: absolute;
    width: 20.4%;
    height: auto;
    top: 30%;
    left: 51.65%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .parallax-clouds-assignment {
    width: 1342px;
  }
  .parallax-clouds-assignment .assignment-cloud-img {
    display: block;
  }
  .parallax-clouds-assignment .assignment-cloud-img img {
    width: 100%;
    height: 100%;
  }
  .parallax-clouds-assignment #assignment-scene1 {
    position: absolute;
    z-index: 4;
    left: -10px;
  }
  .parallax-clouds-assignment #assignment-scene1 .assignment-cloud-img {
    width: 346px;
    height: 175px;
  }
  .parallax-clouds-products #product-scene1 {
    left: 298px;
    top: 51px;
  }
  .parallax-clouds-products #product-scene1 .products-cloud-img {
    width: 220px;
    height: 114px;
  }
  .parallax-clouds-products #product-scene2 {
    left: 321px;
    top: 99px;
  }
  .parallax-clouds-products #product-scene2 .products-cloud-img {
    width: 391px;
    height: 213px;
  }
  .parallax-clouds-products #product-scene3 {
    right: 416px;
    top: 64px;
  }
  .parallax-clouds-products #product-scene3 .products-cloud-img {
    width: 219px;
    height: 113px;
  }
  .parallax-clouds-products #product-scene4 {
    right: 330px;
    bottom: 123px;
  }
  .parallax-clouds-products #product-scene4 .products-cloud-img {
    width: 219px;
    height: 113px;
  }
  .section-about-company .our-mission__image {
    width: 490px;
    height: 250px;
  }
  .section-about-company .our-mission__image .our-mission__picture {
    width: 490px;
    height: 250px;
  }
  .section-about-company .quick-facts__stat-item {
    max-width: 240px;
  }
  .section-about-company .quick-facts__stat-item:first-child {
    max-width: 200px;
  }
}
}

@media screen and (min-width: 769px) {
  .section-assignment .swiper-slide {
    opacity: 0;
  }
  .section-products .item-content__link {
    margin-bottom: 50px;
  }
  .section-resources .post-item__aside--mobile {
    display: none;
  }
}

@media screen and (min-width: 721px) {
  .solution-fs .solution-fs-bg__data-lines-mobile {
    width: 1150px;
    position: relative;
    height: 100%;
    min-height: 573px;
  }
  .solution-fs .data-lines-bg-mobile {
    height: 100%;
    min-height: 573px;
  }
}
}

@media screen and (max-width: 768px) {
  .section-assignment {
    padding-bottom: 118px;
  }
  .section-assignment .section-title.title--secondary {
    color: #4A4A4C;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    max-width: 320px;
  }
  .section-assignment .assignment__subtitle {
    max-width: 320px;
    margin-bottom: 30px;
  }
  .section-assignment .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 30px;
  }
  .section-assignment .swiper-container {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .section-assignment .swiper-buttons-wrapper {
    display: none;
  }
  .section-assignment .swiper-slide {
    opacity: 1;
    width: 100%;
    max-width: 520px;
  }
  .section-assignment .swiper-slide:not(:nth-child(-n+3)) {
    display: none;
  }
  .section-assignment .assignment-card {
    max-width: 100%;
    width: 100%;
    padding: 50px 20px;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .section-assignment .assignment-card__main {
    max-width: 100%;
  }
  .parallax-clouds-assignment .assignment-cloud-img {
    display: block;
  }
  .parallax-clouds-assignment #assignment-scene1 {
    left: -70px;
  }
  .parallax-clouds-assignment #assignment-scene1 .assignment-cloud-img {
    width: 236px;
    height: 120px;
  }
  .company-page {
    background: #ECECF2;
  }
  .parallax-clouds-company {
    display: none;
  }
  .parallax-clouds-company #company-scene1 {
    top: unset;
    bottom: -116px;
  }
  .section-about-company {
    overflow: hidden;
  }
  .section-about-company .container__inner {
    max-width: 500px;
  }
  .section-about-company .section-title.title--primary {
    margin-bottom: 30px;
  }
  .section-about-company .our-mission {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-about-company .our-mission__image {
    width: 100%;
    height: 100%;
  }
  .section-about-company .our-mission__image .our-mission__picture {
    width: 100%;
    height: 100%;
  }
  .section-about-company .our-mission__image .our-mission__picture img {
    width: 100%;
  }
  .section-about-company .creating-reasons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-about-company .quick-facts__stat {
    row-gap: 30px;
  }
  .section-about-company .quick-facts__stat-item {
    max-width: 235px;
  }
  .section-about-company .quick-facts__stat-item:not(:first-child):before {
    content: " ";
    position: absolute;
    width: 1px;
    height: 100%;
    min-height: 90px;
    background: #4A4A4C;
    opacity: 0.5;
    top: 0;
    left: 0;
  }
  .section-about-company .quick-facts__stat-item:first-child {
    max-width: 235px;
    padding-left: 20px;
  }
  .section-about-company .quick-facts__stat-item:first-child:before {
    content: " ";
    position: absolute;
    width: 1px;
    height: 100%;
    min-height: 90px;
    background: #4A4A4C;
    opacity: 0.5;
    top: 0;
    left: 0;
  }
  .blog-page {
    background: #ECECF2;
  }
  .section-resources .post-item__content {
    padding-right: 0px;
  }
  .section-resources .post-item__big-picture {
    background-color: #fff;
  }
  .section-resources .post-item__big-picture .post-item__content {
    max-width: 320px;
  }
  .section-resources .post-item__big-picture .post-item__content-title {
    font-size: 32px;
  }
  .section-resources .post-item__big-picture .post-item__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-resources .post-item__content::before {
    display: none;
  }
  .section-resources .post-item__content-text {
    font-size: 16px;
    height: 60px;
    line-height: 1.25;
  }
  .section-resources .post-item__aside {
    display: none;
  }
  .section-resources .post-item__aside--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .section-resources .post-item__aside--mobile .aside-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-resources .post-item__aside--mobile .aside-header {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
  .section-resources .post-item__aside--mobile .aside-header-text {
    color: #5D727F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.14;
  }
  .section-resources .post-item__aside--mobile .aside-picture {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .section-resources .post-item__aside--mobile .aside-picture img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .section-resources .post-item__aside--mobile .aside-footer .text-bold {
    color: #5D727F;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.14;
  }
  .section-resources .post-item__aside--mobile .aside-footer .text-normal {
    color: #5D727F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
  .tabs__nav {
    margin-bottom: 20px;
  }
  .section-article blockquote {
    padding-left: 20px;
  }
  .connection-main .benefits-block {
    padding: 0;
            column-gap: 30px;
  }
  .connection-main .benefits__item {
    max-width: 285px;
  }
  .connection-main .faq__item {
    max-width: 100%;
  }
  .connection-main .section-form .form-block__info {
    max-width: 620px;
  }
  .connection-main .video-block .video {
    height: 270px;
  }
  .section-connection .connection-block {
    padding: 80px 40px;
  }
  .section-connection .parallax-clouds-pricing.cloud-right {
    width: 68%;
    top: 208px;
  }
}
}

@media screen and (max-width: 620px) {
  .section-assignment {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-assignment .section-title.title--secondary {
    font-size: 32px;
    line-height: 1.25;
  }
  .section-assignment .assignment__subtitle {
    font-size: 20px;
  }
  .section-assignment .swiper-container {
    padding: 0 20px;
    margin: 0;
  }
  .section-assignment .swiper-buttons-wrapper {
    margin-bottom: 30px;
  }
  .section-assignment .swiper-pagination {
    bottom: -35px;
  }
  .parallax-clouds-services {
    width: 589px;
    height: 958px;
  }
  .section-about-company .section-title.title--primary {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .section-about-company .quick-facts__stat {
    row-gap: 20px;
  }
}

/*karen*/

@media screen and (min-width: 1920px) {
  .logos-bg-picture {
    display: none !important;
  }}

@media screen and (min-width: 1920px) and (min-aspect-ratio: 1/1.5) {
  .header__offer {
    max-height: 90vw !important;
    height: 49vw!important;
  }
  
  
  .header__offer-bg-picture {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main {
    z-index: 1;
    position: relative;
  }
}

.cta_button p {
  color: #FFF !important;
  margin-bottom: 0 !important;
}

.calendlycss {
  width: 100%;
  height: 820px;
}
}
