@import url("/css/base.css");
@import url("/css/footer.css");
@import url("/fonts/Montserrat/fontface.css");
@import url("/fonts/Segoe/fontface.css");
@import url("/css/header.css");
@import url("/css/auth.css");
@import url("/css/loader.css");

.d-none {
  display: none !important;
}

html,
body,
img,
div,
a,
table {
  image-rendering: -webkit-optimize-contrast !important;
}

a:focus {
  outline: none;
  text-decoration: none;
}


body {
  overflow-x: hidden !important;
  font-family: "Montserrat", sans-serif;
}

select:focus>option:checked {
  font-weight: 600;
}

.d-flex {
  display: flex;
}

.container {
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 0;
}

.container::before,
.container::after {
  content: none;
}

.first-screen,
.work-with-evateam-wrapper,
.why-evateam-wrapper,
.try-eva-for-free-wrapper,
.want-more-wrapper,
.reviews-wrapper,
.blog-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.first-screen {
  position: relative;
  padding: 0px 10px;
  /* background-image: url("/img/evateam_bg_pattern_2.png"),
    linear-gradient(90deg, #9814b3 -0.77%, #cd364f 48.14%, #fc9c3d 101.84%); */
}

.first-screen::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  background-size: 100% 100%;
}

.first-screen .container {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 60px;
  z-index: 0;
}

.first-screen * {
  background-color: transparent;
}

.first-screen .content-wrapper {
  max-width: 620px;
  margin: auto 0 auto;
}

/* 
.container-products {
  max-width: 1310px;
} */

.products-wrapper {
  grid-template-columns: repeat(3, minmax(0, 400px));
  justify-content: space-between;
  grid-gap: 45px 45px;
  display: grid;
  margin-bottom: 100px;
}

.products-wrapper.products-wrapper-main {
  margin-bottom: 0;
}

.products-wrapper__title {
  font-weight: 600;
  font-size: 45px;
  line-height: 100%;
  font-style: italic;
}

.products-wrapper__text {
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  margin-top: 10px;
  min-height: 88px;
  font-style: normal;

}

.products-wrapper__subtext-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #273240;
  margin-top: 10px;
  min-height: 140px;
}

.products-wrapper__subtext-item.products-wrapper__subtext-subitem {
  margin-top: 10px;
  min-height: auto;
}

.products-wrapper__subtext-items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 115px;
  /* text-align: justify; */
}

.products-wrapper__button {
  display: block;
  text-align: center;
  border-radius: 6px;
  padding: 16px;
  background: #2e6cd9;
  text-align: center;
  padding: 18px 0px;
  width: 255px;
  height: 60px;
  border-radius: 3px;
  margin-top: 10px;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}

.products-wrapper__button:hover {
  text-decoration: none;
  opacity: 0.85;
}

.products-wrapper__button span {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #fff;
  text-transform: uppercase;
}

.products-wrapper__button a {
  display: block;
  height: 100%;
  text-align: center;
}

.products-wrapper__button a:hover,
.products-wrapper__button a:focus {
  text-decoration: underline;
  text-decoration-color: white;
}

.products-wrapper__button.registration-wrapper__button {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  gap: 10px;
  padding: 0px 30px;
  margin-top: 0px;
  max-width: 424px;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}

.products-wrapper__button.registration-wrapper__button.registration-wrapper__button-white {
  background: #FFFFFF;
}

.products-wrapper__button.registration-wrapper__button.registration-wrapper__button-white:hover {
  opacity: .85;
}


.products-wrapper__button.registration-wrapper__button.registration-wrapper__button-white span {
  color: #000;
}

.products-wrapper__button.registration-wrapper__button.registration-wrapper__button-black {
  background: #000;
}

.products-wrapper__button.registration-wrapper__button.registration-wrapper__button-black:hover {
  opacity: .85;
}

.products-wrapper__button.registration-wrapper__button.registration-wrapper__button-black span {
  color: #FFFFFF;
}


.signup-form.registration-signup-form {
  min-width: 425px;
  margin-bottom: 35px;
}

.products-wrapper__subtext-item-first {
  padding-bottom: 30px;
}

.products-content {
  padding: 70px 0;
  background: #F4F4F4;
}

.products-wrapper-item-text {
  padding: 50px 0;
}

.products-wrapper-item img {
  max-width: 370px;
  margin-bottom: 10px;
}

.products-support-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  background: linear-gradient(75.56deg, #9814B3 -0.77%, #CD364F 48.14%, #FC9C3D 101.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;

}

.first-screen h1,
.first-screen p,
.first-screen label {
  color: #fff;
}

/* .first-screen h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
} */

.first-screen label {
  margin-bottom: 20px;
}

.first-screen p {
  font-weight: 400;
  line-height: 30px;
}

.first-screen label {
  font-weight: 600;
  line-height: 20px;
  display: block;
}

.first-screen p,
.first-screen label {
  font-size: 20px;
}

.content-wrapper-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 30px;
  font-style: normal;
}

.content-wrapper-text {
  margin-bottom: 60px;
}

.content-wrapper-products-items {
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}

.content-wrapper-products-item {
  position: relative;
  list-style-type: none;
  margin-left: 25px;
}

.content-wrapper-products-item::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  top: 10px;
  left: -20px;
}

.content-wrapper-products-item-link {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: white;
}

.email-input-wrapper {
  display: flex;
}

.email-input-wrapper a:focus {
  text-decoration: none;
  outline: none;
}

.email-input-wrapper button {
  background-color: #fff;
  background-image: url(/img/evateam_arrow_2.png);
  width: 60px;
  background-size: cover;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  border-color: #fff;
  border-style: none;
}

.email-input-wrapper input {
  border: 2px solid #fff;
  padding: 15px 0 15px 20px;
  color: #fff;
  font-size: 18px;
  min-width: 450px;
}

.email-input-wrapper input::placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.work-with-evateam-wrapper {
  padding-bottom: 106px;
}

.work-with-evateam-wrapper h2 {
  margin-top: 130px;
}

.work-with-evateam-wrapper h2 br {
  display: none;
}

.white-header {
  font-weight: 700;
  background: -webkit-linear-gradient(75.56deg,
      #9814b3 -0.77%,
      #cd364f 48.14%,
      #fc9c3d 101.84%);
  background-clip: initial;
  -webkit-background-clip: text;
  -webkit-text-stroke: 3px transparent;
  color: #fff;
  line-height: 110%;
}

.colored-header {
  font-weight: 700;
  background: -webkit-linear-gradient(75.56deg,
      #9814b3 -0.77%,
      #cd364f 48.14%,
      #fc9c3d 101.84%);
  background-clip: initial;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  line-height: 110%;
}

.work-with-evateam-wrapper h2 span.white-header {
  font-size: 100px;
  display: block;
}

.work-with-evateam-wrapper h2 span.colored-header {
  font-size: 100px;
  display: block;
  padding-left: 80px;
}

h2.mobile {
  display: flex;
  flex-direction: column;
  margin: 70px auto 0;
  padding: 0 20px;
}

h2.mobile span.white-header,
h2.mobile span.colored-header {
  font-size: 45px;
  line-height: 110%;
  padding: 0;
}

h2.mobile span:nth-of-type(2) {
  margin-left: auto;
}

h2.mobile span:nth-of-type(3) {
  margin-left: 12px;
}

.work-with-evateam {
  display: flex;
  column-gap: 45px;
  margin-top: 75px;
}

.work-with-evateam h3,
.work-with-evateam p {
  font-size: 16px;
  color: #000;
}

.work-with-evateam p {
  font-weight: 400;
  margin-top: 10px;
}

.work-with-evateam h3 {
  font-weight: 600;
  margin-top: 52px;
}

.what-is-evateam-wrapper {
  display: flex;
  background-color: #f4f4f4;
}

.what-is-evateam-wrapper .container {
  display: flex;
  margin: 130px auto;
}

.what-is-evateam {
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-left: 95px;
}

.section-paragraph-default {
  font-size: 16px;
  color: #121212;
  font-weight: 400;
  line-height: 150%;
}

.section-label {
  font-size: 14px;
  font-weight: 600;
  color: #f57134;
  margin-bottom: 30px;
  display: inline-block;
}

.section-label-lg {
  font-size: 20px;
  margin-bottom: initial;
}

.section-label.section-label-white {
  color: #FFFFFF;
}

.section-header {
  font-size: 50px;
  font-weight: 500;
  color: #121212;
  line-height: 110%;
  margin-bottom: 35px;
}

.section-header-white {
  color: #fff;
}

.what-is-evateam-wrapper h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  background: -webkit-linear-gradient(75.56deg,
      #9814b3 -0.77%,
      #cd364f 48.14%,
      #fc9c3d 101.84%);
  background-clip: initial;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 20px;
}

.why-evateam ol {
  list-style-type: none;
  counter-reset: li;
  margin: 0;
  padding: 0;
  max-width: 380px;
  min-width: 370px;
  width: 100%;
  border-left: 1px solid #cecece;
}

.why-evateam ol li:first-child {
  margin-top: 40px;
}

.why-evateam ol li {
  font-size: 20px;
  line-height: 130%;
  font-weight: 600;
  min-height: 60px;
  padding-left: 28px;
  position: relative;
  color: #00000033;
  margin-bottom: 40px;
  transition: all 0.75s ease-out;
  display: grid;
  grid-template-columns: auto 1fr;
}

.why-evateam ol li.active {
  color: #000;
}

.why-evateam ol li.active:after {
  content: "";
  display: block;
  height: 85px;
  width: 2px;
  background: -webkit-linear-gradient(180deg,
      #9814b3 -0.77%,
      #cd364f 48.14%,
      #fc9c3d 101.84%);
  position: absolute;
  bottom: 0%;
  left: -2px;
}

.why-evateam ol li:before {
  counter-increment: li;
  content: counter(li, decimal-leading-zero) ". ";
  font-size: 20px;
  font-weight: 800;
  line-height: 130%;
  margin-right: 8px;
  color: #00000033;
}

.why-evateam ol li.active:before {
  background: -webkit-linear-gradient(346deg,
      #9814b3 -0.77%,
      #cd364f 48.14%,
      #fc9c3d 101.84%);
  background-clip: initial;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.why-evateam-wrapper {
  display: flex;
  flex-direction: column;
  padding: 130px 0;
  position: relative;
}

.why-evateam {
  display: flex;
  margin-top: 10px;
}

.why-evateam-description {
  display: flex;
  width: 100%;
  height: 100%;
  background: linear-gradient(75.56deg,
      #9814b3 -0.77%,
      #cd364f 48.14%,
      #fc9c3d 101.84%);
  justify-content: center;
  padding: 29px 30px;
  align-items: center;
  flex-direction: column;
  max-width: 754px;
  margin-left: 74px;
  position: sticky;
  top: 10%;
  margin-top: 50px;
}

.why-evateam-description::before {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2021/11/Rectangle1-1.png);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
}

.why-evateam-description p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 150%;
  text-align: center;
  margin: 25px auto;
  position: relative;
  min-height: 48px;
}

.why-eavteam__description-img-wrapper {
  position: relative;
}

.prices-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(75.56deg,
      #9814b3 -0.77%,
      #cd364f 48.14%,
      #fc9c3d 101.84%);
  padding: 130px 0;
  position: relative;
}


.prices-wrapper h2,
.prices-wrapper p {
  text-align: center;
  margin: 0;
}

.prices-wrapper .prices-info-message {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 40px 0;
}

.prices-list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.prices-list-item {
  display: flex;
  width: 100%;
  max-width: 280px;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  padding: 41px 30px 50px;
}

.prices-list-item h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  color: #121212;
  margin-bottom: 10px;
}

.prices-list-item span {
  font-size: 12px;
  font-weight: 400;
  color: #12121299;
  min-height: 51px;
}

.prices-list-item-description {
  min-height: 35px;
  display: block;
}

.prices-list-item ul {
  padding: 0;
  padding-left: 15px;
  margin: 15px 0 40px;
  list-style: disc;
}

.prices-list-item ul li {
  font-size: 14px;
  font-weight: 400;
  color: #121212;
  margin-top: 10px;
}

.prices-list-item ul li strong {
  font-size: 14px;
  font-weight: 600;
}

.prices-list-item ul li::marker {
  color: #f57134;
}

.prices-list-item ul .prices-list-item--disabled-option,
.prices-list-item ul .prices-list-item--disabled-option::marker {
  color: #12121266;
}

.prices-list-item .prices-button {
  padding: 21px 31px;
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(75.56deg,
      #9814b3 -0.77%,
      #cd364f 48.14%,
      #fc9c3d 101.84%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 29px;
  border: solid 2px;
  border-image-source: linear-gradient(75.56deg,
      #9814b3 -0.77%,
      #cd364f 48.14%,
      #fc9c3d 101.84%);
  border-image-slice: 1;
}

.prices-list-item .prices-button:hover {
  background: -webkit-linear-gradient(75.56deg, #9814b3 -0.77%, #cd364f 48.14%, #fc9c3d 101.84%);
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.prices-list-item .prices-list-item--price {
  font-size: 25px;
  font-weight: 600;
  line-height: 130%;
  color: #f57134;
}

.prices-list-item .prices-list-item--description {
  margin: 0;
  text-align: left;
  font-size: 12px;
  color: gray;
}

/* .prices-list-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.prices-list-item .centered {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
} */

.box-version-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-version-wrapper .container {
  display: flex;
  margin: 60px auto;
}

.box-version {
  display: flex;
  width: 100%;
  gap: 10px;
  justify-content: space-around;
}

.box-version_img img {
  max-width: 500px;
  width: 100%;
}

.box-version_text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #2d2d2d;
  font-size: 16px;
  line-height: 1.5;
}

.block__gradient .box-version_text {
  color: #fff;
}

.box-version_title {
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.1;
}

.box-version_description,
.box-version_postscript {
  max-width: 495px;
}

.box-version_description {
  margin-bottom: 20px;
}

.box-version_postscript {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 600;
  background: -webkit-linear-gradient(75.56deg, #9814b3 -0.77%, #cd364f 48.14%, #fc9c3d 101.84%);
  background-clip: initial;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content-wrapper__main-img {
  max-width: 100%;
  height: auto;
}

.block__gradient .box-version_postscript {
  background: unset;
  -webkit-text-fill-color: unset;
}


.try-eva-for-free {
  display: flex;
}

.try-eva-for-free h2 span {
  font-size: 80px;
  display: inline-block;
}

.try-eva-for-free-form {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.try-eva-for-free .email-input-wrapper {
  margin-bottom: 14px;
  margin-top: 20px;
}

.try-eva-for-free .email-input-wrapper button {
  background-image: url(/img/evateam_arrow_1.png);
  border: none;
  padding: 0;
}

.try-eva-for-free .email-input-wrapper input {
  border: solid 2px;
  border-image-source: linear-gradient(75.56deg,
      #9814b3 -0.77%,
      #cd364f 48.14%,
      #fc9c3d 101.84%);
  border-image-slice: 1;
  border-right: none;
  color: #000;
}

.try-eva-for-free .email-input-wrapper input::placeholder {
  background: -webkit-linear-gradient(346deg,
      #9814b3 -0.77%,
      #cd364f 48.14%,
      #fc9c3d 101.84%);
  background-clip: initial;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.want-more-wrapper {
  background-image: url(/img/evateam_bg_pattern.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0;
}

.want-more-wrapper .container {
  display: flex;
}

.want-more {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 145px;
  margin-left: 100px;
}

.want-more-link {
  max-width: 255px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  color: #fff;
  background: linear-gradient(75.56deg,
      #9814b3 -0.77%,
      #cd364f 48.14%,
      #fc9c3d 101.84%);
  padding: 21px 40px;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}

.want-more-link::before {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2021/11/Rectangle1-1.png);
  background-size: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
}

.want-more-link:hover,
.want-more-link:focus {
  color: #fff;
  text-decoration: none;
  opacity: .85;
}

.want-more .section-paragraph-default {
  margin-bottom: 70px;
}

.reviews-wrapper {
  padding: 100px 15px;
}


.reviews-wrapper h2 {
  margin-bottom: 48px;
}

.reviews {
  display: grid;
  grid-template-columns: 500px 500px;
  justify-content: space-between;
  gap: 20px;
}

.review-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
}

.review-header span {
  grid-row: 1 / 3;
  font-size: 80px;
  line-height: 100%;
  font-weight: 700;
  background: -webkit-linear-gradient(75.56deg,
      #9814b3 -0.77%,
      #cd364f 48.14%,
      #fc9c3d 101.84%);
  background-clip: initial;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}

.review-header .review-score {
  grid-row: 2/ 3;
  margin-left: 20px;
}

.review-header .review-header__post {
  max-width: 320px;
}

.review-header .review-header-name,
.review-header .review-header-position {
  margin-left: 20px;
  line-height: 150%;
}

.review-header .review-header-name {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  align-self: end;
}

.review-header .review-header-position {
  font-size: 16px;
  font-weight: 400;
  color: #000000b3;
}

.reviews-item p {
  font-size: 16px;
  color: #000;
  line-height: 150%;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0;
}

.blog-wrapper {
  background-color: #f4f4f4;
  padding: 130px 0;
}

.blog-list {
  display: flex;
  justify-content: space-between;
}

.blog-list-item {
  width: 358px;
  padding: 30px 0 0;
  cursor: pointer;
}

.blog-list-item:hover {
  background: linear-gradient(75.63deg,
      #9814b3 -0.77%,
      #cd364f 48.21%,
      #fc9c3d 102%);
  padding: 30px 30px 44px;
  width: 418px;
  position: relative;
}

.blog-list-item:hover::before {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2021/11/Rectangle1-1.png);
  background-size: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
}

.blog-list-item:hover img,
.blog-list-item:hover .blog-list-item--info,
.blog-list-item:hover h3,
.blog-list-item:hover p {
  position: relative;
}

.blog-list-item--info {
  display: flex;
  color: #12121299;
  font-size: 13px;
  line-height: normal;
  margin: 20px 0 30px;
}

.blog-list-item--info time::before {
  content: "";
  width: 1px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: inline-block;
  background-color: #12121299;
  right: -10px;
}

.blog-list-item--info time {
  margin-right: 21px;
  position: relative;
}

.blog-list-item h3 {
  font-size: 20px;
  line-height: 130%;
  color: #121212;
  font-weight: 600;
}

.blog-list-item p {
  font-size: 14px;
  line-height: 150%;
  color: #121212;
  margin-top: 10px;
}

.blog-list-item:hover .blog-list-item--info {
  color: #fff;
}

.blog-list-item:hover .blog-list-item--info time::before {
  background-color: #fff;
}

.blog-list-item:hover h3 {
  color: #fff;
}

.blog-list-item:hover p {
  color: #fff;
}

.blog-link {
  display: inline-block;
  background: -webkit-linear-gradient(75.56deg,
      #9814b3 -0.77%,
      #cd364f 48.14%,
      #fc9c3d 101.84%);
  background-clip: initial;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  border: solid 2px;
  border-image-source: linear-gradient(75.56deg,
      #9814b3 -0.77%,
      #cd364f 48.14%,
      #fc9c3d 101.84%);
  border-image-slice: 1;
  padding: 21px 40px;
  margin: 60px auto 0;
}

.blog-link:hover,
.blog-link:focus {
  text-decoration: underline;
  -webkit-text-fill-color: #fc9c3d;
}

.first-screen-img.mobile {
  display: none;
}

h2.mobile {
  display: none;
}

.work-with-team-arrows,
.prices-arrows,
.reviews-arrows {
  display: none;
}

.why-evateam-description img {
  max-width: 100%;
  max-height: 450px;
}

.why-eavteam__description-img-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 500px) {

  .work-with-evateam-wrapper .container,
  .prices-wrapper .container,
  .reviews-wrapper .container {
    padding-right: 0;
    padding-left: 0;
    overflow-x: hidden;
  }

  .work-with-evateam,
  .prices-list,
  .reviews {
    --n: 1;
    display: flex;
    align-items: start;
    overflow-y: hidden;
    width: 100%;
    width: calc(var(--n) * 100%);
    min-height: 270px;
    --w: 270px;
    --gap: 50px;
    transform: translate(calc(var(--i) / var(--n) * calc(-100% + calc(calc(100vw - var(--w) - var(--gap)) * var(--n)))));
    column-gap: var(--gap);

    transition: transform 0.75s cubic-bezier(1, 1.59, 0.61, 0.74);
  }

  .prices-list,
  .reviews {
    transform: translate(calc(var(--i) / var(--n) * calc(-100%)));
    column-gap: 0;
    min-height: unset;
    justify-content: unset;
    flex-direction: row;
  }

  .work-with-evateam div,
  .prices-list-item,
  .reviews-item {
    width: 100%;
    width: var(--w);
    padding: 0;
    padding-left: 20px;
    opacity: 0.1;
    transition: opacity 0.75s cubic-bezier(1, 1.59, 0.61, 0.74);
  }

  .prices-list-item {
    padding: 30px 35px 50px;
    margin: 0 20px;
  }

  .prices-list-item,
  .reviews-item {
    opacity: 1;
    width: 100%;
    max-width: 100%;
    min-width: unset;
  }

  .prices-arrows,
  .reviews-arrows {
    padding: 0 20px;
  }

  .reviews-arrows {
    margin-top: 50px;
  }

  .work-with-evateam div.active {
    display: block;
    opacity: 1;
  }

  .work-with-team-arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
  }

  .carousel-arrow {
    background-image: url("/img/evateam_carousel_arrow.png");
    width: 30px;
    height: 30px;
    display: block;
    border: none;
    background-color: transparent;
  }

  .carousel-arrow.carousel-left {
    transform: rotate(-180deg);
  }

  .carousel-dots {
    display: flex;
    column-gap: 10px;
  }

  .carousel-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-image: url("/img/evateam_carousel_dot.png");
  }

  .carousel-dot.active {
    background-image: url("/img/evateam_carousel_dot_active.png");
  }

  .why-evateam ol li {
    display: flex;
  }
}

@media (min-width: 501px) and (max-width: 989px) {
  .work-with-evateam {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .prices-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    justify-items: center;
  }

  .reviews {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 15px;
    justify-items: center;
  }
}

@media (max-width: 500px) {
  .prices-wrapper .carousel-arrow {
    background-image: url("/img/evateam_carousel_arrow_white.png");
  }

  .prices-arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .prices-arrows .carousel-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 50%;
  }

  .prices-arrows .carousel-dot.active {
    background: #fff;
  }

  .reviews-arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .why-evateam-list__description {
    font-weight: 400;
    margin: 0;
  }
}

@media (max-width: 800px) {

  .box-version_text {
    width: auto;
    margin-top: 20px;
  }

  .box-version_title {
    font-size: 32px;
  }
}



@media (max-width: 1500px) {
  .products-wrapper {
    grid-template-columns: repeat(2, minmax(0, 400px));
    justify-content: space-evenly;
    grid-gap: 70px 10px;
  }

  .products-content {
    max-height: initial;
  }
}


@media (max-width: 1200px) {

  .try-eva-for-free h2 {
    text-align: center;
  }

  .try-eva-for-free {
    flex-direction: column;
    align-items: center;
  }

  .try-eva-for-free-form {
    margin-top: 30px;
  }

  .want-more-wrapper img {
    max-width: 40vw;
    max-height: 40vw;
  }

  .container {
    padding: 0 10px;
  }
}

@media (max-width: 1100px) {
  .reviews {
    grid-template-columns: 400px 400px;
  }
}

@media (max-width: 989px) {

  .reviews {
    grid-template-columns: 350px 350px;
  }

  .section-label {
    margin-bottom: 10px;
  }

  .section-header {
    font-size: 30px;
    line-height: 110%;
  }

  h2.desktop {
    display: none;
  }

  h2.mobile {
    display: flex;
    align-items: center;
  }

  h2.mobile span:nth-of-type(2) {
    margin-left: 0;
  }

  .first-screen {
    flex-direction: column;
  }

  .first-screen .container {
    padding: 0 20px;
  }

  .first-screen h1 {
    font-size: 42px;
    line-height: 100%;
    margin-bottom: 24px;
    margin-top: 50px;
  }

  .first-screen p {
    font-size: 18px;
  }

  .first-screen label {
    font-size: 16px;
  }

  .first-screen-img.mobile {
    display: block;
    width: auto;
    max-height: 100%;
    margin: auto;
    margin-bottom: 30px;
    max-height: 400px;
  }

  .first-screen-img.desktop {
    display: none;
  }

  .email-input-wrapper input {
    font-size: 14px;
    padding: 20px 0 20px 20px;
    display: inline-block;
    line-height: 100%;
    border: none;
    outline: solid 2px #fff;
    outline-offset: -2px;
    width: 100%;
    min-width: unset;
  }

  .email-input-wrapper {
    width: 100%;
    margin-bottom: 70px;
  }

  .email-input-wrapper input::placeholder {
    font-size: 14px;
    line-height: 100%;
  }

  .email-input-wrapper input:-webkit-autofill,
  .email-input-wrapper input:-webkit-autofill:focus {
    border: solid 2px;
    border-image-source: linear-gradient(75.56deg,
        #9814b3 -0.77%,
        #cd364f 48.14%,
        #fc9c3d 101.84%);
    border-image-slice: 1;
  }

  .first-screen .email-input-wrapper input:focus,
  .first-screen .email-input-wrapper input:active,
  .first-screen .email-input-wrapper input:-webkit-autofill,
  .first-screen .email-input-wrapper input:-webkit-autofill:focus {
    outline: solid 2px #fff !important;
  }

  .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0;
  }

  .first-screen .content-wrapper {
    margin: 0 auto;
  }

  .content-wrapper-second {
    display: none;
  }

  .first-screen label {
    margin: 52px 0 15px;
  }

  .email-input-wrapper button {
    padding: 0;
    min-width: 60px;
  }

  .work-with-evateam img {
    width: 80px;
    height: 80px;
  }

  .work-with-evateam h3 {
    margin-top: 20px;
  }

  .work-with-evateam p {
    font-size: 14px;
    padding: 9px 0 0;
  }

  .work-with-evateam {
    margin-bottom: 50px;
  }

  .what-is-evateam-wrapper img {
    width: 100%;
    height: min-content;
  }

  .what-is-evateam-wrapper .container {
    margin: 50px auto 70px;
    flex-direction: column;
  }

  .what-is-evateam {
    margin-left: 0;
    margin-top: 30px;
  }

  .what-is-evateam-wrapper h3 {
    font-size: 18px;
  }

  .prices-wrapper,
  .why-evateam-wrapper {
    padding: 70px 0;
  }

  .prices-wrapper .prices-info-message {
    margin-top: 20px;
  }

  .prices-list {
    margin: 50px auto;
  }

  .try-eva-for-free h2 span {
    font-size: 35px;
    line-height: 110%;
    margin-bottom: 3px;
  }

  .try-eva-for-free {
    flex-direction: column;
  }

  .try-eva-for-free .email-input-wrapper input {
    border-width: 1px;
    outline: none;
  }

  .want-more-wrapper {
    padding: 50px 0;
    background-repeat: round;
    background-size: contain;
  }

  .want-more {
    margin-left: 0;
    padding-bottom: 20px;
  }

  .want-more .section-label {
    margin-top: 30px;
  }

  .want-more .section-paragraph-default {
    margin-bottom: 30px;
  }

  .want-more-link {
    max-width: 420px;
    text-align: center;
  }

  .want-more-wrapper .container {
    flex-direction: column;
    align-items: center;
  }

  .first-screen {
    background-size: contain;
    background-position: center;
    background-repeat: space;
  }

  .blog-wrapper,
  .reviews-wrapper {
    padding: 70px 0;
  }

  .review-header .review-score {
    grid-row: 3 / 4;
    grid-column: 2 / 4;
    margin-left: 20px;
  }

  .review-header h3 {
    grid-row: 1 / 2;
  }

  .review-header h4 {
    grid-row: 2 / 3;
  }

  .review-header span {
    grid-row: 1 / 4;
    min-width: 55px;
    display: flex;
    justify-content: center;
  }

  .blog-wrapper .section-header {
    margin-bottom: 0;
  }

  .blog-list-item:not(.active) {
    display: none;
  }

  .blog-list-item.active

  /*:nth-child(2)*/
    {
    background: transparent;
    padding: 30px 0 0;
    width: 358px;
  }

  .blog-list-item img {
    max-width: 100%;
    width: 100%;
  }

  .why-evateam-wrapper .container {
    padding: 0;
  }

  .why-evateam-wrapper .section-label,
  .why-evateam-wrapper .section-header,
  .prices-wrapper .section-label,
  .prices-wrapper .section-header,
  .reviews-wrapper .section-label,
  .reviews-wrapper .section-header {
    padding: 0 20px;
  }

  .why-evateam ol {
    border-left: none;
    min-width: unset;
    max-width: unset;
  }

  .why-evateam-list-wrapper {
    width: 100%;
  }

  .blog-list-item {
    width: 100%;
    cursor: pointer;
  }

  .blog-list {
    justify-content: center;
  }

  .why-evateam ol li {
    min-height: unset;
    padding: 25px 20px;
    border-bottom: 2px solid #00000033;
    font-size: 18px;
    margin-bottom: 0;
  }

  .why-evateam ol li:first-child {
    margin-top: unset;
  }

  .why-evateam ol li:before {
    margin-right: 14px;
    font-size: 18px;
  }

  .why-evateam ol li.active {
    background: linear-gradient(90deg,
        #9814b3 -0.77%,
        #cd364f 48.14%,
        #fc9c3d 101.84%);
    color: #fff;
    flex-flow: wrap;
  }

  .why-evateam ol li.active img {
    margin-top: 25px;
    max-width: 100%;
  }

  .why-evateam ol li:after,
  .why-evateam ol li.active:after {
    content: "\276E";
    display: block;
    height: 25px;
    width: 2px;
    position: absolute;
    right: 10%;
    transform: rotate(270deg);
    font-weight: 100;
    line-height: 100%;
    font-size: 24px;
    top: 35%;
    color: #cccccc;
    background: transparent;
  }

  .why-evateam ol li.active:after {
    color: #fff;
    left: initial;
    bottom: initial;
    transform: rotate(90deg);
    top: 3.5%;
  }

  .why-evateam ol li.active:before {
    -webkit-text-fill-color: unset;
    color: #fff;
    background: unset;
  }

  .why-evateam ol li:last-child {
    border-bottom: none;
  }

  .section-label {
    font-size: 12px;
  }

  .why-evateam-description {
    display: none;
  }

  .products-wrapper-item img {
    max-width: 410px;
  }

  .products-wrapper__text,
  .products-wrapper__subtext-item {
    min-height: auto;
  }

  .products-wrapper__subtext-item {
    margin: 10px 0px 20px;
  }

}

@media (max-width: 800px) {
  .reviews {
    grid-template-columns: 450px;
  }
}

@media (max-width: 989px) {
  .products-wrapper {
    grid-template-columns: repeat(1, minmax(0, 394px));
    justify-content: space-evenly;
    grid-gap: 20px 0px;
  }

  .products-wrapper__title {
    padding-bottom: 10px;
  }

  .products-wrapper__text {
    min-height: auto;
  }

}

@media (min-width: 1360px) {
  html {
    /*scroll-snap-type: y proximity;*/
  }

  .why-evateam-wrapper {
    scroll-snap-align: center;
  }

  .why-evateam ol li {
    cursor: pointer;
  }

  .why-evateam ol li.active {
    cursor: default;
  }
}

@media (min-width: 1250px) {
  .container.container-main {
    padding: 0px 10px;
  }
}

@media (max-width: 1150px) {
  .prices-list-item .prices-list-item--price {
    font-size: 25px;
  }

}

@media (max-width: 1000px) {
  .box-version {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 500px) {
  .first-screen h1 {
    font-size: 40px;
  }

  .want-more-wrapper img {
    max-width: 80vw;
    max-height: 80vw;
  }

  .first-screen-img.mobile {
    max-height: 300px;
  }


}

@media (max-width: 450px) {

  .evateam-functional {
    max-height: 1380px !important;
  }

  .products-wrapper__button.registration-wrapper__button {
    padding: 0px 10px;
    max-width: 350px;
  }

  .products-wrapper__button.registration-wrapper__button svg {
    margin-left: 10px;
  }

  .signup-form.registration-signup-form {
    min-width: auto;
  }


}

@media (max-width: 400px) {

  .evateam-functional {
    max-height: 1200px !important;
  }

  .first-screen-img.mobile {
    max-height: 250px;
  }
}










@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeOutUp {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
}

@-webkit-keyframes fadeOutUp {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
}

.animated {
  animation-duration: .5s;
  animation-fill-mode: both;
  -webkit-animation-duration: .5s;
  -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-timing-function: cubic-bezier(0.85, 0, 0.15, 1);
  -webkit-animation-timing-function: cubic-bezier(0.85, 0, 0.15, 1);
}

.fadeOutUp {
  opacity: 0;
  animation-name: fadeOutUp;
  -webkit-animation-name: fadeOutUp;
  animation-timing-function: cubic-bezier(0.15, 1.02, 0.18, 0.76);
  -webkit-animation-timing-function: cubic-bezier(0.15, 1.02, 0.18, 0.76);
}