@import url(https://fonts.googleapis.com/css?family=Muli:300,400|Ubuntu:400,500,300);
@import "../fonts/fonts.css";

/* Typography */
body {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    color: #000;
}

.green-bg {
    background: #00cccc;
    color: #fff;
    text-align: center;
}

.sec-header {
    font-size: 34px;
    line-height: 40px;
    margin: 23px 0;
}

a {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

img.alignleft {
    float: left;
    margin-right: 15px;
}

img.alignright {
    float: right;
    margin-left: 15px;
}

.mr-20 {
    margin-right: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.fz-14 {
    font-size: 14px !important;
    line-height: 1.1;
}

.fz-15 {
    font-size: 15px !important;
    line-height: 1.1;
}

.bg-green {
    background: #b0e5e5;
}

ul {
    margin-bottom: 17px;
}

/* / Typography */

/* Buttons */
.freetrial-btn-small-img,
.freetrial-btn-small img {
    height: 36px;
    width: auto;
    -webkit-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.36);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.freetrial-btn img {
    height: 42px;
    -webkit-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.36);
}

.freetrial-btn-xsmall img {
    height: 31px;
    -webkit-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.36);
}

.chat-btn img {
    width: 146px;
}

.chat-btn-small img {
    height: 65px;
    -webkit-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.36);
}

.chat-btn-xl img {
    width: 140px;
    -webkit-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.36);
}

.chat-btn-xxl img {
    width: 157px;
    -webkit-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.36);
}

.freetrial-btn-small-img:hover,
.freetrial-btn-small:hover,
.freetrial-btn-small:focus,
.chat-btn-small:hover,
.chat-btn-small:focus,
.freetrial-btn:hover,
.freetrial-btn:focus,
.chat-btn:hover,
.chat-btn:focus,
.freetrial-btn-xsmall:hover,
.freetrial-btn-xsmall:focus,
.chat-btn-xl:hover,
.chat-btn-xl:focus,
.chat-btn-xxl:hover,
.chat-btn-xxl:focus {
    opacity: 0.8;
}

/* / Buttons */

/* HEADER */
.header {
    padding: 5px 0 5px;
    color: #000066;
    background-color: #21252c;
}

.header a {
    color: #000066;
    text-decoration: none;
}

.header-logo {
    display: block;
    float: left;
    width: 188px;
}

.header-logo img {
    width: 100%;
}

.header-phones {
    float: left;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 0 0 0 27px;
}

.header-phones-head {
    margin: 0 0 22px 0;
}

.header-phones-number {
    margin: 0 0 0 0;
}

.header-right-wrap {
    position: relative;
    float: right;
}

.header-right-top .freetrial-btn-small {
    display: block;
    float: left;
    margin-right: 18px;
}

.header-right-top .chat-btn-small {
    position: absolute;
    right: 0;
    top: 0px;
}

.header-right-top .header-right-top-links {
    list-style: none;
    display: block;
    float: left;
    padding: 7px 18px 8px;
    margin-right: 18px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 500;
    background: #eee;
}

.header-right-top .header-right-top-links li {
    display: inline-block;
}

.header-right-top .header-right-top-links li::before {
    content: "|";
    display: inline-block;
    margin: 0 8px 0 5px;
}

.header-right-top .header-right-top-links li:first-child::before {
    content: "";
    margin: 0;
}

.header-right-top .header-right-top-links a:hover,
.header-right-top .header-right-top-links a:focus {
    text-decoration: underline;
}

.header-right-top .header-social {
    display: block;
    float: left;
}

.header-right-top .header-social a {
    color: #333366;
    font-size: 12px;
    display: inline-block;
    margin-left: -3px;
}

.header-right-top .header-social a:hover,
.header-right-top .header-social a:focus {
    color: #DE232A;
}

.header-right-bottom .header-menu {
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none;
}

.header-right-bottom .header-menu li {
    display: inline-block;
    margin-right: 11px;
    font-size: 14px;
    padding-bottom: 5px;
}

.header-right-bottom .header-menu li a:hover,
.header-right-bottom .header-menu li a:focus {
    text-decoration: underline;
}

header .header-left .chut-button {
    position: fixed;
    right: 15px;
    top: 10px;
    z-index: 99;
}

.mobile-menu {
    color: #000;
    display: table;
    width: 100%;
    background: #fff;
    border-top: 1px solid #9bcbd3;
    border-bottom: 1px solid #9bcbd3;
}

.mobile-menu .navbar-header {
    padding-left: 32px;
    text-align: center;
}

.mobile-menu .navbar-brand {
    color: #000;
    display: inline-block;
    float: none;
}

.mobile-menu .navbar-brand:hover {
    color: #000;
}

.mobile-menu .navbar-toggle .icon-bar {
    background: #000;
}

.mobile-menu .navbar-toggle {
    border: 0;
    margin-right: 0;
    padding: 9px 5px;
}

.mobile-menu .navbar-toggle:focus,
.mobile-menu .navbar-toggle:hover {
    background-color: transparent;
}

.mobile-menu .advantages.page {
    background: #fff;
    border-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

.mobile-menu .advantages.page .advantages-block {
    background: #b0e5e5;
    width: 100%;
    padding: 2px 0 2px 15px;
    text-align: left;
    border-bottom: 1px solid #97c1cc;
}

.mobile-menu .navbar-collapse {
    padding: 0 33px 0 0;
    border: 0;
}

.mobile-menu .advantages.page .advantages-block-icon {
    float: left;
    margin: 0 15px 0 0;
    width: 90px;
    height: 60px;
    background-size: auto 45px;
    background-position: center;
}

.mobile-menu .advantages.page .advantages-block-head {
    float: left;
    vertical-align: top;
    line-height: 60px;
    margin-top: 0;
}

.page-template-template-trial-awr .mobile-menu,
.page-template-template-trial-landing .mobile-menu,
.page-template-template-trial .mobile-menu,
.page-template-template-contact .mobile-menu {
    display: none;
}

header .header-menu .menu-item-has-children {
    position: relative;
    padding-right: 15px;
}

header .header-menu .menu-item-has-children:after {
    position: absolute;
    right: 0;
    top: 3px;
    font: normal normal normal 14px/1 FontAwesome;
}

header .header-menu .menu-item-has-children>.sub-menu {
    position: absolute;
    top: 100%;
    left: -10px;
    display: none;
    white-space: nowrap;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #ebebeb;
    z-index: 999;
}

header .header-menu .menu-item-has-children>.sub-menu li {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
    padding: 5px 0;
    border-bottom: 1px solid #ebebeb;
}

header .header-menu .menu-item-has-children>.sub-menu li:last-child {
    border-bottom: 0;
}

header .header-menu .menu-item-has-children:hover>.sub-menu {
    display: block;
}

header .header-menu .menu-item-has-children:hover>a {
    text-decoration: none;
}

/* / HEADER */

/* SECTION usp home */
.usp.home {
    background-color: #282561;
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    padding: 128px 0px 160px 0px;
}

.usp.home .usp-head {
    font-size: 46px;
    font-weight: 500;
    margin-bottom: 43px;
}

.usp.home p {
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 29px;
}

/* / SECTION usp home */

/* SECTION usp page */
.usp.page {
    background-color: #333366;
    background-size: auto 100%;
    background-position: top right;
    background-repeat: no-repeat;
    color: #fff;
    padding: 17px 0px 34px 0px;
}

.usp.page .usp-head {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size: 44px;
    margin-bottom: 33px;
}

.usp.page p {
    font-size: 17px;
    line-height: 29px;
    font-family: "Muli", sans-serif;
    font-weight: 400;
    margin-bottom: 16px;
}

/* / SECTION usp page */

/* SECTION advantages home */
.advantages.home {
    margin-bottom: 30px;
}

.advantages.home .advantages-middle {
    margin: 39px 0px 25px 0px;
}

.advantages.home .advantages-block {
    display: block;
    background: #f8f8f8 no-repeat top center;
    border: solid 1px #ccc;
    padding: 4px 12px 8px 12px;
    text-align: center;
    color: #000;
    text-decoration: none !important;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.advantages.home .advantages-block:hover,
.advantages.home .advantages-block:focus {
    background: #52dcdc;
    border-color: #52dcdc;
}

.advantages.home .advantages-block-icon {
    display: block;
    margin: 0 auto;
    width: 73px;
    height: 60px;
    background: transparent no-repeat;
    background-size: auto;
    background-position: center bottom;
}

.advantages.home .advantages-block-head {
    text-decoration: none !important;
    font-size: 17px;
    line-height: 21px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 3px;
}

.advantages.home .advantages-block-head::after {
    content: "";
    display: block;
    margin: 3px auto 8px;
    height: 1px;
    width: 105px;
    background: #ccc;
}

.advantages-block-link {
    text-decoration: none !important;
}

.advantages.home .advantages-block-txt {
    text-decoration: none !important;
    font-size: 13px;
    line-height: 16px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    height: 52px;
    display: table-cell;
    vertical-align: middle;
}

.advantages-bottom {
    text-align: center;
}

/* / SECTION advantages home */

/* SECTION advantages page */
.advantages.page {
    margin-bottom: 30px;
    background: #f8f8f8;
    border-bottom: solid 1px #9b9bb0;
    -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.2);
}

.advantages.page .advantages-middle {
    margin: 0;
}

.advantages.page .advantages-block {
    display: block;
    float: left;
    width: 12.5%;
    background: #f8f8f8;
    padding: 4px 3px 14px;
    text-align: center;
    color: #000;
    text-decoration: none !important;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.advantages.page .advantages-block.active,
.advantages.page .advantages-block:hover,
.advantages.page .advantages-block:focus {
    background: #52dcdc;
    border-color: #52dcdc;
}

.advantages.page .advantages-block-icon {
    display: block;
    margin: 27px auto 16px;
    width: 73px;
    height: 60px;
    background: transparent no-repeat;
    background-size: auto;
    background-position: center bottom;
}

.advantages.page .advantages-block-head {
    font-size: 13px;
    line-height: 15px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin-top: 3px;
    min-height: 30px;
}

/* / SECTION advantages page */

/* SECTION textblock-grey */
.textblock-grey {
    background: #efefef;
    padding: 28px 0px 113px 0px;
    color: #626262;
    font-size: 21px;
    line-height: 22px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
}

.textblock-grey .sec-header {
    color: #000;
    text-align: center;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    margin-bottom: 42px;
}

.textblock-grey strong,
.textblock-grey .bold {
    font-size: 24px;
    font-family: 'MuliBold';
}

.textblock-grey ul {
    margin: 26px 0px;
    padding: 0;
    list-style: none;
}

.textblock-grey ul li {
    margin-bottom: 23px;
    line-height: 22px;
}

.textblock-grey ul li::before {
    content: "";
    display: inline-block;
    height: 6px;
    width: 7px;
    margin: 4px 14px 4px 0;
    background: url("../img/list-circle-icon.png") no-repeat;
    background-size: 100% 100%;
}

.textblock-grey a {
    color: #626262;
    text-decoration: underline;
}

.textblock-grey a:hover,
.textblock-grey a:focus {
    text-decoration: none;
}

/* / SECTION textblock-grey */

/* SECTION threelinks */
.threelinks {
    background: #848484;
}

.threelinks-block {
    padding: 0;
}

.threelinks-block:nth-child(2) {
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
}

.threelinks-block a {
    display: block;
    background: #848484;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 27px;
    font-family: 'MuliBold';
    padding: 33px 10px;
}

.threelinks-block a:hover,
.threelinks-block a:focus {
    background-color: #00CCCC;
}

/* / SECTION threelinks */

/* SECTION textblock-white */
.textblock-white {
    margin-top: 5px;
    padding: 10px 0px 45px 0px;
    color: #626262;
    font-size: 21px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    background: url(../img/polka-background.png);
}

.textblock-white .sec-header {
    color: #000;
    text-align: center;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    margin-bottom: 42px;
}

.textblock-white strong,
.textblock-white .bold {
    font-size: 24px;
    font-family: 'MuliBold';
}

.textblock-white .semibold {
    font-family: 'mulimediumx';
}

.textblock-white p {
    line-height: 28px;
    margin-bottom: 28px;
}

.textblock-white ul {
    margin: 26px 0px;
    padding: 0;
    list-style: none;
}

.textblock-white ul li {
    margin-bottom: 23px;
    line-height: 22px;
}

.textblock-white a {
    color: #626262;
    text-decoration: underline;
}

.textblock-white a:hover,
.textblock-white a:focus {
    text-decoration: none;
}

/* / SECTION textblock-white */

/* SECTION advantages-sec */
.advantages-sec {
    margin: 15px 0 0;
}

.advantages-sec-block-wrap {
    margin-bottom: 15px;
}

.advantages-middle-container {
    padding: 0;
}

.advantages-sec-block {
    border: solid 1px #dce7e7;
    background: #b8f1f1;
    text-align: center;
    padding: 10px 15px 20px 15px;
}

.advantages-sec-block-head {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
}

.advantages-sec-block-head::after {
    content: "";
    display: block;
    margin: 12px auto 12px;
    height: 1px;
    width: 135px;
    background: #afd5d5;
}

.advantages-sec-block-txt {
    font-size: 19px;
    line-height: 22px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    color: #848484;
    margin-top: 10px;
}

.advantages-sec-block-txt .signature {
    display: block;
    margin-top: 7px;
    font-family: 'MuliBold';
    font-weight: normal;
}

.advantages-sec-block-txt a {
    color: #848484;
    text-decoration: underline;
}

.advantages-sec-block-txt a:hover,
.advantages-sec-block-txt a:focus {
    text-decoration: none;
}

/* / SECTION advantages-sec */

/* SECTION customers */
.customers {
    background: #fafafa;
    margin: 0 0px 17px;
    padding: 1px 0px 47px 0px;
    text-align: center;
}

.customers .sec-header {
    color: #3d3d3d;
    text-align: center;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    margin: 47px 0 20px;
}

.customers-container .customers-block {
    position: relative;
    padding: 0 !important;
    display: inline-block;
    margin: 0 45px;
    text-decoration: none !important;
    background-size: cover;
}

.customers-container .customers-block img {
    height: 110px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.customers-container .customers-block img.customers_logo_color {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.customers-container .customers-block:hover img.customers_logo_color,
.customers-container .customers-block:focus img.customers_logo_color {
    opacity: 1;
}

/* / SECTION customers */

/* SECTION usp-footer */
.usp-footer {
    background: #38d7d7 url("../img/usp-footer-bg.jpg") no-repeat bottom center;
    background-size: 100% auto;
    min-height: 488px;
    text-align: center;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 37px;
    line-height: 43px;
    padding: 38px 0px;
}

.usp-footer p {
    margin: 20px 0px 25px 0px;
}

/* / SECTION usp-footer */

/* SECTION content page */
.content.page {
    font-size: 18px;
    line-height: 24px;
}

.content.page .content-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.content.page .green-bg .content-container {
    margin-top: 0;
    margin-bottom: 10px;
}

.content.page .content-container.small-text {
    margin-top: 30px;
    margin-bottom: 30px;
}

.content.page .content-container.small-text h3 {
    font-family: 'MuliBold';
    font-weight: normal;
    .content.page amargin-top: 25px;
    font-size: 16px;
}

.content.page .content-container.small-text .col-md-6>h3:first-child {
    margin-top: 0;
}

.gray-bg {
    background: #ebe9e9;
    padding: 1px 0px;
}

.home-shortcuts .content.page a {
    color: #0A55A0 !important;
}

.content.page a:hover,
.content.page a:focus {
    text-decoration: none;
}

.content.page p {
    margin-bottom: 17px;
}

.content.page strong,
.content.page .bold {
    font-family: 'MuliBold';
    display: inline-block;
    font-weight: normal;
}

.content.page .small-text h3 {
    font-size: 17px;
    line-height: 20px;
    font-family: 'MuliBold';
    margin-top: 0;
}

.content.page .small-text {
    font-size: 16px;
    line-height: 22px;
}

.content.page .col-md-6,
.content.page .col-md-12 {
    padding: 0px 15px;
}

.content.page img {
    max-width: 100%;
}

.content.page .content-container .col-md-6 p:last-child,
.content.page .content-container .col-md-12 p:last-child {
    margin-bottom: 0;
}

/* / SECTION content page */

/* CONTACT page Template */
.page-template-template-contact .usp.page p,
.page-template-template-contact .content.page p {
    margin-bottom: 0;
}

.page-template-template-contact .content.page p {
    line-height: 1;
}

.page-template-template-contact .usp.page .col-md-6 {
    width: auto;
    padding: 0;
}

.page-template-template-contact .small-text h2 {
    color: #333366;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin: 30px 0;
}

.page-template-template-contact .content.page .small-text {
    font-size: 15px;
}

.page-template-template-contact .small-text form {
    font-size: 16px;
}

.page-template-template-contact .content.page form p {
    line-height: 1.4;
}

.page-template-template-contact .small-text form input {
    line-height: 32px;
}

.page-template-template-contact .small-text form input[name="your-name"] {
    margin-bottom: 20px;
}

.page-template-template-contact .small-text form input[type="submit"] {
    background: url(../img/submit.jpg);
    width: 86px;
    height: 30px;
    font-size: 0;
    border: 0;
    -webkit-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.36);
}

.page-template-template-contact .small-text form input[type="submit"]:hover {
    opacity: 0.8;
}

.page-template-template-contact .small-text form input,
.page-template-template-contact .small-text form textarea {
    width: 500px;
    background: #ebfbfb;
    border: 1px solid #5f6565;
    margin-bottom: 10px;
}

.page-template-template-contact .small-text form textarea {
    height: 232px;
}

.page-template-template-contact .small-text hr {
    border-top: 1px solid #8a8a8a;
    margin: 30px 0 60px;
}

.page-template-template-contact .content.page .small-text h3 {
    font-size: 24px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin-bottom: 40px;
}

.page-template-template-contact .small-text .border-yes {
    position: relative;
}

.page-template-template-contact .small-text .border-yes:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 0;
    width: 1px;
    height: 200px;
    background: #3c3c3c;
}

.page-template-template-contact .small-text .border-yes:after {
    content: '';
    position: absolute;
    right: 100px;
    top: 0;
    width: 1px;
    height: 200px;
    background: #3c3c3c;
}

.page-template-template-contact footer {
    margin-top: 130px;
}

/* / CONTACT page Template */

/* TRIAL page & Trial Landing page Template */
page-template-template-trial-awr header,
.page-template-template-trial-landing header,
.page-template-template-trial header {
    padding-bottom: 20px;
}

.page-template-template-trial-awr header .header-phones,
.page-template-template-trial-landing header .header-phones {
    display: none;
}

.page-template-template-trial-awr header .header-right,
.page-template-template-trial-landing header .header-right,
.page-template-template-trial header .header-right {
    display: none;
}

.page-template-template-trial-awr header .header-right-wrap,
.page-template-template-trial-landing header .header-right-wrap,
.page-template-template-trial header .header-right-wrap {
    padding-right: 0;
    text-align: right;
}

.page-template-template-trial-awr header .header-right-top .header-social,
.page-template-template-trial-landing header .header-right-top .header-social,
.page-template-template-trial header .header-right-top .header-social {
    margin-right: 8px;
}

.page-template-template-trial-awr header .header-right-wrap .header-right-top,
.page-template-template-trial-landing header .header-right-wrap .header-right-top,
.page-template-template-trial header .header-right-wrap .header-right-top {
    display: inline-block;
}

.page-template-template-trial-awr .usp.page .usp-head,
.page-template-template-trial-landing .usp.page .usp-head,
.page-template-template-trial .usp.page .usp-head,
.page-template-template-text-page .usp.page .usp-head {
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-template-template-trial-awr .usp.page .usp-head {
    font-size: 40px;
    line-height: 48px;
}

.page-template-template-trial-awr .content.page .content-container,
.page-template-template-trial-landing .content.page .content-container,
.page-template-template-trial .content.page .content-container {
    font-size: 17px;
    color: #8a8a8a;
    padding-left: 90px;
}

.page-template-template-trial-awr .content.page .content-container .col-md-6:first-child,
.page-template-template-trial-landing .content.page .content-container .col-md-6:first-child,
.page-template-template-trial .content.page .content-container .col-md-6:first-child {
    padding-right: 180px;
}

.page-template-template-trial-awr .content.page .content-container form,
.page-template-template-trial-landing .content.page .content-container form,
.page-template-template-trial .content.page .content-container form {
    color: #000;
}

.page-template-template-trial-awr .content.page .content-container h2,
.page-template-template-trial-landing .content.page .content-container h2,
.page-template-template-trial .content.page .content-container h2 {
    font-size: 26px;
    color: #282561;
    margin: 30px 0 25px;
}

.page-template-template-trial-awr .content.page .content-container ul,
.page-template-template-trial-landing .content.page .content-container ul,
.page-template-template-trial .content.page .content-container ul {
    padding-left: 0;
    list-style: none;
}

.page-template-template-trial-awr .content.page .content-container ul {
    color: #333366;
}

.page-template-template-trial-awr .content.page .content-container ul li,
.page-template-template-trial-landing .content.page .content-container ul li,
.page-template-template-trial .content.page .content-container ul li {
    position: relative;
    margin-bottom: 25px;
}

.page-template-template-trial-awr .content.page .content-container ul li:before,
.page-template-template-trial-landing .content.page .content-container ul li:before,
.page-template-template-trial .content.page .content-container ul li:before {
    content: '';
    position: absolute;
    left: -40px;
    top: 10px;
    width: 23px;
    height: 21px;
    background: url(../img/check-mark.png);
}

.page-template-template-trial-awr .content.page .content-container ul li:before {
    background: url(../img/check-mark-blue.png);
}

.page-template-template-trial-awr .content.page .content-container .chat-btn-xl img,
.page-template-template-trial-landing .content.page .content-container .chat-btn-xl img,
.page-template-template-trial .content.page .content-container .chat-btn-xl img {
    margin: 80px 0 40px;
}

.page-template-template-trial-awr .content.page .content-container .logos,
.page-template-template-trial-landing .content.page .content-container .logos,
.page-template-template-trial .content.page .content-container .logos {
    margin-bottom: 10px;
}

.page-template-template-trial-awr .content.page .content-container hr,
.page-template-template-trial-landing .content.page .content-container hr,
.page-template-template-trial .content.page .content-container hr {
    max-width: 455px;
    margin: 0 -40px;
    border-top: 2px solid #cdcdd7;
    -webkit-box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.16);
}

.page-template-template-trial-landing .content.page .content-container hr {
    margin-top: 28px;
    margin-bottom: 28px;
}

.page-template-template-trial-awr .content.page .content-container hr {
    margin-top: 22px;
    margin-bottom: 28px;
}

.page-template-template-trial-awr form,
.page-template-template-trial-landing form,
.page-template-template-trial form {
    position: relative;
    padding: 50px 40px 30px;
    margin-top: -190px;
    background: #efefef;
    -webkit-box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.66);
    box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.66)
}

.page-template-template-trial-awr form:before,
.page-template-template-trial-landing form:before,
.page-template-template-trial form:before {
    content: '';
    position: absolute;
    right: 519px;
    top: 140px;
    background: #00cccc;
    height: 24px;
    width: 100vw;
    z-index: 1;
}

.page-template-template-trial-awr form:after,
.page-template-template-trial-landing form:after,
.page-template-template-trial form:after {
    content: '';
    position: absolute;
    top: 140px;
    right: 497px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 22px;
    border-color: transparent transparent transparent #00cccc;
}

.page-template-template-trial-awr .content.page .content-container form h2,
.page-template-template-trial-landing .content.page .content-container form h2,
.page-template-template-trial .content.page .content-container form h2 {
    margin: 0 0 5px;
}

.page-template-template-trial-awr .content.page .content-container form p,
.page-template-template-trial-landing .content.page .content-container form p,
.page-template-template-trial .content.page .content-container form p {
    font-size: 14px;
    margin-bottom: 10px;
}

.page-template-template-trial-awr .content.page .content-container form input,
.page-template-template-trial-landing .content.page .content-container form input,
.page-template-template-trial .content.page .content-container form input {
    height: 40px;
    width: 100%;
    border: 1px solid #707070;
    padding: 0 8px;
}

.page-template-template-trial-awr .content.page .content-container form select,
.page-template-template-trial-landing .content.page .content-container form select,
.page-template-template-trial .content.page .content-container form select {
    position: relative;
    width: 100%;
    height: 24px;
    padding: 0 8px;
    border: 1px solid #707070;
    border-radius: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../img/select.png) #fff no-repeat right;
}

.page-template-template-trial-awr .content.page .content-container form select::-ms-expand,
.page-template-template-trial-landing .content.page .content-container form select::-ms-expand,
.page-template-template-trial .content.page .content-container form select::-ms-expand {
    display: none;
}

.page-template-template-trial-awr .content.page .content-container form textarea,
.page-template-template-trial-landing .content.page .content-container form textarea,
.page-template-template-trial .content.page .content-container form textarea {
    width: 100%;
    height: 70px;
}

.page-template-template-trial-awr .content.page .content-container form input[type="submit"],
.page-template-template-trial-landing .content.page .content-container form input[type="submit"],
.page-template-template-trial .content.page .content-container form input[type="submit"] {
    display: block;
    font-size: 0;
    margin: 30px auto 0;
    border: 0;
    width: 180px;
    height: 62px;
    background: url(../img/get-trial.png);
    -webkit-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.36);
}

.page-template-template-trial-awr .content.page .content-container form input[type="submit"]:hover,
.page-template-template-trial-landing .content.page .content-container form input[type="submit"]:hover,
.page-template-template-trial .content.page .content-container form input[type="submit"]:hover {
    opacity: 0.8;
}

.page-template-template-trial-awr .content.page .content-container form .fz-17,
.page-template-template-trial-landing .content.page .content-container form .fz-17,
.page-template-template-trial .content.page .content-container form .fz-17 {
    font-size: 17px;
    margin-bottom: 10px;
}

.page-template-template-trial-awr .content.page .content-container form .fz-17 {
    color: #282561;
}

.page-template-template-trial-awr .content.page .content-container form .ajax-loader,
.page-template-template-trial-landing .content.page .content-container form .ajax-loader,
.page-template-template-trial .content.page .content-container form .ajax-loader {
    display: none;
}

.page-template-template-trial-awr footer,
.page-template-template-trial-landing footer,
.page-template-template-trial footer {
    margin-top: 60px;
}

.page-template-template-trial-awr .on-the-right {
    display: none;
}

.page-template-template-trial-awr .footer-top-block {
    width: 100%;
}

.page-template-template-trial-awr .footer-top-block #menu-footer-menu-left,
.page-template-template-trial-awr .footer-top-block:nth-child(2) {
    display: none;
}

/* / TRIAL page Template */


/* PLANS Template */
.page-template-template-parallel-plans {
    overflow-x: hidden;
}

.page-template-template-parallel-plans .content.page .green-box {
    height: 250px;
}

.page-template-template-parallel-plans .content.page .content-container.container:first-child .col-md-6 {
    padding: 0 15px;
}

.page-template-template-parallel-plans .content.page .content-container.container:first-child .col-md-6>p {
    display: none;
}

.page-template-template-parallel-plans .content.page .green-box p {
    margin-bottom: 30px;
    line-height: 1.7;
}

.page-template-template-parallel-plans .content.page .green-box p:first-child {
    margin-bottom: 0;
}

.page-template-template-parallel-plans .content.page .green-box {
    background: #cdf5f5;
    font-weight: 300;
    padding: 20px 40px 0;
}

.page-template-template-parallel-plans .content.page .green-box a {
    font-size: 16px;
}

.page-template-template-parallel-plans .content.page .green-box ul {
    padding: 0 0 0 30px;
    font-size: 16px;
    margin-bottom: 0;
}

.page-template-template-parallel-plans .content.page .green-box ul li {
    padding-left: 10px;
    margin-bottom: 21px;
}

.page-template-template-parallel-plans .content.page .green-box ul li:last-child {
    margin-bottom: 0;
}

.page-template-template-parallel-plans .content.page .popup-link {
    text-align: center;
    margin: 40px 0 38px;
}

.page-template-template-parallel-plans .content.page .popup-link img {
    display: inline-block;
    cursor: pointer;
    margin-top: -3px;
}

.page-template-template-parallel-plans .content.page .popup-link a {
    display: inline-block;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    margin-right: 10px;
    color: #333366;
    text-decoration: none;
    border-bottom: 1px solid #333366;
}

.page-template-template-parallel-plans .content.page .popup-link a:hover {
    border: 0;
}

/* Table */
.page-template-template-parallel-plans .content.page .tablepress td,
.page-template-template-parallel-plans .content.page .tablepress th {
    padding: 8px 12px;
}

.page-template-template-parallel-plans .content.page .tablepress {
    font: 300 20px/24px 'Ubuntu', sans-serif;
}

.page-template-template-parallel-plans .content.page .tablepress thead th {
    font: 500 18px/22px 'Ubuntu', sans-serif !important;
    text-align: center;
}

.page-template-template-parallel-plans .content.page .tablepress th,
.page-template-template-parallel-plans .content.page .tablepress td {
    border: 0;
    border-right: 4px solid #fff;
    vertical-align: middle;
}

.page-template-template-parallel-plans .content.page .tablepress .even td {
    padding: 30px 0 5px;
}

.page-template-template-parallel-plans .content.page .tablepress .even:first-child td {
    padding: 20px 0 5px;
}

.page-template-template-parallel-plans .content.page .tablepress .odd td {
    padding: 0;
    vertical-align: bottom;
}

.page-template-template-parallel-plans .content.page .tablepress td a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 0 12px 0 25px;
}

.page-template-template-parallel-plans .content.page .tablepress td a:hover {
    background: #79e5e5;
}

.page-template-template-parallel-plans .content.page .tablepress .column-1 {
    max-width: 88px;
}

.page-template-template-parallel-plans .content.page .tablepress .column-1,
.page-template-template-parallel-plans .content.page .tablepress .column-2 {
    padding-left: 8px !important;
}

.page-template-template-parallel-plans .content.page .tablepress .odd:last-child td {
    position: relative;
    padding-bottom: 35px;
    background-clip: padding-box;
}

.page-template-template-parallel-plans .content.page .tablepress tbody .odd:last-child .column-2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #f1f0f0;
}

.page-template-template-parallel-plans .content.page .tablepress tbody .odd:last-child .column-1:after,
.page-template-template-parallel-plans .content.page .tablepress tbody .odd:last-child .column-2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: #f1f0f0;
}

.page-template-template-parallel-plans .content.page .tablepress .odd:last-child td:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: #cdf5f5;
}

.page-template-template-parallel-plans .content.page .tablepress .row-hover tr:hover .column-1,
.page-template-template-parallel-plans .content.page .tablepress .column-1 {
    background: #f1f0f0;
    text-align: left;
}

.page-template-template-parallel-plans .content.page .tablepress .column-2 {
    color: #333366;
    font-size: 12px;
    width: 120px;
    text-align: center;
}

.page-template-template-parallel-plans .content.page .tablepress .row-1 .column-1 {
    position: relative;
    background: #edebeb;
    padding-top: 8px;
    vertical-align: top;
    text-align: center;
    background-clip: padding-box;
}

.page-template-template-parallel-plans .content.page .tablepress .row-1 .column-1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24px;
    background: #f1f0f0;
}

.page-template-template-parallel-plans .content.page .tablepress .row-hover tr:hover .column-2,
.page-template-template-parallel-plans .content.page .tablepress .column-2 {
    background: #edebeb;
}

.page-template-template-parallel-plans .content.page .tablepress .row-hover tr:hover td,
.page-template-template-parallel-plans .content.page .tablepress th,
.page-template-template-parallel-plans .content.page .tablepress td {
    background: #b8f1f1;
}

.page-template-template-parallel-plans .content.page .tablepress .even .column-1:before,
.page-template-template-parallel-plans .content.page .tablepress .even .column-2:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 30px;
    background: #f1f0f0;
}

.page-template-template-parallel-plans .content.page .tablepress .even td {
    position: relative;
    background-clip: padding-box;
}

.page-template-template-parallel-plans .content.page .tablepress .even td:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 30px;
    background: #cdf5f5;
}

.page-template-template-parallel-plans .content.page .tablepress .even:first-child td:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 20px;
    background: #cdf5f5;
}

.page-template-template-parallel-plans .content.page .tablepress .even:first-child .column-1:before,
.page-template-template-parallel-plans .content.page .tablepress .even:first-child .column-2:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 20px;
    background: #f1f0f0;
}

.page-template-template-parallel-plans .content.page .tablepress .even .column-2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 15px;
    background: #f1f0f0;
}

.page-template-template-parallel-plans .content.page .tablepress-id-2 .column-7 {
    visibility: hidden;
}

/* /Table */

/* PopUps */
.modal .modal-dialog {
    width: 992px;
    padding: 5px;
}

.modal .modal-content {
    position: relative;
    padding: 5px;
    border-radius: 0;
}

.modal .modal-content .close {
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 2;
    color: #333366;
    font-size: 50px;
    opacity: 1;
}

.modal .modal-content .close:hover {
    opacity: 0.7;
}

.modal .modal-body {
    display: table;
    width: 100%;
    padding: 0 25px;
    border: 1px solid #747474;
    background: #f8f8f8;
    font-family: 'Ubuntu', sans-serif;
    color: #333366;
    font-size: 16px;
}

.modal .modal-body h2 {
    margin: 15px 0 25px;
    font-size: 20px;
    font-weight: bold;
}

.modal .modal-body p {
    margin-bottom: 25px;
}

.modal .modal-body .modal-blue-box,
.modal .modal-body .modal-green-box {
    width: 49%;
    background: #333366;
    padding: 15px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 400;
    height: 230px;
    float: left;
}

.modal .modal-body .modal-blue-box {
    margin-right: 2%;
}

.modal .modal-body .modal-blue-box p,
.modal .modal-body .modal-green-box p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.modal .modal-body .modal-blue-box ul,
.modal .modal-body .modal-green-box ul {
    margin-top: 20px;
    padding-left: 20px;
}

.modal .modal-body .modal-blue-box ul li,
.modal .modal-body .modal-green-box ul li {
    margin-bottom: 20px;
}

.modal .modal-body .modal-green-box {
    background: #00cccc;
}

.modal.how-many-popup .modal-dialog {
    width: 840px;
}

.modal.how-many-popup .modal-content {
    padding: 15px;
}

.modal.how-many-popup .modal-body {
    color: #000;
    font-family: Muli, sans-serif;
    font-size: 18px;
    border: 1px solid #666666;
    padding: 15px 30px 0;
}

.modal.how-many-popup .modal-body p {
    margin-bottom: 15px;
}

.modal.how-many-popup .modal-content .close {
    color: #4c4c4c;
    font-size: 40px;
    top: 10px;
    right: 18px;
}

.modal.how-many-popup .table-left,
.modal.how-many-popup .table-right {
    width: 50%;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.modal.how-many-popup .table-left p,
.modal.how-many-popup .table-right p {
    margin-bottom: 0;
}

.modal.how-many-popup .table-left h2,
.modal.how-many-popup .table-right h2 {
    color: #fff;
    text-align: center;
    background: #333366;
    margin: 0 0 5px;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 500;
    border-right: 5px solid #f8f8f8;
}

.modal.how-many-popup .table-left thead th,
.modal.how-many-popup .table-right thead th {
    position: relative;
    background-clip: padding-box;
    padding: 5px 0 25px;
    color: #fff;
    background-color: #333366;
    text-align: center;
    width: 50%;
    font-size: 18px;
    font-weight: 500;
    border: 0;
    border-right: 5px solid #f8f8f8;
}

.modal.how-many-popup .table-left thead th:before,
.modal.how-many-popup .table-right thead th:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: #9595af;
}

.modal.how-many-popup .table-right thead th:before {
    background: #cbf3f3;
}

.modal.how-many-popup tbody td,
.modal.how-many-popup tfoot th {
    border: 0;
    color: #fff;
    border-right: 5px solid #f8f8f8;
}

.modal.how-many-popup .table-left td,
.modal.how-many-popup .table-right td {
    padding-left: 25px;
}

.modal.how-many-popup .table-left .even td {
    background: #333366;
}

.modal.how-many-popup .table-left .odd td {
    background: #9595af;
}

.modal.how-many-popup .table-right tbody td,
.modal.how-many-popup .table-right tfoot th {
    color: #000;
}

.modal.how-many-popup .table-right h2 {
    color: #000;
    background: #bdeded;
}

.modal.how-many-popup .table-right .even td {
    background: #97eaea;
}

.modal.how-many-popup .table-right .odd td {
    background: #cbf3f3;
}

.modal.how-many-popup .table-right thead th {
    color: #000;
    background-color: #97eaea;
}

/* /PopUps */
/* /PLANS Template */

/* GEO Plans Template */
.page-template-template-geo-plans .content.page .content-container {
    margin-bottom: 70px;
}

.page-template-template-geo-plans .green-box {
    background: #cdf5f5;
    padding: 30px 30px 0 20px;
    min-height: 270px;
}

.page-template-template-geo-plans .col-md-6 {
    padding: 0 15px !important;
}

.page-template-template-geo-plans .green-box ul {
    list-style-type: square;
    margin-bottom: 0;
}

.page-template-template-geo-plans .green-box ul li {
    margin-bottom: 15px;
}

.page-template-template-geo-plans .green-box p {
    margin-bottom: 30px;
}

.page-template-template-geo-plans .green-box p:first-child {
    margin-bottom: 0;
}

.page-template-template-geo-plans .green-box a {
    text-decoration: underline;
    font-size: 16px;
}

.page-template-template-geo-plans .green-box a:hover {
    text-decoration: none;
}

.page-template-template-geo-plans .after-us {
    margin-bottom: 20px;
    font-size: 18px;
}

.page-template-template-geo-plans .after-us p {
    margin-bottom: 10px;
}

.page-template-template-geo-plans .content.page {
    line-height: 20px;
}

.page-template-template-geo-plans .geo-item {
    margin-bottom: 30px;
}

.page-template-template-geo-plans .geo-item:first-child {
    margin-left: 25%;
}

.page-template-template-geo-plans .geo-item:nth-child(2) {
    margin-right: 25%;
}

.page-template-template-geo-plans .geo-box {
    border: 1px solid #d1d1d1;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
}

.page-template-template-geo-plans .geo-box .geo-title {
    background: #94e9e9;
    padding: 7px 10px;
    font-size: 20px;
    font-weight: 300;
}

.page-template-template-geo-plans .geo-box .geo-title .flag {
    margin-right: 5px;
    width: 62px;
    height: 31px;
}

.page-template-template-geo-plans .geo-box .geo-content {
    display: table;
    padding-top: 15px;
}

.page-template-template-geo-plans .geo-box .geo-content p {
    margin-bottom: 0;
}

.page-template-template-geo-plans .geo-box .geo-content .left-part,
.page-template-template-geo-plans .geo-box .geo-content .right-part {
    padding: 0 10px;
    float: left;
}

.page-template-template-geo-plans .geo-box .geo-content .right-part {
    padding: 0 0 0 5px;
}

.page-template-template-geo-plans .geo-box .geo-content .left-part {
    width: 60%;
}

.page-template-template-geo-plans .geo-box .geo-content .right-part {
    width: 40%;
}

.page-template-template-geo-plans .geo-item.others .left-part,
.page-template-template-geo-plans .geo-item.others .right-part {
    margin-bottom: 15px;
}

.page-template-template-geo-plans .geo-box .geo-content .left-part.first-row {
    color: #333366;
    font-size: 16px;
    font-weight: 500;
}

.page-template-template-geo-plans .geo-box .geo-content .first-row a {
    color: #333366;
    font-size: 16px;
    text-decoration: none;
}

.page-template-template-geo-plans .geo-box .geo-content .second-row {
    margin-bottom: 30px;
    color: #818181;
}

.page-template-template-geo-plans .geo-box .geo-content .left-part.third-row {
    color: #00cccc;
    font-size: 16px;
    font-weight: 500;
}

.page-template-template-geo-plans .geo-box .geo-content .third-row a {
    color: #00cccc;
    font-size: 16px;
    text-decoration: none;
}

.page-template-template-geo-plans .geo-box .geo-content .fourth-row {
    margin-bottom: 25px;
    color: #818181;
}

/* /GEO Plans Template */

/* FOOTER */
.footer {
    background: #003366;
    color: #fff;
    padding: 24px 0 45px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
}

.footer a {
    color: #fff;
}

.footer-top-block {
    text-align: center;
}

.footer-top-head {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    margin: 2px 0 17px;
}

a.footer-top-head {
    display: block;
    margin: 2px 0px 12px;
}

.footer-top-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-top-block ul li {
    line-height: 18px;
}

.footer-bottom {
    text-align: center;
    margin-top: 26px;
    font-size: 12px;
}

.small-block {
    display: inline-block;
}

.small-block-menu {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.small-block-menu li {
    display: inline-block;
}

.small-block-menu li::before {
    content: "|";
    display: inline-block;
    margin: 0 12px 0 10px;
}

.small-block-menu li:first-child::before {
    content: "";
    margin: 0;
}

/* / FOOTER */

/* CUSTOM CODE */
.cookie-notice-container {
    padding: 5px 30px !important;
}

.page-template-template-trial-awr .cookie-notice-container,
.page-template-template-trial-landing .cookie-notice-container,
.page-template-template-trial .cookie-notice-container {
    display: none !important;
}

.on-the-right {
    top: 40%;
    display: block;
    position: fixed;
    margin-top: -75px;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 2050;
}

.wpcf7-form input[name="current-page-title"],
.wpcf7-form input[name="current-url"] {
    display: none;
}

.page-id-24 .gray-bg span {
    margin-left: 50px;
    font-weight: 300;
}

.page-id-482 .content.page .align-right blockquote {
    border-left: 0;
    border-right: 5px solid #eee;
    text-align: right;
}

/* / CUSTOM CODE */
section#main-menu {
    background-color: #333366 !important
}

.header-right-top {
    float: right
}

.header-right-bottom {
    float: right
}

.navbar-main,
section#main-menu {
    background-color: transparent !important
}

ul.nav {
    background-color: #21252c;
}

/* NAVBAR DESKTOP - NEW */

.variant-navbar-desktop,
.variant-navbar-desktop * {
    box-sizing: border-box;
}

.variant-navbar-desktop {
    background: var(--baseline-950-brand-text, #21252c);
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 2558px;
    position: relative;
    overflow: hidden;
}

.contant {
    padding: 8px 0px 8px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    width: 1240px;
    position: relative;
}

.logo {
    flex-shrink: 0;
    width: 168px;
    height: 30px;
    position: relative;
    overflow: visible;
}

.navbar-header {
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
}

.actions {
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
    position: relative;
}

.frame-19 {
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.header-item {
    border-radius: 4px;
    padding: 0px 16px 0px 16px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 48px;
    position: relative;
}

.solutions {
    color: var(--neutrals-white, #ffffff);
    text-align: left;
    font: var(--text-m-700, 700 16px/24px "DmSans-Bold", sans-serif);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.icons-chevron-down {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}

.pricing {
    color: var(--neutrals-white, #ffffff);
    text-align: left;
    font: var(--text-m-700, 700 16px/24px "DmSans-Bold", sans-serif);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.blog {
    color: var(--neutrals-white, #ffffff);
    text-align: left;
    font: var(--text-m-700, 700 16px/24px "DmSans-Bold", sans-serif);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.get-in-touch {
    color: var(--neutrals-white, #ffffff);
    text-align: left;
    font: var(--text-m-700, 700 16px/24px "DmSans-Bold", sans-serif);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.frame-25 {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-shrink: 0;
    max-width: 498px;
    position: relative;
}

.button {
    border-radius: 4px;
    padding: 8px 16px 8px 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 40px;
    position: relative;
}

.button2 {
    color: var(--neutrals-white, #ffffff);
    text-align: left;
    font: var(--buttons-labels-m-buttons-medium-600,
            600 16px/24px "Inter-SemiBold",
            sans-serif);
    position: relative;
}

.button3 {
    background: var(--accent-300, #82f3b1);
    border-radius: 4px;
    padding: 8px 16px 8px 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 40px;
    position: relative;
}

.button4 {
    color: var(--neutrals-black, #000000);
    text-align: left;
    font: var(--buttons-labels-m-buttons-medium-600,
            600 16px/24px "Inter-SemiBold",
            sans-serif);
    position: relative;
}
