@charset "utf-8";
@import url(/assets/css/font-awesome.css);

html,
body {
    margin: 0px auto !important;
    padding: 0px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    background: #FFFFFF;
    color: #8D97AD;
}

*[data-hide=""],
*[data-hide="0"],
.hidden {
    display: none !important;
}

button,
button:hover,
button:active,
button:focus {
    outline: none;
    font-family: 'Poppins', sans-serif !important;
}

input,
input:hover,
input:active,
input:focus {
    outline: none;
    font-family: 'Poppins', sans-serif !important;
}

textarea,
textarea:hover,
textarea:active,
textarea:focus {
    outline: none;
    font-family: 'Poppins', sans-serif !important;
}

.selectize-input {
    font-family: 'Poppins', sans-serif !important;
}

.selectize-input > input {
    font-family: 'Poppins', sans-serif !important;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    transition: 150ms;
}

label,
a,
button {
    user-select: none;
    outline: none !important;
}

* {
    -webkit-text-decoration-skip: none;
    box-sizing: border-box;
}

a.link-main,
span.link-main {
    cursor: pointer;
    color: #EB7D68;
    transition: 150ms;
}

a.link-main:hover,
span.link-main:hover {
    cursor: pointer;
    opacity: 0.75;
}

.w-100 {
    width: 100%;
}

.o-0 {
    opacity: 0;
}

.mb-0 {
    margin-bottom: 0px;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    color: #8F97AB;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.form-group .form-control {
    color: #3F4554;
    font-size: 16px;
    border: none;
    border-bottom: 2px solid #EAEBEF;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none !important;
    font-weight: 400;
    padding-bottom: 7.5px;
}

.form-group .form-control:valid,
.form-group .form-control:focus {}

.form-group textarea {
    height: 85px;
}

.form-check {
    margin-bottom: 25px;
    line-height: 18px;
    padding: 0px;
    user-select: none;
}

.form-check input {
    display: none;
}

.form-check .checkbox-div {
    width: 18px;
    height: 18px;
    padding: 0px;
    border: 1px solid #8F97AB;
    position: absolute;
    cursor: pointer;
    transition: 150ms;
    border-radius: 4px;
}

.form-check input:checked + .checkbox-div {
    border: 1px solid #EB7D68;
}

.form-check input:checked + .checkbox-div div {
    width: 18px;
    height: 18px;
    padding: 4px 3px;
}

.form-check input:checked + .checkbox-div div svg {
    display: block;
}

.form-check input:checked + .checkbox-div div path {
    stroke: #EB7D68;
}

.form-check input:checked ~ .form-check-label {}

.form-check .form-check-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #8F97AB;
    cursor: pointer;
    transition: 150ms;
    float: left;
    padding-left: 30px;
}

.form-check:hover .checkbox-div {
    border: 1px solid #EB7D68;
}

.form-check .form-check-label a {
    color: #8F97AB;
    transition: 150ms;
    border-bottom: 1px solid rgba(143, 151, 171, 0.2);
}

.form-check .form-check-label a:hover {
    color: #3F4554;
    border-bottom: 1px solid #3F4554;
}

.form-button {}

.form-button .text {
    font-size: 12px;
    line-height: 16px;
    color: #8F97AB;
    font-weight: 400;
    float: left;
    padding-top: 4px;
}

.form-button .text div {
    margin-bottom: 2.5px;
    margin-right: 10px;
}

.form-button .text a {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #8F97AB;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(143, 151, 171, 0.2);
}

.form-button .text a:hover {
    color: #3F4554;
    text-decoration: none !important;
    border-bottom: 1px solid #3F4554;
}

.form-button .btn {
    float: right;
}

.btn-main {
    background: #42ca74;
    box-shadow: 0px 15px 30px #42ca7457;
    border-radius: 10px;
    line-height: 50px;
    padding: 0px 30px;
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    transition: 150ms;
    display: inline-block;
}

.btn-main:hover,
.btn-main:active,
.btn-main:focus {
    box-shadow: 0px 15px 30px #42ca7457;
    color: #FFFFFF;
    opacity: 0.9;
}

.btn-main.disabled,
.btn-main.disabled:hover,
.btn-main.disabled:active,
.btn-main.disabled:focus {
    cursor: not-allowed;
    opacity: 0.8;
}

.btn-main-small {
    background: #42ca74;
    box-shadow: 0 4px 20px 0 rgba(235, 125, 104, 0.5);
    border-radius: 4px;
    line-height: 45px;
    padding: 0px 30px;
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    transition: 150ms;
    display: inline-block;
}

.btn-main-small:hover,
.btn-main-small:active,
.btn-main-small:focus {
    box-shadow: 0 4px 20px 0 rgba(235, 125, 104, 0.5);
    color: #FFFFFF;
    opacity: 0.9;
}

.btn-main-small.disabled,
.btn-main-small.disabled:hover,
.btn-main-small.disabled:active,
.btn-main-small.disabled:focus {
    cursor: not-allowed;
    opacity: 0.8;
}

.btn-dop {
    border: 2px solid #42CA74;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 41px;
    padding: 0px 30px;
    text-align: center;
    color: #3E4555;
    transition: 150ms;
    display: inline-block;
}

.btn-dop:hover,
.btn-dop:active,
.btn-dop:focus {
    color: #3E4555;
    opacity: 0.75;
}

.btn-dop.disabled,
.btn-dop.disabled:hover,
.btn-dop.disabled:active,
.btn-dop.disabled:focus {
    cursor: not-allowed;
    opacity: 0.5;
}

.header {
    height: 95px;
    background: #fff;
}

.header .logo {
    padding-top: 23.5px;
    padding-bottom: 23.5px;
}

.header .menu-button-open {
    cursor: pointer;
    float: right;
    margin-top: 13.5px;
    transition: 150ms;
}

.header .menu-button-open:hover {
    opacity: 0.75;
}

.header .logo img {
  height: 36px;
  margin-top: 4px;
}

.header .menu {
    padding-top: 27.5px;
    padding-bottom: 27.5px;
}

.header .menu > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.header .menu > ul > li {
    float: right;
    margin-left: 15px;
    margin-right: 15px;
}

.header .menu > ul > li:first-child {
    margin-right: 0px;
}

.header .menu > ul > li:last-child {
    margin-left: 0px;
}

.header .menu > ul > li > a {
    font-weight: 500;
    font-size: 14px;
    color: #3E4555;
    line-height: 40px;
    transition: 150ms;
}

.header .menu > ul > li > a:hover {
    color: #3F4554;
}

.header .menu > ul > li.link {}

.header .menu > ul > li.link > a {}

.header .menu > ul > li.link > a:hover {
    opacity: 0.75;
}

.header .menu > ul > li.submenu {
    position: relative;
}

.header .menu > ul > li.submenu:before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 4px;
    border-bottom: 8px solid rgba(63, 69, 84, 0.9);
    border-left: 16px solid transparent;
    display: none;
}

.header .menu > ul > li.submenu > a > svg {
    margin-left: 7.5px;
}

.header .menu > ul > li.submenu > a > svg path {
    fill: #3E4555;
}

.header .menu > ul > li.submenu > div {
    background: rgba(63, 69, 84, 0.9);
    box-shadow: 0px 1px 8px rgba(63, 69, 84, 0.4);
    position: absolute;
    top: 40px;
    right: 4px;
    z-index: 1000;
    padding: 12px 16px;
    border-radius: 8px 0px 8px 8px;
    display: none;
}

.header .menu > ul > li.submenu:hover > div {
    display: block;
}

.header .menu > ul > li.submenu:hover:before {
    display: block;
}

.header .menu > ul > li.submenu > div > ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.header .menu > ul > li.submenu > div > ul > li {}

.header .menu > ul > li.submenu > div > ul > li > a {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    white-space: nowrap;
    width: 100%;
    display: block;
    transition: 150ms;
}

.header .menu > ul > li.submenu > div > ul > li > a:hover {
    opacity: 0.75;
}

.header .menu > ul > li.language {
    position: relative;
}

.header .menu > ul > li.language:before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 4px;
    border-bottom: 8px solid rgba(63, 69, 84, 0.9);
    border-left: 16px solid transparent;
    display: none;
}

.header .menu > ul > li.language > a {
    text-transform: capitalize;
}

.header .menu > ul > li.language > a > svg {
    margin-left: 7.5px;
}

.header .menu > ul > li.language > a > svg path {
    fill: #3E4555;
}

.header .menu > ul > li.language:first-child > a > span {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    float: left;
}

.header .menu > ul > li.language:first-child > a > i {
    padding-left: 5px;
    float: left;
    line-height: 48px;
}

.header .menu > ul > li.language > div {
    background: rgba(63, 69, 84, 0.9);
    box-shadow: 0px 1px 8px rgba(63, 69, 84, 0.4);
    position: absolute;
    top: 40px;
    right: 4px;
    z-index: 1000;
    padding: 12px 16px;
    border-radius: 8px 0px 8px 8px;
    display: none;
}

.header .menu > ul > li.language:hover > div {
    display: block;
}

.header .menu > ul > li.language:hover:before {
    display: block;
}

.header .menu > ul > li.language > div > ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.header .menu > ul > li.language > div > ul > li {}

.header .menu > ul > li.language > div > ul > li > a {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    transition: 150ms;
}

.header .menu > ul > li.language > div > ul > li > a:hover {
    opacity: 0.75;
}

.header .link-login {}

.header .link-login > a.btn-dop {
    line-height: 37px;
}

.header .link-login > a.btn-dop:hover {}

.mobile-menu {
    position: fixed;
    width: 260px;
    top: 0px;
    bottom: 0px;
    right: -300px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    background: #F7F9FC;
    z-index: 1010;
    transition: 250ms;
}

.mobile-menu {}

.mobile-menu .close-block {
    text-align: right;
    padding: 20px 15px;
}

.mobile-menu .close-block .menu-button-close {
    cursor: pointer;
    width: 18px;
    display: inline-block;
    transition: 150ms;
}

.mobile-menu .close-block .menu-button-close:hover {
    opacity: 0.75;
}

.mobile-menu .links-block {
    padding: 25px 20px;
    height: calc(100vh - 60px);
    overflow-y: auto;
}

.mobile-menu .links-block ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.mobile-menu .links-block ul > li.link {
    margin-bottom: 15px;
}

.mobile-menu .links-block ul > li.link > a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #3E4555;
    transition: 150ms;
}

.mobile-menu .links-block ul > li.link > a:hover {
    opacity: 0.75;
}

.mobile-menu .links-block ul > li.submenu {
    margin-bottom: 15px;
}

.mobile-menu .links-block ul > li.submenu > a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #3E4555;
    transition: 150ms;
    display: block;
}

.mobile-menu .links-block ul > li.submenu > a > svg {
    margin-left: 7.5px;
}

.mobile-menu .links-block ul > li.submenu > a > svg path {
    fill: #3E4555;
}

.mobile-menu .links-block ul > li.submenu > a > svg.closed {}

.mobile-menu .links-block ul > li.submenu > a > svg.open {
    transform: rotate(180deg);
}

.mobile-menu .links-block ul > li.submenu > a:hover {
    opacity: 0.75;
}

.mobile-menu .links-block ul > li.submenu > div {
    overflow: hidden;
    transition: 150ms;
}

.mobile-menu .links-block ul > li.submenu > div.closed {
    height: 0px;
}

.mobile-menu .links-block ul > li.submenu > div.open {
    height: 100%;
}

.mobile-menu .links-block ul > li.submenu > div > ul {}

.mobile-menu .links-block ul > li.submenu > div > ul > li {
    margin-top: 10px;
    margin-left: 15px;
}

.mobile-menu .links-block ul > li.submenu > div > ul > li:last-child {
    margin-bottom: 0px;
}

.mobile-menu .links-block ul > li.submenu > div > ul > li > a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #3E4555;
    transition: 150ms;
}

.mobile-menu .links-block ul > li.submenu > div > ul > li > a:hover {
    opacity: 0.75;
}

.mobile-menu .languages-block {
    position: absolute;
    top: 0px;
    width: 200px;
}

.mobile-menu .languages-block .line {
    height: 1px;
    margin: 0px 15px;
    background-color: rgba(255, 255, 255, 0.1);
}

.mobile-menu .languages-block ul {
    padding: 0px 20px;
    list-style: none;
}

.mobile-menu .languages-block ul li {
    float: left;
    margin-right: 30px;
}

.mobile-menu .languages-block ul li a {
    color: #3E4555;
    padding: 20px 0px 15px 0px;
    border-bottom: 3px solid #F7F9FC;
    display: block;
    width: 25px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.mobile-menu .languages-block ul li a:hover {
    color: #3E4555;
    border-bottom: 3px solid #EB7D68;
}

.mobile-menu .languages-block ul.active-lang-en .lang-en a {
    color: #3E4555;
    border-bottom: 3px solid #EB7D68;
}

.mobile-menu .languages-block ul.active-lang-ru .lang-ru a {
    color: #3E4555;
    border-bottom: 3px solid #EB7D68;
}

.mobile-menu .languages-block ul.active-lang-es .lang-es a {
    color: #3E4555;
    border-bottom: 3px solid #EB7D68;
}

.tabs-screens-container {
    width: 890px;
    margin: auto;
}

.tabs-screens-container .ts-nav {
    text-align: center;
    margin-bottom: 40px;
}

.tabs-screens-container .ts-nav .ts-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 46px;
    color: #3E4555;
    border-radius: 10px;
    transition: 150ms;
    display: inline-block;
    padding: 0px 30px;
    cursor: pointer;
    margin: 0px 5px;
    border: 2px solid rgba(243, 176, 120, 0);
    user-select: none;
}

.tabs-screens-container .ts-nav .ts-link:hover {
    border-color: #42ca73!important;
}

.tabs-screens-container .ts-nav .ts-link.active {
    border: 2px solid #42CA74!important;
    border-radius: 10px;
    opacity: 1 !important;
}

.tabs-screens-container .ts-text {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #8D97AD;
    margin-bottom: 40px;
    position: relative;
    height: 60px;
}

.tabs-screens-container .ts-text .ts-one-text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

.tabs-screens-container .ts-text .ts-one-text.active {}

.tabs-screens-container .ts-tabs {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 20px 80px rgba(52, 69, 134, 0.1);
}

.tabs-screens-container .ts-tabs .ts-tabs-header {
    position: relative;
    background: #EEF2FB;
    border-radius: 5px 5px 0px 0px;
    height: 36px;
    padding: 12px;
}

.tabs-screens-container .ts-tabs .ts-tabs-header .ts-button-1 {
    width: 12px;
    height: 12px;
    background: #FF5A52;
    float: left;
    margin-right: 8px;
    border-radius: 6px;
}

.tabs-screens-container .ts-tabs .ts-tabs-header .ts-button-2 {
    width: 12px;
    height: 12px;
    background: #E6C02A;
    float: left;
    margin-right: 8px;
    border-radius: 6px;
}

.tabs-screens-container .ts-tabs .ts-tabs-header .ts-button-3 {
    width: 12px;
    height: 12px;
    background: #53C22B;
    float: left;
    border-radius: 6px;
}

.tabs-screens-container .ts-tabs .ts-tabs-header .ts-domain {
    font-weight: 500;
    font-size: 12px;
    line-height: 10px;
    letter-spacing: -0.2px;
    color: #3E4555;
    position: absolute;
    top: 13.5px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    text-align: center;
}

.tabs-screens-container .ts-tabs .ts-tabs-content {
    height: 450px;
    position: relative;
}

.tabs-screens-container .ts-tabs .ts-tabs-content .ts-one-tab {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

.tabs-screens-container .ts-tabs .ts-tabs-content .ts-one-tab.active {}

.articles {}

.articles .one-article {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.articles .one-article:last-child {
    margin-bottom: 0px;
}

.articles .one-article .left-part {
    min-width: 470px;
    width: 470px;
    margin-right: 50px;
}

.articles .one-article .left-part img {
    width: 100%;
    border-radius: 25px 0px 0px 25px;
}

.articles .one-article .right-part {
    margin-right: 150px;
}

.articles .one-article .right-part .info {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #80899D;
    margin-bottom: 15px;
    height: 18px;
}

.articles .one-article .right-part .info .date {
    float: left;
    margin-right: 10px;
}

.articles .one-article .right-part .info .read {
    float: left;
    padding-left: 10px;
    position: relative;
}

.articles .one-article .right-part .info .read:before {
    content: "";
    display: block;
    float: left;
    width: 4px;
    height: 4px;
    background: #8F97AB;
    border-radius: 2px;
    position: absolute;
    top: 7px;
    left: -1px;
}

.articles .one-article .right-part .name {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
}

.articles .one-article .right-part .name a {
    color: #3E4555;
    transition: 150ms;
}

.articles .one-article .right-part .name a:hover {
    opacity: 0.75;
}

.articles .one-article .right-part .desc {
    font-size: 14px;
    line-height: 24px;
    color: #80899D;
    margin-bottom: 20px;
}

.articles .one-article .right-part .go-to-article {}

.articles .one-article .right-part .go-to-article a {
    font-weight: 700;
}

.pagination .page-item.active .page-link {
    background: #E0E0E0;
    color: #3E4555;
}

.pagination .page-item.active .page-link:hover {
    background: #E0E0E0;
    color: #3E4555;
    opacity: 1;
}

.pagination .page-link {
    position: relative;
    display: block;
    padding: 0px;
    margin-left: 10px;
    line-height: 1.25;
    color: #3E4555;
    background-color: #fff;
    border: none;
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 17.5px !important;
    font-size: 15px;
    font-weight: 500;
    box-shadow: none !important;
}

.pagination .page-link:hover {
    color: #3F4554;
    opacity: 0.75;
}

.block-solutions {
    background: linear-gradient(180deg, #F7F9FC 0%, rgba(247, 249, 252, 0) 100%);
    padding: 70px 0px 70px 0px;
    position: relative;
    z-index: 50;
}

.block-solutions .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 70px;
    color: #3E4555;
    text-align: center;
}

.block-solutions .solutions {}

.block-solutions .solutions .one-solution {
    margin-bottom: 90px;
}

.block-solutions .solutions .solution-margin {}

.block-solutions .solutions .one-solution img {
    margin-bottom: 20px;
    margin-left: -30px;
    width: 300px;
}

.block-solutions .solutions .solution-1 img {}

.block-solutions .solutions .solution-2 img {}

.block-solutions .solutions .solution-3 img {}

.block-solutions .solutions .solution-4 img {}

.block-solutions .solutions .one-solution .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #3E4555;
    margin-bottom: 15px;
    white-space: nowrap;
}

.block-solutions .solutions .one-solution .text {
    font-size: 14px;
    line-height: 24px;
    color: #8D97AD;
    margin-bottom: 15px;
    width: 310px;
}

.block-solutions .solutions .one-solution .learn-more {}

.block-solutions .solutions .one-solution .learn-more svg {
    height: 18px;
    height: 18px;
    margin-left: 10px;
    margin-top: -2px;
}

.block-solutions .start-free-trial {
    text-align: center;
}

.block-reviews-1 {
    background: linear-gradient(180deg, #F7F9FC 0%, #F7F9FC 100%, #FFFFFF 100%, #F7F9FC 100%, #F7F9FC 100%);
    padding: 70px 0px;
}

.block-reviews-1 .our-clients {
    background: #ffffff;
    border-radius: 60px;
    padding: 120px 90px 120px 90px;
}

.block-reviews-1 .our-clients .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 70px;
    color: #3E4555;
    text-align: center;
}

.block-reviews-1 .our-clients .clients-slider {
    margin: 0px 0px 0px 0px;
}

.block-reviews-1 .our-clients .clients-slider .swiper-slide {
    height: 57px;
    line-height: 57px;
}

.block-reviews-1 .our-clients .clients-slider .client-image {
    display: block;
    text-align: center;
}

.block-reviews-1 .our-clients .clients-slider .client-image img {
    max-height: 45px;
    max-width: 150px;
}

.block-reviews-2 {
    padding: 70px 0px 140px 0px;
    background: url(/assets/img/quote.svg) no-repeat center 50px, #5B70BC;
}

.tabs-reviews-container {
    position: relative;
}

.tabs-reviews-container .tr-reviews {
    position: relative;
    height: 315px;
    width: 890px;
    margin: 0px auto 60px auto;
}

.tabs-reviews-container .tr-reviews .tr-one-review {
    position: absolute;
    display: none;
    width: 100%;
}

.tabs-reviews-container .tr-reviews .tr-one-review.active {}

.tabs-reviews-container .tr-reviews .tr-one-review .text {
    height: 200px;
    margin-bottom: 50px;
    font-size: 26px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 35px;
}

.tabs-reviews-container .tr-reviews .tr-one-review .author {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.tabs-reviews-container .tr-reviews .tr-one-review .author-info {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.tabs-reviews-container .tr-nav {
    text-align: center;
}

.tabs-reviews-container .tr-nav .tr-link {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0);
    padding: 3px;
    transition: 150ms;
    margin: 0px 5px;
    cursor: pointer;
}

.tabs-reviews-container .tr-nav .tr-link > div {
    background: rgba(255, 255, 255, 0.3);
    width: 8px;
    height: 8px;
    border-radius: 4px;
    transition: 150ms;
}

.tabs-reviews-container .tr-nav .tr-link:hover > div {
    background: rgba(255, 255, 255, 0.65);
}

.tabs-reviews-container .tr-nav .tr-link.active {
    border: 1px solid rgba(255, 255, 255, 1);
}

.tabs-reviews-container .tr-nav .tr-link.active > div,
.tabs-reviews-container .tr-nav .tr-link.active > div:hover {
    background: rgba(255, 255, 255, 1);
}

.tabs-reviews-container .tr-left {
    cursor: pointer;
    opacity: 0.5;
    transition: 150ms;
    position: absolute;
    left: 0px;
    top: 100px;
}

.tabs-reviews-container .tr-left:hover {
    opacity: 1;
}

.tabs-reviews-container .tr-left img {}

.tabs-reviews-container .tr-right {
    cursor: pointer;
    opacity: 0.5;
    transition: 150ms;
    position: absolute;
    right: 0px;
    top: 100px;
}

.tabs-reviews-container .tr-right:hover {
    opacity: 1;
}

.tabs-reviews-container .tr-right img {}

.block-price {
    padding: 140px 0px;
}

.block-price .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    color: #3E4555;
    margin-bottom: 70px;
}

.block-price .card-price {
    background: #FFFFFF;
    box-shadow: 0px 15px 35px rgba(52, 69, 134, 0.12);
    border-radius: 25px;
    padding: 35px 50px;
    color: #3E4555;
}

.block-price .card-price.card-price-lite {}

.block-price .card-price.card-price-enterprise {
    background: url(/assets/img/price-bg-top.png) top center no-repeat, url(/assets/img/price-bg-bottom.png) bottom center no-repeat, #3E4555;
    background-size: 140%;
    color: #fff;
}

.block-price .card-price .name {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #EB7D68;
    margin-bottom: 30px;
}

.block-price .card-price.card-price-enterprise .name {}

.block-price .card-price .price-monthly {
    text-align: center;
    margin-bottom: 15px;
}

.block-price .card-price .price-monthly[data-content]:before {
    content: attr(data-content);
    display: inline;
    font-size: 18px;
    line-height: 30px;
    padding-right: 10px;
}

.block-price .card-price .price-monthly > span {
    display: inline-block;
}

.block-price .card-price .price-monthly > span:nth-child(1) {
    font-weight: 500;
    font-size: 30px;
    line-height: 24px;
    vertical-align: top;
    margin-right: 10px;
}

.block-price .card-price .price-monthly > span:nth-child(2) {
    font-weight: 500;
    font-size: 60px;
    line-height: 54px;
    margin-right: 10px;
}

.block-price .card-price .price-monthly > span:nth-child(3) {
    font-size: 18px;
    line-height: 30px;
}

.block-price .card-price .users {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #EB7D68;
    margin-bottom: 25px;
}

.block-price .card-price.card-price-enterprise .users {
    color: #87F5DB;
}

.block-price .card-price .buy {
    text-align: center;
    margin-bottom: 35px;
}

.block-price .card-price .buy a {
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 0px 5px 8px rgba(235, 125, 104, 0.25);
}

.block-price .card-price .desc {}

.block-price .card-price .desc .one-item {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    padding-left: 25px;
    position: relative;
}

.block-price .card-price .desc .one-item:before {
    content: "";
    background: url(/assets/img/check.svg) no-repeat;
    width: 14px;
    height: 10px;
    margin-right: 10px;
    position: absolute;
    top: 8px;
    left: 0px;
}

.block-price .card-price .desc .one-item:last-child {
    margin-bottom: 0px;
}

.modal {}

.modal .modal-content {
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 60px 90px 0 rgba(48, 64, 107, 0.08);
    border: none;
}

.modal .modal-content .close {
    right: 0px;
    top: 0px;
    position: absolute;
    padding: 25px;
    cursor: pointer;
    z-index: 100;
}

.modal .modal-content .close g {
    fill: #B6BAC6;
    transition: 150ms;
}

.modal .modal-content .close:hover g {
    fill: #3E4555;
}

.modal .modal-content .modal-body {
    padding: 35px 50px;
    position: relative;
}

.modal .modal-content .modal-body .title {
    color: #3E4555;
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 15px;
}

.modal .modal-content .modal-body .text {
    color: #8F97AB;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 25px;
}

.modal .modal-content .modal-body .form-button {
    text-align: center;
}

.modal .modal-content .modal-body .thanks-success {
    text-align: center;
    padding: 0px 25px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.modal .modal-content .modal-body .success-title {
    color: #3E4555;
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 15px;
}

.modal .modal-content .modal-body .success-text {
    color: #8F97AB;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 25px;
}

.modal .modal-content .modal-body .success-button-block {
    text-align: center;
    margin-bottom: 25px;
}

.footer {
    padding: 70px 0px;
    background: #323B4E;
    color: #FFFFFF;
}

.footer-subscribe {
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-subscribe .text {
    font-size: 30px;
    line-height: 55px;
    font-weight: 700;
}

.footer-subscribe .subscribe-to-news {
    display: flex;
}

.footer-subscribe .subscribe-to-news .form-group-email {
    margin-bottom: 0px;
    width: 100%;
}

.footer-subscribe .subscribe-to-news .form-group-button {
    margin-bottom: 0px;
    text-align: right;
    min-width: 200px;
}

.footer-subscribe .subscribe-to-news .form-group-email input {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    height: 55px;
    border: none;
    font-size: 18px;
    color: #8D97AD;
    padding: 0px 30px;
    box-shadow: none !important;
}

.footer-subscribe .subscribe-to-news .form-group-email .result {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 0px 0px 10px;
    position: absolute;
}

.footer-subscribe .subscribe-to-news .form-group-email .result.result-error {
    color: #FF5A52;
}

.footer-subscribe .subscribe-to-news .form-group-email .result.result-success {
    color: #53C22B;
}

.footer-subscribe .subscribe-to-news .form-group-button button {
    width: inherit;
    margin-left: 30px;
    margin-right: 30px;
}

.footer-links {
    padding-top: 50px;
    margin-bottom: 40px;
}

.footer-links-1 {}

.footer-links-2 {
    padding-left: 45px;
}

.footer-links-3 {
    padding-left: 30px;
}

.footer-links-4 {
    padding-left: 30px;
}

.footer-links .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-links ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.footer-links ul li {
    margin-bottom: 15px;
}

.footer-links ul li:last-child {
    margin-bottom: 0px;
}

.footer-links ul li a {
    font-size: 14px;
    color: #fff;
    transition: 150ms;
}

.footer-links ul li a:hover {
    opacity: 0.75;
}

.footer-bottom {}

.footer-bottom .icons {}

.footer-bottom .icons ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.footer-bottom .icons ul li {
    float: left;
    margin-right: 50px;
}

.footer-bottom .icons ul li:last-child {
    margin-right: 0px;
}

.footer-bottom .social {
    text-align: right;
    margin-bottom: 40px;
}

.footer-bottom .social ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

.footer-bottom .social ul li {
    margin-right: 35px;
}

.footer-bottom .social ul li:last-child {
    margin-right: 0px;
}

.footer-bottom .social ul li a {
    transition: 150ms;
}

.footer-bottom .social ul li a:hover {
    opacity: 0.75;
}

.footer-bottom .social ul li a img {
    height: 14px;
}

.footer-bottom .copyright {
    text-align: left;
}

.footer-bottom .designed {
    text-align: right;
}

.footer-bottom .designed a {
    color: #EB7D68;
}

@media (max-width: 575.98px) {}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (max-width: 767.98px) {
    .btn-main {
        line-height: 45px;
        padding: 0px 25px;
        font-size: 16px;
    }

    .block-solutions .title {
        font-size: 24px;
        line-height: 36px;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .block-solutions .solutions .one-solution {
        width: 290px;
        margin: 0px auto 70px auto;
    }

    .block-solutions .solutions .one-solution img {
        margin-top: 0px !important;
        margin-left: 0px !important;
        width: 100%;
    }

    .block-solutions .solutions .one-solution .name {
        white-space: normal;
        text-align: center;
        width: 100% !important;
    }

    .block-solutions .solutions .one-solution .text {
        width: 100%;
        text-align: center;
    }

    .block-solutions .solutions .one-solution .learn-more {
        text-align: center;
    }

    .block-reviews-1 .our-clients {
        padding: 70px 15px 70px 15px;
    }

    .block-reviews-1 .our-clients .title {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 45px;
        width: 260px;
        margin-left: auto;
        margin-right: auto;
    }

    .block-reviews-2 {
        padding: 0px 0px 70px 0px;
        background: url(/assets/img/quote.svg) no-repeat center 0px, #5B70BC;
    }

    .tabs-reviews-container .tr-reviews {
        width: 100%;
        margin: 0px auto 60px auto;
    }

    .tabs-reviews-container .tr-reviews .tr-one-review .text {
        font-size: 16px;
        line-height: 28px;
    }

    .tabs-reviews-container .tr-reviews .tr-one-review .author {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .tabs-reviews-container .tr-right {
        top: 250px;
    }

    .tabs-reviews-container .tr-left {
        top: 250px;
    }

    .articles .one-article {
        display: block;
        width: 290px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }

    .articles .one-article .left-part {
        min-width: 100%;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .articles .one-article .left-part img {
        width: 100%;
        border-radius: 25px 25px 0px 0px;
    }

    .articles .one-article .right-part {
        margin-right: 0px;
    }

    .articles .one-article .right-part .name {
        font-size: 20px;
        line-height: 28px;
    }

    .block-price {}

    .block-price .card-price {
        padding: 35px 25px;
    }

    .block-price .card-price.card-price-lite {
        margin-bottom: 40px;
    }

    .block-price .card-price .desc .one-item {
        margin-bottom: 7.5px;
        font-size: 16px;
        line-height: 24px;
    }

    .block-price .card-price .buy a {
        font-size: 16px;
        line-height: 45px;
        padding-left: 35px;
        padding-right: 35px;
    }

    .block-price .card-price .price-monthly > span:nth-child(2) {
        font-size: 50px;
        line-height: 50px;
    }

    .footer-subscribe {
        padding-bottom: 50px;
    }

    .footer-subscribe .subscribe-to-news {
        display: block;
    }

    .footer-subscribe .text {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .footer-subscribe .subscribe-to-news .form-group-email {
        margin-bottom: 20px;
    }

    .footer-subscribe .subscribe-to-news .form-group-email input {
        height: 45px;
        font-size: 16px;
        padding: 0px 25px;
    }

    .footer-subscribe .subscribe-to-news .form-group-email .result {
        position: static;
        padding: 0px;
    }

    .footer-subscribe .subscribe-to-news .form-group-email .result.result-error {
        padding: 10px 0px 0px 10px;
    }

    .footer-subscribe .subscribe-to-news .form-group-email .result.result-success {
        padding: 10px 0px 0px 10px;
    }

    .footer-subscribe .subscribe-to-news .form-group-button button {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .footer-links-1,
    .footer-links-2,
    .footer-links-3 {
        margin-bottom: 40px;
        padding-top: 0px;
        padding-left: 15px;
    }

    .footer-links-4 {
        padding-left: 15px;
    }

    .footer-bottom .icons {
        margin-bottom: 40px;
    }

    .footer-bottom .social {
        text-align: left;
        margin-bottom: 40px;
    }

    .footer-bottom .social ul {
        justify-content: flex-start;
    }

    .footer-bottom .social ul li {
        margin-left: 0px;
        margin-right: 20px;
    }

    .footer-bottom .copyright {
        margin-bottom: 15px;
    }

    .footer-bottom .designed {
        text-align: left;
    }

    .modal .modal-content .modal-body {
        padding: 25px 30px;
    }

    .modal .modal-content .modal-body .title {
        font-size: 24px;
        line-height: 36px;
    }

    .modal .modal-content .modal-body .success-title {
        font-size: 24px;
        line-height: 36px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .block-solutions .solutions .one-solution.solution-1 {
        margin-left: 30px;
    }

    .block-solutions .solutions .one-solution.solution-3 {
        margin-left: 30px;
    }

    .block-solutions .solutions .one-solution .name {
        white-space: normal;
    }

    .block-solutions .solutions .one-solution.solution-1 .name {
        margin-bottom: 17px;
    }

    .block-solutions .solutions .one-solution.solution-2 .name {
        padding-right: 50px;
    }

    .block-solutions .solutions .one-solution .text {
        width: 100%;
    }

    .tabs-screens-container {
        width: 100%;
    }

    .tabs-screens-container .ts-nav .ts-link {
        font-size: 14px;
        line-height: 40px;
        padding: 0px 15px;
    }

    .tabs-screens-container .ts-text {
        font-size: 16px;
    }

    .block-reviews-1 .our-clients {
        padding: 90px 60px 90px 60px;
    }

    .block-reviews-1 .our-clients .title {
        font-size: 24px;
        line-height: 36px;
    }

    .block-reviews-2 {
        padding: 35px 0px 70px 0px;
    }

    .tabs-reviews-container .tr-reviews {
        width: 100%;
    }

    .tabs-reviews-container .tr-reviews .tr-one-review .text {
        font-size: 20px;
        line-height: 40px;
        padding-right: 60px;
        padding-left: 60px;
    }

    .articles .one-article .left-part {
        min-width: 320px;
        width: 320px;
        margin-right: 30px;
    }

    .articles .one-article .right-part {
        margin-right: 0px;
    }

    .articles .one-article .right-part .info .read {
        padding-left: 10px;
    }

    .articles .one-article .right-part .name {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .articles .one-article .right-part .desc {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .block-price {}

    .block-price .card-price {
        padding: 35px 25px;
    }

    .block-price .card-price .desc .one-item {
        margin-bottom: 7.5px;
        font-size: 16px;
        line-height: 24px;
    }

    .block-price .card-price .buy a {
        font-size: 16px;
        line-height: 45px;
        padding-left: 35px;
        padding-right: 35px;
    }

    .block-price .card-price .price-monthly > span:nth-child(2) {
        font-size: 50px;
        line-height: 50px;
    }

    .footer-subscribe {
        padding-bottom: 50px;
    }

    .footer-subscribe .text {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 25px;
    }

    .footer-links-1 {}

    .footer-links-2 {
        padding-left: 15px;
    }

    .footer-links-3 {
        padding-left: 15px;
        padding-top: 35px;
    }

    .footer-links-4 {
        padding-left: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .block-solutions .solutions {
        padding-left: 40px;
    }

    .block-solutions .solutions .solution-margin {
        margin-right: -50px;
    }

    .tabs-reviews-container .tr-reviews {
        width: 800px;
    }

    .tabs-reviews-container .tr-reviews .tr-one-review .text {
        font-size: 24px;
        line-height: 50px;
    }

    .articles .one-article .right-part {
        margin-right: 0px;
    }

    .footer-subscribe .text {
        font-size: 28px;
    }
}

@media (min-width: 1200px) {}
