html {
    font-size: 0.78125vw;
    font-weight: 400;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
textarea {
    outline: 0;
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

html,
body {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    line-height: 20px;
    color: #3b444f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed;
}

#main {
    position: relative;
}

.clearfix:after {
    display: table;
    clear: both;
    content: '';
}

section {
    display: block;
}

h1,
h2,
.h2,
h4,
.h4,
h5,
p {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    color: #1d1d26;
}

h1 {
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
}

h2,
.h2 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
}

h4,
.h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

h5 {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.r h2,
.r .h2 {
    padding-right: 0;
    padding-left: 0;
}

a {
    color: #1b81f7;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: 0;
}

p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #3b444f;
}

.p {
    padding-top: 25px;
    font-size: 18px;
    line-height: 26px;
}

b {
    font-weight: 700;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul li {
    font-size: 14px;
    line-height: 20px;
}

div.component {
    padding-top: 0;
}

.learn_arr:after {
    display: inline-block;
    width: 10px;
    height: 5px;
    margin-left: 5px;
    vertical-align: middle;
    content: '';
    background: url('/blog/wp-content/themes/se_theme/images/svg/arr_right.svg') no-repeat center;
    background-size: contain;
}

.btn,
.btn_long {
    --btn-width: 154px;
    --btn-height: 64px;
    --btn-line-height: 63px;
    --btn-font-size: 14px;
    --btn-font-weight: 400;
    --btn-border-radius: 2px;
}

.btn {
    width: var(--btn-width);
    height: var(--btn-height);
    line-height: var(--btn-line-height);
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn,
.btn_long,
.btn:active,
.btn_long:active,
.btn:focus,
.btn_long:focus {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 0;
    font-size: var(--btn-font-size);
    font-weight: var(--btn-font-weight);
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.3px;
    vertical-align: top;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    border-radius: var(--btn-border-radius);
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all 0.24s;
    -webkit-transition: all 0.24s;
    transition: all 0.24s;
}

.btn:hover,
.btn_long:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all 0.24s;
    -webkit-transition: all 0.24s;
    transition: all 0.24s;
}

.btn_white,
.btn_white:active,
.btn_white:focus,
.btns-trial__btn.btn_white,
.btns-trial__btn.btn_white:active,
.btns-trial__btn.btn_white:focus {
    color: rgba(11, 15, 20, 0.94);
    background-color: #fff;
    border-color: #fff;
}

.btn_white:hover,
.btns-trial__btn.btn_white:hover {
    color: rgba(11, 15, 20, 0.94);
    background-color: #efefef;
    border-color: #efefef;
    outline: 0;
}

.btn_white.bg_blue,
.btns-trial__btn.btn_white.bg_blue {
    color: #1b81f7;
}

.btn_blue,
.btn_blue:active,
.btn_blue:focus,
.btns-trial__btn.btn_blue,
.btns-trial__btn.btn_blue:active,
.btns-trial__btn.btn_blue:focus {
    color: #fff;
    background-color: #1b81f7;
    border-color: #1b81f7;
}

.btn_blue:hover,
.btns-trial__btn.btn_blue:hover {
    color: #fff;
    background-color: #3a79d0;
    border-color: #3a79d0;
    outline: 0;
}

.btn_blue_s,
.btn_blue_s:active,
.btn_blue_s:focus,
.btns-trial__btn.btn_blue_s,
.btns-trial__btn.btn_blue_s:active,
.btns-trial__btn.btn_blue_s:focus {
    color: #fff;
    background-color: #1b81f7;
    border-color: #1b81f7;
}

.btn_blue_s:hover,
.btns-trial__btn.btn_blue_s:hover {
    color: #fff;
    background-color: #3a79d0;
    border-color: #3a79d0;
    outline: 0;
}

.btn_green,
.btn_green:active,
.btn_green:focus {
    color: #fff;
    background-color: #5bd982;
    border-color: #5bd982;
}

.btn_green:hover {
    color: #fff;
    background-color: #6cea93;
    border-color: #6cea93;
    outline: 0;
}

.btn_long,
.btns-trial__btn.btn_long {
    width: 272px;
    height: 44px;
    line-height: 44px;
}

.btn_transp,
.btns-trial__btn.btn_transp {
    background-color: transparent;
}

.btn_transp.btn_white,
.btn_transp.btn_white:active,
.btn_transp.btn_white:focus,
.btns-trial__btn.btn_transp.btn_white,
.btns-trial__btn.btn_transp.btn_white:active,
.btns-trial__btn.btn_transp.btn_white:focus {
    color: #fff;
    background-color: transparent;
}

.btn_transp.btn_white:hover,
.btns-trial__btn.btn_transp.btn_white:hover {
    color: rgba(11, 15, 20, 0.94);
    background-color: #fff;
    border-color: #fff;
}

.btn_transp.btn_white:hover.bg_blue,
.btns-trial__btn.btn_transp.btn_white:hover.bg_blue {
    color: #1b81f7;
}

.btn_transp.btn_blue,
.btn_transp.btn_blue:active,
.btn_transp.btn_blue:focus {
    color: #1b81f7;
    background-color: transparent;
}

.btn_transp.btn_blue:hover {
    color: #fff;
    background-color: #1b81f7;
    border-color: #1b81f7;
}

.btn_transp.btn_blue_s,
.btn_transp.btn_blue_s:active,
.btn_transp.btn_blue_s:focus {
    color: #1b81f7;
    background-color: transparent;
}

.btn_transp.btn_blue_s:hover {
    color: #fff;
    background-color: #1b81f7;
    border-color: #1b81f7;
}

.btn_transp.btn_green,
.btn_transp.btn_green:active,
.btn_transp.btn_green:focus {
    color: #5bd982;
    background-color: transparent;
}

.btn_transp.btn_green:hover {
    color: #fff;
    background-color: #5bd982;
    border-color: #5bd982;
}

.btn_transp.btn_red,
.btn_transp.btn_red:active,
.btn_transp.btn_red:focus {
    color: #f05638;
    background-color: transparent;
}

.btn_transp.btn_red:hover {
    color: #fff;
    background-color: #f05638;
    border-color: #f05638;
}

.btn_transp.btn_dark,
.btn_transp.btn_dark:active,
.btn_transp.btn_dark:focus {
    color: #3b444f;
    background-color: transparent;
}

.btn_transp.btn_dark:hover {
    color: #fff;
    background-color: #3b444f;
    border-color: #3b444f;
}

.top_block {
    text-align: center;
}

.top_block:not(.competitor_research_page) > .r {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    width: 100%;
    height: 600px;
    padding-top: 95px;
}

.top_block:not(.competitor_research_page) > .r .text_block {
    display: table-cell;
    vertical-align: middle;
}

.top_block .btns {
    padding-top: 50px;
}

.top_block .btns > .btn:first-child {
    margin-right: 24px;
}

.top_block .btns-trial .btn {
    display: flex;
    font-size: 15px;
    font-weight: 600;
}

.partners {
    line-height: 116px;
    text-align: center;
    background-color: #fafdff;
    border-bottom: 1px solid #efefef;
}

.partners .ttl {
    position: relative;
    font-size: 14px;
    line-height: 116px;
    color: #3b444f;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.partners img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.blue_block {
    padding-bottom: 90px;
    text-align: center;
    background-image: -webkit-linear-gradient(120deg, #1ecff3, #1b81f7);
    background-image: -moz-linear-gradient(120deg, #1ecff3, #1b81f7);
    background-image: -ms-linear-gradient(120deg, #1ecff3, #1b81f7);
    background-image: -o-linear-gradient(120deg, #1ecff3, #1b81f7);
    background-image: linear-gradient(120deg, #1ecff3, #1b81f7);
}

.blue_block > p {
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
}

.blue_block h2,
.blue_block .h2,
.blue_block p {
    color: #fff;
}

.blue_block h3 {
    padding-right: 20px;
    padding-left: 20px;
    margin: 0px;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    color: #fff;
    text-align: center;
}

.features_block {
    padding-bottom: 60px;
}

.features_block .c {
    position: relative;
    padding: 52px 5.5% 0;
    margin-top: 49px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 30px auto;
}

.features_block .c:after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    content: '';
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.features_block .c h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.features_block .c .h5 {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.features_block .c p {
    margin: 15px 0 12px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(59, 68, 79, 0.7);
}

.features_block .btn_long {
    margin-top: 50px;
}

.tree_block .tree_cont {
    margin: 50px 0 68px;
    background: url('/blog/wp-content/themes/se_theme/images/disc.png') repeat-y 50% 0;
    background-size: 5px auto;
}

.tree_block .r {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.tree_block .r:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
    content: '';
    background: #1b81f7;
    border-radius: 50%;
}

.tree_block .r .c p {
    padding: 15px 0;
    color: rgba(59, 68, 79, 0.7);
}

.tree_block .r .c a {
    font-size: 13px;
    color: #1b81f7;
    text-decoration: none;
}

.tree_block .r .c a:hover {
    text-decoration: underline;
}

.tree_block .img {
    position: absolute;
    top: 50%;
    max-width: 30%;
    max-height: 300px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.tree_block .tree_left .img {
    right: 57%;
}

.tree_block .tree_right .img {
    left: 57%;
}

.tree_block .tree_list {
    padding: 15px 0;
}

.tree_block .tree_list li {
    position: relative;
    padding-left: 25px;
    margin-top: 12px;
    color: rgba(59, 68, 79, 0.7);
}

.tree_block .tree_list li:first-child {
    margin-top: 0;
}

.tree_block .tree_list li:before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 3px;
    height: 3px;
    content: '';
    background: url('/blog/wp-content/themes/se_theme/images/svg/dot.svg') center no-repeat;
    background-size: contain;
    opacity: 0.7;
}

.hint_arrow {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: #1b81f7;
    text-align: center;
    letter-spacing: 0.8px;
    background-repeat: no-repeat;
    background-size: contain;
}

.hint_ico {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: top;
    cursor: pointer;
    background: url('/blog/wp-content/themes/se_theme/images/ui-kit/icons/icon-info.svg') no-repeat center;
}

.hint_trigger {
    position: relative;
    cursor: help;
}

.hint_pop {
    position: fixed;
    z-index: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 244px;
    padding: 25px;
    visibility: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    -o-transition: visibility 0.24s, opacity 0.24s;
    -webkit-transition: visibility 0.24s, opacity 0.24s;
    transition: visibility 0.24s, opacity 0.24s;
}

.hint_pop.show {
    visibility: visible;
    opacity: 1;
    display: block;
}

.hint_pop h5 {
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    color: #3b444f;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.hint_pop p {
    font-size: 12px;
    line-height: 15px;
    color: rgba(59, 68, 79, 0.7);
}

.arrow_top_to_left {
    background-image: url('/blog/wp-content/themes/se_theme/images/svg/arrow_right.svg');
    background-position: left bottom;
}

.arrow_bottom_to_right {
    background-image: url('/blog/wp-content/themes/se_theme/images/svg/arrow_left.svg');
    background-position: right top;
}

.select_block {
    position: relative;
}

.select_block:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    content: '';
    background: url('/blog/wp-content/themes/se_theme/images/svg/icn_arr_down_blue.svg') no-repeat left center;
    background-size: 7px auto;
}

.select_block.show:after {
    background: url('/blog/wp-content/themes/se_theme/images/svg/icn_arr_down_white.svg') no-repeat left center;
    background-size: 7px auto;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transform-origin: 20%;
}

.select_block.show .select_dropdown {
    visibility: visible;
    opacity: 1;
}

.select_block .select_dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 30;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -o-transition: 0.24s;
    -webkit-transition: 0.24s;
    transition: 0.24s;
}

.pop_block {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.pop_block.show {
    visibility: visible;
    opacity: 1;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.pop_block.show .pop_cont {
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.pop_block .pop_cont {
    position: absolute;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -ms-transform: translate(0, 20%);
    -webkit-transform: translate(0, 20%);
    transform: translate(0, 20%);
}

.f_form {
    margin: 50px 94px 40px;
}

.f_form .sign_sides > div {
    width: calc(50% - 10px);
}

.f_form .sign_sides > div:first-child {
    float: left;
}

.f_form .sign_sides > div:last-child {
    float: right;
}

.f_form .f_field {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 15px 0;
}

.f_form .f_field.f_error .f_error_block {
    display: block;
}

.f_form .f_field.f_error input[type='text'],
.f_form .f_field.f_error input[type='password'],
.f_form .f_field.f_error textarea {
    border: 1px solid #ff6464;
}

.f_form .f_field.f_error input[type='text']:hover,
.f_form .f_field.f_error input[type='password']:hover,
.f_form .f_field.f_error textarea:hover,
.f_form .f_field.f_error input[type='text']:focus,
.f_form .f_field.f_error input[type='password']:focus,
.f_form .f_field.f_error textarea:focus {
    border: 1px solid #ff6464;
}

.f_form .f_field.focused label,
.f_form .f_field.focused_fixed label {
    top: -7px;
    left: 10px;
    font-size: 13px;
    background-color: #fff;
}

.f_form .f_field.focused i,
.f_form .f_field.focused_fixed i {
    visibility: hidden;
    opacity: 0;
}

.f_form .f_field label {
    position: absolute;
    top: 12px;
    left: 8px;
    z-index: 2;
    padding: 0 3px;
    font-size: 15px;
    line-height: 16px;
    color: rgba(59, 68, 79, 0.7);
    cursor: text;
    background-color: transparent;
    -o-transition: all 0.24s, color 0s;
    -webkit-transition: all 0.24s, color 0s;
    transition: all 0.24s, color 0s;
}

.f_form .f_field input[type='text'],
.f_form .f_field input[type='password'],
.f_form .f_field input[type='email'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 400;
    color: #3b444f;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all 0.24s, border 0s, width 0s, height 0s;
    -webkit-transition: all 0.24s, border 0s, width 0s, height 0s;
    transition: all 0.24s, border 0s, width 0s, height 0s;
}

.f_form .f_field input[type='text'].autocomplete-reset:-webkit-autofill,
.f_form .f_field input[type='password'].autocomplete-reset:-webkit-autofill,
.f_form .f_field input[type='text'].autocomplete-reset:-webkit-autofill:hover,
.f_form .f_field input[type='password'].autocomplete-reset:-webkit-autofill:hover,
.f_form .f_field input[type='text'].autocomplete-reset:-webkit-autofill:focus,
.f_form .f_field input[type='password'].autocomplete-reset:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 149px #fff inset;
    box-shadow: 0 0 0px 149px #fff inset;
}

.f_form .f_field input[type='text']:focus,
.f_form .f_field input[type='password']:focus {
    border: 1px solid #9b9b9b;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.f_form .f_field input[type='password'] {
    font-weight: 400;
    letter-spacing: 3px;
}

.f_form .f_field textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 150px;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #3b444f;
    resize: none;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all 0.24s;
    -webkit-transition: all 0.24s;
    transition: all 0.24s;
}

.f_form .f_field textarea:hover,
.f_form .f_field textarea:focus,
.f_form .f_field textarea:active {
    border: 1px solid #9b9b9b;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.f_form .f_field i {
    position: absolute;
    top: 12px;
    right: 11px;
    z-index: 2;
    font-size: 14px;
    font-style: normal;
    line-height: 16px;
    color: #d7d7d7;
    cursor: text;
    opacity: 1;
    -o-transition: all 0.24s;
    -webkit-transition: all 0.24s;
    transition: all 0.24s;
}

.f_form .f_btn {
    position: relative;
    width: 100%;
    margin-top: 15px;
}

.f_form .f_btn.loader_active {
    cursor: default;
}

.f_form .f_btn.loader_active .loader-container {
    cursor: default;
    opacity: 1;
}

.f_form .f_btn.loader_active .f_btn_title {
    color: transparent;
}

.f_form .f_btn .f_btn_title {
    font-weight: 400;
}

.f_form .f_social_block {
    padding-top: 38px;
}

.f_form .f_or {
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    text-transform: lowercase;
}

.f_form .f_or:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #efefef;
}

.f_form .f_or span {
    position: relative;
    display: inline-block;
    padding: 0 24px;
    font-size: 20px;
    font-weight: 300;
    color: rgba(59, 68, 79, 0.7);
    background-color: #fff;
}

.f_form .f_socs {
    padding-top: 15px;
}

.f_form .f_soc {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 600;
    line-height: 45px;
    text-align: left;
    letter-spacing: 0.22px;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-size: 24px;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.24);
    -o-transition: all 0.24s;
    -webkit-transition: all 0.24s;
    transition: all 0.24s;
}

.f_form .f_soc:hover {
    text-decoration: none;
    opacity: 0.7;
}

.f_form .f_soc {
    color: rgba(0, 0, 0, 0.54);
    background-color: #fff;
}

.f_form .f_soc:first-child {
    margin-bottom: 15px;
}

.f_form .f_soc .linkedin,
.f_form .f_soc .google {
    width: 24px;
    height: 24px;
    margin-right: 20px;
    background-size: cover;
}

.f_form .f_soc .linkedin {
    background-image: url('/blog/wp-content/themes/se_theme/images/svg/linkedin-sign.svg');
}

.f_form .f_soc .google {
    background-image: url('/blog/wp-content/themes/se_theme/images/svg/google-sign.svg');
}

.f_form .f_forgot {
    padding-top: 30px;
    font-size: 12px;
    color: rgba(59, 68, 79, 0.7);
    text-align: center;
}

.f_form .f_forgot a {
    color: #1b81f7;
}

.f_form .f_error_block {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    display: none;
    font-size: 11px;
    color: var(--se-stroke-color-error);
    letter-spacing: 0.2px;
}

.f_form .f_error_block span {
    white-space: nowrap;
}

.f_form.f_error .f_error_block {
    display: block;
}

.arc-rotate-double {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px;
    opacity: 0;
}

.arc-rotate-double .loader {
    width: 100px;
    height: 100px;
    -o-transition: 0.24s;
    -webkit-transition: 0.24s;
    transition: 0.24s;
}

.arc-rotate-double .loader > div {
    position: absolute;
    border: 2px solid;
    border-color: transparent #fff;
    border-radius: 50%;
    -webkit-animation: load 1s infinite ease-in-out;
    animation: load 1s infinite ease-in-out;
}

.arc-rotate-double .loader .arc-1 {
    width: 36%;
    height: 36%;
    margin: 32% 0 0 32%;
}

.arc-rotate-double .loader .arc-2 {
    width: 20%;
    height: 20%;
    margin: 40% 0 0 40%;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.flexible_check {
    padding: 120px 0 150px;
    background-color: #fcfcfc;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

.flexible_check .ico_cup {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 30px;
    background: url('/blog/wp-content/themes/se_theme/images/svg/wa_cup.svg') center no-repeat;
    background-size: contain;
}

.flexible_check.with_switcher .c > .btn_long {
    bottom: 0;
    left: calc(50% + 6.25% + 10px);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.flexible_check .r {
    position: relative;
}

.flexible_check h2,
.flexible_check .h2 {
    padding-top: 35px;
    text-align: left;
}

.flexible_check .c > p {
    padding-bottom: 15px;
}

.flexible_check .c > .btn_long {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 100%);
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}

.flexible_check .text {
    padding: 0 0 130px 0;
    font-size: 14px;
}

.flexible_check .c:first-of-type {
    position: relative;
    -webkit-perspective: 800px;
    perspective: 800px;
}

.flexible_check .calc_tariff {
    height: 371px;
}

@media screen and (max-width: 1000px) {
    .page-template-website-audit .flexible_check .calc_tariff {
        height: 300px;
    }
}

.flexible_check .calc_block {
    position: absolute;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 209px;
    height: 317px;
    padding: 35px 0 29px;
    text-align: center;
    background-color: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 2px 2px 22px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 22px 0 rgba(0, 0, 0, 0.1);
}

.flexible_check .calc_block:first-child {
    left: -60px;
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.flexible_check .calc_block:nth-child(2) {
    left: 100px;
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.flexible_check .calc_block:nth-child(3) {
    left: 275px;
}

.flexible_check .calc_block .top_label {
    position: absolute;
    top: -12px;
    left: 50%;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 108px;
    height: 24px;
    margin-left: -54px;
    font-size: 10px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 1px;
}

.flexible_check .calc_block .title {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700;
    color: #3b444f;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.flexible_check .calc_block .price {
    position: relative;
    padding: 40px 0 25px;
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 38px;
    color: #1b81f7;
}

.flexible_check .calc_block .price span {
    font-size: 28px;
}

.flexible_check .calc_block .price span i {
    position: relative;
    top: -3px;
    font-size: 14px;
    font-style: normal;
    vertical-align: top;
}

.flexible_check .calc_block .price .price_year {
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    color: #3b444f;
    text-align: center;
    letter-spacing: 0.6px;
}

.flexible_check .calc_block .price .price_year span,
.flexible_check .calc_block .price .price_year i {
    position: static;
    font-size: 12px;
    line-height: 12px;
    color: #3b444f;
    letter-spacing: 0.6px;
}

.flexible_check .calc_block .price .price_year i {
    font-style: normal;
}

.flexible_check .calc_block .ranking_check {
    position: relative;
}

.flexible_check .calc_block .ranking_check b,
.flexible_check .calc_block .ranking_check strong {
    font-weight: 700;
}

.flexible_check .calc_block .ranking_check p {
    padding-bottom: 9px;
    font-size: 12px;
    line-height: 15px;
    color: rgba(59, 68, 79, 0.7);
}

.flexible_check .calc_block .ranking_check p.smaller {
    font-size: 11px;
}

.flexible_check .calc_block .ranking_check .keywords {
    display: inline-block;
    width: 138px;
    height: 28px;
    font-size: 10px;
    line-height: 30px;
    color: rgba(59, 68, 79, 0.7);
    vertical-align: top;
    background-color: #f5f5f5;
    border-radius: 100px;
}

.flexible_check .calc_block .select_block:after {
    background: url('/blog/wp-content/themes/se_theme/images/svg/icn_arr_down_dark.svg') left center no-repeat;
}

.flexible_check .calc_block .select_block p {
    cursor: pointer;
}

.flexible_check .calc_block .select_block > p {
    height: 28px;
    padding: 0;
    line-height: 28px;
}

.flexible_check .calc_block .select_block .select_dropdown {
    padding: 5px 0;
    overflow: hidden;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.flexible_check .calc_block .select_block .select_dropdown p {
    padding: 5px 0;
    text-transform: lowercase;
}

.flexible_check .calc_block .select_block .select_dropdown p:hover {
    background-color: #fcfcfc;
}

.flexible_check .calc_block .discount {
    padding-top: 41px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: rgba(59, 68, 79, 0.7);
}

.flexible_check .calc_block .discount div {
    font-size: 18px;
    line-height: 22px;
    color: #3b444f;
}

.flexible_check .calc_frequency {
    position: relative;
    left: 11.7%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 416px;
    height: 35px;
    font-size: 12px;
    font-weight: 700;
    color: #1b81f7;
    background-color: #fff;
    border: 1px solid rgba(13, 160, 227, 0.3);
    border-radius: 100px;
}

.flexible_check .calc_frequency li {
    float: left;
    width: 33.333%;
    height: 45px;
    margin-top: -6px;
    line-height: 47px;
    text-align: center;
    letter-spacing: 0.5px;
    list-style: none;
    cursor: pointer;
}

.flexible_check .calc_frequency li.active {
    color: #fff;
    cursor: default;
    background-color: #1b81f7;
    border-radius: 100px;
}

.flexible_check .calc_frequency_tip {
    position: absolute;
    bottom: -98px;
    left: -59px;
    font-size: 16px;
    line-height: 22px;
    color: #1b81f7;
}

.flexible_check .calc_frequency_tip:after {
    position: absolute;
    right: -155px;
    bottom: 4px;
    width: 152px;
    height: 70px;
    content: '';
    background: url('/blog/wp-content/themes/se_theme/images/svg/arrow_left_to_top.svg') no-repeat center;
    background-size: contain;
}

.start_free_trial {
    position: relative;
    margin-top: 60px;
    text-align: center;
}

.how_performs h2,
.how_performs .h2 {
    padding-bottom: 54px;
}

.how_performs .r {
    position: relative;
}

.how_performs .r:after,
.how_performs .r:before {
    position: absolute;
    left: calc(6.25% + 10px);
    width: calc(87.5% - 20px);
    height: 1px;
    content: '';
    background-color: #efefef;
}

.how_performs .r:after {
    top: 50%;
}

.how_performs .r:before {
    top: 66.66%;
    display: none;
}

.how_performs .border_line {
    position: absolute;
    top: 0;
    left: calc(6.25% + 10px);
    width: calc(87.5% - 20px);
    height: 100%;
}

.how_performs .border_line:before,
.how_performs .border_line:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #efefef;
}

.how_performs .border_line:before {
    top: 0;
}

.how_performs .border_line:after {
    bottom: 0;
}

.how_performs .itm {
    position: relative;
    margin-top: 45px;
    margin-bottom: 45px;
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 70px auto;
}

.how_performs .itm:after {
    position: absolute;
    top: 0;
    right: -17%;
    width: 1px;
    height: 80px;
    content: '';
    background-color: #efefef;
}

.how_performs .itm p {
    display: table-cell;
    padding-left: 90px;
    vertical-align: middle;
}

.how_performs .cont {
    display: table;
    width: 100%;
    height: 80px;
    table-layout: fixed;
}

.how_performs .c:nth-of-type(3n) .itm:after {
    display: none;
}

.how_performs .c:nth-of-type(1) .itm {
    background-image: url('/blog/wp-content/themes/se_theme/images/svg/infographic/pt_keyword.svg');
}

.how_performs .c:nth-of-type(2) .itm {
    background-image: url('/blog/wp-content/themes/se_theme/images/svg/infographic/pt_adaptive.svg');
}

.how_performs .c:nth-of-type(3) .itm {
    background-image: url('/blog/wp-content/themes/se_theme/images/svg/infographic/pt_reports.svg');
}

.how_performs .c:nth-of-type(4) .itm {
    background-image: url('/blog/wp-content/themes/se_theme/images/svg/infographic/pt_label.svg');
}

.how_performs .c:nth-of-type(5) .itm {
    background-image: url('/blog/wp-content/themes/se_theme/images/svg/infographic/pt_card.svg');
}

.how_performs .c:nth-of-type(6) .itm {
    background-image: url('/blog/wp-content/themes/se_theme/images/svg/infographic/pt_api.svg');
}

.f_field_terms {
    font-size: 13px;
    font-weight: 400;
    color: #3b444f;
    letter-spacing: 0.1px;
}

.f_field.f_pre_term {
    margin-bottom: 25px;
}

.f_form.f_btn.f_pos_term {
    margin-top: 10px;
}

/* feedback */
.feedback {
    padding-bottom: 100px;
}

.feedback .p {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}

.feedback .sign_form {
    max-width: 420px;
    padding: 0 20px;
    margin: 40px auto 0;
}

.feedback .sign_form .f_form {
    position: relative;
    margin: 0;
}

.feedback .sign_form .f_form:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    visibility: hidden;
    content: '';
}

.feedback .sign_form .f_form .f_btn {
    position: relative;
    left: 50%;
    height: 54px;
    line-height: 53px;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.feedback .sign_form .f_form .f_btn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 14px;
    margin: -7px 0 0 -9px;
    content: '';
    background: url('/blog/wp-content/themes/se_theme/images/svg/ico_check_sent.svg') no-repeat center;
    background-size: contain;
    opacity: 0;
}

.feedback .sign_form .f_form.sent_anim:before {
    -webkit-animation: submitBlock 5s;
    animation: submitBlock 5s;
}

.feedback .sign_form .f_form.sent_anim .f_btn {
    -webkit-animation: submit 5s;
    animation: submit 5s;
}

.feedback .sign_form .f_form.sent_anim .f_btn:before {
    -webkit-animation: submitCheck 5s linear;
    animation: submitCheck 5s linear;
}

.feedback .sign_form .f_form.sent_anim .f_btn .f_btn_title {
    -webkit-animation: submitText 5s linear;
    animation: submitText 5s linear;
}

.facts {
    background-color: #fafafa;
    -webkit-box-shadow: 0 0 0 1px #f5f5f5;
    box-shadow: 0 0 0 1px #f5f5f5;
}

.facts .facts_text {
    display: block;
    width: 100%;
    padding: 40px 0 45px;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    color: rgba(11, 15, 20, 0.94);
    text-align: center;
}

.facts .r {
    text-align: center;
}

.facts .c {
    padding: 0 0 50px;
}

.facts .c:before {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    content: '';
    background-repeat: no-repeat;
    background-position: center bottom;
}

.facts .c:nth-of-type(1) {
    margin-left: 3.12%;
}

.facts .c:nth-of-type(1):before {
    background-image: url('/blog/wp-content/themes/se_theme/images/svg/infographic/ws_ppl.svg');
}

.facts .c:nth-of-type(2):before {
    background-image: url('/blog/wp-content/themes/se_theme/images/svg/infographic/ws_case.svg');
}

.facts .c:nth-of-type(3):before {
    background-image: url('/blog/wp-content/themes/se_theme/images/svg/infographic/ws_event.svg');
}

.facts .c:nth-of-type(4):before {
    background-image: url('/blog/wp-content/themes/se_theme/images/svg/infographic/ws_cogwheel.svg');
}

.facts .c strong {
    display: block;
    padding: 20px 0 10px;
    font-size: 35px;
    line-height: 45px;
}

.facts .c p {
    font-size: 12px;
    font-weight: 600;
    color: #3b444f;
    text-transform: uppercase;
    letter-spacing: 1px;
}

body .facts .facts_text {
    font-size: 26px;
    font-weight: 700;
}

.partners ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px 0;
}

.partners ul li {
    margin: 0 30px;
}

@media screen and (max-width: 991px) {
    .hint_pop {
        position: absolute;
        display: none;
    }
}

@media all and (max-width: 768px) {
    .facts .facts_text {
        padding: 60px 0;
        font-size: 42px;
    }

    .facts .c {
        width: 220px;
        margin-right: 2%;
        margin-left: 2%;
    }

    .facts .c:nth-of-type(1) {
        margin-left: 2%;
    }

    :root .page_wrap_index .block3 .top_search .select_dropdown {
        left: -90px;
    }

    .partners ul {
        flex-wrap: wrap;
    }

    .partners ul li {
        width: 28%;
        margin: 20px 20px;
    }
}

@media all and (max-width: 480px) {
    .facts .facts_text {
        font-size: 30px;
    }
}

/* /feedback */
/* /select se */
.list_se_scroll {
    width: 100%;
    max-height: 215px !important;
    margin: 0;
}

.search {
    position: relative;
    padding-bottom: 1px;
}

.search.list_se_search_scroll {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.search input:focus {
    border-color: #34434e;
}

.top_search .scrollbar-inner > .scroll-element.scroll-y {
    width: 7px;
}

.scroll-wrapper.list_se_scroll {
    display: none !important;
}

.scroll-wrapper.list_se_scroll.list_se_scroll_active,
.scroll-wrapper.list_se_scroll.list_se_scroll_active .scroll-content {
    display: block !important;
}

.top_search span {
    font-weight: 600;
}

.search.disabled-status {
    display: none;
}

/* /select se */
@-moz-keyframes load {
    0% {
        -webkit-transform: rotate(0) scale(1);
        -ms-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
    }
    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        -ms-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        -ms-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0) scale(1);
        -ms-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
    }
    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        -ms-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        -ms-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@-o-keyframes load {
    0% {
        -webkit-transform: rotate(0) scale(1);
        -ms-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
    }
    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        -ms-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        -ms-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@keyframes load {
    0% {
        -webkit-transform: rotate(0) scale(1);
        -ms-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
    }
    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        -ms-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        -ms-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@-moz-keyframes submitBlock {
    0%, 100% {
        visibility: visible;
    }
}

@-webkit-keyframes submitBlock {
    0%, 100% {
        visibility: visible;
    }
}

@-o-keyframes submitBlock {
    0%, 100% {
        visibility: visible;
    }
}

@keyframes submitBlock {
    0%, 100% {
        visibility: visible;
    }
}
