/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.price-card-sold {
  display: inline-flex;
  padding: 0px 10px;
  align-items:center;
  align-self: baseline;
  border-radius: 4px;
  background: #F22626;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  color: #fff;
  margin: 15px 0 0px 0;
  position: relative;
}
.price-card-sold.compare {
  font-size: 18px;
  line-height: 120%;
  margin: 0;
}
.price-platform .price-type-tab:not(.price-lifetime-wrapper) .price-card__price-cost {
  font-size: 64px !important;
}

.price-card__price-cost.promo-price {
  color: #F22626;
  font-size: 48px !important;
  line-height: 110% !important;
}
.price-card__price .price-card__price-cost.promo-price {
  font-size: 30px !important;
  line-height: 120% !important;
}
.old-price {
  color: #787878;
  font-size: 28px !important;
  line-height: 120%;
  margin-left: 6px;
  font-weight: 400;
  position: relative;
}
.old-price::after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: -2px;
    width: 110%;
    height: 2px;
    background-color: #787878;
}
.compare-tariff .price-card__price .old-price {
  font-size: 28px !important;
}
.price-platform .compare-tariff__card .price-card__price-cost {
  font-size: 40px !important;
}
.compare-tariff__card .compare-mainline {
  margin-bottom: 20px !important;
}
.price-platform .compare-tariff__card .price-card__price {
  margin-bottom: 20px !important;
}
.price-platform .compare-tariff__card .price-card__price.freeblock {
  margin-bottom: -5px !important;
}
.price-card--inner-wrapper .highlight.card-toolip {
  margin: 0 !important;
}
.price-card-business.price-card p {
  margin-bottom: 24px !important;
}
.promo-flags {
    object-fit: cover;
    width: 100%;
    height: auto;
    position: absolute;
}
.promo-flags.single {
  display: none;
}

.promo-hand-box {
  position: absolute;
  left: 0;
}
.promo-hand {
  position: absolute;
  top: -100px;
  left: 0;
}

.wrapper-second .promo-hand {
  top: -280px;
}

.price-customize-card {
  display: none !important;
}
.promo-addons-wrapper {
  display: flex;
  justify-content: space-between;
  align-items:stretch;
  column-gap: 15px;

}
.promo-addons-wrapper .promo-addons {
  max-width: 580px;
  width: 100%;
}
.promo-addons {
  position: relative;
  border-radius: 14px;
  padding: 60px 40px 40px 40px;
  border: 4px solid #1DB6DA;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.11) 7%, #63CCE5 148%);
  overflow: hidden;
}
.addons-anch {
  position: absolute;
  display: block;
  visibility: hidden;
  top: -190px;

}
.promo-addons-head {
  display: flex;
  max-width: 220px;
  width: 100%;
  position: relative;
    z-index: 2;
}
.promo-addons img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 50%;
}
.addon-text-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.6px;
}
.addon-text-title span {
  color: #FFC107;
}
.promo-addons .price-card-sold {
  margin: 0;
}
.promo-addons .price-card__price .price-card__price-cost.promo-price {
  font-size: 48px !important;
  font-weight: 700;
  line-height: 110% !important;
  letter-spacing: -0.96px;
  margin-top: 10px;
}
.promo-addons .price-card__price {
  margin-bottom: 16px;
}
.promo-addons-body {
  position: relative;
    z-index: 2;
    margin-top: 20px;
}
.promo-body-title {
font-size: 24px;
font-weight: 500;
line-height: 120%;
margin-bottom: 10px;
}
.promo-body-text {
  font-size: 18px;
font-weight: 300;
line-height: 120%;
padding-left: 25px;
margin-bottom: 15px;
}
.promo-body-text li {
  margin-bottom: 5px;
}
.promo-footer-text {
  color: #000;
font-size: 14px;
font-weight: 600;
}

.promo-addons .btn-default.price-card__btn {
  width: 220px;
}
.little-robot {
  display: none;
}
.abs-star {
  position: absolute;
  top: 0;
  right: -20px;
  color:#000;
  font-size: 18px;
font-weight: 700;
}
.promo-footer-text .abs-star {
  position: inherit;
}
.timer-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items:center;
  margin-bottom: 32px;
  margin-top: 10px;
  
}
.vector-timer {
  position: absolute;
  top: 0;
  left: -95px;
}
.countdown {
  display: flex;
  justify-content: center;
  align-items:center;
  border-radius: 4px;
  background: #F22626;
  padding: 8px 18px;
  gap: 5px;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  position: relative;
  max-width: 615px;
    width: 100%;
}

.countdown p {
  margin: 0;
}
.countdown p span {
  font-weight: 400;
}
.promo-timer {
  margin-right: 15px !important;
  text-align: center;
}
.promo-timer-mob {
  display: none;
}

.price-card-main {
  position: relative;
}
.price-card--popular-label {
  width: 100%;
  text-align: center;
  margin-left: 0 !important;
}
.price-card-img-item-ai .tooltip {
    left: -700%;
    width: 242px;
}

.pricing-style {
  overflow-x: unset !important;
}
.review-slider .slick-dots .slick-active button, .price-slider-block .slick-dots .slick-active button {
  background: transparent !important;
  outline: none;
}

.wrapper.price-card__btn:hover {
  background:#1ec5ed;
  color:#fff !important;
}

@media only screen and (max-width: 1100px) {
  .price-card--popular-label {
    font-size: 10px !important;
  }
  .price-platform .price-annual-wrapper.price-type-tab, .price-platform .price-month-wrapper.price-type-tab {
    flex-wrap: wrap !important;
  }
  .price-platform .price-annual-wrapper .price-card, .price-platform .price-month-wrapper .price-card {
    max-width: calc(50% - 8px);
}
  
}


@media only screen and (max-width: 940px) {
  .price-platform .price-annual-wrapper .price-card--inner-wrapper, .price-platform .price-month-wrapper .price-card--inner-wrapper {
    height: 424px !important;
}

.price-card--popular .price-card--inner-wrapper {
  height: 500px !important;
}

}

@media only screen and (max-width: 767px) {
  .promo-hand {
    top: -125px;
    width: 174px;
  }
  .wrapper-second .promo-hand {
    top: -100px;
  }
  .promo-addons-wrapper {
    flex-direction: column;
    column-gap: 0;
    row-gap: 30px;
    align-items:center;
  }
  .countdown {
    font-size: 14px;
  }
  .vector-timer {
    display: none;
  }
  .price-choice {
    margin: 60px auto 10px !important;
  }
  .highlight.card-toolip .tooltip.mob-tooltip {
    left: 100% !important;
  }
  .price-card--popular-label {
    font-size: 12px !important;
  }
  .price-card--special .price-card--inner-wrapper {
    height: auto !important;
  }
  .price-choice__object .add-label {
    top: -16px !important;
  }
}
@media (max-width: 530px) {
  .promo-flags {
    display: none;
  }
  .promo-flags.single {
    display: block;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .price-choice {
    margin-top: 90px !important;
  }
  .big-robot {
    display: none;
  }
  .little-robot {
    display: block;
    width: 64% !important;
  }
  .little-portal {
    right: -67px !important;
    width: 61% !important;
  }
  .promo-addons {
    padding: 40px 25px 25px 25px;
  }
  
  .promo-timer {
    display: none;
  }
  .promo-timer-mob {
    display: block;
  }
  .countdown {
    font-size: 12px;
    padding: 8px 5px;
  }
}
/*!
  Theme Name: Nimbus
  Author: Anonymous
  Author URI:
  Version: 1
  Description: test1 theme for Wordpress
  License: GNU General Public License v2 or later
  License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
  Text Domain: test1
  Tags: one-column, two-columns
  Theme URI:
*/@font-face{font-family:icomoon;src:url(../woff/icomoon-2.woff) format("woff");font-weight:400;font-style:normal;font-display:block}[class*=" icon-"],[class^=icon-]{font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-arrow-right-small:before{content:""}.icon-arrow-right:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-triangle:before{content:""}.icon-arrow-btn:before{content:""}.icon-list:before{content:""}.icon-search:before{content:""}.icon-quotes-bottom:before{content:""}.icon-quotes-top:before{content:""}.icon-close:before{content:""}.icon-clip:before{content:""}.icon-facebook:before{content:""}.icon-youtube:before{content:""}.icon-linkedin:before{content:""}.icon-pinterest:before{content:""}.icon-reddit:before{content:""}.icon-twitter:before{content:""}.icon-arrow-down:before{content:""}.icon-nimbus-clipper:before{content:""}.icon-nimbus-clarity:before{content:"";background-image:url(../svg/capture-icon-small.svg);width:26px;height:26px;display:block;background-repeat:no-repeat;background-size:100%}.icon-nimbus-note:before{content:""}.icon-glob:before{content:""}html{box-sizing:border-box;scroll-behavior:smooth}*,:after,:before{box-sizing:inherit}.hide-text{overflow:hidden;padding:0;text-indent:101%;white-space:nowrap}.visually-hidden:not(:focus):not(:active),[type=checkbox]:not(:focus):not(:active),[type=radio]:not(:focus):not(:active){position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;-webkit-clip-path:inset(100%);clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.arrow-list,.blog-social-list,.breadcrumbs,.bullet-list,.custom-number-list,.data-list,.description-list,.featured-list,.footer-accordion__list,.footer__avards,.footer__extra-list,.footer__social-list,.header__extra-menu,.header__main-nav,.header__sub-nav,.open-close__list,.slick-dots{margin:0;padding:0;list-style:none}.text-center{text-align:center}.widget{margin-bottom:20px}.widget ul{padding-left:32px}.widget select{min-width:150px}.comment-form label{display:block;padding-bottom:4px}.comment-form textarea{overflow:auto;margin:0;height:120px;min-height:120px}.comment-form input[type=text],.comment-form textarea{margin:0 4px 0 0;max-width:300px;width:100%}.comment-form input[type=submit]{display:block;float:none}.post-password-form label{display:block;margin-bottom:4px}.post-password-form input[type=password]{margin:0 4px 0 0;max-width:300px;width:100%}.search-form{display:flex;margin-bottom:15px}.post-password-form input{display:inline-flex;height:32px}.post-password-form input[type=password]{width:150px}.comment-form fieldset,.post-password-form fieldset,.search-form fieldset{padding:0;border:0}.comment-form input[type=submit],.post-password-form input[type=submit],.search-form input[type=submit]{background:#000;color:#fff;height:32px;border:0;padding:0 8px}.comment-form input[type=submit]:hover,.post-password-form input[type=submit]:hover,.search-form input[type=submit]:hover{opacity:.8}.commentlist{margin:0 0 20px}.commentlist .edit-link{margin:0}.commentlist .avatar-holder{float:left;margin:0 20px 4px 0}.commentlist-item .commentlist-item{padding:0}.comment,.commentlist-holder{overflow:hidden}.commentlist-item+.commentlist-item,.commentlist-item .commentlist-item{padding-top:20px}.widget_calendar #next{text-align:right}.gallery-item dt{float:none;padding:0}.navigation,.navigation-comments{position:relative;vertical-align:middle;margin-bottom:20px}.navigation-comments .screen-reader-text,.navigation .screen-reader-text{position:absolute;left:-99999px}.navigation-comments .page-numbers,.navigation .page-numbers{display:inline-block;vertical-align:middle;padding:0 6px}.navigation-comments .next,.navigation-comments .prev,.navigation .next,.navigation .prev{display:inline-block;vertical-align:middle;max-width:48%;background:#000;color:#fff;padding:10px;text-decoration:none}.navigation-comments .next:hover,.navigation-comments .prev:hover,.navigation .next:hover,.navigation .prev:hover{opacity:.8}.navigation-single{margin-bottom:20px;display:flex;justify-content:space-between}.navigation-single .next,.navigation-single .prev{display:inline-flex;align-items:center;max-width:48%;background:#000;color:#fff;text-decoration:none}.navigation-single .next:hover,.navigation-single .prev:hover{opacity:.8}.navigation-single .next a,.navigation-single .prev a{color:inherit;text-decoration:none;padding:10px;display:block}.navigation-single .next a{margin-left:auto}.wp-caption{max-width:100%;clear:both;border:1px solid #ccc;padding:10px;margin-bottom:20px}.wp-caption img{margin:0;vertical-align:top}.wp-caption p{margin:10px 0 0}.wp-block-image figure{margin-bottom:20px}.aligncenter{margin:0 auto 20px}img.aligncenter{display:block;margin:0 auto}.alignleft{float:left;margin:0 20px 4px 0}.alignright{float:right;margin:0 0 4px 20px}.mejs-container{margin-bottom:20px}.alignnone,.bypostauthor,.gallery,.gallery-caption,.sticky,.wp-caption-text{height:auto}#wp-calendar tbody td{text-align:center}#wp-calendar td,#wp-calendar th{border:1px solid #ccc}html{font-size:10px}body{color:#000;font-family:Helvetica Neue,Arial,Noto Sans,sans-serif;font-size:14px;line-height:1.5;font-weight:400}a{transition:color .35s cubic-bezier(.3,.86,.36,.95);color:#0366d6}a,a:hover{text-decoration:none}a:hover{color:#035abd}dl,ol,p,ul{margin:0 0 20px}.h1,h1{font-size:36px}.h1,.h2,h1,h2{font-weight:700;line-height:1.2;margin:0 0 20px;letter-spacing:-1.2px}.h2,h2{font-size:32px}.h3,h3{font-size:22px}.h3,.h4,h3,h4{font-weight:700;line-height:1.2;margin:0 0 20px;letter-spacing:-1.2px}.h4,h4{font-size:20px}.h5,h5{font-size:18px}.h5,.h6,h5,h6{font-weight:700;margin:0 0 20px;letter-spacing:-1.2px}.h6,h6{font-size:16px;line-height:1.2}.h2,.h4,h2,h4{letter-spacing:0}.h4,h4{margin-bottom:16px;line-height:1.1}.h5,h5{line-height:1.2;margin-bottom:10px}input[type=email],input[type=tel],input[type=text],textarea{transition:border-color .35s cubic-bezier(.3,.86,.36,.95);border:1px solid;background-color:transparent;width:100%;min-width:0;padding:1.2rem 2.4rem;border-radius:0;-webkit-appearance:none}input[type=email]:focus,input[type=email]:hover,input[type=tel]:focus,input[type=tel]:hover,input[type=text]:focus,input[type=text]:hover,textarea:focus,textarea:hover{box-shadow:none;outline:none}.blog-top{padding:20px 0}.blog-top__columns{max-width:780px;margin:0 auto}.blog-top__line{display:flex;flex-wrap:wrap}.blog-top .description-list{margin:0 10px 4px 0}.blog-top .description-list li{margin:0 10px 16px 0}.blog-top .data-list{color:#000;margin-bottom:20px;font-size:14px}.blog-top img{width:100%;display:block;height:auto}.blog-top .col{border-radius:10px;overflow:hidden}.blog-top .col--txt{max-width:420px}.blog-info-block{color:#fff;background:#32a6c1;padding:20px 0;text-align:center}.blog-info-block.light{color:#32a6c1;background:#d5f7fe}.blog-info-block.light .btn-default{font-size:16px;color:#fff;background:#32a6c1}.blog-info-block .container{max-width:800px}.blog-info-block p{font-size:18px;line-height:25px;font-weight:700;margin:0 auto 20px}.blog-info-block .btn-default{font-size:16px;color:#32a6c1;background:#ebf3f5}.blog-info-block .btn-default:focus,.blog-info-block .btn-default:hover{color:#02b9d2;background:#ebf3f5}.main-blog{width:100%;font-size:16px;line-height:1.4}.main-blog p>a{color:#32a6c1;text-decoration:underline}.main-blog .block-img{margin:0 0 20px;border-radius:10px;overflow:hidden}.main-blog :first-child{margin-top:0}.post-green-content{padding:26px 20px;margin:0 0 17px;background:rgba(49,207,142,.1);border-left:4px solid #31cf8e}.promo-block{font-size:20px;line-height:25px;font-weight:700;color:#fff;background:#32a6c1;padding:20px;margin:0 0 20px;text-align:center;border-radius:10px}.promo-block.light{color:#6c7678;background:#ebf3f5;font-size:18px;font-weight:400}.promo-block.light .promo-block__btn{color:#fff;background:#32a6c1}.promo-block.light .promo-block__btn:focus,.promo-block.light .promo-block__btn:hover{color:#fff;background:#02b9d2}.promo-block .promo-block__btn{display:inline-block;font-size:16px;line-height:1.13;font-weight:700;color:#32a6c1;background:#ebf3f5;padding:20px;border:none;min-width:229px;text-align:center;border-radius:14px;cursor:pointer;transition:background .35s cubic-bezier(.3,.86,.36,.95)}.promo-block .promo-block__btn:focus,.promo-block .promo-block__btn:hover{color:#02b9d2;background:#ebf3f5}blockquote{position:relative;font-size:18px;line-height:1.2;font-weight:300;color:#000;background:rgba(49,207,142,.1);padding:60px 20px 40px;margin:0 0 20px;border-radius:10px}blockquote:after,blockquote:before{position:absolute;font-family:icomoon;font-size:32px;color:#31cf8e}blockquote:before{top:5px;left:20px;content:""}blockquote:after{bottom:6px;right:18px;content:""}blockquote p{margin:0 0 10px}#conclusion,#services-use,#services-use-capture,#steps{padding:20px 0}#services-use h3 a{color:#32a6c1}#services-use h3 a:hover{color:#02b9d2}#services-use .bullet-list{margin-bottom:18px}#services-use .read-more-btn{color:#32a6c1}.featured-block{background:#ebf3f5;padding:20px 20px 30px;border-radius:10px;margin:0 0 20px}.featured-block strong{display:flex;align-items:center;font-size:18px;font-weight:400;color:#6c7678;margin-bottom:20px}.featured-block strong .icon-clip{font-size:30px;color:#8dcfdd;margin-right:10px}.blog-bottom-block{color:#6c7678;font-size:14px;line-height:1.2;padding:20px 0 0}.blog-bottom-block__item{margin-bottom:40px}.blog-bottom-block__item:last-child strong{margin-bottom:20px}.blog-bottom-block strong{font-size:18px;font-weight:400;display:block;margin-bottom:10px}.controls{border-top:2px solid #e3e3e3;font-size:18px;padding:28px 0}.controls__link{display:flex;align-items:center;height:40px;color:#1db6da;margin-bottom:10px}.controls__link:hover{color:#25a5cd}.controls__arrow{width:40px;height:40px;color:#fff;background:#32a6c1;line-height:40px;text-align:center;margin-right:14px;border-radius:50%}.controls__arrow.prev:before{display:block;transform:rotate(180deg)}.controls__item{margin-bottom:37px}.controls strong{line-height:1.4}.header{display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:700;padding:17px 15px;border-bottom:1px solid #dfdfdf;background-color:#fff;max-height:80px;position:sticky;top:0;z-index:99}.header__logo--text{font-size:20px;font-weight:700;color:#000;margin:0 0 0 10px}.header__logo--text sup{font-weight:500;font-size:60%;top:-.5em;left:-.3em}.header__logo-link{display:flex;align-items:center}.header__logo-link a{display:block}.header__nav-opener{width:40px;height:28px;display:block;position:relative;z-index:5}.header__nav-opener:after,.header__nav-opener:before,.header__nav-opener span{background:#1db6da;position:absolute;top:50%;left:0;right:0;height:4px;transition:all .3s linear}.header__nav-opener span{transform:translateY(-50%)}.nav-active .header__nav-opener span{opacity:0;visibility:hidden}.header__nav-opener:after,.header__nav-opener:before{content:"";top:0}.nav-active .header__nav-opener:after,.nav-active .header__nav-opener:before{top:50%;transform:rotate(44deg);margin:-1px 0 0}.header__nav-opener:after{top:auto;bottom:0}.nav-active .header__nav-opener:after{transform:rotate(-46deg)}.header__nav-drop{position:absolute;top:calc(100% + 1px);left:0;right:0;z-index:999;background:#fff;overflow:hidden;opacity:0;visibility:hidden;transition:opacity .35s cubic-bezier(.3,.86,.36,.95),visibility .35s cubic-bezier(.3,.86,.36,.95)}.nav-active .header__nav-drop{opacity:1;visibility:visible}.header__main-nav{padding:0 15px}.header__main-nav>li{position:relative;border-bottom:1px solid #cecece}.header__main-nav .opener,.header__main-nav a{display:flex;align-items:center;justify-content:space-between;color:#000;padding:22px 0;border-radius:4px;cursor:pointer}.header__sub-nav{font-size:14px;font-weight:500;padding:10px 0 27px;background:#fff;border-radius:8px}.header__sub-nav--row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.header__sub-nav--row li.sub-nav-last{width:100%}.header__sub-nav--row li.sub-nav-last a{color:#000;padding:10px 0;align-items:self-start}.header__sub-nav--row li.sub-nav-last a:hover{color:#5f5f5f;background:none}.header__sub-nav--row li a:hover{color:#1ec5ed}.header__sub-nav--row a{display:flex;flex-direction:column;justify-content:center;color:#32a6c1;padding:18px 0 10px}.header__sub-nav--row a:hover{color:#5f5f5f;background:none}.header__sub-nav--row .icon{font-size:26px}.header__sub-nav--row .text-black{color:#000}.header__sub-nav li{border-bottom:none}.header__sub-nav a{padding:10px 0}.header__sub-nav a:hover{color:#5f5f5f}.header__main-arrow{transition:transform .35s cubic-bezier(.3,.86,.36,.95);font-size:5px}.header__extra-menu{display:none;margin:0 0 0 auto}.header__extra-menu li{margin:0 0 0 40px}.header__extra-menu li:first-child{margin:0}.header__extra-menu a{display:block;color:#000}.header__extra-menu a.btn-default{transition:color .35s cubic-bezier(.3,.86,.36,.95),background .35s cubic-bezier(.3,.86,.36,.95);color:#fff}.header__extra-menu a.btn-default:hover{color:#fff}.header__extra-menu a:hover{color:#1ec5ed}.header .btn-holder{padding:50px 0 86px;text-align:center}.header .btn-default{font-size:16px;line-height:20px;font-weight:700;background:#1db6da;padding:12px 20px!important;border:none;min-width:229px;text-align:center;border-radius:14px;cursor:pointer}body{background-color:#fff}.wrapper{width:100%;position:relative}.accessibility{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.accessibility:focus{position:static;width:auto;height:auto}.container{max-width:1200px;padding:0 10px;margin:0 auto}.title-holder{max-width:500px;margin:20px auto 0}.nimbus-two-columns{padding:40px 0 0}.nimbus-two-columns img{width:100%;display:block}.sticky{position:fixed;top:0;width:100%;background-color:red;z-index:5}.nimbus-sidebar{max-width:780px;margin:0 auto}.nimbus-sidebar .sidebar-module,.nimbus-sidebar__top{display:flex;width:100%}.nimbus-content{max-width:780px;display:flex;flex-wrap:wrap;margin:0 auto}.nimbus-post-content{display:flex;flex-wrap:wrap;margin:0 -10px}.cta-block{font-size:18px;line-height:25px;padding:40px 50px;background:#ebf3f5;text-align:center;border-radius:10px;max-width:800px;margin:0 auto 20px;position:sticky;top:100px}.cta-block__bottom span{display:block;font-size:14px;color:#6c7678}.cta-block .title{display:block;color:#000;font-size:30px;line-height:36px;margin-bottom:10px}.cta-block p{margin-bottom:20px}.cta-block .btn-default{font-size:16px;min-width:236px;background:#32a6c1;margin-bottom:5px}.search-result-block{text-align:center;padding:20px 0;background:#ebf3f5}.search-result-block.no-result{padding:40px 0}.search-result-block.no-result .container{width:100%}.search-result-block.no-result p{font-size:18px;margin-bottom:20px}.search-result-block .input-holder{width:100%;position:relative;margin:0}.search-result-block .input-holder .icon-search{position:absolute;top:50%;left:12px;transform:translateY(-50%);color:#02b9d2;font-size:24px}.search-result-block .input-holder input{background:#fff}#loader{width:100%;margin:0 0 20px}#loader img{width:75px;height:75px;margin:0 auto}.footer{font-size:16px;background:#f2f2f2;padding:0 0 25px}.footer__bottom-block{padding:0 15px}.footer__top-box{display:flex;align-items:center;justify-content:space-between;margin:0 0 60px}.footer__logo--text{font-size:20px;line-height:1.1;font-weight:700;color:#000;margin:0 0 0 10px}.footer__logo--text sup{font-weight:500;font-size:60%;top:-.5em;left:-.3em}.footer__logo-link{display:flex;align-items:center;width:164px}.footer__logo-link a{display:block}.footer__avards{display:flex;align-items:center;justify-content:center;margin:0 0 15px}.footer__avards li{margin:0 8px}.footer__extra-list{font-size:12px;display:flex;align-items:center;justify-content:center;margin:0 0 30px}.footer__extra-list li{margin:0 6px}.footer__extra-list a{color:#000}.footer__extra-list a:hover{color:#1ec5ed}.footer__social-list{display:flex;align-items:center;justify-content:center;font-size:46px;margin:0 0 15px}.footer__social-list li{margin:0 4px}.footer__social-list a{color:#32a6c1;transition:opacity .35s cubic-bezier(.3,.86,.36,.95)}.footer__social-list a:hover{opacity:.7}.footer__copy{display:block;font-size:12px;letter-spacing:-.2px;color:#787878;text-align:center}.footer__copy a{color:inherit;display:block}.footer__copy a:hover{color:#1ec5ed}.footer-lang .wpml-ls-legacy-dropdown-click{width:auto}.footer-lang .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{display:flex;align-items:center;border:none;background:none}.footer-lang .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{background:none}.footer-lang .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:before{content:"";font-family:icomoon;display:inline-block;margin:0 10px 0 0}.footer-lang .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after{content:"";font-size:4px;font-family:icomoon;display:inline-block;border:none}.footer-lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{padding:14px 20px;border:none;background:#fff;border-radius:10px;box-shadow:0 4px 20px 0 #d8e8f0}.footer-lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item{margin-bottom:14px}.footer-lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item.wpml-ls-last-item{margin:0}.footer-lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-link{padding:0;border:none;background:none}.footer-lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-link:hover{color:#32a6c1}.footer-accordion{padding:10px 0 100px}.footer-accordion__item{border-bottom:1px solid #cecece;margin:0}.footer-accordion__item:first-child{margin-left:0}.footer-accordion__item:last-child{margin-right:0}.footer-accordion__list a{position:relative;color:#000;display:inline-block;padding:10px 0}.footer-accordion__list a:hover{color:#5f5f5f}.footer-accordion .opener{display:flex;align-items:center;justify-content:space-between;font-weight:700;padding:24px 0}.footer-accordion .opener__ico{font-size:4px}.blog-post{padding:0 10px;margin:0 0 20px;width:100%}.blog-post a{transition:box-shadow .35s cubic-bezier(.3,.86,.36,.95);display:block;height:360px;color:#000;border:2px solid #ebf3f5;border-radius:10px}.blog-post a:hover{box-shadow:0 2px 40px 0 rgba(142,176,184,.4)}.blog-post a:hover h4{color:#25a5cd}.blog-post__txt{padding:20px;border-radius:0 0 10px 10px}.blog-post__img{border-radius:10px 10px 0 0;overflow:hidden;max-height:217px}.blog-post__img img{-o-object-fit:cover;object-fit:cover;height:auto}.breadcrumbs{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;color:#939ca2;padding:20px 10px}.breadcrumbs li{position:relative;padding:0 32px 0 0}.breadcrumbs li:before{font-size:8px;font-family:icomoon;position:absolute;content:"";right:10px;top:50%;transform:translateY(-50%)}.breadcrumbs li:last-child{padding:0}.breadcrumbs li:last-child:before{content:""}.breadcrumbs li a{color:#939ca1}.breadcrumbs .bread-current{display:inline-block;vertical-align:middle;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:250px}.btn-default{display:inline-block;font-size:12px;line-height:1.13;font-weight:700;color:#fff;background:#32a6c1;padding:20px;border:none;min-width:229px;text-align:center;border-radius:14px;cursor:pointer;transition:background .35s cubic-bezier(.3,.86,.36,.95)}.btn-default:hover{background:#1ec5ed;color:#fff}.search-form .input-holder{margin:0 0 5px}.search-form label{width:100%}.input-holder{margin-bottom:0;width:68px}.input-holder--second{width:100%}.input-holder input{font-size:16px;color:#000;height:48px;padding:12px 12px 12px 56px;border:2px solid #ebf3f5;border-radius:10px}.input-holder input::-moz-placeholder{color:#6c7678}.input-holder input::placeholder{color:#6c7678}.input-holder input:focus{border-color:#02b9d2;outline:none}.link-with-label{position:relative}.link-label{position:absolute;top:auto;left:100%;font-size:10px;line-height:1;font-weight:500;color:#fff;background:#ff7878;padding:2px 3px;border-radius:3px;text-transform:uppercase}.description-list{font-size:14px;display:flex;align-items:center;flex-wrap:wrap;margin-bottom:25px}.description-list li{line-height:29px;margin-right:10px}.description-list a{display:inline-block;color:#000;background:#fff;font-weight:700;line-height:1;padding:6px 16px;border-radius:14px;text-decoration:none}.description-list a:hover{color:#32a6c1}.data-list{display:flex;align-items:center;font-size:16px;line-height:1.2;color:#6c7678}.data-list li{position:relative;margin-right:26px}.data-list li:before{position:absolute;content:"";right:-14px;top:0;bottom:0;width:1px;background:#6c7678}.data-list li:last-child:before{display:none}.arrow-list{color:#6c7678}.arrow-list>li{position:relative;padding:0 0 0 15px;margin:0 0 20px}.arrow-list>li:before{position:absolute;content:"";top:4px;left:0;color:#31cf8e;font-size:10px;line-height:1.4;font-family:icomoon}.arrow-list>li:last-child{margin:0}.arrow-list>li a{color:#6c7678}.arrow-list>li a:hover{color:#000}.bullet-list{padding:9px 0 0 19px;list-style-type:disc}.bullet-list li{margin-bottom:4px}.number-list{padding:0 0 0 18px;margin:0}.number-list li::marker{font-weight:700}.custom-number-list{counter-reset:my-awesome-counter;padding:7px 0 0;font-size:16px;line-height:1.35}.custom-number-list li{margin:0 0 25px}.custom-number-list li:last-child{margin:0}.custom-number-list strong{counter-increment:my-awesome-counter;font-size:18px;line-height:1.2;position:relative;display:flex;align-items:center;height:44px;padding:0 0 0 50px;margin:0 0 9px}.custom-number-list strong:before{width:40px;height:40px;content:counter(my-awesome-counter);position:absolute;top:50%;left:0;transform:translateY(-50%);color:#fff;background:#31cf8e;line-height:40px;text-align:center;border-radius:50%}.featured-list{font-weight:700}.featured-list li{margin:0 0 15px}.featured-list li:last-child{margin:0}.featured-list a{color:#000;text-decoration:underline}.featured-list a:hover{color:#32a6c1}.blog-social-list{display:flex;align-items:center;font-size:40px}.blog-social-list li{margin-right:20px}.blog-social-list a{color:#32a6c1}.open-close{position:relative;border:2px solid #ebf3f5;border-radius:10px}.open-close.active{border-radius:10px 10px 0 0}.open-close.active .icon-arrow-triangle{transform:rotate(180deg)}.open-close__opener{color:#6c7678;font-size:18px;display:flex;align-items:center;padding:8px 20px 8px 16px}.open-close__opener:hover{color:#6c7678}.open-close__slide{padding:10px 10px 8px 20px;position:absolute;top:100%;left:-2px;right:-2px;z-index:1;background:#fff;border:2px solid #ebf3f5;border-top:0;border-radius:0 0 10px 10px}.open-close__list{font-size:18px;line-height:24px;font-weight:700}.open-close__list li{margin-bottom:21px}.open-close__list a{color:#000}.open-close__list a.active,.open-close__list a:hover{color:#02b9d2}.open-close .icon-arrow-triangle,.open-close .icon-list{color:#02b9d2;margin:0 20px 0 0}.open-close .icon-list{display:none}.open-close .icon-arrow-triangle{transition:transform .35s cubic-bezier(.3,.86,.36,.95);font-size:8px;margin:0 0 0 auto}.active .open-close .icon-arrow-triangle{transform:rotate(180deg)}.open-close-search{position:relative;height:100%}.open-close-search .search-drop{display:none;background:#fff;position:relative;z-index:1}.search-active .open-close-search .search-drop{display:block;width:calc(100vw - 20px);max-width:800px;z-index:1}.open-close-search .search-drop input{width:100%}.open-close-search .search-opener{font-size:24px;color:#02b9d2;z-index:2;width:48px;height:48px;border:2px solid #ebf3f5;border-radius:10px;display:block;text-align:center;line-height:44px}.search-active .open-close-search .search-opener{position:absolute;left:12px;top:50%;transform:translateY(-50%);border:0;width:24px;height:24px;line-height:24px}.blog-slick-slider{position:relative;max-width:1180px;margin:0 auto}.blog-slick-slider .slick-list{position:relative;overflow:hidden}.blog-slick-slider .slick-list,.blog-slick-slider .slick-track{transform:translateZ(0)}.blog-slick-slider__item{position:relative;flex-direction:column;justify-content:space-between;padding:20px 20px 50px;border-radius:10px}.blog-slick-slider__item img{width:100%;aspect-ratio:3/2;-o-object-fit:contain;object-fit:contain}.blog-slick-slider__columns{justify-content:space-between;min-height:auto}.blog-slick-slider__columns .col:first-child{max-width:420px}.blog-slick-slider h2{margin-bottom:20px}.blog-slick-slider h2 a{color:#000}.slick-slide{float:left;height:100%;min-height:1px;display:none}.slick-initialized .slick-slide{display:flex}.slick-slide .read-more-btn{font-size:16px;font-weight:700;color:#000;display:flex;align-items:center;margin-bottom:15px}.slick-slide .read-more-btn span{margin-left:10px}.slick-arrow.slick-hidden{display:none}.slick-arrow{width:40px;height:40px;transition:color .35s cubic-bezier(.3,.86,.36,.95);font-size:16px;position:absolute;bottom:40px;right:40px;color:#000;background:#fff;opacity:.8;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:none;border-radius:50%;cursor:pointer;z-index:1}.slick-arrow--prev{right:100px}.slick-arrow:hover{color:#02b9d2}.slick-dots{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;align-items:center}.slick-dots li{padding:0 5px}.slick-dots li.slick-active button{opacity:1}.slick-dots button{font-size:0;width:6px;height:6px;padding:0;border:0;background:#fff;border-radius:50%;opacity:.5}.pricing-page{font-family:Inter,sans-serif;overflow-x: unset;}.price-choice{margin:60px auto;display:flex;justify-content:center;align-items:center}.price-choice__wrapper{background:#dbedf1;width:508px;height:70px;display:flex;justify-content:space-between;align-items:center;border-radius:14px;position:relative}.price-choice__wrapper:before{position:absolute;content:"";width:calc(50% - 20px);height:calc(100% - 20px);background-color:#fff;padding:10px;box-sizing:border-box;left:10px;border-radius:10px;transition:all .2s ease;box-shadow:0 4px 20px rgba(142,176,184,.4)}.price-choice__wrapper.choise-capture:before{left:calc(50% + 10px)}.price-choice__object{margin:8px auto;width:242px;height:54px;position:relative;cursor:pointer}.price-choice__object,.price-choice__object .add-label{display:flex;justify-content:center;align-items:center;border-radius:10px}.price-choice__object .add-label{font-family:Inter,sans-serif;font-size:14px;font-weight:700;line-height:16px;width:86px;height:22px;position:absolute;background:#8dcfdd;color:#fff;top:-11px;right:13px}.price-choice__object .add-info{width:124px;height:18px;position:absolute;display:flex;justify-content:center;align-items:center;background:#ebf3f5;padding:2px 10px;border-radius:8px;bottom:-34px;font-family:Open Sans,sans-serif;font-weight:600;font-size:12px;line-height:115.18%}.price-choice__object .add-info span{font-size:10px;line-height:12px}.price-choice__object:hover .tooltip{opacity:1;z-index:99;transition-delay:.5s}.price-choice__object img{margin:10px 20px}.price-tab{display:none;justify-content:space-between;width:100%;flex-wrap:wrap;margin-bottom:17px}.price-tab.active{display:flex}.price-capture .price-card--special .price-card-main{background:#ebf3f5}.price-capture .price-card--special .price-card--inner-wrapper{background:#ffe486}.price-type{display:flex;position:relative;justify-content:space-between;align-items:center;width:100%;margin-top:25px;margin-bottom:20px}.price-type__header{display:none;font-family:Inter,sans-serif;font-size:30px;font-weight:400;line-height:36px;text-align:left;max-width:60%;margin-bottom:0}.price-type__header--lifetime,.price-type__header--lifetime-capture{display:none}.price-type__header.active{display:block}.price-type__switcher{background:#f2f2f2;width:210px;height:56px;display:flex;justify-content:space-between;align-items:center;padding:6px;border-radius:16px;position:relative}.price-type__switcher:before{position:absolute;content:"";width:calc(50% - 14px);height:calc(100% - 12px);padding:10px;box-sizing:border-box;left:6px;border-radius:14px;transition:all .2s ease;background:#000}.price-type__switcher-btn{font-family:Inter,sans-serif;font-size:16px;font-weight:700;line-height:20px;text-align:center;color:#000;background:tranparent;padding: 12px 16px;border-radius:14px;top:6px;left:6px;right:6px;cursor:pointer;z-index:1}.DEland .price-type__switcher-btn{padding: 12px 8px 12px 12px;}.price-type__switcher-btn.active{color:#fff}.price-type__switcher.choise-lifetime:before{left:calc(50% + 6px)}.price-type-tab{display:none}.price-type-tab.active{display:flex}.price-annual-wrapper,.price-lifetime-wrapper{position:relative;justify-content:space-between;width:100%}.price-lifetime-wrapper{display:none;align-items:flex-start;margin-bottom:40px}.price-card{display:grid;grid-gap:0 20px;gap:0 20px;justify-content:space-between;align-content:flex-start;width:100%;max-width:380px}.price-card:nth-child(2){margin:0 20px}.price-card-main{background:#fff;border:4px solid #ebf3f5;border-radius:14px;margin:40px 0}.price-card--inner-wrapper{width:100%;height:474px;background:#fff;padding:24px 20px 28px;border-radius:14px;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch}.price-card h3{font-weight:700;font-size:24px;line-height:120%;margin-bottom:12px}.price-card h3,.price-card p{font-family:Inter,sans-serif;color:#000}.price-card p{font-weight:400;font-size:16px;line-height:130%;margin-bottom:24px}.price-card-img{display:flex}.price-card-img-item{display:flex;position:relative}.price-card-img-item span{font-family:Inter,sans-serif;font-weight:700;font-size:14px;line-height:120%;margin:0 5px}.price-card-img-item:hover .tooltip{opacity:1;z-index:99;transition-delay:.5s}.price-card-img-item-capture .tooltip{left:-14px;width:242px}.price-card-img-item-capture .tooltip--top:before{top:-7px;left:40px}.price-card-img-item-note .tooltip{left:-50px;width:242px}.price-card-img-item-note .tooltip--top:before{top:-7px;left:64px}.price-card-img-item-clipper .tooltip{left:-80px;width:242px}.price-card-img-item-clipper .tooltip--top:before{top:-7px;left:100px}.price-card--special .price-card-main{background:#ebf3f5}.price-card--special .price-card--inner-wrapper{background:#ebf3f5;cursor:pointer}.price-card--special .price-card--inner-wrapper:hover .price-card__btn{margin-left:10px;transition:.3s;background:#fff}.price-card--special .price-card--inner-wrapper:hover .price-card__btn svg{fill:#1ec5ed}.price-card--special p{margin-bottom:20px}.price-card--special img:last-child{margin-top:30px}.price-card--special .price-card__btn{height:32px;transition:.3s;margin-left:0;background:#fff;border-radius:8px;display:flex;width:32px;align-items:center;justify-content:center}.price-card--special .price-card__btn svg{fill:#1db6da}.price-card--special .price-card__gopack:hover{margin-left:-10px}.price-card--special .price-card__gopack svg{transform:rotate(180deg)}.price-card--popular{margin-top:-44px!important}.price-card--popular .price-card-main{border:4px solid #f6ca56;border-top:44px solid #f6ca56;background:#f6ca56}.price-card--popular .price-card--inner-wrapper{background:#fff;padding:24px 20px 28px;border-radius:14px;height:478px}.price-card--popular-label{position:absolute;font-family:Inter,sans-serif;font-weight:700;font-size:12px;line-height:148%;text-transform:uppercase;margin-top:-30px;margin-left:20px}.price-card__price{display:flex;flex-direction:column;margin-bottom:30px}.price-card__price-cost{font-family:Inter,sans-serif;font-weight:700;font-size:64px;line-height:110%}.price-card__price-period{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:120%}.price-card__btn{width:100%;background:#1db6da;font-size:16px;min-width:unset}.price-card__btn:hover{background:#1ec5ed;color:#fff !important;}.price-card-info{position:relative;padding:0 24px}.price-card-info h3{font-family:Inter,sans-serif;font-weight:700;font-size:24px;line-height:120%}.price-card-info__desc-item{display:flex;width:100%;align-items:center;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:130%;color:#000;padding:20px 40px 4px 0;border-bottom:1px solid #ebebeb}.price-card-info__desc-item img{margin-right:10px}.price-card-info__desc-item .card-toolip{position:absolute;right:36px;cursor:pointer;display:flex}.price-card-info__desc-item .card-toolip img{margin-right:0}.price-card-info__desc-item .card-toolip:hover .tooltip{opacity:1;z-index:99;transition-delay:.5s}.price-card-info .read-more-btn{display:flex;align-items:center;font-family:Inter,sans-serif;font-weight:700;font-size:16px;line-height:110%;color:#1db6da;margin-top:40px;margin-bottom:40px}.price-card-info .read-more-btn:hover{color:#1ec5ed}.price-card-info .read-more-btn span{margin-left:10px}.price-card-info__more{display:none}.price-card-top__head{display:flex;justify-content:space-between;align-items:center}.price-card-top__persons{margin-bottom:12px;font-style:normal;font-weight:400;font-size:14px;line-height:148%;display:flex;align-items:center;position:relative;cursor:pointer}.price-card-top__persons img{margin-right:8px}.price-card-top__persons .tooltip{left:50%;transform:translateX(-50%)}.price-card-top__persons:hover .tooltip{opacity:1;z-index:99;transition-delay:.5s}.price-slider{background:#ebf3f5;padding:80px 0}.price-slider h2{text-align:center}.price-slider h2 span{background:url(../images/prices/decor-slider-awards.svg) 0 16px no-repeat;padding:16px 27px}.price-slider-block{position:relative;margin-top:60px;overflow:hidden;width:100%;padding:0 46px}.price-slider-block .slick-arrow{top:20%;background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none;opacity:1}.price-slider-block .slick-arrow--next{right:0}.price-slider-block .slick-arrow--prev{left:0}.price-slider-block .slick-slide{justify-content:center;height:72px}.price-slider-block .slick-slide,.price-slider-block .slick-slide .slide{display:flex!important;align-items:center}.price-slider-block .slick-slide img{width:auto;height:72px}.price-customize{padding:80px 0}.price-customize h2{display:flex;justify-content:center;font-family:Inter,sans-serif;font-weight:700;font-size:48px;line-height:120%;margin:0 0 40px}.price-customize-card{display:flex;justify-content:center;align-items:flex-start;padding:40px 0;border:4px solid #ebf3f5;border-radius:14px}.price-customize-card--left{border-right:2px solid #ebf3f5;padding:0 40px 0 60px}.price-customize-card--right{width:65.5%;padding:0 60px 0 40px}.price-customize-card .btn-default{width:100%;font-size:16px;background:#1db6da}.price-customize-card .btn-default:hover{background:#1ec5ed}.price-customize .customize__header{font-family:Inter,sans-serif;font-weight:700;font-size:40px;line-height:120%;background:url(../images/prices/decor-prices-portals.svg) 18px 12px no-repeat;background-size:280px;padding:16px 24px;margin-left:-24px;white-space:nowrap}.price-customize .customize__price{margin:10px 0 28px}.price-customize .customize__price-portal{display:flex;align-items:center}.price-customize .customize__price-portal .currency{font-family:Inter,sans-serif;font-size:32px;font-weight:700;line-height:35px;align-self:flex-end;margin-bottom:5px}.price-customize .customize__price-portal .cost{font-family:Inter,sans-serif;font-size:64px;font-weight:800;line-height:70px}.price-customize .customize__price-portal .desc{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:148%;color:#1db6da;align-self:center;margin-left:10px}.price-customize .customize__price-text{font-family:Inter,sans-serif;font-weight:200;font-size:24px;line-height:110%;margin:16px 0}.price-customize .customize__price-month{display:flex;align-items:center}.price-customize .customize__price-month__desc{display:flex;flex-direction:column;align-self:center;margin-left:10px}.price-customize .customize__price-month .currency{font-family:Inter,sans-serif;font-weight:700;font-size:32px;line-height:110%;align-self:flex-end;margin-bottom:5px}.price-customize .customize__price-month .cost{font-family:Inter,sans-serif;font-size:50px;font-weight:800;line-height:55px}.price-customize .customize__price-month .desc{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:148%;color:#1db6da}.price-customize .customize__price-month .addition{font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:148%}.price-customize .customize__text-head{font-family:Inter,sans-serif;font-weight:300;font-size:32px;line-height:120%;margin-bottom:24px}.price-customize .customize__text-head span{font-weight:600}.price-customize .customize__text-info{font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:120%;margin-bottom:24px}.price-customize .customize__text-subhead{font-family:Inter,sans-serif;font-weight:400;font-size:24px;line-height:120%;margin-bottom:12px}.price-customize .customize__text-list li{font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:120%;margin:6px 0}.price-faq{padding:80px 0}.price-faq h2{font-family:Inter,sans-serif;font-weight:700;font-size:48px;line-height:120%;text-align:center;margin-bottom:40px}.price-faq .accordion{position:relative}.price-faq .accordion__item{border:3px solid #ebf3f5;border-radius:14px;margin-bottom:8px}.price-faq .accordion__item.last-faded{opacity:.2;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.price-faq .accordion__title{position:relative;display:flex;font-family:Inter,sans-serif;font-weight:700;font-size:18px;line-height:140%;padding:34px 32px 33px 40px;cursor:pointer}.price-faq .accordion__arrow{position:absolute;right:32px;top:28px;display:inline-block;vertical-align:middle;width:40px;height:40px;text-align:center;line-height:30px;background-color:#ebf3f5;border-radius:50%;transition:all .2s ease-out}.price-faq .accordion__arrow-item{font-weight:700}.price-faq .accordion__arrow img{position:relative;width:16px;margin-top:16px}.price-faq .accordion__rotate{transform:rotate(180deg)}.price-faq .accordion__content{font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:140%;display:none;padding:0 32px 10px 40px}.price-faq .accordion-more-block{display:none}.price-banner{background:#ebf3f5;padding:80px 10px}.price-banner__wrapper{position:relative;background:#fff;display:flex;justify-content:space-between;max-width:1240px;width:100%;margin:0 auto;border:2px solid #1db6da;border-radius:14px;padding:60px 67px 60px 143px;overflow:hidden}.price-banner__decor{position:absolute;background:#1db6da;border-radius:50%;top:calc(50% - 85px);left:-85px;width:170px;height:170px}.price-banner__decor img{position:absolute;top:62px;right:26px}.price-banner__left,.price-banner__right{display:flex;flex-direction:column}.price-banner__right{justify-content:center;align-items:center}.price-banner h2{font-family:Inter,sans-serif;font-weight:700;font-size:48px;line-height:120%;margin-bottom:24px}.price-banner p{font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:140%}.price-banner .btn-default{font-family:Inter,sans-serif;font-weight:700;font-size:16px;line-height:122%;background:#1db6da}.price-banner .btn-default:hover{background:#1ec5ed}.price-banner .read-more-btn{font-family:Inter,sans-serif;font-weight:700;font-size:16px;line-height:122%;color:#1db6da;margin:20px 0}.price-banner .read-more-btn:hover{color:#1ec5ed}.key-features-toggle{display:none;justify-content:center;align-items:center;background:#ebf3f5;border-bottom-left-radius:14px;border-bottom-right-radius:14px;padding:10px 0}.key-features-toggle-button{font-family:Inter,sans-serif;font-style:normal;font-weight:700;font-size:14px;line-height:120%;display:flex;justify-content:center;align-items:center;text-align:center;text-decoration:none;outline:none;border:none;color:#000;background:#fff;border-radius:4px;padding:10px 30px;cursor:pointer}.key-features-toggle-button img{margin-left:8px}.button-compare{display:flex;justify-content:center;align-items:center}.button-compare .btn-default{margin:40px auto 60px;font-family:Inter,sans-serif;font-weight:700;font-size:16px;line-height:110%;background:none;border:4px solid #ebf3f5;box-shadow:0 10px 9px 3px rgba(193,201,203,.15),0 6px 5px -3px rgba(0,0,0,.08);border-radius:14px;color:#000}.button-compare .btn-default img{margin-left:10px}.button-compare .btn-default:hover{background:#ebf3f5}.button-compare--faq{position:absolute;display:flex;width:100%;margin-top:20px;z-index:5;bottom:0}.button-compare--faq .btn-default{margin:0;background:#fff}.button-compare--faq .btn-default:hover{background:#ebf3f5}.button-compare-hide{position:absolute;right:calc(50% - 114px)}.button-compare-hide .compare-hide img{transform:rotate(180deg)}.compare-wrapper{width:100%}.compare-plans{display:none;padding-bottom:164px}.compare-plans h2{margin:24px auto 60px;text-align:center}.compare-tariff{display:flex;position:sticky;justify-content:flex-end;top:95px;gap:20px}.compare-tariff__card{display:flex;flex-direction:column;justify-content:space-between;width:295px;height:276px;position:relative;background:#fff;border:4px solid #ebf3f5;border-radius:14px;padding:24px;flex-shrink:0}.compare-tariff__card .price-card__price{margin-bottom:0}.compare-tariff__card .compare-mainline{display:flex;justify-content:space-between;margin-bottom:20px}.compare-tariff__card .compare-mainline__header{margin-bottom:0; font-weight: 600;}.compare-tariff__card .compare-mainline__usrs{display:flex;align-items:center}.compare-tariff__card .compare-mainline__usrs svg{margin-right:10px}.compare-tariff-extend{margin-bottom:40px;overflow:hidden}.compare-tariff-extend,.compare-tariff-table{display:flex;flex-direction:column}.compare-tariff-table h4{font-family:Inter,sans-serif;font-weight:700;font-size:24px;line-height:120%;margin-top:40px;margin-bottom:7px;background:#ebf3f5;border-radius:10px;padding:10px 0 10px 20px}.compare-tariff-string{display:flex;width:100%;justify-content:space-between;padding:20px 0 4px;flex-shrink:0;font-size:16px}.compare-tariff-string__header{width:calc(25% - 20px);border-bottom:1px solid #ebebeb;margin-right:6px;margin-left:20px}.compare-tariff-string__item{display:flex;width:25%;gap:0 20px;border-bottom:1px solid #ebebeb;margin:0 6px}.compare-tariff-string__item img{width:20px;height:20px}.compare-tariff-string__item:last-child{margin-right:0}.review{padding:60px 0 80px}.review h2{text-align:center;margin:0 0 50px}.review h2 span{background:url(../images/prices/faq-bg.svg) no-repeat;padding:20px 24px;margin-left:-24px;position:relative;z-index:-1;background-position-y:22px;background-size:100%;white-space:nowrap}.review-slider{display:flex;justify-content:center;flex-wrap:wrap}.review-slider__item{display:flex;padding:64px 100px;border:3px solid #ebf3f5;border-radius:10px;background:#fff}.review-slider__item-image{margin-right:40px;max-width:140px;width:100%}.review-slider__item-image img{width:100%}.review-slider__item-text{font-weight:400;font-size:18px;color:#000}.review-slider__item-author,.review-slider__item-text{font-family:Inter,sans-serif;font-style:normal;line-height:140%}.review-slider__item-author{margin-top:35px;display:flex;flex-direction:column;font-size:16px}.review-slider__item-author .review-author-name{font-weight:700}.review-slider__item-author .review-author-job{font-weight:400}.review-slider #review-button-next{position:static;order:3;margin-top:50px;margin-left:10px;background:#ebf3f5}.review-slider #review-button-prev{position:static;order:2;margin-top:50px;margin-right:10px;background:#ebf3f5}.tooltip{display:grid;position:absolute;padding:16px;background:#3d3d3d;border-radius:4px;width:288px;top:calc(100% + 16px);z-index:99;opacity:0;transition-delay:.3s;z-index:-555}.tooltip:before{content:"";display:flex;position:absolute;width:0;height:0}.tooltip--left{top:-15px;left:35px}.tooltip--left:before{top:8px;left:-7px;border-top:16px solid transparent;border-right:8px solid #001216;border-bottom:16px solid transparent}.tooltip--top:before{top:-8px;left:calc(50% - 8px);border-left:16px solid transparent;border-bottom:8px solid #001216;border-right:16px solid transparent}.tooltip--top-right{top:28px;left:-240px}.tooltip--top-right:before{top:-8px;left:calc(100% - 56px);border-left:16px solid transparent;border-bottom:8px solid #001216;border-right:16px solid transparent}.tooltip__title{font-family:Inter,sans-serif;font-weight:700;font-size:14px;line-height:152%;margin-bottom:6px;color:#fff}.tooltip__text{font-family:Open Sans,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:130%;color:#fff}.tooltip__tag{display:inline-block;font-family:Inter,sans-serif;font-weight:600;font-size:10px;line-height:120%;background-color:#006064;color:#b2ebf2;padding:4px 8px;border-radius:4px;justify-self:flex-start}.tooltip__image{position:relative;padding:4px;background:#303030;border-radius:6px}.tooltip__image img{width:100%;height:100%;margin:0}.tooltip--bottom{top:auto;bottom:calc(100% + 20px)}.tooltip--bottom:before{top:auto;left:calc(50% - 8px);border-left:16px solid transparent;border-bottom:8px solid #001216;border-right:16px solid transparent;bottom:-8px;transform:rotate(180deg)}@media (min-width:520px){.header__sub-nav--row{width:375px}}@media (min-width:720px){.header__menu{margin:0 0 0 40px}.header__extra-menu{display:flex;align-items:center}}@media (min-width:768px){.two-columns{display:flex}.two-columns .sidebar{padding-left:30px;width:30%}.commentlist-item .commentlist-item{padding:0 0 0 32px}.h1,h1{font-size:36px}.h2,h2{font-size:32px}.blog-top{padding:0}.blog-top__columns{display:flex;justify-content:space-between;padding:40px 0}.blog-top .data-list{font-size:16px}.blog-top .col{width:50%}.blog-top .col--txt{padding-right:15px}.blog-info-block{padding:25px 0;text-align:left}.blog-info-block .container{display:flex;justify-content:center;align-items:center}.blog-info-block p{margin:0 40px 0 0}.promo-block{display:flex;align-items:center;justify-content:space-between;text-align:left}.promo-block .promo-block__text{margin:0}.controls{width:100%;display:flex;justify-content:space-between}.controls__link.next{flex-direction:row-reverse;justify-content:flex-end}.controls__arrow.next{margin:0 0 0 14px}.controls__item{max-width:360px}.cta-block{display:flex;justify-content:space-between;padding:20px;text-align:left}.cta-block__top{max-width:370px}.cta-block__bottom{text-align:center}.cta-block .title br{display:none}.cta-block p{margin:0}.footer__bottom-block{display:flex;flex-wrap:wrap}.footer__avards,.footer__extra-list{justify-content:flex-start}.footer__social-list{justify-content:flex-end}.footer__social-list li{margin:0 10px}.footer__copy{text-align:right}.footer__copy a{display:inline}.footer__col{width:50%}.footer__col:first-child{width:100%}.breadcrumbs .bread-current{width:auto;text-overflow:clip;max-width:unset}.description-list{margin-bottom:40px;font-size:16px}.blog-slick-slider__columns{display:flex}}@media (min-width:769px){.nimbus-post-content .blog-post{width:33%;padding:0 10px}.search-result-block{padding:40px 80px}.blog-post{width:50%}.blog-slick-slider__item{min-height:360px;padding:44px 90px 40px}.slick-slide .read-more-btn{height:40px}.slick-dots{bottom:30px}}@media (min-width:960px){.h3,h3{font-size:24px}.h4,h4{font-size:20px}.h5,h5{font-size:22px}.blog-top__columns{padding:60px 0}.blog-info-block{padding:20px 0;text-align:left}.blog-info-block p{font-size:20px}.main-blog{padding:0 10px;font-size:18px}.main-blog .block-img{margin:0 0 40px}.post-green-content{margin:0 0 35px}.promo-block{margin:40px 0}.promo-block .promo-block__text{max-width:440px}blockquote:before{top:15px}blockquote:after{bottom:10px}blockquote{padding:40px 70px;margin:40px 0}#services-use h3.large-title{margin-bottom:20px}.featured-block{padding:30px 20px 40px;margin:20px 0 40px}.featured-block strong{align-items:flex-start;margin-bottom:10px}.featured-block strong .icon-clip{font-size:40px;margin-right:20px}.blog-bottom-block{font-size:16px}.controls{padding:40px 10px}.controls__link{margin-bottom:17px}.search-result-block.no-result{padding:40px 80px;min-height:520px;display:flex;align-items:center}.bullet-list li{margin:0}.custom-number-list{font-size:18px;padding:0}.custom-number-list li{margin:0 0 15px}.custom-number-list strong{padding:0 0 0 60px;margin:0}.custom-number-list p{line-height:1.4;padding:0 0 0 60px}.featured-list{padding-left:40px}.featured-list li{margin:0 0 20px}.blog-social-list li{margin-right:10px}}@media (min-width:961px){.blog-top__columns{max-width:none}.blog-info-block .container{max-width:1200px}.title-holder{max-width:800px;margin:20px auto}.nimbus-two-columns .container{display:flex}.nimbus-sidebar{width:380px;margin:0 20px 0 0;max-width:none}.cta-block,.nimbus-sidebar .sidebar-module,.nimbus-sidebar__top{display:block}.cta-block{padding:40px 50px;text-align:center}.cta-block p,.input-holder,.search-result-block h2{margin-bottom:20px}.input-holder,.input-holder--second{width:100%}.open-close.active{border-radius:10px}.open-close__opener{pointer-events:none}.open-close__slide{position:static;border:0;padding:10px 10px 8px 60px}.open-close .icon-list{font-size:18px;display:block}.open-close .icon-arrow-triangle{display:none}.open-close-search .search-drop{display:block;background:none}.open-close-search .search-opener{font-size:18px;line-height:18px;width:18px;height:18px;border:0;position:absolute;left:16px;top:50%;transform:translateY(-50%)}.blog-slick-slider__item{min-height:440px;padding:40px}.blog-slick-slider__columns .col:first-child{max-width:640px}.blog-slick-slider__columns .col:nth-child(2){margin-left:40px}.blog-slick-slider__columns{min-height:300px}.slick-slide .read-more-btn{position:absolute;bottom:18px;left:40px}}@media (min-width:1024px){.h1,h1{font-size:52px}.h2,h2{font-size:48px}.blog-top .col--txt{max-width:715px}.footer{padding:50px 0 40px}.footer-accordion{display:flex;justify-content:space-between}.footer-accordion__item{border-bottom:none;margin:0 15px}.footer-accordion__list li{margin:0 0 14px}.footer-accordion__list a{padding:0;display:inline}.footer-accordion .opener{padding:0;margin:0 0 32px;pointer-events:none}.footer-accordion .opener__ico{display:none}.footer-accordion .slide.js-acc-hidden{position:static!important}}@media (min-width:1025px){.search-result-block.no-result{padding-bottom:60px;min-height:auto}}@media (min-width:1280px){.footer__bottom-block{position:relative;padding:26px 20px 0}.footer__top-box{justify-content:flex-start;margin:0}.footer__logo{margin:0 30px 0 0}.footer__avards{justify-content:flex-end}.footer__avards li{margin:0 0 0 5px}.footer__extra-list{justify-content:flex-end;margin:0}.footer__social-list{justify-content:center;margin:0}.footer__copy{text-align:left;position:absolute;bottom:0;left:20px}.footer__col,.footer__col:first-child{width:33%}.footer__col:nth-child(2){order:3}}@media (min-width:1366px){.header{justify-content:flex-start}.header__logo{margin:0 55px 0 0}.header__menu{margin:0}.header__nav-opener{display:none}.header__nav-drop{position:static;overflow:visible;opacity:1;visibility:visible}.header__main-nav{display:flex;padding:0}.header__main-nav>li:hover .opener,.header__main-nav>li:hover>a{background:#eefcff}.header__main-nav>li:hover .header__main-arrow{transform:rotate(180deg)}.header__main-nav>li:hover .slide{display:block;opacity:1;visibility:visible;top:100%!important;left:0!important}.header__main-nav>li{margin:0 10px 0 0;border:none}.header__main-nav .opener,.header__main-nav a{padding:5px 10px 4px;justify-content:flex-start}.header .slide,.header__drop{display:none;opacity:0;visibility:hidden;position:absolute;top:100%;left:0;padding:34px 0 0}.header__sub-nav{width:256px;padding:40px 15px 20px;box-shadow:0 30px 40px 20px rgba(0,117,144,.1)}.header__sub-nav--row{width:375px;padding:40px 15px 50px}.header__sub-nav--row li.sub-nav-last{border-top:1px solid #dfdfdf;margin:30px 0 0;padding:28px 0 0}.header__sub-nav--row li.sub-nav-last a{padding:0}.header__sub-nav li{margin:0 0 20px}.header__sub-nav a{padding:0}.header__main-arrow{font-size:5px;margin:0 0 0 5px;font-weight:700}.header__extra-menu{order:3}.header .btn-holder{display:none}}@media (min-width:1367px){.input-holder input{font-size:18px;padding:20px 20px 20px 62px;height:64px}.open-close__opener{font-size:18px;padding:18px}.open-close .icon-list{font-size:22px}.open-close-search .search-opener{font-size:24px;line-height:24px;width:24px;height:24px}}@media (min-width:1480px){.blog-top__columns{flex-direction:row-reverse}.blog-top .col--txt{padding:0 0 0 15px}.header__main-nav>li{margin:0 15px 0 0}}@media (min-width:1920px){.header__logo{margin:0 17.4% 0 0}}@media (min-width:1921px){.open-close .icon-arrow-triangle{transform:rotate(180deg)}}@media (max-width:767px){.navigation-comments .page-numbers,.navigation .page-numbers{padding:0 3px}.navigation-comments .next,.navigation-comments .prev,.navigation-single .next a,.navigation-single .prev a,.navigation .next,.navigation .prev{padding:4px}}@media (max-width:1023px){iframe{width:100%}}@media screen and (max-width:1366px){.search-page .search-form{margin-top:20px}.search-page .open-close-search .search-drop{display:block;background:none;z-index:0}.search-page .open-close-search .search-opener{line-height:18px;width:18px;height:18px;border:0;pointer-events:none;z-index:1}}@media (max-width:1180px){.blog-slick-slider__item{border-radius:0}}@media only screen and (max-width:1760px){.price-card-info__desc-item .tooltip--left{top:28px;left:-240px}.price-card-info__desc-item .tooltip--left:before{top:-23px;left:calc(100% - 56px);border-left:16px solid transparent;border-bottom:8px solid #001216;border-right:16px solid transparent}}@media only screen and (max-width:1440px){.price-card-top__persons .tooltip{left:auto;transform:translateX(0);right:-20px}.tooltip--bottom:before{right:24px;left:auto}}@media only screen and (max-width:1200px){.compare-tariff-string__header{width:calc(18% - 20px)}.compare-tariff__card{width:25%}}@media only screen and (max-width:1023px){.price-customize h2,.price-faq h2{font-size:32px}.price-slider h2 span{background-size:contain}}@media only screen and (max-width:940px){.price-card-img{flex-wrap:wrap}.price-card--inner-wrapper{height:496px}.compare-tariff__card .compare-mainline{flex-direction:column}.compare-tariff-string__item{justify-content:center}.price-banner__wrapper{flex-direction:column}.price-card-top__persons .tooltip{width:230px}}@media only screen and (max-width:824px){.compare-tariff__card{padding:16px}}@media only screen and (max-width:767px){.price-choice__object .add-info{display:none}.price-choice{margin:30px auto 10px}.price-type{flex-direction:column;margin-top:0;margin-bottom:30px}.price-type__header{margin:30px 0;text-align:center;width:100%;max-width:unset}.price-choice__wrapper{width:340px}.price-choice__wrapper:before{width:calc(50% - 16px);height:calc(100% - 16px);padding:0;left:8px}.price-choice__wrapper #platform .tooltip{width:242px;left:0}.price-choice__wrapper #platform .tooltip--top:before{left:calc(50% - 48px)}.price-choice__wrapper #capture .tooltip{width:242px;left:auto;right:0}.price-choice__wrapper #capture .tooltip--top:before{left:calc(50% + 30px)}.price-choice__object{width:50%;height:auto}.price-annual-wrapper,.price-lifetime-wrapper{flex-direction:column;align-items:center;justify-content:center}.price-card{max-width:100%}.price-card-info .read-more-btn,.price-card-info h3{display:none}.price-card-info__more{display:block}.price-card-info__more .price-card-info__desc-item:first-child{border-top:0}.button-compare{display:none}.price-card--inner-wrapper,.price-card--popular .price-card--inner-wrapper{height:406px !important}.price-card-info{display:none;border:4px solid #ebf3f5;border-top:0;padding:0 20px 36px;border-bottom-right-radius:14px;border-bottom-left-radius:14px;background:#fff}.price-card-info__desc-item{padding:21px 30px 5px 0;width:100%}.price-card-info__desc-item:first-child{border-top:1px solid #ebebeb}.price-card-info__desc-item .card-toolip{right:20px}.price-card--popular{margin-top:0!important}.price-card--popular .price-card-main,.price-card-main{border-bottom:0;margin:0}.price-card{background:#ebf3f5;border-radius:14px;margin:20px 0}.price-card:nth-child(2){margin:0}.price-card.price-card--popular,.price-card.price-card--popular .key-features-toggle{background:#f6ca56}.price-card.price-card--popular .price-card-info{border-color:#f6ca56}.key-features-toggle{display:flex}.price-card.toggled .price-card-main,.price-card.toggled .price-card-main .price-card--inner-wrapper{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.price-card.toggled .key-features-toggle-button img{transform:rotate(180deg)}.price-slider{padding:60px 0}.price-slider-block{width:100%;max-width:unset;overflow:unset;margin:52px auto 0!important;padding:0}.price-slider-block .slick-dots{display:block;position:static;transform:translate(0);margin-top:30px}.compare-plans{display:none!important}.price-customize-card{flex-direction:column;align-items:center;padding:0 0 20px;max-width:100%;width:100%;margin:0 auto}.price-customize-card--left{border-right:none;border-bottom:2px solid #ebf3f5;padding:24px 24px 20px;width:100%}.price-customize-card--right{padding:20px 24px 24px;width:100%}.price-banner__wrapper{padding:120px 10px 40px;overflow:hidden;text-align:center}.price-banner__decor{right:auto;left:calc(50% - 85px);top:-85px}.price-banner__decor img{position:absolute;top:98px;right:calc(50% - 23px)}.review-slider .slick-dots{display:block;position:static;transform:translate(0);margin-top:30px}.review-slider__item{padding:20px}.review-slider__item-image{position:absolute;max-width:60px;top:20px}.review-slider__item-content{display:flex;flex-direction:column-reverse}.review-slider__item-author{margin-bottom:20px;margin-left:80px;margin-top:5px}.review-slider__item-text{margin-bottom:0}.price-customize{padding-bottom:30px}.price-card--special{order:3}.price-card--special .price-card-bottom{display:flex}.price-card--special .price-card-bottom img{height:auto}.price-faq{padding:40px 0 50px}.price-faq .accordion__item.last-faded{opacity:1;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;pointer-events:auto}.price-faq .accordion-more-block{display:block}.price-faq .accordion__title{padding:20px 70px 20px 20px}.price-faq .accordion__arrow{background-color:transparent;width:auto;height:auto;right:28px;top:calc(50% - 6px);display:flex}.price-faq .accordion__arrow img{width:22px;height:auto;margin-top:0}.price-banner h2{font-size:32px;line-height:1.2em}.price-customize h2{text-align:center}.review-slider .slick-slide{margin:0 15px}.review-slider .slick-list{margin:0 -15px}.price-card--special p,.price-card__btn.price-card__card-switch{margin-bottom:16px}.price-card--special .price-card--inner-wrapper{height:auto}}
