.button--sec {
  color: #006FF5;
  background-color: #fff;
  border: 1px solid #006FF5;
}
.button--sec:hover, .button--sec:focus-visible {
  color: #fff;
  background-color: #006FF5;
}
.section-main--middle-l {
  padding: 140px 0;
}
.section-main--pb-small-middle {
  padding-bottom: 80px;
}
.section-main--pt-0 {
  padding-top: 0;
}
.section-main--pb-0 {
  padding-bottom: 0;
}
.section-main--margin {
  padding: 0;
  margin: 120px 0;
}
.section-main--margin-ls {
  margin: 90px 0;
}
.form-section__buttons {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px -15px;
}
.form-section__buttons a {
  margin: 0 15px 15px;
}
.sect-gt {
  overflow: hidden;
}
.sect-gt__row {
  display: flex;
}
.sect-gt__col-left {
  width: 60%;
}
.sect-gt__col-right {
  width: 40%;
}
.sect-gt__left {
  position: relative;
  height: 100%;
  padding: 90px 90px 30px 0;
}
.sect-gt__right {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 0 70px 70px;
}
.sect-gt__left::after,
.sect-gt__right::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  z-index: -1;
}
.sect-gt__left::after {
  right: 0;
  width: 60vw;
  background-image: url(/res/images/pages/pricing/bg-gartner.jpg);
}
.sect-gt__right::after {
  left: 0;
  width: 45vw;
  background-image: url(/res/images/pages/pricing/bg-gartner-2.jpg);
}
.sect-gt__pr {
  font-size: 30px;
  margin-bottom: 30px;
}
.sect-gt__sm {
  font-size: 12px;
}
.sect-gt span {
  font-family: "OpenSansBold", sans-serif;
}
.sect-gt sup {
  font-family: "OpenSansBold", sans-serif;
  font-size: 20px;
  font-weight: normal;
}
.revb {
  display: flex;
  align-items: center;
}
.revb__highlight {
  font-size: 64px;
  line-height: 1.1;
  white-space: nowrap;
}
.revb__desc {
  font-size: 21px;
  line-height: 1.3;
  text-align: left;
  margin-left: 15px;
}
.revb__desc img {
  display: block;
}
.line-t {
  margin: 25px 0;
}
.vfeat__media {
  margin-bottom: 15px;
}
.vfeat__media img {
  display: block;
  max-width: 35px;
  max-height: 35px;
}
.vfeat__title {
  font-size: 17px;
  margin-bottom: 10px;
}
.vfeat__desc {
  font-size: 14px;
}
.vfeat__desc a {
  color: #006FF5;
  text-decoration: underline;
}
.vfeat__desc a:hover {
  text-decoration: none;
}
.vfeat__desc a:focus-visible {
  outline: 2px solid #0D79FA;
  text-decoration: none;
}
.ques {
  padding: 45px 70px;
}
.ques__media {
  width: 50%;
  margin: 0;
  text-align: center;
}
.ques__content {
  width: 50%;
  padding-left: 30px;
}
.ques__title {
  word-break: break-word;
}
.h-content {
  margin-bottom: 40px;
}
.h-content p {
  margin-bottom: 30px;
}
.h-link a {
  color: #006FF5;
  text-decoration: underline;
}
.h-link a:hover, .h-link a:focus-visible {
  text-decoration: none;
}
.h-link a:focus-visible {
  outline: 2px solid #0072FA;
}
.list--li-mb li {
  margin-bottom: 5px;
}
.list--li-mb li:last-child {
  margin-bottom: 0;
}
.title--mb-largest {
  margin-bottom: 100px;
}
.int {
  max-width: 360px;
  height: 100%;
  padding: 30px;
  background-color: #F8F9FC;
  border-radius: 16px;
}
.int__media {
  display: flex;
  align-items: flex-end;
  height: 100px;
  margin-top: -65px;
  margin-bottom: 20px;
}
.int__title {
  font-size: 21px;
  color: #373737;
  margin-bottom: 10px;
}
.pric {
  padding: 40px 70px;
  border-radius: 16px;
}
.pric__title {
  text-transform: none;
  word-break: break-word;
  text-wrap: balance;
  max-width: 500px;
}
.pric__desc {
  font-size: 17px;
  margin-bottom: 30px;
}
.pric__buttons {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
}
.pric__buttons a {
  margin: 0 10px 15px;
}
.list--mb-m {
  margin-bottom: 40px;
}
.prc {
  display: flex;
  flex-direction: column;
  width: 200px;
  height: 100%;
  min-height: 230px;
  background-color: #EEF2FF;
  border-radius: 8px;
  margin: auto;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.prc__top {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #2180F0;
  padding: 20px 15px;
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  word-break: break-word;
  border-radius: 8px 8px 0 0;
}
.prc__top--gradient {
  background: linear-gradient(90deg, #FBAD06 0%, #F2BE03 37.5%);
}
.prc__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  font-size: 14px;
  line-height: 1;
  color: #373737;
  background-color: #EEF2FF;
  text-align: center;
  padding: 15px 10px;
}
.prc__content b {
  font-size: 49px;
}
.prc__hl {
  display: flex;
  align-items: center;
  font-size: 49px;
  line-height: 1.15;
  margin-bottom: 5px;
}
.prc__price {
  display: flex;
  align-items: center;
  line-height: 1.15;
}
.prc__tx {
  font-size: 14px;
  word-break: break-word;
}
.prc__cr {
  font-size: 30px;
  margin-right: 5px;
}
.prc-b {
  color: #fff;
  background-color: #006FF5;
  padding: 40px 70px;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.prc-b__btns {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px -15px;
}
.prc-b__btns a {
  margin: 0 15px 15px;
}
.prc-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 -15px -30px;
}
.prc-col {
  margin: 0 15px 30px;
}
.ftr {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 35px 40px;
  border-radius: 16px;
  box-shadow: 0 0 30px 0 rgba(77, 77, 77, 0.10);
}
.ftr__title {
  font-size: 21px;
  margin-bottom: 10px;
}
.ftr__title sup {
  font-family: 'OpenSansBold', sans-serif;
  font-size: 13px;
}
.ftr__content {
  margin-bottom: 20px;
}
.ftr__tag {
  position: absolute;
  top: -13px;
  right: -13px;
  font-size: 14px;
  color: #fff;
  background-color: #006AE8;
  text-transform: uppercase;
  padding: 3px 16px;
  border-radius: 26px;
  box-shadow: 0 0 7px 0 rgba(0, 114, 250, 0.80);
}
.ftr__link {
  margin-top: auto;
}
.link-arr__txt--sec {
  margin-right: -5px;
}
.link-arr__txt--sec::after {
  display: none;
}
.sect-slider {
  padding: 80px 60px;
  background-color: #F8F9FC;
  border-radius: 16px;
}
.home-rec {
  display: flex;
  align-items: center;
}
.home-rec__left {
  width: 100%;
  max-width: 420px;
  margin-right: 80px;
}
.home-rec__title {
  font-size: 35px;
  line-height: 1.5;
}
.rec {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px -30px;
}
.rec--no-wrap {
  flex-wrap: nowrap;
}
.rec__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  margin: 0 15px 30px;
  padding: 10px;
  border-radius: 16px;
  background-color: #fff;
}
.rec__item img {
  display: block;
}
.rec__item--hg {
  width: 100%;
  justify-content: flex-start;
  padding: 25px 30px;
}
.rec__img {
  flex-shrink: 0;
}
.rec__content {
  margin-left: 40px;
}
.rec__title {
  font-size: 21px;
  margin-bottom: 0;
}
.rec__title sup {
  font-size: 12px;
}
.accordion-h__title:hover {
  color: #006FF5;
}
.list-ch {
  margin: 15px 0 30px;
  font-size: 21px;
}
.list-ch:last-child {
  margin-bottom: 0;
}
.list-ch--mt-0 {
  margin-top: 0;
}
.list-ch li {
  padding-left: 30px;
  text-align: left;
}
.list-ch li::before {
  content: '✔';
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}
.home-vid-content {
  padding-left: 30px;
}
.home-vid-image:focus-visible {
  display: block;
  outline: 2px solid #0d79fa;
  outline-offset: 2px;
}
.home-list li {
  position: relative;
  font-size: 14px;
  padding-left: 30px;
  margin-bottom: 8px;
}
.home-list li::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 13px;
  background: url(/res/images/pages/pricing/icon-check-blue.svg) no-repeat center;
}
.home-list--lg li {
  font-size: 21px;
}
.home-list--lg li::before {
  top: 9px;
}
.home-list--mid li {
  font-size: 17px;
}
.home-list--mid li::before {
  top: 6px;
}
.link-ico {
  display: inline-flex !important;
}
.link-ico:hover .link-ico__txt,
.link-ico:focus .link-ico__txt {
  text-decoration: none;
}
.link-ico:focus-visible .link-ico__txt {
  outline: 2px solid #006AE8;
}
.link-ico__img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.link-ico__txt {
  color: #006AE8;
  text-decoration: underline;
}
.link-ico--tdn .link-ico__txt {
  text-decoration: none;
}
.link-ico--tdn:hover .link-ico__txt,
.link-ico--tdn:focus .link-ico__txt {
  text-decoration: underline;
}
.l-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 -15px -15px;
}
.l-buttons--start {
  justify-content: flex-start;
}
.l-buttons a {
  margin: 0 15px 15px;
}
.vid-block {
  display: flex;
  align-items: center;
}
.vid-block__media {
  flex-shrink: 0;
  max-width: 440px;
}
.vid-block__content {
  flex-grow: 1;
  padding-left: 60px;
}

@media (max-width: 1199px) {
  .sect-gt__left {
    padding: 30px 30px 30px 0;
  }
  .sect-gt__right {
    padding: 30px 0 30px 30px;
  }
  .home-rec {
    flex-direction: column;
  }
  .home-rec__left {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .home-rec__title {
    text-align: center;
  }
  .rec {
    justify-content: center;
  }
  .rec--no-wrap {
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .l-col--end {
    justify-content: center;
  }
  .h-responsive-margin-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .section-main--middle-l {
    padding: 60px 0;
  }
  .section-main--margin {
    margin: 60px 0 !important;
  }
  .section-main--padding {
    padding: 60px 0 !important;
  }
  .title--middle {
    font-size: 24px;
  }
  .sect-gt {
    background-color: #006AE8;
    text-align: center;
  }
  .sect-gt__row {
    flex-direction: column;
  }
  .sect-gt__left,
  .sect-gt__right {
    padding: 60px 0;
  }
  .sect-gt__left {
    padding-bottom: 0;
  }
  .sect-gt__col-left,
  .sect-gt__col-right {
    width: 100%;
  }
  .sect-gt__left::after,
  .sect-gt__right::after {
    background: none;
  }
  .revb {
    margin: auto;
  }
  .vfeat {
    max-width: 400px;
    margin: auto;
    text-align: center;
  }
  .vfeat__media img {
    margin: auto;
  }
  .ques {
    padding: 30px 15px;
  }
  .pric {
    padding: 30px 15px;
  }
  .int {
    height: auto;
    margin: 0 auto 30px;
  }
  .sect-slider {
    padding: 40px 15px;
  }
  .prc-b {
    padding: 40px 15px;
  }
  .l-col--responsive-center {
    justify-content: center;
  }
  .title--mb-largest {
    margin-bottom: 80px;
  }
  .list-ch {
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
  }
  .list-ch li {
    padding-left: 25px;
  }
  .prc-b__btns {
    justify-content: center;
  }
  .home-vid-content {
    padding-left: 0;
  }
  .home-list {
    max-width: max-content;
    margin: auto;
  }
  .vid-block {
    flex-direction: column;
  }
  .vid-block__content {
    margin-top: 30px;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .sect-gt__pr {
    font-size: 25px;
  }
  .line-t {
    margin: 15px 0;
  }
  .ques__media {
    width: 100%;
    margin-bottom: 30px;
  }
  .ques__content {
    width: 100%;
    padding-left: 0;
  }
  .home-rec__title {
    font-size: 30px;
  }
  .rec__item {
    width: 170px;
  }
  .rec__item--hg {
    width: 100%;
    padding: 20px 15px;
  }
  .rec__content {
    margin-left: 15px;
  }
  .l-buttons {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .form-section__buttons {
    flex-direction: column;
  }
  .title--mb-largest {
    margin-bottom: 70px;
  }
  .ques__title,
  .pric__title {
    font-size: 28px;
  }
  .rec__item--hg {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .rec__content {
    margin-left: 0;
    margin-top: 30px;
  }
  .home-rec__title {
    font-size: 24px;
  }
}

/* Modal main */
.modal-main-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 29, 64, 0.80);
  cursor: pointer;
  overflow: auto;
  z-index: 999998;
}
.modal-main-backdrop.open {
  display: block;
}
.modal-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transform: translate(0, -100%);
  transition: transform .15s ease-out;
  overflow: auto;
  z-index: 999999;
}
.modal-main * {
  width: auto;
}
.modal-main.open {
  transform: translate(0, 0);
}
.modal-main__in {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 30px;
}
.modal-main__main {
  position: relative;
  width: 100%;
  max-width: 970px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 30px 0 rgba(77, 77, 77, 0.10);
  cursor: auto;
  animation: fade .8s;
  overflow: hidden;
}
.modal-main__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .2s ease;
}
.modal-main__close:hover {
  opacity: .7;
}
.modal-main__media img {
  display: block;
  max-width: 100%;
  height: auto;
}
.modal-main__per a,
.modal-main__per a * {
  display: inline;
}
.modal-main__content p {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 25px;
}
.modal-main__content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .modal-main__in {
    padding: 15px;
  }
}

/* new template */
.button--biggest {
  min-width: 270px;
  height: 60px;
}
.button--grd svg {
  margin-left: 10px;
}
.button--grd-sec {
  color: #373737;
  background-color: transparent;
  border: 2px solid #00D816;
}
.button--grd-sec:hover {
  color: #fff;
  background-color: #00D816;
}
.button--bl {
  color: #006AE8;
  border: 1px solid #006AE8;
  background-color: transparent;
}
.button--bl:hover {
  color: #fff;
  background-color: #006AE8;
}
.vid-content {
  display: flex;
  align-items: center;
}
.vid-content__left {
  max-width: 670px;
  text-wrap: balance;
}
.vid-content__right {
  flex-shrink: 0;
  width: 100%;
  max-width: 470px;
  margin-left: 30px;
}
.vid-content h2 {
  line-height: 1.4;
}
.vid-content p {
  margin-bottom: 20px;
}
.l-flb {
  display: flex;
  align-items: flex-end;
}
.l-flb--align-items-center {
  align-items: center;
}
.l-flb__left {
  margin-right: 30px;
}
.l-flb__right {
  flex-shrink: 0;
  max-width: 440px;
  margin-left: auto;
}
.l-flb__right img {
  display: block;
}
.l-flb h2 {
  max-width: 720px;
  text-wrap: balance;
}
.flb {
  position: relative;
  max-width: 300px;
  height: 100%;
  padding-left: 20px;
  border-left: 1px solid #D9E1EB;
}
.flb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 20px;
  background-color: #006AE8;
}
.flb__title {
  font-size: 21px;
  line-height: 1;
  margin: 0 0 10px;
}
.rtng {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rtng__left {
  width: 60%;
  padding-right: 30px;
  border-right: 1px solid #fff;
}
.rtng__right {
  width: 40%;
  padding-left: 70px;
}
.rtng__pr {
  font-size: 35px;
  margin-bottom: 30px;
}
.rtng__pr sup {
  font-family: "OpenSansBold", sans-serif;
}
.rtng__sm {
  font-size: 14px;
  margin-bottom: 30px;
}
.link-arr--sec {
  font-size: 17px;
  text-transform: none;
}
.trl {
  display: flex;
}
.trl__img {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 60px;
  height: 60px;
  margin-top: -10px;
  margin-right: 10px;
}
.trl__title {
  font-size: 21px;
  margin-bottom: 10px;
}
.trl__content p {
  margin-bottom: 20px;
}
.trl__content p:last-child {
  margin-bottom: 0;
}
.trl__content ul li::before {
  top: 12px;
  width: 4px;
  height: 4px;
  background-color: #202020;
}
.prot__quot {
  height: 20px;
  margin-bottom: 10px;
}
.prot__author {
  line-height: 1.4;
}
.slider-multiple__in {
  margin: 0 50px;
}
.slider-multiple__button {
  border-radius: 8px;
}
.bto {
  max-width: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 25px;
  border-radius: 16px;
  box-shadow: 0 0 24px 0 rgba(84, 84, 84, 0.10);
}
.fwb {
  display: flex;
  align-items: flex-end;
}
.fwb__left {
  width: 100%;
  padding: 120px 0;
}
.fwb__content {
  text-wrap: balance;
  margin-bottom: 30px;
}
.fwb__content h2 {
  line-height: 1.4;
  margin-bottom: 15px;
}
.fwb__content p {
  margin-bottom: 20px;
}
.fwb__content ul {
  margin-bottom: 30px;
}
.fwb__right {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  padding-left: 30px;
}
.link-arr--tdn .link-arr__txt::after {
  display: none;
}
.link-arr--tdn:hover .link-arr__txt::after {
  display: block;
}
.b3c__top {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.b3c__top h2 {
  line-height: 1.4;
  margin-bottom: 0;
}
.b3c-res {
  max-width: 370px;
}
.b3c-res__img {
  display: block !important;
  margin-bottom: 30px;
  border-radius: 16px;
  overflow: hidden;
}
.b3c-res__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b3c-res__title {
  font-size: 28px;
  margin-bottom: 10px;
}
.b3c-res__desc {
  margin-bottom: 25px;
}
.accordion-h__title {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .vid-content {
    flex-direction: column;
    text-align: center;
  }
  .vid-content__left {
    margin-bottom: 30px;
  }
  .vid-content__right {
    margin-left: 0;
  }
  .l-flb {
    flex-direction: column;
  }
  .l-flb__left {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .l-flb__right {
    margin: auto;
  }
  .flb {
    max-width: 470px;
    margin: auto;
  }
  .rtng {
    flex-direction: column;
    background-image: none;
    text-align: center;
  }
  .rtng__row {
    flex-direction: column;
  }
  .rtng__left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
    border: none;
  }
  .rtng__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }
  .fwb {
    flex-direction: column;
    text-align: center;
  }
  .fwb__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 30px;
  }
  .fwb__right {
    max-width: 100%;
    padding-left: 0;
    margin-bottom: -60px;
  }
  .b3c__top {
    flex-direction: column;
  }
  .b3c__top h2 {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .rtng__pr {
    font-size: 25px;
  }
  .slider-multiple__in {
    margin: 0;
  }
}




































