html {
  font-family: "Montserrat", sans-serif;
}

.scrollLock {
  overflow: hidden;
}

.header {
  position: fixed;
  z-index: 10;
  top: -60px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  height: 60px;
  padding: 0 calc(28px + ((100vw - 1440px) / 2));

  background-color: #383838;
  box-sizing: border-box;

  transition: all 300ms;
}

.header.header_visible {
  top: 0;
}

.header h3 {
  margin: 0;

  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.09em;
  color: #ffffff;
}

.main {
  overflow: hidden;
}

.firstSection {
  display: flex;
  justify-content: center;
}

.firstSection__col {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 570px;
}

.firstSection__col:first-child {
  margin-right: 40px;
}

.firstCol__title {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}

.firstColTitle__image {
  position: relative;
  z-index: 1;

  display: flex;
  align-self: flex-end;
  width: 660px;
  min-height: 748px;

  background: url("./images/phoneImage.jpg") center no-repeat;
  background-size: cover;

  border-radius: 0 0 110px 110px;

  overflow: hidden;
}

.firstColTitle__image img {
  width: 100%;
  height: 100%;
}

.firstColTitle__footer {
  position: relative;
  margin-top: -140px;
  left: calc((100vw - 1180px) / -2);
  width: calc(100% + ((100vw - 1180px) / 2));

  display: flex;
  justify-content: flex-end;

  padding: 200px 60px 60px calc((100vw - 1180px) / 2);

  border-radius: 0 0 110px 110px;

  background-color: #3ac87c;

  box-sizing: border-box;
}

.firstColTitle__footer p {
  margin: 0;

  width: 469px;

  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
}

.firstColBubbles_onImage {
  position: absolute;
  bottom: 46px;
  right: -80px;

  width: 238px;
  height: 374px;
}

.firstColBubbles {
  position: absolute;
  right: 0;
  bottom: 138px;

  margin-right: 756px;
}

.firstCol__list {
  display: flex;
  flex-direction: column;
  max-width: 458px;
  margin-top: 60px;
}

.firstColList__item {
  display: flex;
  align-items: center;
  padding-left: 15px;
}

.firstColList__item:not(:last-child) {
  padding-bottom: 21px;
  margin-bottom: 21px;

  border-bottom: 1px solid #d7d7d7;
}

.firstColList__item span {
  display: flex;

  font-size: 17px;
  color: #383838;
  font-weight: 500;
}

.firstColList__item span:first-child {
  margin-right: 22px;
}

.firstCol__ticketsImg {
  position: relative;
  display: flex;
  margin-top: 150px;
  width: 462px;
  height: 534px;

  background: url("./images/ticketsImage.png") center no-repeat;

  background-size: cover;
}

.firstCol__ticketsBubbles {
  position: absolute;
  left: 37px;
  bottom: -100px;
}

.firstSection__col .secondCol__header {
  display: flex;
  justify-content: space-between;
}

.secondColHeader__requestDemo {
  margin-top: 114px;
}

.secondColHeader__logos {
  display: flex;
  flex-direction: column;
}

.secondColHeader__logos div {
  display: flex;
}

.secondColHeader__logos div:last-child {
  margin-top: 12px;
}

.secondCol__title {
  margin: 76px 46px 0 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 120%;
  color: #383838;
}

.secondCol__subtitle {
  margin: 24px 0 76px;

  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #3ac87c;
}

.secondCol__paragraph {
  margin-bottom: 210px;

  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #383838;
}

.secondCol__carousel {
  position: relative;
  z-index: 1;

  display: flex;
  flex-direction: column;
  width: 659px;
}

.secondColCarousel__images {
  display: flex;
  padding: 18px 19px;

  background-color: #e0e0e0;
  box-shadow: 26px 30px 81px rgba(0, 0, 0, 0.25);
  border-radius: 22px;

  overflow: hidden;
}

.secondColCarousel__img {
  display: flex;
  min-width: 100%;

  margin-right: 19px;

  transition: all 300ms;
}

.secondColCarousel__dots {
  position: absolute;
  display: flex;
  align-self: center;
  bottom: -31px;
}

.secondColCarousel__dot {
  display: flex;

  height: 8px;
  width: 8px;
  border-radius: 50%;

  background-color: #ffffff;
  opacity: 0.5;

  transition: opacity 0.3s;
}

.secondColCarousel__dot:not(:last-child) {
  margin-right: 12px;
}

.secondColCarousel__dot_active {
  opacity: 1;
}

.secondCol__about {
  display: flex;
  flex-direction: column;
}

.secondColAbout__header {
  position: relative;
  margin-top: -120px;
  margin-bottom: 60px;
  left: -40px;
  width: calc(100% + 40px);
  padding: 232px 0 60px 40px;

  background-color: #54a0e5;

  border-radius: 0 0 110px 0;

  box-sizing: border-box;
}

.secondColAbout__header h1 {
  margin: 0;

  color: #ffffff;
  font-size: 40px;
  line-height: 120%;
  font-weight: 600;
}

.secondColAbout__list {
  display: flex;
  flex-direction: column;

  max-width: 460px;
}

.secondColAboutList__item {
  display: flex;
  align-items: center;
  padding: 21px 0 21px 15px;

  border-bottom: 1px solid #e9e9e9;

  font-weight: 500;
  line-height: 150%;
  font-size: 17px;
  color: #383838;
}

.secondColAboutList__item:first-child {
  border-top: 1px solid #e9e9e9;
}

.secondColAboutList__item span {
  display: flex;
}

.secondColAboutList__item span:first-child {
  margin-right: 24px;
}

.secondColAbout__paragraph {
  margin: 32px 0 0;
  max-width: 460px;

  font-size: 17px;
  font-weight: 400;
  line-height: 170%;
}

.secondColAbout__video {
  margin-top: 60px;
  width: 460px;

  cursor: pointer;
}

.integrations {
  display: flex;
  flex-direction: column;

  margin: 100px auto 80px;
  width: 1180px;
}

.integrations__title {
  margin: 0 0 32px;

  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: #383838;
}

.integrations__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.integrationsList__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 293px;
  height: 100px;
  margin-bottom: 4px;

  background-color: #f2f2f2;
}

.integrationsList__item img {
  height: 100%;
}

.footer {
  max-width: 1180px;
  height: 467px;
  margin: 0 auto 80px;
}

.footer__banner {
  position: relative;
  display: flex;
  justify-content: center;
}

.footerBanner__col {
  position: relative;
  z-index: 1;
  width: 570px;
  height: 380px;
  display: flex;
  flex-direction: column;
}

.footerBanner__col:first-child {
  margin-right: 40px;
}

.footerBanner__image {
  position: absolute;
  width: calc(1180px + (100vw - 1180px) / 2);
  left: calc((100vw - 1180px) / -2);
  height: 380px;

  border-radius: 0 0 110px 0;

  background: url("./images/footerImage.png") center no-repeat;
  background-size: cover;
}

.footerBanner__title {
  margin: 160px 0 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 130%;
  color: #ffffff;
}

.footerBanner__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: flex-end;
  width: 320px;
  height: 84px;
  padding-left: 37px;
  padding-right: 16px;
  margin-right: 60px;

  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;

  border-radius: 100px;

  box-sizing: border-box;
}

.footerBanner__button span {
  display: flex;
}

.footerBanner__button span:first-child {
  width: 200px;
}

.footerBanner__button_plans {
  margin-bottom: 20px;
  margin-top: 48px;

  color: #383838;

  background-color: #ffffff;
}

.footerBanner__button_demo {
  color: #ffffff;

  background-color: #3ac87c;
}

.footerBanner__product {
  position: absolute;
  display: flex;
  bottom: -87px;
}

.footer__links {
  display: flex;
  justify-content: flex-end;
  margin-top: 52px;
  padding-right: 60px;
}

.footer__links span,
.footer__links a {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #008fdf;
}

.footer__links a {
  text-decoration: unset;
}

.footer__links span:not(:last-child),
.footer__links a:not(:last-child) {
  padding-right: 24px;
  margin-right: 24px;

  border-right: 1px solid #c3c3c3;
}

.firstColTitle__info {
  position: relative;
  z-index: 1;

  padding: 48px 340px 60px 100px;

  border-radius: 0 0 80px 80px;

  background-color: #ffffff;
}

.firstColTitle__image_mobile {
  position: absolute;
  bottom: 0;
  width: 280px;
  height: 401px;

  border-radius: 20px 20px 0 0;
  box-shadow: 20px 14px 114px rgba(0, 0, 0, 0.25);

  background: url("./images/phoneImageMobile.png") no-repeat center bottom;
}

.less1200 {
  display: none;
}

.more640 {
  display: block;
}

.more1200 {
  display: block;
}

.less640 {
  display: none;
}

.header svg g {
  transform: rotate(-180deg) scale(1, -1) translate(90%, 10%);
}

#scrollProgress {
  transform: rotate(90deg);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: rgba(0, 0, 0, 0.5);

  opacity: 0;

  transition: all 300ms;
}

.modal__form {
  display: flex;
  width: 1220px;
  height: 702px;
}

.modal__overlay {
  position: relative;

  display: flex;
}

.modal_opened {
  z-index: 10;
  opacity: 1;
}

.demoRequest {
  cursor: pointer;
}

.modal__closeButton {
  position: absolute;
  top: -32px;
  right: -32px;

  display: flex;

  cursor: pointer;
}

.modal__video {
  width: 60vw;
  height: 55vh;
}

@media screen and (max-width: 1439px) {
  .header {
    padding: 0 28px;
  }

  .firstSection__col {
    max-width: 520px;
  }

  .firstColTitle__image {
    width: calc(100% + (100vw - 1080px) / 2);
  }

  .firstColTitle__footer {
    left: calc((100vw - 1080px) / -2);
    width: calc(100% + ((100vw - 1080px) / 2));

    padding-left: calc((100vw - 1080px) / 2);
  }

  .secondCol__carousel {
    width: calc(100% - 40px + (100vw - 1080px) / 2);
  }

  .secondColCarousel__img {
    width: 100%;
  }

  .secondColCarousel__img img {
    width: 100%;
  }

  .integrations {
    width: 1080px;
  }

  .integrationsList__item {
    width: 268px;
  }

  .footer {
    max-width: 1080px;
  }

  .footerBanner__col {
    width: 520px;
  }

  .footerBanner__image {
    left: calc((100vw - 1080px) / -2);

    width: calc(1080px + (100vw - 1080px) / 2);
  }

  .footerBanner__title {
    margin-top: 222px;
    white-space: nowrap;
  }

  .modal__form {
    width: 84.722222222vw;
  }
}

@media screen and (max-width: 1199px) {
  .less1200 {
    display: block;
  }

  .more1200 {
    display: none !important;
  }

  .firstSection {
    flex-direction: column;
  }

  .firstSection__col {
    max-width: 83.3%;
    width: 100%;
    margin: 0 auto;
  }

  .firstSection__col:first-child {
    margin-right: auto;
  }

  .firstCol__title {
    left: calc((100vw - 100%) / -2);
    margin-right: 0;
    width: 100vw;
  }

  .firstColTitle__info {
    padding-right: 100px;
  }

  .firstColTitle__image {
    width: 100%;
    min-height: 580px;

    background: url("./images/phoneImageLess1200.jpg");

    overflow: hidden;
  }

  .firstColBubbles {
    display: none;
  }

  .firstColBubbles_onImage {
    right: 20.76%;
    bottom: -105px;

    width: 238px;
    height: 374px;
  }

  .firstColTitle__footer {
    left: 0;
    margin-top: -103px;
    padding: 151px 130px 60px;

    border-radius: 0 0 80px 80px;

    width: 100%;
  }

  .firstColTitle__footer p {
    width: 100%;
  }

  .secondCol__paragraph {
    margin-bottom: 0;
    width: 650px;
  }

  .secondCol__title {
    margin-top: 0;
    width: 75%;
  }

  .secondCol__paragraph {
    width: 76%;
  }

  .secondCol__subtitle {
    margin-bottom: 48px;
  }

  .secondColHeader__logos {
    position: absolute;
    left: 8.341%;
  }

  .firstCol__list {
    margin-top: 49px;
    flex-wrap: wrap;
    max-width: unset;
    max-height: 345px;
  }

  .firstColList__item {
    width: 45%;
    box-sizing: border-box;
    padding: 20px 0 20px 15px;

    border-top: 1px solid #e9e9e9;
  }

  .firstColList__item:not(:last-child) {
    margin-bottom: 0;

    border-bottom: none;
  }

  .firstColList__item:nth-child(4) {
    border-bottom: 1px solid #e9e9e9;
  }

  .firstCol__ticketsImg {
    position: absolute;
    top: 346px;
    right: calc((100vw - 100%) / -2);

    margin-top: 0;
    width: 320px;
    height: 534px;

    border-radius: 110px 0 0;
  }

  .secondCol__carousel {
    width: 659px;
    margin: 80px auto 0;
  }

  .secondCol__about {
    position: relative;
  }

  .secondColAbout__header {
    left: calc((100vw - 100%) / -2);

    padding-left: calc((100vw - 100%) / 2);
    margin-top: -153px;
    margin-bottom: 50px;
    width: calc(610px + ((100vw - 100%) / 2));
  }

  .integrations {
    width: 84.375%;
  }

  .integrationsList__item {
    width: 33.1%;
  }

  .footer {
    max-width: 83.4%;
    height: 546px;
  }

  .footerBanner__image {
    left: calc((100vw - 100%) / -2);
    width: 100vw;
  }

  .footer__banner,
  .footerBanner__image {
    height: 459px;
  }

  .footerBanner__col {
    height: 100%;
  }

  .footerBanner__button {
    margin-right: 0;
  }

  .footerBanner__title {
    margin-top: 340px;

    font-size: 29px;
    line-height: 140%;
  }

  .footer__links {
    padding-right: 0;
  }
}

@media screen and (max-width: 960px) {
  .firstColBubbles_onImage {
    right: unset;
    left: 8.341%;
  }

  .firstCol__ticketsImg {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .firstColBubbles_onImage {
    left: 7.813%;
  }

  .secondColHeader__logos {
    left: 7.813%;
  }

  .firstSection__col {
    max-width: 84.375%;
  }

  .firstColTitle__info {
    padding: 48px 7.8125% 59px;
  }

  .secondCol__title {
    max-width: 500px;
    width: auto;
  }

  .secondCol__paragraph {
    width: auto;
  }

  .firstColTitle__footer {
    margin-top: -65px;

    padding: 113px 7.8125% 60px;
    justify-content: flex-start;
  }

  .firstColTitle__footer p {
    width: 90%;
  }

  .firstCol__list {
    margin-top: 48px;

    max-height: unset;
  }

  .firstColList__item {
    width: 100%;
  }

  .firstColList__item:first-child {
    border-top: 0;
  }

  .firstColList__item:nth-child(4) {
    border-bottom: 0;
  }

  .secondCol__carousel {
    left: -0.848765432%;

    width: 101.697530864%;
  }

  .secondColAbout__header {
    width: 100vw;
    padding-left: 15.432098765%;
  }

  .secondColAbout__list {
    max-width: 100%;
  }

  .secondColAbout__paragraph {
    max-width: 100%;
  }

  .secondColAbout__video {
    width: 100%;
  }

  .integrations {
    margin-top: 80px;
  }

  .integrations__title {
    margin-bottom: 46px;
  }

  .integrationsList__item {
    width: 33.050925926%;
    height: 78px;
  }

  .footerBanner__col {
    width: 50%;
  }

  .footerBanner__col:first-child {
    margin-right: 0;
  }

  .footer {
    max-width: 84.375%;
    height: 586px;
  }

  .footerBanner__button span:first-child {
    width: 200px;
  }

  .footer__links {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 32px;
  }

  .footer__links span:not(:last-child),
  .footer__links a:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 16px;

    border-right: 0;
  }

  .modal__video {
    width: 70vw;
    height: 40vh;
  }
}

@media screen and (max-width: 639px) {
  .header {
    padding: 0 20px;
    background-color: #3ac87c;
  }

  .header h3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: unset;
  }

  .header span {
    width: 41px;
    height: 41px;

    color: #ffffff;
  }

  .firstColTitle__image {
    display: flex;
    flex-direction: column;
    height: 715px;

    border-radius: 0;
    background: #fafafa;
  }

  .firstSection__col {
    max-width: 90.3381643%;
  }

  .firstColTitle__image_mobile {
    align-self: center;
    background-size: contain;
  }

  .secondCol__title {
    font-size: 22px;
    margin-top: 172px;
    margin-left: 23px;
    max-width: 311px;

    color: #5b5b5b;
    line-height: 130%;
  }

  .firstColTitle__info {
    padding: 30px 20px 54px;

    box-shadow: 0 -36px 54px rgba(0, 0, 0, 0.09);
    border-radius: 0 0 28px 28px;
  }

  .modal__video {
    width: 80vw;
    height: 30vh;
  }

  .secondCol__subtitle {
    margin-top: 0;
    margin-bottom: 28px;
    max-width: 270px;

    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }

  .secondCol__paragraph {
    font-size: 14px;
    line-height: 160%;
  }

  .firstColTitle__footer {
    padding: 82px 20px 54px;

    border-radius: 0 0 28px 28px;
  }

  .firstColTitle__footer p {
    font-size: 14px;
    width: auto;
  }

  .secondColHeader__logos {
    left: 20px;
  }

  .secondColHeader__logos svg {
    width: 138px;
    height: 100%;
  }

  .firstColBubbles_onImage {
    right: 20px;
    left: auto;
    bottom: auto;
    top: 43px;

    width: auto;
    height: auto;
  }

  .firstCol__list {
    margin-top: 28px;
  }

  .firstColList__item {
    padding: 16px 0;
  }

  .firstColList__item:first-child {
    border-top: 1px solid #e9e9e9;
  }

  .firstColList__item:not(:last-child) {
    padding-bottom: 16px;
  }

  .firstColList__item:last-child {
    border-bottom: 1px solid #e9e9e9;
  }

  .firstColList__item span {
    font-size: 13px;
  }

  .secondCol__carousel {
    width: 280px;
    margin-top: 48px;
  }

  .secondColCarousel__images {
    padding: 10px;

    background-color: #ffffff;

    box-shadow: 20px 14px 114px rgba(0, 0, 0, 0.25);
  }

  .secondColCarousel__img {
    border-radius: 20px;

    background-color: #ffffff;
  }

  .secondColAbout__header {
    margin-top: -79px;
    padding: 139px 0 22px 20px;
    margin-bottom: 28px;

    border-radius: 0 0 60px 0;
  }

  .secondColAbout__header h1 {
    font-size: 23px;
    font-weight: 500;
    line-height: 130%;
  }

  .secondColAboutList__item {
    padding-left: 0;
    font-size: 13px;
  }

  .secondColAbout__paragraph {
    margin-top: 28px;
    font-size: 14px;
    line-height: 160%;
  }

  .secondColAbout__video {
    margin-top: 48px;
  }

  .integrations {
    margin-top: 48px;
    margin-bottom: 0;
  }

  .integrations__title {
    margin-bottom: 28px;

    font-weight: 500;
    line-height: 130%;
    font-size: 20px;
  }

  .integrationsList__item {
    height: 51px;
    width: 49.64171123%;
    margin-bottom: 2px;
  }

  .footer {
    margin-top: 192px;
    margin-bottom: 60px;
    height: auto;
    max-width: 90.3381643%;
  }

  .footer__banner {
    flex-direction: column-reverse;
  }

  .footer__banner,
  .footerBanner__image {
    height: 192px;
  }

  .footerBanner__image {
    border-radius: 0 0 60px 0;
  }

  .footerBanner__col {
    width: 100%;
  }

  .footerBanner__col:nth-child(2) {
    position: absolute;
    flex-direction: column-reverse;
    height: auto;
    top: -160px;
  }

  .footerBanner__button {
    height: 57px;
    padding-left: 20px;
    padding-right: 8px;
    align-self: center;
    width: 280px;

    font-size: 13px;
    line-height: 130%;
  }

  .footerBanner__button span:first-child {
    width: 180px;
  }

  .footerBanner__button svg {
    width: 41px;
    height: 41px;
  }

  .footerBanner__button_plans {
    margin-bottom: 0;
    margin-top: 15px;

    background-color: #f2f2f2;
  }

  .footerBanner__title {
    margin-top: 120px;
    font-size: 17px;
    line-height: 130%;
  }

  .footerBanner__product {
    bottom: -54px;
  }

  .footerBanner__product svg {
    width: 138px;
    height: 100%;
  }

  .footer__links {
    margin-top: 82px;
    align-items: flex-start;
  }

  .more640 {
    display: none;
  }

  .less640 {
    display: block;
  }

  .modal__form {
    width: 100vw;
    height: 100vh;

    background-color: #ffffff;
  }

  .modal__closeButton {
    top: 32px;
    right: 32px;

    z-index: 10;
  }

  .modal__closeButton path {
    fill: rgba(0, 0, 0, 0.2);
  }
}
