﻿/* ==========================================================================
   CRAZYCALL
   ========================================================================== */

   body {
    font-family: 'museo-sans', Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 1.2;
    color: #333333;
    background-color: #ffffff;
}

p {
    line-height: 30px;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 15px;
}

.container-landing {
    padding: 0 16px;
}

.pointer {
    cursor: pointer;
}

.danger {
    background-color: #ec1c24;
    font-weight: bold;
}

.primary {
    background-color: rgb(94, 130, 213);
}

.font-light {
    font-weight: 300;
}

.more-button {
    text-align: center;
    margin: 52px 0 60px;
}

.button-regular {
    padding: 15px 21px;
    color: white;
    cursor: pointer;
    border-radius: 3px;
    font-size: 12px;
}

.button-regular:hover {
    color: white;
    text-decoration: none;
}

.section-header {
    text-align: center;
}

.section-header h1 {
    font-size: 22px;
    line-height: 1.23;
}

.section-header h2 {
    line-height: 46px;
    font-size: 32px;
    font-weight: 400;
}

@media (min-width: 768px) {
    .container-landing {
        padding-right: 48px;
        padding-left: 48px;
    }

    .more-button {
        text-align: center;
        margin: 64px 0 76px;
    }

    .col-lg-1-7 {
        width: 14.285%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .button-regular {
        padding: 18px 44px;
        color: white;
        cursor: pointer;
        font-size: 15px;
    }

    .section-header h1 {
        font-size: 30px;
        line-height: 1.73;
    }
}

@media (min-width: 992px) {
    h2 {
        font-size: 35px;
    }
    .more-button {
        text-align: center;
        margin: 80px 0 92px;
    }

    footer #menu-footer-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .button-regular {
        padding: 22px 56px;
        color: white;
        cursor: pointer;
        font-size: 17px;
    }

    .col-lg-1-5 {
        width: 33%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .section-header h1 {
        font-size: 32px;
    }

    .section-header p {
        font-size: 18px;
        line-height: 30px;
        max-width: 810px;
        margin-left: auto;
        margin-right: auto;
        font-weight: 300;
    }
}


.drop-down .select-list li span:hover,
.drop-down .select-list li span:focus {
    opacity: 1;
}

.glyphicon-menu-down {
    margin-left: 3px;
}

/* ==== Dropdowns with flags ====*/
.msddd {
    width: 200px !important;
}

.msddd .dd {
    border: none;
}

.msdddd {
    width: 200px !important;
    font-size: 15px;
    font-weight: 300;
    line-height: 2.53;
    text-align: left;
    color: rgb(237, 237, 237);
}

.msdd3 {
    width: 200px !important;
}

.msdd3 .dd {
    border: none;
}

.msdd4 {
    width: 200px !important;
}

.tablet-language {
    display: none;
}

@media (min-width: 768px) and (max-width: 992px) {
    .tablet-language {
        display: inline;
        float: right;
        margin-top: 12px;
    }
}

.nav-telephones .drop-down {
    margin-top: 32px;
    margin-left: 23px;
    margin-right: 0px
}

.footer-phones-dropdown {
    padding-bottom: 24px;
    border-bottom: 1px solid #000000;
}

/*========== HEADER ============*/

.home-header {
    margin-top: 32px;
    margin-bottom: 0px;
}

.header-subscribe {
    padding-bottom: 0px;
}

.header-logo-container {
    text-align: center;
}

.header-text-container h1 {
    font-size: 28px;
    line-height: 1.27;
    text-align: center;
    color: rgb(51, 51, 51);
    padding: 10px;
    font-weight: 400;
}

.header-text-container p {
    font-size: 18.2px;
    font-weight: 300 !IMPORTANT;
    line-height: 38px;
    text-align: center;
    color: rgb(51, 51, 51);
    margin-bottom: 22px;
    padding: 0 10px;
}

.header-text-container {
    text-align: center;
}

.input-sign-up {
    width: 100%;
    height: 42px;
    border-radius: 3px;
    margin: 6px 0;
    text-align: center;
    border-right: none;
}

.button-sign-up {
    width: 100%;
    height: 42px;
    border-radius: 3px;
    border: none;
    color: white;
    margin: 6px 0;
}
.button-sign-up:hover {
    color: #ffffff;
    background-color: #e0151c;
    text-decoration: none;
}

.header-brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 18px 0;
    opacity: 0.28;
}

.header-brands--pricing {
    opacity: 1;
}

.header-brands.clients-brands {
    opacity: 1;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.client-logo {
    height: 50px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media (max-width: 768px) {
    .header-brands {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .col-xs-3 {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    }
}

@media (min-width: 768px) {
    .header-logo-container {
        text-align: center;
    }

    .header-text-container h1 {
        font-size: 32px;
    }

    .header-text-container p {
        font-size: 18px;
        padding: 0 130px;
        line-height: 30px;
    }

    .header-brands {
        margin: 28px 0;
    }

    .form-group {
        text-align: center;
        display: inline-block;
    }

    .input-sign-up {
        width: 272px;
        height: 44px;
        border-radius: 3px 0 0 3px;
        text-align: left;
        float: left;
    }

    .button-sign-up {
        width: 160px;
        height: 44px;
        border-radius: 3px;
        float: left;
    }
}

@media (min-width: 992px) {
    .header-logo-container {
        text-align: center;
    }

    .header-subscribe {
        padding-bottom: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: no-wrap;
            flex-wrap: no-wrap;
    }

    .header-subscribe > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

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

    .header-text-container h1 {
        text-align: left;
        padding: 0;
        font-size: 41px;
        line-height: 1.15;
        padding: 16px 0;
    }

    .header-text-container p {
        font-size: 18px;
        font-weight: 300;
        line-height: 1.73;
        text-align: left;
        padding: 0;
    }

    .home-header {
        margin-top: 0px;
    }

    .header-text-container {
        text-align: left;
    }

    .header-brands {
        margin: 23px 0;
    }

    .header-subscribe {
        padding-bottom: 62px;
    }
}

.benefits {
    background-color: rgb(250, 250, 250);
}

.benefits .section-header {
    margin: 72px 0 42px 0;
}

.benefits .more-button {
    margin: 0px 0 60px;
}

.benefit-blurbs {
    margin-top: 48px;
}

@media (max-width: 991px) {
    .benefit-blurbs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .benefit-blurb p:last-of-type {
        padding: 0 10px;
    }
}
@media (max-width: 600px) {
    .benefit-blurbs {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.benefit-blurbs img {
    margin-bottom: 40px;
    max-width: 100%;
    height: auto;
}

.benefit-blurb {
    text-align: center;
    margin-bottom: 48px;
}
.bfn-clear:last-of-type .benefit-blurb {
    margin-bottom: 0;
}

.benefit-blurb h5 {
    margin: 16px 0 12px;
    font-size: 16px;
    line-height: 1.48;
    color: rgb(31, 31, 31);
}

.benefit-blurb p {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.63;
    color: rgb(31, 31, 31);
    padding: 0 30px;
}
.benefit-blurb p:last-of-type {
    text-align: justify;
}

@media (min-width: 768px) {
    .benefits .more-button {
        text-align: center;
        margin: 20px 0 92px;
    }

    .benefit-blurbs {
        margin-top: 120px;
    }

    .benefit-blurbs > *:nth-child(2n+1) {
        clear: both;
    }

    .benefit-blurb {
        text-align: center;
        margin-bottom: 84px;
    }

    .benefit-blurb h5 {
        font-size: 20px;
        line-height: 1.41;
    }

    .benefit-blurb p {
        font-size: 14px;
        padding: 0 50px;
    }
}

@media (min-width: 992px) {
    .benefits .more-button {
        text-align: center;
        margin: 80px 0 92px;
    }

    .benefit-blurbs {
        margin-top: 140px;
    }

    .benefit-blurbs > *:nth-child(2n+1) {
        clear: initial;
    }

    .benefit-blurb {
        text-align: center;
        margin-bottom: 0px;
    }

    .benefit-blurb h5 {
        font-size: 25px;
        line-height: 1.19;
    }

    .benefit-blurb p {
        font-size: 17px;
        font-weight: 300;
        line-height: 1.76;
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .customers-reviews-snippets h2 {
        margin: 32px 0 64px 0 !important;
        font-size: 28px;
        line-height: 32px;
    }
}

@media (max-width: 630px) {
    .customers-reviews-snippets h2 {
        margin: 24px 0 48px 0 !important;
        font-size: 17px;
        line-height: 23px;
    }
}

@media (max-width: 450px) {
    .customers-reviews-snippets h2 {
        font-size: 16px;
    }
}

.single-review {
    text-align: left;
    margin-top: 40px;
}
.review_signature .col-xs-12:first-of-type p {
    line-height: initial;
}

.customer-photo {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .customer-photo {
        margin-top: 32px;
    }
}

.customer-photo img {
    margin: 0 auto;
    max-width: 73px;
}

.customer-review {
    text-align: left;
    color: rgb(51, 51, 51);
}

.review-text {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.2px;
    margin-bottom: 16px;
}

.who-is {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.1px;
    line-height: 1.2;
}

.who-is p {
    margin-bottom: 0px;
}

.who-name {
    font-weight: 700;
}

@media (min-width: 768px) {
    .single-review {
        text-align: left;
    }

    .customer-review {
        position: relative;
    }

    .review-text {
        font-size: 18px;
        font-style: italic;
        line-height: 1.4;
        margin-bottom: 16px;
        padding-bottom: 20px;
    }

    .who-is {
        bottom: 0;
        left: 15px;
    }

    .who-is p {
        margin-bottom: 0px;
    }
}

@media (min-width: 992px) {
    .customers-reviews-snippets {
        margin-top: 64px;
        padding-bottom: 80px;
    }

    .customer-photo {
        max-height: 67px;
    }
}

.product-snippets .section-header {
    margin-bottom: 46px;
}

.product-snippets .more-button {
    margin: 0px 0 60px;
}

.product-snippet {
    text-align: center;
    margin-bottom: 32px;
}

.product-snippet img {
    max-width: 168px;
}

.product-snippet h3 {
    font-size: 17px;
    line-height: 1.03;
    color: rgb(51, 51, 51);
    margin-top: 0px
}

.product-snippet p {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.7;
    color: rgb(51, 51, 51);
}

@media (min-width: 768px) {
    .product-snippet {
        text-align: center;
    }

    .product-snippet img {
        max-width: 200px;
    }

    .product-snippet h3 {
        font-size: 20px;
    }

    .product-snippet p {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .product-snippets .section-header {
        margin-bottom: 76px;
    }

    .product-snippet {
        text-align: center;
    }

    .product-snippet img {
        max-width: 100%;
    }

    .product-snippet h3 {
        font-size: 26px;
        color: rgb(31, 31, 31);
    }

    .product-snippet p {
        font-size: 17px;
        line-height: 1.89;
        color: rgb(31, 31, 31);
    }
}

.world-map {
    text-align: center;
}

.map-container {
    position: relative;
}

.map-container img {
    margin: 0 auto;
}

.map-header {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    line-height: 1.21;
    text-align: center;
    font-size: 22px;
}

@media (min-width: 768px) {
    .map-header {
        top: 0;
        width: auto;
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .map-header {
        top: 0;
        width: auto;
        font-size: 35px;
    }
}

.sign-up-text {
    text-align: center;
}

.sign-up-text h1 {
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 1.35;
    letter-spacing: 0.2px;
}

.sign-up-text p {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.69;
    letter-spacing: 0.1px;
    color: rgb(51, 51, 51);
}

.sign-up-text .button-regular {
    border-radius: 3px;
    padding: 15px 20px;
    font-size: 12px;

}

.sign-up-mock {
    text-align: center;
    padding: 24px 24px 0 24px;
}

@media (max-width: 768px) {
    .sign-up-home .sign-up-text .button-regular {
        padding: 20px 20px;
        font-size: 12px;
        display: inline-block;
        margin-top: 20px;
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        background: none;
    }

    .integration-image-container {
        margin: 20px 0px;
    }

    .row.contact-guides .button-regular.primary {
        margin-bottom: 30px;
        display: inline-block;
    }

    .post-title, .post-title a {
        color: #000;
    }
}

@media (min-width: 768px) {
    .sign-up-text {
        text-align: right;
    }

    .sign-up-text h1 {
        font-size: 16px;
        margin-bottom: 16px;
        line-height: 1.25;
        letter-spacing: 0.3px;
    }

    .sign-up-text p {
        font-size: 14px;
        margin-bottom: 36px;
        line-height: 1.69;
        letter-spacing: 0.1px;
    }

    .sign-up-text .button-regular {
        padding: 16px 36px;
        font-size: 14px;
        display: inline-block;
        margin-top: 17px;

    }

    .sign-up-mock {
        text-align: center;
        padding: 28px 0 0 8px;
    }
}

.sign-up-home {
    padding: 50px 0px;
}

@media all and (min-width: 1200px) {
    .sign-up-text h1 {
        font-size: 36px;
    }

    .sign-up-text p {
        font-size: 22px;
    }
}

@media (max-width: 1200px) {

    .sign-up-text {
        padding: 0 30px;
    }

    .sign-up-text h1 {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 1.25;
        letter-spacing: 0.5px;
    }

    .sign-up-text p {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 1.25;
        letter-spacing: 0.3px;
    }

    .sign-up-text .button-regular {
        padding: 18px 56px;
        font-size: 18px;
    }

    .sign-up-mock {
        padding: 28px 0 0 16px;
    }
}

.footer {
    background-color: #333333;
    font-family: 'museo-sans', sans-serif;
    position: relative;
}

.contact-phones {
    padding: 30px 0 24px;
    border-bottom: 1px solid rgba(252, 252, 252, 0.1);

    /* test */
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 175px 60px 1fr;
    grid-template-columns: 175px 1fr;
    grid-column-gap: 60px;
}
.contact-phones:after,
.contact-phones:before {
    content: initial
}
.footer-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 175px 60px 1fr 60px 1fr 60px 1fr 60px 1fr;
    grid-template-columns: 175px 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 60px;
}

.footer-nav {
    padding: 26px 0 60px;
}

.footer-nav--footer-short {
    padding-bottom: 25px;
}

.phone-numbers_container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 70px 1fr 70px 1fr 70px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 70px;
}

.phone-numbers {
    font-size: 15px;
    font-weight: 300;
    line-height: 2.53;
    text-align: left;
    color: #fff !important;
    padding-left: 20px;
}

.phone-numbers span {
    color: #ffffff;
}

.single-post .phone-numbers p {
    margin-bottom: 10px;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}

.country-flag:before {
    content: "";
    display: block;
    width: 22px;
    height: 15px;
    float: left;
    margin: 13px 6px 0 0;
    -webkit-box-shadow: 0.6px 0.8px 3px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0.6px 0.8px 3px 0 rgba(0, 0, 0, 0.2);
}

.usa:before {
    background: url("/wp-content/uploads/img/flag-usa.png") no-repeat;
}

.brazil:before {
    background: url("/wp-content/uploads/img/flag-brazil.png") no-repeat;
}

.france:before {
    background: url("/wp-content/uploads/img/flag-france.png") no-repeat;
}

.australia:before {
    background: url("/wp-content/uploads/img/flag-australia.png") no-repeat;
}

.netherland:before {
    background: url("/wp-content/uploads/img/flag-netherland.png") no-repeat;
}

.mexico:before {
    background: url("/wp-content/uploads/img/flag-mexico.png") no-repeat;
}

.spain:before {
    background: url("/wp-content/uploads/img/flag-spain.png") no-repeat;
}

.germany:before {
    background: url("/wp-content/uploads/img/flag-germany.png") no-repeat;
}

.britain:before {
    background: url("/wp-content/uploads/img/flag-britain.png") no-repeat;
}

.poland:before {
    background: url("/wp-content/uploads/img/flag-poland.png") no-repeat;
}

.rpa:before {
    background: url("/wp-content/uploads/img/flag-rpa.png") no-repeat;
}

.china:before {
    background: url("/wp-content/uploads/img/flag-china.png") no-repeat;
}

.footer-nav-column {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.2px;
    color: rgb(255, 255, 255);
}

.footer-nav-column h5 {
    font-weight: normal;
}

.social-icons {
    text-align: center;
}

.social-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    padding: 5px;
    background-color: #ff4d4d;
    border-radius: 100%;
    margin: 0 10px 0 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: left;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
}
.social-ico img {
    width: 13px;
    height: 13px;
    margin: 0 auto;
}
.social-ico:hover {
    opacity: 0.7;
}

.credentials {
    background-color: #333333;
}

.credentials p {
    margin: 44px 0;
    text-align: left;
    letter-spacing: 0.1px;
    color: #ffffff;
}

.credentials--footer-short {
    margin-bottom: 30px;
}

.credentials--footer-short p {
    margin: 0;
}

.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 90px;
}

.social-footer--footer-short {
    padding: 0 !important;
}

@media (min-width: 768px) {
    .phone-numbers {
        padding-left: 0;
    }

    .footer-nav-column {
        font-size: 15px;
    }

    .contact-phones {
        padding: 64px 0 54px;
        border-bottom: 1px solid rgba(252, 252, 252, 0.1);
    }

    .footer-nav {
        padding: 44px 0 60px;
    }
}

@media (min-width: 992px) {
    .contact-phones {
        padding: 64px 0 54px;
        border-bottom: 1px solid rgba(252, 252, 252, 0.1);
    }

    .footer-nav {
        padding: 44px 0 0px;
    }
}

/* ====================================== */
/* ======== CLIENTS PAGE ================ */
/* ====================================== */

/* ======== HEADER ========= */
.header-container {
    max-width: 810px;
    text-align: center;
    margin: 0 auto;
}

.input-sign-up {
    background: none;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    color: rgba(0,0,0, 0.8);
}

.brands-color {
    padding: 30px 0 0 0;
}

@media (min-width: 768px) {
    .smaller-sign-up-text h1 {
        font-size: 26px;
        line-height: 1.23;
        letter-spacing: 0.3px;
        font-weight: normal;
    }

    .smaller-sign-up-text p {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.2px;
        padding-left: 30px;
        margin-bottom: 42px;
    }

    .smaller-sign-up-text .button-regular {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.31;
        padding: 16px 20px;
    }
}

@media (min-width: 1001px) {
    .smaller-sign-up-text h1 {
        font-size: 36px;
        line-height: 1.34;
        letter-spacing: 0.4px;
        font-weight: normal;
    }

    .smaller-sign-up-text p {
        font-size: 22px;
        line-height: 1.54;
        letter-spacing: 0.3px;
        padding-left: 30px;
    }

    .smaller-sign-up-text .button-regular {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.5;
    }
}

/* ======== BRANDS ========= */

/*.clients-brands {
    max-width: 810px;
    margin: 0 auto 30px;
}*/

.row-reviews > *:nth-child(2n+1) {
    clear: both;
}

/*@media (min-width: 768px) {
    .clients-brands {
        max-width: 810px;
        margin: 50px auto 30px;
    }
}*/

/*@media (min-width: 992px) {
    .clients-brands {
        max-width: 810px;
        margin: 0 auto 30px;
    }
}*/

/* ====== CUSTOMERS REVIEWS ===== */

/*.clients-customers-reviews {
    background-color: rgb(250, 250, 250);
    padding: 15px 0 40px;
    margin-bottom: 15px;
}

.clients-customers-reviews .single-review {
    padding: 0 15px;
}

@media (min-width: 768px) {
    .clients-customers-reviews {
        background-color: rgb(250, 250, 250);
        padding: 15px 0 40px;
        margin-bottom: 15px;
    }

    .clients-customers-reviews .single-review {
        padding: 0;
    }
}

@media (min-width: 992px) {
    .clients-customers-reviews {
        background-color: rgb(250, 250, 250);
        padding: 68px 0 40px;
        margin-bottom: 15px;
    }

    .clients-customers-reviews .single-review {
        padding: 0;
    }
}*/

/* ====================================== */
/* ======== CONTACT PAGE ================ */
/* ====================================== */

/* ======== HEADER ========= */
.contact-header {
    background-image: -webkit-linear-gradient(left, rgb(79, 118, 207), rgb(133, 164, 235));
    background-image: -o-linear-gradient(left, rgb(79, 118, 207), rgb(133, 164, 235));
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(79, 118, 207)), to(rgb(133, 164, 235)));
    background-image: linear-gradient(to right, rgb(79, 118, 207), rgb(133, 164, 235));
    color: rgb(255, 255, 255);
    margin-top: 0px;
}

.contact-header h1 {
    font-size: 28px;
    line-height: 1.68;
    margin-top: 55px;
    margin-bottom: 24px;
}

.contact-header p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.56;
    margin-bottom: 50px;
}

.contact-details .crazy-number {
    margin-top: 0px;
}

.contact-details .numbers-dropdown-contact {
    text-align: center;
    text-align: -webkit-center;
}

.contact-details .crazy-number span {
    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 1.67 !important;
}

@media (min-width: 768px) {
    .contact-header h1 {
        font-size: 32px;
        line-height: 1.47;
    }

    .contact-header p {
        font-size: 18px;
        font-weight: 300;
        line-height: 1.56;
        margin-bottom: 64px;
    }

}

@media (min-width: 1001px) {
    .contact-header {
        margin-top: 60px;
        margin-bottom: 16px;
    }

    .contact-header h1 {
        font-size: 41px;
        line-height: 1.15;
        margin-top: 96px;
    }

    .contact-header p {
        font-size: 22px;
        font-weight: 300;
        line-height: 1.73;
        margin-bottom: 88px;
    }
}

/* ======= DETAILS ========= */

.contact-blurb {
    margin-top: 44px;
    text-align: center;
}

.contact-blurb h3 {
    font-size: 20px;
    line-height: 1.55;
}

.contact-blurb p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
}

.contact-guides {
    max-width: 500px;
    text-align: center;
    margin: 80px auto 80px;
}

.contact-guides img {
    max-width: 172px;
    margin-bottom: 30px;
}

.contact-guides p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: rgb(51, 51, 51);
    margin-bottom: 40px;
}

.contact-guides .button-regular {
    font-size: 14.8px;
    line-height: 1;
}

.icon-container {
    height: 70px;
    line-height: 70px;
}

@media (min-width: 768px) {
    .contact-guides {
        margin: 54px auto 100px;
    }

    .contact-guides img {
        max-width: 100%;
    }

    .contact-guides p {
        padding: 0 50px;
    }
}

@media (min-width: 992px) {
    .contact-guides p {
        padding: 0 50px;
        margin-bottom: 56px;
    }

    .contact-guides .button-regular {
        font-size: 18px;
        line-height: 1;
    }
}

/* ====================================== */
/* ========= INTEGRATIONS PAGE ========== */
/* ====================================== */
.integrations-header {
    margin-top: 0px;
    text-align: center;
    color: rgb(255, 255, 255);
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(79, 118, 207)), to(rgb(133, 164, 235)));
    background-image: -webkit-linear-gradient(left, rgb(79, 118, 207), rgb(133, 164, 235));
    background-image: -o-linear-gradient(left, rgb(79, 118, 207), rgb(133, 164, 235));
    background-image: linear-gradient(to right, rgb(79, 118, 207), rgb(133, 164, 235));
}

.integrations-header h1 {
    font-size: 28px;
    line-height: 1.25;
    margin: 48px 0 24px;
}

.integrations-header p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.39;
    margin-bottom: 48px;
}

.integrations-header img {
    margin: 0 auto;
    max-width: 200px;
    margin-bottom: 48px;
}

.integration h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    color: rgb(51, 51, 51);
    margin-top: 24px;
}

.integration p {
    font-size: 16px;
    line-height: 1.56;
    color: rgb(127, 127, 127);
}

.integration-two {
    background-color: rgb(250, 250, 250);

}

@media (min-width: 768px) {
    .integrations-header h1 {
        font-size: 32px;
        line-height: 1.47;
        margin: 56px 0 16px;
    }

    .integrations-header p {
        font-size: 20px;
        font-weight: 300;
        line-height: 1.5;
        margin-bottom: 40px;
    }

    .integrations-header img {
        margin-bottom: 62px;
        max-width: 100%;
    }

    .integration {
        padding: 50px 10px 50px
    }

    .integration h2 {
        font-size: 30px;
        font-weight: 600;
        line-height: 1.57;
    }

    .integration p {
        font-size: 18px;
        line-height: 1.67;
    }

    .integration img {

        margin: 0 auto;
    }

    .integration-one img {
        max-width: 520px;
    }

    .integration-two img {
        max-width: 440px;
    }
}

@media (min-width: 1001px) {
    .integrations-header {
        margin-top: 60px;
    }

    .integrations-header h1 {
        font-size: 41px;
        line-height: 1.15;
        margin: 84px 0 32px;
    }

    .integrations-header p {
        font-size: 22px;
        font-weight: 300;
        line-height: 1.73;
        margin-bottom: 50px;
    }

    .integrations-header img {
        margin-bottom: 94px;
    }

    .integration-one
    .integration-two {
        margin-bottom: 60px;
    }

    .integration h2 {
        font-size: 39px;
        font-weight: 600;
        line-height: 1.18;
        margin-bottom: 30px;
    }

    .integration p {
        font-size: 20px;
        line-height: 1.6;
    }

    .integration img {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .divider {
        height: 1px;
        opacity: 0.43;
        background-color: rgb(194, 194, 194);
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .divider {
        margin-bottom: 32px;
    }
}
/* ==== Start trial ==== */
/*.start-trial-image img {
    margin: 32px auto 0;
}

.start-trial-description h3 {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.44;
    text-align: center;
    color: rgb(51, 51, 51);
    margin: 0 0 12px;
}

.start-trial-description .form-group {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .start-trial {
        margin: 70px 0 40px;
    }

    .start-trial-image img {
        margin: 0 auto;
    }

    .start-trial-description h3 {
        font-size: 22px;
        font-weight: 300;
        line-height: 1.45;
        text-align: left;
        margin-top: 22px;
    }

    .start-trial-description .form-group {
        margin-bottom: 40px;
    }

    .start-trial-description .input-sign-up {
        width: 260px;
    }
}

@media (min-width: 992px) {
    .start-trial {
        margin: 80px 0 60px;
    }

    .start-trial-description h3 {
        font-size: 28px;
        line-height: 1.36;
        margin-bottom: 20px;
        margin-top: 12px;
    }

    .start-trial-description .input-sign-up {
        font-size: 17px;
        width: 360px;
        height: 58px;
    }

    .start-trial-description .button-sign-up {
        font-size: 16px;
        width: 190px;
        height: 58px;
    }
}*/

/* ==== Questions ==== */
/*.questions {
    background-color: rgb(250, 250, 250);
}

.questions-header h2 {
    font-size: 18px;
    line-height: 2.33;
    text-align: center;
    color: rgb(31, 31, 31);
    margin: 20px 0 20px;
}

.questions-subtitle {
    text-align: center;
}

.questions-subtitle h3 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    text-align: center;
    color: rgb(51, 51, 51);
    margin: 20px 0px;
}

.knowledge {
    font-weight: 600;
    color: rgb(79, 118, 207);
}*/

.panel-title > a:before {
    float: right !important;
    font-family: 'Glyphicons Halflings';
    content: "\e260";
    padding-right: 5px;
    color: lightgrey;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content: "\e259";
    color: lightgrey;
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
}

@media (max-width: 768px) {
    .panel-group {
        margin-bottom: 0px;
    }

    .contact-guides {
        margin-bottom: 0px;
    }

    .sign-up-home {
        padding: 15px 0px 30px
    }

    /*.clients-customers-reviews {
        padding: 15px 0px 0px;
        margin-bottom: 0px;
    }*/

    .integration-two {
        padding-bottom: 25px;
    }

    .sign-up-mock {
        padding-top: 20px;
    }
}

.panel-group .panel + .panel {
    margin-top: 0px;
    border-radius: 0px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}

.panel-default > .panel-heading {
    background: white;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.86;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
    background-color: rgb(250, 250, 250);
    padding: 14px;
    font-size: 12px;
    line-height: 1.86;
    color: rgb(135, 135, 135);
}

/*@media (min-width: 768px) {
    .questions {
        margin-bottom: 16px;
    }

    .questions-header h2 {
        font-size: 30px;
        line-height: 1.4;
        margin: 40px 0 24px;
    }

    .questions-subtitle {
        margin-bottom: 30px
    }

    .questions-subtitle h3 {
        font-size: 18px;
        font-weight: 300;
        line-height: 1.67;
    }

    .questions-table h5 {
        font-size: 15.3px;
        font-weight: 600;
        line-height: 1;
        color: rgb(51, 51, 51);
    }

    .questions-table p {
        font-size: 13.6px;
        line-height: 1.9;
        text-align: left;
        color: rgb(135, 135, 135);
        margin-bottom: 20px;
    }
}*/

/*@media (min-width: 992px) {
    .questions {
        margin-bottom: 24px;
    }

    .questions-header h2 {
        margin: 54px 0 42px;
        font-size: 35px;
        line-height: 1.2;
    }

    .questions-subtitle h3 {
        font-size: 24px;
        line-height: 1.58;

    }

    .questions-table h5 {
        font-size: 18px;
        font-weight: 600;
    }

    .questions-table p {
        font-size: 16px;
        line-height: 1.75;
        margin-bottom: 40px;
    }
}*/

/* ====================================== */
/* ============ FEATURES PAGE =========== */
/* ====================================== */

/* ==== Header ==== */

.features-header {
    margin-top: 0px;
    background: rgb(250, 250, 250);
}

.features-header h1 {
    font-size: 28px;
    line-height: 1.25;
    text-align: center;
    color: rgb(51, 51, 51);
    margin-top: 40px;
}

.features-header p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.39;
    text-align: center;
    color: rgb(51, 51, 51);
    margin-bottom: 26px;
}

.features-header .sign-up-form {
    margin-bottom: 46px;
}

.features-header .input-sign-up {
    background: white;

}

.features-header .input-sign-up::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: rgba(173, 173, 173, 0.6);
}

.features-header .input-sign-up:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: rgba(173, 173, 173, 0.6);
}

.features-header .input-sign-up::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: rgba(173, 173, 173, 0.6);
}

.features-header .input-sign-up::placeholder {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: rgba(173, 173, 173, 0.6);
}

.features-header .button-sign-up {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.05;
}

@media (min-width: 1001px) {
    .home-header {
        margin-top: 135px;
    }

    .features-header {
        margin-top: 60px;
    }

    .features-header h1 {
        font-size: 41px;
        line-height: 1.15;
        margin: 90px 0 40px;
    }

    .features-header p {
        font-size: 24px;
        font-weight: 300;
        line-height: 1.42;
        margin-bottom: 36px;
    }

    .features-header .sign-up-form {
        margin-bottom: 84px;
    }

    .features-header .input-sign-up {
        height: 44px;
        width: 272px;
    }

    .features-header .input-sign-up::-webkit-input-placeholder {
        font-size: 17px;
        font-weight: 300;
        line-height: 1.5;
    }

    .features-header .input-sign-up:-ms-input-placeholder {
        font-size: 17px;
        font-weight: 300;
        line-height: 1.5;
    }

    .features-header .input-sign-up::-ms-input-placeholder {
        font-size: 17px;
        font-weight: 300;
        line-height: 1.5;
    }

    .features-header .input-sign-up::placeholder {
        font-size: 17px;
        font-weight: 300;
        line-height: 1.5;
    }

    .features-header .button-sign-up {
        height: 44px;
        font-size: 14px;
    }
}

/* ==== Features Section ==== */

.feature {
    padding-top: 40px;
    padding-bottom: 0px;
}

.feature-one {
    background-color: rgb(255, 255, 255);
}

.feature-two {
    background-color: rgb(250, 250, 250);
}

.feature-three {
    background-color: rgb(255, 255, 255);
}

.feature-four {
    background-color: rgb(250, 250, 250);
}

.feature-five {
    background-color: rgb(255, 255, 255);
}

.feature-six {
    background-color: rgb(250, 250, 250);
}

.feature-seven {
    background-color: rgb(255, 255, 255);
}

.feature-eight {
    background-color: rgb(250, 250, 250);
}

.feature-content h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: rgb(51, 51, 51);
}

.feature-content h6 {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: rgb(127, 127, 127);
}

.feature-content-left {
    text-align: right;
}

.feature-content-left h3 {
    text-align: right;
}

.feature-content-left h6 {
    text-align: right;
}

.feature-content-left .feature-list p {
    text-align: right;
}

.feature-list {
    margin-top: 20px;
}

.feature-list p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: rgb(51, 51, 51);
    padding: 20px 0px;
    margin: 0 16px;
    border-bottom: 1px solid rgb(225, 225, 225);
}

.feature-content h3.feature-text-title {
    margin-top: 40px;
}

.feature-list p:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.feature-image img {
    margin: 0 auto;
}

.feature-list-mobile {
    margin: 24px 0 34px;
}

.feature-list-header {
    position: relative;
    text-align: center;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    border: solid 1px rgb(225, 225, 225);
    font-size: 16.3px;
    font-weight: 600;
    line-height: 3;
    color: rgb(51, 51, 51);
}

.feature-list-header p {
    margin-top: 10px;
}

.feature-list-header .toggle-arrow {
    right: 20px;
    position: absolute;
    bottom: 10px;
    color: lightgrey;
}

.feature-list-dropdown {
    list-style: none;
    padding: 14px 0;
    background-color: rgb(250, 250, 250);
    border: solid 1px rgb(225, 225, 225);
}

.feature-list-dropdown li {
    padding: 20px 0;
    margin: 0 20px;
    border-bottom: 1px solid rgb(225, 225, 225);
    font-size: 14.1px;
    font-weight: 600;
    text-align: left;
    color: rgb(51, 51, 51);
}

.feature-list-dropdown li:last-child {
    border-bottom: none;
    text-align: center;
    color: rgb(225, 225, 225);
}

@media (min-width: 320px) {
    .feature {
        padding-bottom: 40px;
        padding-top: 0px;
        overflow: hidden;
    }

    .feature-content h3 {
        font-size: 40px;
        font-weight: 600;
        line-height: 1.18;
        text-align: left;
        color: rgb(51, 51, 51);
    }

    .feature img {
        max-width: 600px;
        width: 90%;
        margin: 0 auto;
        float: none;
    }

    .feature-content h6 {
        font-size: 16px;
        line-height: 1.5;
        text-align: left;
        color: rgb(127, 127, 127);
        margin-top: 26px;
    }

    .feature-content-left .feature-list p {
        text-align: left;

    }

    .feature-image {
        margin-top: 0px;
    }
}

@media (max-width: 992px) {
    .feature-text-title br {
        display: none
    }

    .feature-content br {
        display: none
    }
}

@media (min-width: 992px) {
    .feature-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .feature-flex-v-a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .feature-content h3 {
        margin-top: 0px;
        font-size: 40px;
        font-weight: 600;
        line-height: 1.18;
        text-align: left;
        color: rgb(51, 51, 51);
    }

    .feature-content h6 {
        font-size: 16px;
        line-height: 1.5;
        text-align: left;
        color: rgb(127, 127, 127);
    }

    .feature-list {
        margin-top: 36px;
    }

    .feature-list p {
        margin: 0 10px;
    }

    .feature-list p:last-child{
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .feature-content-left {
        text-align: right;
    }

    .feature-content-left h3 {
        text-align: right;
    }

    .feature-content-left h6 {
        text-align: right;
    }

    .feature-content-left .feature-list p {
        text-align: right;
    }

}

@media (min-width: 1201px) {
    .feature-image img {
        width: auto;
        max-width: 100%;
    }

    .feature {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (max-width: 1200px) {
    .big-img-right, .big-img-left {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.features-footer {
    background: rgb(255, 255, 255);
}

.features-footer h1 {
    font-size: 28px;
    line-height: 1.25;
    text-align: center;
    color: rgb(51, 51, 51);
    margin-top: 40px;
}

.features-footer p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.39;
    text-align: center;
    color: rgb(51, 51, 51);
    margin-bottom: 26px;
}

.features-footer .sign-up-form {
    margin-bottom: 46px;
}

.features-footer .input-sign-up {
    background: white;

}

.features-footer .input-sign-up::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: rgba(106, 105, 105, 0.6);
}

.features-footer .input-sign-up:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: rgba(106, 105, 105, 0.6);
}

.features-footer .input-sign-up::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: rgba(106, 105, 105, 0.6);
}

.features-footer .input-sign-up::placeholder {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: rgba(106, 105, 105, 0.6);
}

.features-footer .button-sign-up {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.05;

}

@media (min-width: 992px) {
    .features-footer h1 {
        font-size: 41px;
        line-height: 1.15;
        margin: 90px 0 40px;
    }

    .features-footer p {
        font-size: 24px;
        font-weight: 300;
        line-height: 1.42;
        margin-bottom: 36px;
    }

    .features-footer .sign-up-form {
        margin-bottom: 84px;
    }

    .features-footer .input-sign-up {
        height: 44px;
        width: 272px;
    }

    .features-footer .input-sign-up::-webkit-input-placeholder {
        font-size: 17px;
        font-weight: 300;
        line-height: 1.5;
    }

    .features-footer .input-sign-up:-ms-input-placeholder {
        font-size: 17px;
        font-weight: 300;
        line-height: 1.5;
    }

    .features-footer .input-sign-up::-ms-input-placeholder {
        font-size: 17px;
        font-weight: 300;
        line-height: 1.5;
    }

    .features-footer .input-sign-up::placeholder {
        font-size: 17px;
        font-weight: 300;
        line-height: 1.5;
    }

    .features-footer .button-sign-up {
        height: 44px;
        font-size: 14px;
    }
}

/* ====================================== */
/* =========== BLOG PAGE ================ */
/* ====================================== */

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    margin: 0 auto;
}

.blog {
    margin-top: 40px;
}

/* ======= Sidebar ==== */
.sidebar-box {
    border-radius: 3px;
    background-color: rgb(250, 250, 250);
    border: solid 1px rgba(32, 32, 32, 0.1);
    padding: 20px;
    margin: 6px;
}

.sidebar-box h4 {
    font-size: 20px;
    line-height: 1.41;
    color: rgb(31, 31, 31);
    margin-top: 0px;
}

.sidebar-box p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.94;
    color: rgb(31, 31, 31);
}

.blog-subscribe .sign-up-form {
    margin: 0;
}

.blog-subscribe .input-sign-up {
    width: 100%;
}

.blog-subscribe .button-sign-up {
    width: 100%;
}

/*.search-tag {
    font-size: 13px;
    font-weight: 300;
    line-height: 2.19;
    color: rgb(31, 31, 31);
    padding: 0px 16px;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    border: solid 1px rgba(32, 32, 32, 0.1);
    display: inline-block;
    margin: 0 8px 8px 0;
    cursor: pointer;
}

.search-tag:hover {
    text-decoration: none;
    color: rgb(31, 31, 31);
}*/

.search-form > .form-control {
    padding: 6px 28px 6px 12px;
    display: inline-block;
}

.search-form > .sign-up-form > .input-sign-up {
    width: 79%
}

.search-form > .sign-up-form > .button-sign-up {
    width: 19%;
}

article img {
    max-width: 100%;
    height: auto;
}

.popular-post ul {
    padding: 0px;
    list-style-type: none;
}

.popular-post ul li {
    margin: 6px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.94;
    text-align: left;
    float: left;
}

.popular-post ul li a {
    color: rgb(31, 31, 31);
    line-height: 1.94;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    float: left
}

.popular-post {
    overflow: hidden;
    border-radius: 3px;
    background-color: rgb(250, 250, 250);
    border: solid 1px rgba(32, 32, 32, 0.1);
    padding: 20px;
    margin: 6px;
}

.blog-try {
    text-align: center;
}

.blog-try .sign-up-form {
    margin: 0;
}

.blog-try .button-sign-up {
    width: 100%;
}

.blog-try .input-sign-up {
    width: 100%;
}

.popular-post {
    margin: 6px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.94;
    text-align: left;
}

.popular-post h5 {
    color: rgb(31, 31, 31);
    line-height: 1.94;
    font-size: 14px;
}

.popular-post h5 a {
    color: rgb(31, 31, 31);
}

.popular-post p {
    color: rgb(182, 182, 182);
}

.blog-guest {
    border-radius: 3px;

}

.blog-guest p {
    font-size: 14px;
}

.blog-guest a {
    color: black;
}

@media (min-width: 768px) {
    .sidebar-box {
        padding: 20px;
    }

    .sidebar-box h4 {
        font-size: 17px;
        line-height: 1.41;
        margin-top: 0px;
    }

    .sidebar-box p {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.71;
    }

    .search-tag {
        font-size: 13px;
    }

    .blog-search .form-control {
        padding: 6px 28px 6px 12px;
        display: block;
    }

    .blog-search .input-sign-up {
        width: 80%
    }

    .blog-search .button-sign-up {
        width: 20%;
    }

    .popular-post {
        margin: 6px;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.94;
        text-align: left;
    }

    .popular-post h5 {
        color: rgb(31, 31, 31);
        line-height: 1.94;
        font-size: 14px;
    }

    .guest-img-container {
        padding: 0 0 0 15px;
    }
}

@media (min-width: 992px) {
    .blog {
        margin-top: 50px;
    }

    .sidebar-box {
        padding: 30px;
    }

    .sidebar-box h4 {
        font-size: 20px;
        line-height: 1.41;
        color: rgb(31, 31, 31);
        margin-top: 0px;
    }

    .sidebar-box p {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.94;
        color: rgb(31, 31, 31);
    }

    .search-tag {
        font-size: 16px;
    }

    .popular-post {
        margin: 6px;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.94;
        text-align: left;
    }

    .popular-post h5 {
        color: rgb(31, 31, 31);
        line-height: 1.94;
        font-size: 16px;
    }

    .guest-img-container {
        padding: 0 15px;
    }
}

/* ======= Main ==== */
/*.recent-link {
    margin: 18px 0;
}

.recent-link a {
    font-size: 16px;
    line-height: 2.94;
    text-align: left;
    color: rgb(164, 164, 164);
}

.first-post-container {
    padding-bottom: 48px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(94, 94, 94, 0.3);
}

.first-details {
    display: block;
    height: 28px;
}

.first-author {
    font-size: 14px;
    line-height: 3.36;
    float: left;
    color: rgb(164, 164, 164);
}

.first-date {
    font-size: 14px;
    line-height: 3.36;
    float: right;
    color: rgb(164, 164, 164);
}

.first-post-container h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    text-align: left;
    color: rgb(51, 51, 51);
}

.first-post-container p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    text-align: left;
    color: rgb(51, 51, 51);
    margin-bottom: 30px;
}

.first-navi {
    position: relative;
    display: block;
    padding-bottom: 0px;
}

.first-in, .first-in a {
    font-size: 18px;
    line-height: 2.61;
    text-decoration: underline;
    color: rgb(164, 164, 164);
}

.first-comments {
    font-size: 14px;
    line-height: 3.36;
    text-align: left;
    color: rgb(164, 164, 164);
    position: absolute;
    left: calc(50% - 13px);
}*/

.single-old-post {
    padding-bottom: 18px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(94, 94, 94, 0.3);
}

.single-author {
    font-size: 10px;
    line-height: 14px;
    text-align: left;
    color: #333333;
}

.single-date {
    font-size: 10px;
    line-height: 14px;
    float: right;
    color: #333333;
}

.single-old-post h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.18;
    text-align: left;
    color: rgb(51, 51, 51);
}

.single-old-post p {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.83;
    text-align: left;
    color: rgb(51, 51, 51);
}

/*.single-navi {
    position: relative;
    display: block;
    padding-bottom: 18px;
}

.single-in {
    font-size: 13.1px;
    line-height: 2.61;
    float: left;
    color: rgb(164, 164, 164);
}

.single-comments {
    font-size: 13.1px;
    line-height: 2.61;
    text-align: left;
    color: rgb(164, 164, 164);
    position: absolute;
    left: calc(50% - 13px);
}

/*.single-more {
    font-size: 13.8px;
    font-style: italic;
    line-height: 1.11;
    float: right;
    color: rgb(79, 118, 207);
    line-height: 2.61;
}*/

.page-nation {
    margin-bottom: 32px;

    text-align: center;
}

.pagination {
    padding: 0;
    margin: 0;
}

.pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav-links .page-numbers:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.pagination a, .pagination.page-numbers, .pagination span {
    width: 50px;
    height: 50px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    border: 1px solid #e6e6e6;
    border-right: transparent;
}

.nav-links .page-numbers:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-right: 1px solid #e6e6e6;
}

.pagination span {
    color: #d9d9d9;
}

.pagination a {
    padding: 6px 12px;
    text-decoration: none;
    font-size: 12px;
    line-height: 17px;
    color: #d9d9d9;
}

.pagination .page-numbers.current {
    z-index: 3;

    font-size: 12px;
    color: #333333;
}

.pagination .fa-angle-right:before {
    color: #333;
    font-size: 18px;
}

.pagination .fa-angle-left:before {
    color: #333;
    font-size: 18px;
}

.pagination a.left-right-pag-box {
    border-radius: 3px;
    background-color: rgb(250, 250, 250);
    border: solid 1px rgba(32, 32, 32, 0.1);
    padding: 6px 10px;
}

@media (min-width: 768px) {
    /*.first-post-container {
        padding-bottom: 28px;
        margin-bottom: 20px;
    }

    .first-details {
        height: 28px;
    }

    .first-post-container h3 {
        font-size: 30px;
        line-height: 1.13;
    }

    .first-navi {
        position: relative;
        display: block;
        padding-bottom: 28px;
    }*/

    .single-old-post {
        padding-bottom: 18px;
        margin-bottom: 22px;
    }

    .single-old-details {
        height: 20px;
        margin-top: 8px;
    }

    .single-old-post h3 {
        font-size: 18.9px;
        font-weight: bold;
        line-height: 1.27;
    }

    .single-old-post p {
        font-size: 13px;
        font-weight: 300;
        line-height: 1.83;
    }

    /*.single-navi {
        position: relative;
        display: block;
        padding-bottom: 18px;
    }*/
}

@media (min-width: 992px) {
    /*.recent-link {
        margin: 18px 0;
    }

    .recent-link a {
        font-size: 22px;
        line-height: 2.14;
    }

    .first-post-container {
        max-width: 880px;
        margin: 0 auto;
        margin-top: 8px;
        padding-bottom: 56px;
        margin-bottom: 56px;
        border-bottom: 1px solid rgba(94, 94, 94, 0.3);
    }

    .first-details {
        height: 36px;
        margin-top: 14px;
    }

    .first-author {
        font-size: 18px;
        line-height: 2.61;
    }

    .first-date {
        font-size: 18px;
        line-height: 2.61;
    }

    .first-post-container h3 {
        font-size: 35px;
        font-weight: bold;
        line-height: 1.26;
    }

    .first-post-container p {
        font-size: 18px;
        font-weight: 300;
        line-height: 2;
        margin-bottom: 50px;
    }

    .first-navi {
        position: relative;
        display: block;
        padding-bottom: 0px;
    }

    .first-in {
        font-size: 18px;
        line-height: 2.61;
    }

    .first-comments {
        font-size: 18px;
        line-height: 2.61;
        left: calc(50% - 13px);
    }*/

    .single-old-post {
        padding-bottom: 36px;
        margin-bottom: 48px;
        border-bottom: 1px solid rgba(94, 94, 94, 0.3);
    }

    .single-left {
        padding-right: 20px;
    }

    .single-right {
        padding-left: 20px;
    }

    .bottom-row {
        border-bottom: 1px solid rgba(94, 94, 94, 0.3);
        margin-bottom: 24px;
    }

    .bottom-row .single-old-post {
        margin-bottom: 0px;
        border-bottom: none;
    }

    /*.single-navi {
        position: relative;
        display: block;
        padding-bottom: 40px;
    }

    .single-in {
        font-size: 18px;
        line-height: 2.61;
    }

    .single-comments {
        font-size: 18px;
        line-height: 2.61;
        text-align: left;
        color: rgb(164, 164, 164);
        position: absolute;
        left: calc(50% - 13px);
    }

    .single-more {
        font-size: 20px;
        font-style: italic;
        line-height: 2.61;

    }*/

    .pagination a.left-right-pag-box {
        background-color: rgb(250, 250, 250);
        border: solid 1px rgba(32, 32, 32, 0.1);
    }

}

/* ====================================== */
/* =========== POST PAGE ================ */
/* ====================================== */
.post-container {
    margin-top: 65px;
    padding-left: 15px;
    padding-right: 15px;
}

.single-post-details {
    font-size: 18px;
    line-height: 2.61;
    color: rgb(164, 164, 164);
    margin: 16px 16px 16px 0;
}

.single-post-author {
    float: left;
}

.single-post-date {
    float: right;
}

.single-post p.single-post-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.13;
    text-align: left;
    color: rgb(51, 51, 51);
}

.single-post h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.43;
}

.single-post #primary p,
.single-post #primary li,
.webinar__text li {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
    color: rgb(51, 51, 51);
}

.single-post iframe {
    max-width: 100% !important;
}

.single-post #primary p {
    margin-bottom: 20px;
}

.sub-text-subscribe {
    border-radius: 3px;
    background-color: rgb(250, 250, 250);
    border: solid 1px rgba(32, 32, 32, 0.1);
    padding: 16px;
}

.sub-text-subscribe h3 {
    font-size: 21.3px;
    line-height: 1.19;
    text-align: left;
    color: rgb(31, 31, 31);
}

.sub-text-subscribe p {
    font-size: 13.9px;
    font-weight: 300;
    line-height: 1.82;
    text-align: left;
    color: rgb(31, 31, 31);
}

.sub-text-subscribe .button-sign-up {
    font-size: 16px;
    line-height: 1.31;
    font-weight: 300;
}

.sub-text-subscribe img {
    margin: 24px auto 12px;
}

.go-back {
    font-size: 18px;
    line-height: 2.61;
    text-align: left;
    color: rgb(164, 164, 164);
    margin-bottom: 22px;
}

.go-back a {
    color: rgb(164, 164, 164);
}

.back-to-articles .go-back {
    margin: 16px 0;
}

.single-post-image {
    position: relative;
    text-align: center;
}

/*.single-post-socials {
    position: absolute;
    left: -88px;
    top: 0;
}

.single-post-socials img {
    display: block;
    margin-bottom: 9px;
}

.ebook-row {
    background-color: rgb(250, 250, 250);
    border: solid 1px rgba(32, 32, 32, 0.1);
    margin: 15px 0px;
    padding-bottom: 36px;
}

.ebook-description h3 {
    font-size: 21.1px;
    font-weight: bold;
    line-height: 1.19;
    color: rgb(51, 51, 51);
}

.ebook-description p {
    font-size: 13.8px;
    font-weight: 300;
    line-height: 1.47;
    color: rgb(51, 51, 51);
    margin-bottom: 30px;
}

.ebook-button {
    font-size: 13px;
    line-height: 1.31;
    border-radius: 3px;
    padding: 12px 44px;
    color: white;
}*/

.post-author {
    border-top: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
}

.post-author-photo {
    display: inline-block;
    text-align: left;

    margin-bottom: 8px;
}

.post-author-photo img {
    border-radius: 50%;
    width: 80px;
}

.single-post #primary .author-name {
    position: absolute;
    left: 110px;
    top: 35px;

    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    margin-bottom: 10px;
}

.single-post #primary .author-description {
    margin-bottom: 0;
}

.list-inline {
    margin: 0;
}

.author-socials img {
    margin: 24px 15px;
}

/*.post-comments .container {
    border-top: 1px solid rgba(94, 94, 94, 0.6);
    border-bottom: 1px solid rgba(94, 94, 94, 0.6);
    padding: 20px 0;
}

.shapely-related-posts .posts-thumbnails-description {
    font-size: 16px;
    line-height: 2.94;
    text-align: left;
    color: rgb(51, 51, 51);
    margin-top: 20px;
}

.posts-row .postt {
    margin-bottom: 26px;
}

.post-thumb-container h4 {
    font-size: 15.8px;
    font-weight: bold;
    line-height: 1.33;
    text-align: left;
    color: rgb(51, 51, 51);
}

.post-in {
    font-size: 14.2px;
    line-height: 1.74;
    color: rgb(164, 164, 164);
    float: left;
}

.post-in a {
    color: rgb(164, 164, 164);
    text-decoration: underline;
}*/

.read-more {
    font-size: 14.2px;
    font-style: italic;
    line-height: 1.74;
    color: rgb(79, 118, 207);
    float: right;
}

@media (min-width: 768px) {
    .post-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .single-post.row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .archive .post-title a {
        color: #000;
    }

    .single-post p.single-post-title {
        font-size: 35px;
        font-weight: bold;
        line-height: 1.34;
        text-align: left;
        color: rgb(51, 51, 51);
    }

    .single-post h2 {
        font-size: 35px;
        font-weight: normal;
        line-height: 1.14;
        margin-bottom: 32px
    }

    .single-post h3 {
        font-size: 28px;
        font-weight: normal;
        line-height: 1.43;
    }

    .single-post p {
        font-size: 18px;
        font-weight: 300;
        line-height: 2;
        text-align: left;
        margin-bottom: 40px;
    }

    .sub-text-subscribe {
        border-radius: 3px;
        background-color: rgb(250, 250, 250);
        border: solid 1px rgba(32, 32, 32, 0.1);
        padding: 24px;
        margin-left: 40px;
        margin-right: 40px;
    }

    .sub-text-subscribe h3 {
        font-size: 21.3px;
        line-height: 1.19;
        text-align: left;
        color: rgb(31, 31, 31);
    }

    .sub-text-subscribe p {
        font-size: 13.9px;
        font-weight: 300;
        line-height: 1.82;
        text-align: left;
        color: rgb(31, 31, 31);
        margin-bottom: 16px;
    }

    .sub-text-subscribe .input-sign-up {
        width: 208px;
        height: 36px;
    }

    .sub-text-subscribe .button-sign-up {
        width: 122px;
        height: 36px;
        font-size: 16px;
        line-height: 1.31;
    }

    .sub-text-subscribe img {
        margin: 24px auto 12px;
    }

    /*.ebook-row {
        background-color: rgb(250, 250, 250);
        border: solid 1px rgba(32, 32, 32, 0.1);
        margin: 40px 0px;
        padding-bottom: 36px;
    }

    .ebook-description h3 {
        font-size: 21.1px;
        font-weight: bold;
        line-height: 1.19;
        color: rgb(51, 51, 51);
        margin-top: 36px;
    }

    .ebook-description p {
        font-size: 13.8px;
        font-weight: 300;
        line-height: 1.47;
        color: rgb(51, 51, 51);
        margin-bottom: 30px;
    }*/

    .post-author {
        text-align: left;
        padding-top: 24px;

    }

    .post-author-photo img {
        border-radius: 50%;
    }

    .author-name {
        margin-top: 14px;
        font-size: 20px;
        line-height: 2.35;
    }

    p.author-description {
        font-size: 14px;
        line-height: 2.5;
        color: rgb(164, 164, 164);
    }

    .author-socials img {
        margin: 20px 30px 48px 0;
    }

    /*shapely-related-posts .posts-thumbnails-description {
        font-size: 18px;
        line-height: 2.61;
        margin: 30px 0;
    }

    .post-thumb-container h4 {
        font-size: 14.2px;
        font-weight: bold;
        line-height: 1.26;
    }*/
}

@media (min-width: 992px) {

    .single-post.row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .post-container {
        margin-top: 100px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .single-post p.single-post-title {
        font-size: 35px;
        font-weight: bold;
        line-height: 1.34;
        text-align: left;
        color: rgb(51, 51, 51);
    }

    .single-post h2 {
        font-size: 35px;
        font-weight: normal;
        line-height: 1.14;
        margin-bottom: 32px
    }

    .single-post h3 {
        font-size: 28px;
        font-weight: normal;
        line-height: 1.43;
    }

    .single-post p {
        font-size: 18px;
        font-weight: 300;
        line-height: 2;
        text-align: left;
    }

    .sub-text-subscribe {
        border-radius: 3px;
        background-color: rgb(250, 250, 250);
        border: solid 1px rgba(32, 32, 32, 0.1);
        padding: 32px 16px;
    }

    .sub-text-subscribe h3 {
        font-size: 26px;
        line-height: 1.19;
        text-align: left;
        color: rgb(31, 31, 31);
    }

    .sub-text-subscribe p {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.94;
        text-align: left;
        color: rgb(31, 31, 31);
    }

    .sub-text-subscribe .button-sign-up {
        font-size: 16px;
        line-height: 1.31;
    }

    .sub-text-subscribe img {
        margin: 24px auto 12px;
    }



    p.author-name {
        font-size: 20px;
        line-height: 2.35;
        color: rgb(164, 164, 164);
        margin-bottom: 10px;
    }

    p.author-description {
        font-size: 18px;
        line-height: 1.94;
        color: rgb(164, 164, 164);
    }

    .author-socials img {
        margin-right: 30px;
    }

    /*.back-to-articles .go-back {
        margin: 40px 0;
    }*/

    .posts-row {
        margin-bottom: 40px;
    }

    /*shapely-related-posts .posts-thumbnails-description {
        font-size: 22px;
        line-height: 2.14;
    }

    .post-thumb-container {
        padding: 10px;
    }

    .post-thumb-container h4 {
        font-size: 18.2px;
        font-weight: bold;
        line-height: 1.65;
    }*/

    .container-narrow {
        width: 80%;
        margin: 50px auto 0px;
    }
}

.landing-wrapper--blog {
    padding-top: 16px;
}

.landing-wrapper--blog .search-field {
    position: absolute;
    left: 0;
    width: 67%;

    border: none;
    cursor: pointer;

    z-index: -1;
    left: 18px;
    background-color: #f2f2f2;
    border-radius: 8px;
    padding: 10px;
    -webkit-transition: 700ms;
    -o-transition: 700ms;
    transition: 700ms;
}

.landing-wrapper--blog .search-field--active {
    z-index: 10;
    top: 12px;
}

.post-search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    margin-bottom: 23px;

    border: 1px solid #e6e6e6;
    border-radius: 8px;
    overflow: hidden;
}

.post-search__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.post-search__button {
    height: 64px;
    width: 72px;

    font-size: 0;

    background-color: #b2e672;
    background-image: url("/wp-content/themes/shapely/assets/images/blog/search-icon.svg");
    background-position: center 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: 0;
    -webkit-transition: height 500ms;
    -o-transition: height 500ms;
    transition: height 500ms;
}

.post-search__button--active {
    height: 64px;
}

.post-search > form > label {
    margin-bottom: 0;
}


.post-search__tags {
    position: relative;
    width: 100%;
    max-width: 897px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    padding-left: 18px;

    background-color: #ffffff;
    overflow-x: auto;
}

.post-search__tags a {
    margin-right: 55px;

    font-size: 12px !important;
    font-weight: 700;
    line-height: 17px;
    color: #000000;

    white-space: nowrap;
}

.landing-wrapper--blog .blog {
    margin: 0;
}

.blog__wrapper {
    margin-bottom: 32px;
}

.blog__item,
.blog-search__item {
    margin-bottom: 15px;

    border: 1px solid #e6e6e6;
    border-radius: 8px;

    overflow: hidden;
}

.blog__item:not(:first-of-type) .blog__preview-text {
    display: none;
}

.blog__item header,
.blog-search__item header {
    padding-bottom: 20px;
}

.blog__item-preview {
    padding: 0 15px 5px;
}

.blog__preview-title {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
}

.blog__preview-title a {
    color: #333333;
}

.blog__preview-text {
    margin-bottom: 12px;

    font-size: 10px;
    line-height: 14px;
    font-weight: 300;
}

.blog__meta-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.blog__tags-preview {
    padding-top: 17px;

    border-top: 1px dashed #e5e5e5;
}

.blog-article__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

    padding: 0;
    margin: 0;

    list-style: none;
}

.blog-article__tags a {
    position: relative;

    display: block;
    padding: 7px 25px;

    font-size: 12px;
    line-height: 17px;
    font-weight: 900;

    border: 1px solid;
    border-radius: 100px;
}

.blog-article__tags li {
    margin-right: 10px;
    margin-bottom: 10px;
}

.blog-article__tags a::before {
    content: "#";
    position: absolute;
    left: 16px;
}

.blog-article__tags .sales,
.blog-article__tags .cold-calling {
    color: #a67dfd;

    border-color: #a67dfd;
}

.blog-article__tags .calling {
    color: #b2e672;

    border-color: #b2e672;
}

.blog-article__tags .management,
.blog-article__tags .crazycall {
    color: #ff4d4d;

    border-color: #ff4d4d;
}

.blog-article__tags .call-center,
.blog-article__tags .tips {
    color: #396afc;

    border-color: #396afc;
}

.blog-article__tags .kpi,
.blog-article__tags .customer-service {
    color: #fd887d;

    border-color: #fd887d;
}

.blog__tags-preview .blog-article__tags {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;

    padding: 6px 0px;

    border: 0;
}

.blog__more-link {
    position: relative;

    display: block;

    padding-right: 25px;
    margin-bottom: 12px;

    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #ff4d4d;
}

.blog__more-link:hover,
.blog__more-link:focus {
    color: #ff4d4d;
}

.blog__more-link::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
    left: 90px;
    width: 18px;
    height: 15px;

    background-color: transparent;
    background-image: url("/wp-content/themes/shapely/assets/images/homepage/read-more.svg");
    background-repeat: no-repeat;
}

.blog__item:not(:first-of-type) .blog__more-link {
    display: none;
}

/* Single blog post */

.blog-article h1 {
    margin-bottom: 18px;

    font-size: 24px;
    line-height: 35px;
}

.blog-article h2 {
    margin-bottom: 16px;

    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
}

.blog-article__img-wrapper {
    margin-bottom: 24px;
}

.blog-article__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.blog-article__tags {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    padding: 16px 0 6px;

    border-top: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
}

.content-article-single {
    padding: 21px 14px;
}

.blog-article__author-info {
    position: relative;

    padding: 7px 13px;
    margin-bottom: 40px;
}

.related-posts {
    padding-top: 30px;
    margin-bottom: 50px;
}

.related-posts__list {
    padding: 0;
    margin: 0;

    list-style: none;
}

.related-posts__item img {
    width: 100%;
    height: auto;
}

.related-posts__item h3 {
    font-size: 16px;
    line-height: 23px;
}

.related-posts__header {
    margin-bottom: 20px;
}

.related-posts__title {
    display: block;
    margin-bottom: 25px;
}

.post-subscribe__title {
    margin: 0 0 20px;

    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    text-align: center;
}

.post-subscribe__title--red {
    color: #ed1c24;
}

.blog-article__share {
    padding-bottom: 30px;
}

.blog-article__share h2 {
    margin: 0 0 20px;

    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    text-align: center;
}

.landing-wrapper--blog .search-field {
    width: 1%;
    right: 79px;
    left: unset;
    bottom: 12px;
}

.landing-wrapper--blog .search-field--active {
    width: calc(100% - 90px);
    right: unset;
    left: 9px;
}

@media (min-width: 768px) {
    .blog__wrapper,
    .article-search__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
    }

    .blog__wrapper article:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .post-search {
        margin-bottom: 31px;
    }

    .landing-wrapper--blog {
        padding-top: 43px;
    }

    .post-search__tags {
        height: 64px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-left: 38px;
    }

    .post-search__tags:after {
        background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255,255,255, 0)), color-stop(90%, rgba(255,255,255, 1)) );
        background: -webkit-linear-gradient(left, rgba(255,255,255, 0) 20%, rgba(255,255,255, 1) 90% );
        background: -o-linear-gradient(left, rgba(255,255,255, 0) 20%, rgba(255,255,255, 1) 90% );
        background: linear-gradient(to right, rgba(255,255,255, 0) 20%, rgba(255,255,255, 1) 90% );
    }

    .blog__item:not(:first-of-type) {
        -ms-flex-preferred-size: 46%;
            flex-basis: 46%;
        width: 46%; /* For IE11 */

        margin: 0 13px 15px;
    }

    .blog-search__item {
        -ms-flex-preferred-size: 46%;
            flex-basis: 46%;
        width: 46%; /* For IE11 */

        margin: 0 13px 15px;
    }

    .related-posts__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .related-posts__item {
        -ms-flex-preferred-size: 46%;
            flex-basis: 46%;
        width: 46%; /* For IE11 */

        margin: 0 0 15px 0 !important;
    }

    .blog__meta-preview {
        margin-bottom: 16px;
    }

    .blog__preview-title {
        margin: 0 0 10px;
    }

    .blog__wrapper article:first-child img {
        min-width: 422px;
    }

    .blog__item,
    .blog-search__item {
        position: relative;
    }

    .blog__item-preview {
        padding-bottom: 100px;
    }

    .blog__item:not(:first-of-type) .blog__tags-preview,
    .blog-search__item .blog__tags-preview {
        position: absolute;
        width: 91%;
        bottom: 0;
    }

    .related-posts__item .blog__tags-preview {
        position: absolute;
        width: 91%;
        bottom: 0;
    }

    .blog__item:first-of-type header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;

        padding: 0;
    }

    .blog__item:first-of-type .blog__item-preview:not(.relatedcontent) {
        padding: 15px 15px 5px;

        border-left: 1px dashed #e5e5e5;
    }

    .related-posts__item .blog__item-preview {
        padding-top: 0 !important;
    }

    .blog-article__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;

        padding-bottom: 10px;
    }

    .blog-article__img-wrapper {
        margin-bottom: 0;
    }

    .blog-article__img-wrapper img {
        min-width: 423px;
        -ms-flex-preferred-size: 423px;
            flex-basis: 423px;
    }

    .blog-article__header-content {
        border-left: 1px dashed #e5e5e5;
    }

    .blog-article__header-content {
        padding: 0 15px;
    }

    .blog-article__meta {
        margin-bottom: 50px;
    }

    .blog-article h1 {
        margin: 0;
    }

    .content-article-single {
        padding: 32px 104px 32px;
    }

    .blog-article__author-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;

        padding: 18px 104px;
    }

    .single-post #primary .author-name {
        left: 200px;
        top: 0;
    }

    .post-author-photo {
        -ms-flex-preferred-size: 80px;
            flex-basis: 80px;
        min-width: 80px;
        margin-right: 15px;
    }

    .single-post #primary .author-description {
        padding-top: 26px;
    }

    .post-subscribe h2 {
        font-size: 16px;
        line-height: 23px;
    }

    .article-search__title {
        text-align: center;
    }

    .blog-article h2 {
        font-size: 24px;
        line-height: 35px;
    }

    .landing-wrapper--blog .search-field--active {
        width: calc(100% - 150px);
        left: 38px;
        right: 107px;
    }
}

@media (min-width: 1001px) {
    .landing-wrapper--blog {
        padding-top: 72px;
    }

    .container-narrow {
        padding-top: 5px;
    }

    .post-search {
        width: 968px;
        margin: 0 auto;
        margin-bottom: 32px;
    }
}

@media (min-width: 1200px) {
    .post-search__tags:after {
        background: -webkit-gradient(linear, left top, right top, color-stop(65%, rgba(255,255,255, 0)), color-stop(98%, rgba(255,255,255, 1)) );
        background: -webkit-linear-gradient(left, rgba(255,255,255, 0) 65%, rgba(255,255,255, 1) 98% );
        background: -o-linear-gradient(left, rgba(255,255,255, 0) 65%, rgba(255,255,255, 1) 98% );
        background: linear-gradient(to right, rgba(255,255,255, 0) 65%, rgba(255,255,255, 1) 98% );
    }
}

@media (min-width: 1366px) {
    .container-narrow {
        width: 100%;
    }

    .container-narrow article {
        margin-top: 70px;
    }

    .blog-article__header {
        padding-bottom: 25px;
    }

    .blog-article__header-content h1 {
        font-size: 32px;
        line-height: 46px;
    }

    .blog-article__img-wrapper {
        -ms-flex-preferred-size: 671px;
            flex-basis: 671px;
        min-width: 671px;
    }

    .blog-article__header-content {
        padding: 10px 24px;
    }

    .blog-article__meta {
        margin-bottom: 92px;
    }

    .blog-article__tags {
        padding: 25px 0;
    }

    .blog-article__tags a {
        padding: 15px 40px;
    }

    .content-article-single {
        width: 575px;

        padding: 35px 0;
        margin: 0 auto;
    }

    .blog-article__author-info {
        width: 575px;

        margin: 0 auto 100px;
    }

    .blog-article__tags a::before {
        left: 31px;
    }

    /* Blog main page */

    .post-search {
        margin-bottom: 80px;
    }

    .post-search__form {
        margin: 0;
    }

    .post-search__input {
        position: absolute;
        left: 40px;
        width: 897px;
        bottom: 0;
    }

    .post-search--results {
        margin-bottom: 75px;
    }

    .blog__wrapper article:first-child {
        margin-bottom: 40px;
    }

    .blog__item:hover {
        -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.1);
                box-shadow: 0 6px 10px 0 rgba(0,0,0,0.1);
    }

    .blog__item:not(:first-of-type) {
        -ms-flex-preferred-size: 375px;
            flex-basis: 375px;
        width: 375px; /* For IE 11 */
        margin-bottom: 20px;
        margin-left: 0;
    }

    .related-posts__item,
    .blog-search__item {
        -ms-flex-preferred-size: 375px;
            flex-basis: 375px;
        width: 375px; /* For IE 11 */
        margin-bottom: 20px;
    }

    .blog__item:not(:first-of-type),
    .blog__item:not(:nth-of-type(4)),
    .blog__item:not(:nth-of-type(7)) {
        margin-right: 13px;
    }

    .blog-search__item {
        margin-left: 0;
    }

    .blog-search__item:not(:nth-of-type(3n)) {
        margin-right: 13px;
    }

    .related-posts__list {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .related-posts__item:not(:nth-of-type(3)) {
        margin-right: 13px !important;
    }

    .single-author,
    .single-date {
        font-size: 12px;
        line-height: 17px;
    }

    .blog__meta-preview {
        margin-bottom: 30px;
    }

    .blog__preview-title {
        font-size: 24px;
        line-height: 35px;
    }

    .blog__preview-text {
        margin-bottom: 20px;

        font-size: 16px;
        line-height: 23px;
    }

    .blog__more-link {
        margin-bottom: 27px;
    }

    .blog__wrapper article:first-child img {
        min-width: 668px;
    }

    .blog__item:first-of-type .blog__item-preview {
        padding: 29px 22px 7px;
    }

    .single-post #primary .author-name {
        left: 112px;
    }

    .blog-article__author-info {
        padding: 18px;
    }

    .single-post #primary p,
    .single-post #primary li ,
    .webinar__text li {
        font-size: 18px;
        line-height: 26px;
    }

    .single-post #primary .author-description {
        font-size: 14px;
        line-height: 20px;
    }

    .landing-wrapper--blog .search-field {
        width: 1%;
        right: 107px;
        left: unset;
        bottom: 12px;
    }

    .landing-wrapper--blog .search-field--active {
        width: 85%;
    }
}

/*cc*/
#menu-top-menu .dropdown-menu, #menu-footer-menu .dropdown-menu {
    display: block;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    top: auto;
    list-style-type: none;
    background: none;
    border: none;
}


#menu-footer-menu .dropdown {
    width: 25%;
    float: left;
}

#menu-footer-menu .dropdown-toggle {
    font-size: 15px;
    margin: 10px 0px 0px;
    text-decoration: none;
    color: #fff;
    display: block;
    cursor: pointer;
}

#menu-top-menu .dropdown-menu a, #menu-footer-menu .dropdown-menu a {
    padding: 0px;
    color: #fff;
    font-size: 12px;
    font-weight: 100;
}

#menu-top-menu .dropdown-menu a:hover, #menu-footer-menu .dropdown-menu a:hover {
    padding: 0px;
    color: rgb(252, 52, 55);
}

#menu-top-menu, #menu-footer-menu {
    list-style-type: none;
    padding-left: 0px;
}

.footer-nav-column h5, .footer-nav-column a {
    font-weight: normal;
}

.footer-nav-column a {
    font-size: 15px;
    margin: 10px 0px 0px;
    text-decoration: none;
    color: #fff;
    display: block;
    cursor: pointer;
}

.footer-nav-column a:hover {
    color: rgb(252, 52, 55);
}

.footer-nav-column a.dropdown-toggle:hover {
    color: #fff;
}

img.fnone {
    width: 20px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: none;
    color: rgb(252, 52, 55);
}

.dropdown-menu > li > a, .dropdown-menu > li > a {
    background: none !important;
}


#menu, .button-nav {
    display: none;
}



.dd .ddArrow:after {
    font-size: 8px;
    top: -3px;
    position: relative;
    right: 15px;
    opacity: 0.5;
}





.initial {
    display: initial;
}

* {
    outline: none !important;
}

/*.phone-numbers-conection {
    width: 100%;
    max-width: 474px;
    margin: 0 auto;
    float: none;
}

.calling-to {
    width: 100%;
    margin: 0 auto;
    padding: 0px 20px 15px;
    border-bottom: 1px solid #dedede;
    overflow: hidden;
}*/

.enabled._msddli_ {
    text-align: left;
}

.error-mail {
    text-align: left;
    color: rgb(252, 52, 55);
    position: absolute;
    bottom: 75px;
    width: 270px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.error-mail--center {
    text-align: center;
}

.error-mail-bottom {
    text-align: center;
    color: rgb(252, 52, 55);
    position: absolute;
    bottom: 50px;
    width: 270px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.sign-up-form {
    position: relative;
}

/*responsive menu*/
#primary {
    position: relative;
    z-index: 0;
}

@media (min-width: 1200px) {
    nav .menu-top-menu-container {
        margin-left: 30px
    }

    /*nav .menu-top-menu-es-container {
        margin-left: 30px
    }*/
}

@media (min-width: 1366px) {
    nav .menu-top-menu-container {
        margin-left: 118px;
    }

    /*nav .menu-top-menu-es-container {
        margin-left: 118px;
    }*/
}

@media (min-width: 1001px) and (max-width: 1200px) {
    #webmenu-big_msdd {
        width: 155px !important;
    }

    #webmenu-big_msdd .ddlabel span {
        font-size: 13px;
    }

    .navbar-fixed-top .navbar-brand > img {
        width: 135px;
    }
}

nav .menu-top-menu-container {
    float: left;
}

/*nav .menu-top-menu-es-container {
    float: left;
}*/

@media (max-width: 1000px) {
    .navbar-fixed-top.navbar {
        display: none;
    }

    .contact-header {
        margin-top: 0px;
    }

    .responsive-menu .navbar-fixed-top.navbar, .responsive-menu #menu {
        display: block;
    }

    .responsive-menu #menu {
        width: 100%;
        margin: 0px;
    }

    .responsive-menu #menu li {
        width: 100%;
        padding: 3px 0px;
    }

    .responsive-menu #menu li a {
        color: #fff;
        padding: 0px 20px;
        font-size: 16px;
    }

    .responsive-menu #menu li.dropdown:after {
        content: "\e259";
        position: absolute;
        right: 30px;
        top: 10px;
        font-family: 'Glyphicons Halflings';
        color: #fff;
    }

    .responsive-menu #menu li:hover a {
        background: none;
    }

    .responsive-menu #menu li:hover {
        background: none;
    }

    .responsive-menu #menu li.open > a {
        background: #c61923
    }

    .responsive-menu #menu li:hover .dropdown-menu {
        background: none;
        color: #fff;
        position: relative;
        width: 100%;
    }

    .responsive-menu .navbar-nav > li > a:hover {
        background: none;
        color: #fff;
    }

    .responsive-menu {
        width: 100%;
        background: #f53540;
        position: fixed;
        top: -100vh;
        z-index: 9998;
        left: 0px;
        right: 0px;
    }

    .menu-btn-responsive {
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 9998;
    }

    .logo-wrap {
        float: left;
        margin: 25px 0px 0px 20px;
    }

    .menu-btn-responsive-close {
        float: right;
        margin: 20px 20px 0px 0px;
    }

    .hide-1200 {
        display: block;
    }

    .show-1200 {
        display: none;
    }

    .responsive-logo {
        padding: 0px 20px;
    }

    .responsive-logo .navbar-brand {
        padding: 0px;
        margin: 25px 0px 0px 0px;
        height: auto;
    }

    nav .menu-top-menu-container {
        float: left;
        width: 100%;
        margin-top: 15px;
    }

    /*nav .menu-top-menu-es-container {
        float: left;
        width: 100%;
        margin-top: 15px;
    }*/

    .register-btn {
        position: absolute;
        bottom: 0px;
        padding: 20px;
        width: 100%;
        background: #c61923;
    }

    .register-btn a {
        color: #fff
    }

    .signup-responsive {
        float: right;
        padding: 10px;
        border: 1px solid #fff;
        margin-left: 10px;
    }

    .login-responsive {
        float: right;
        padding: 11px
    }

    .numbers-responsive {
        float: right;
        margin: 25px 50px 0px 0px;
    }
}

.navbar-brand > img {
    width: 140px;
}

.numbers-responsive {
    display: none;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .numbers-responsive {
        float: right;
        margin: 25px 50px 0px 0px;
        display: block
    }
}

@media (min-width: 1001px) {
    .hide-1200 {
        display: none;
    }

    .show-1200 {
        display: block;
    }

    .responsive-menu {
        display: none;
    }

    #menu, .button-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }



    #page {
        overflow: hidden
    }

    .big-img-right img {
        width: 1000px;
        max-width: 1000px;
        height: auto;
    }

    .big-img-left {
        position: relative;
    }

    .big-img-left img {
        width: 1000px;
        max-width: 1000px;
        height: auto;
        position: absolute;
        right: 30px;
    }
}

@media (min-width: 1001px) and (max-width: 1200px) {
    .big-img-left img {
        top: 20px
    }
    .navbar-fixed-top .crazy-number span {
        font-size: 13px!important;
    }
}



@media (min-width: 992px) {
    .blog .row:not(.recent-link) {
        margin-bottom: 56px;
        padding-bottom: 26px;
    }

    .blog .row:nth-child(2) article:first-child .first-more {
        border-radius: 3px;
        background-color: rgb(94, 130, 212);
        font-size: 14.7px;
        line-height: 1.11;
        float: right;
        color: rgb(255, 255, 255);
        padding: 14px 20px;
    }
}

@media (max-width: 992px) {
    .blog .row:not(.recent-link) {
        margin-bottom: 0px;
    }

    .blog .row article {
        margin-bottom: 35px;
    }
}

.blog .row .first-more {
    font-style: italic;
    line-height: 1.11;
    float: right;
    color: rgb(79, 118, 207);
    line-height: 3.5;
    cursor: pointer;
}

.blog .row:nth-child(2) article:first-child .entry-content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
    margin-bottom: 50px;
}

.single-old-post-image img {
    width: 100%;
}

.single-author a {
    color: rgb(164, 164, 164);
}

.blog article .entry-content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.83;
    margin-bottom: 30px;
}

.archive .input-sign-up {
    border-right: 1px solid #ccc;
}

/*fix logo*/
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}



.container-narrow {
    position: relative;
}

.container-narrow article {
    margin-top: 30px;
}

/*.owl-item {
    padding: 10px;
}*/

/*sidebar*/
h2.widget-title {
    font-size: 25px;
}

#secondary {
    margin-top: 115px;
    margin-left: 10px;
}

.pad-right-0 {
    padding-right: 0px;
}

.pad-left-0 {
    padding-left: 0px;
}

.attachment-shapely-featured {
    width: 100%;
}

#primary {
    padding: 0px
}

/*pagination*/
.pagination.pagination-large .screen-reader-text {
    display: none
}

/*.has-sidebar-right .mc4wp-form {
    display: none;
}

.single-post .mc4wp-form, .archive .mc4wp-form {
    display: block;
}*/

/*404*/
.wrap-error-img .error-img {
    display: block;
    margin: 100px auto;
}

.pages-link {
    text-align: center;
    font-weight: 100;
    margin-bottom: 100px;
}

.pages-link-text {
    color: #9e9e9e;
    font-size: 22px;
}

.pages-link-text a {
    text-align: center;
    color: #4f76cf;
    cursor: pointer;
}

.pages-link-text span {
    display: inline-block;
    margin: 0px 10px;
}

.thak-you {
    width: 100%;
    margin: 200px auto;
    max-width: 500px;
    display: block;
    overflow: hidden;
}
@media (max-width: 560px) {
    #primary .thak-you {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .thak-you img{
        margin-right: 0px!important;
    }
    .thank-you-big-text {
        width: 100%;
        text-align: center;
    }
}
.thak-you img {
    float: left;
    margin-right: 40px;
}

.thank-you-big-text {
    font-size: 45px;
    font-weight: 200;
    margin-bottom: 25px;
}

.thank-you-big-small {
    font-size: 16px;
    margin-bottom: 35px;
}

.thank-you-link {
    border: 1px solid rgb(252, 52, 55);
    color: rgb(252, 52, 55);
    padding: 10px 15px;
    font-weight: 600;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.thank-you-link:hover {
    background: rgb(252, 52, 55);
    color: #fff;
    text-decoration: none;
}

.panel-title > a.collapsed:before, .panel-title > a:before {
    float: right !important;
    content: "\e259";
    color: lightgrey;
    position: absolute;
    right: 5px;
    top: 32%;
}

.panel-default > .panel-heading {
    position: relative;
    padding: 10px 40px 10px 15px
}

@media (min-width: 1201px) {
    .text-right {
        text-align: right;
    }

    .text-left {
        text-align: left;
    }
}

@media (max-width: 1200px) {
    .text-right {
        text-align: center;
    }

    .text-center-md {
        text-align: center;
    }
}

/*numbers and flags*/
nav .dd .ddArrow {
    width: 10px;
    height: 10px;
}

nav .dd .ddTitle .ddTitleText {
    padding-right: 0px;
}

.enabled._msddli_ .ddlabel .number {
    display: block;
    padding-left: 25px;
}

.phone-numbers .flag-icon {
    margin-right: 5px;
}

@media (min-width: 1200px) {
}

@media (min-width: 768px) {
    .col-lg-1-5 {
        width: 25% !important;
    }

    .error-mail {
        bottom: 80px;
    }

    .error-mail-bottom {
        bottom: -20px;
    }
}
/*.single-post .social-title, .social-title {
    float: left;
    font-size: 15px;
    margin: 10px 0px 30px;
    text-decoration: none;
    color: #fff;
    display: block;
    cursor: pointer;
    text-align: left;
    width: 100%;
}

.single-post .social-title {
    margin-top: 4px;
    font-weight: 400;
}*/

#webmenu-small_child, #footer-phones_child {
    height: auto !important
}

@media (max-width: 1000px) {
    .social-footer {
        padding: 10px 15px 0 15px !important;
        width: 100%;
    }
    .footer-menu {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container, .container.sidebar-right {
        width: 90%;
        margin: 0 auto;
        max-width: 1170px;
    }
}

@media (min-width: 1920px) {
    .error-mail {
        bottom: -50px;
        left: 14%;
    }

    .navbar .container {
        max-width: 1420px;
    }

    .menu-top-menu-container .navbar-nav {
        width: 430px;
    }

    .menu-top-menu-es-container .navbar-nav {
        width: 430px;
    }

    nav .menu-top-menu-container {
        margin-left: 285px;
    }

    nav .menu-top-menu-es-container {
        margin-left: 285px;
    }

    #menu, .button-nav {
        margin-left: 0;
    }

    .navbar-brand > img {
        width: 271px;
    }

    .navbar-nav > li > a {
        padding: 31px 0 31px 23px;
    }

    .navbar-nav > li > .dropdown-toggle {
        padding: 31px 23px 10px 23px;
    }



    .navbar-nav > li > .button-nav {
        font-size: 18px;
    }

    .navbar-brand {
        padding: 25px 0;
    }

}

@media (max-width: 767px) {
    .col-lg-1-5 {
        width: 100%;
    }

    .social-footer {
        float: left;
        padding-left: 15px;
    }
}

@media (max-width: 1200px) {
    .footer-logo-container {
        display: block;
        padding-top: 10px
    }

    .pad-left-0 {
        padding: 0px;
    }
}

@media (max-width: 1060px) {
    .social-ico {
        width: 30px;
        height: 30px;
        margin: 0 10px 0 0;
    }
}

@media (max-width: 1000px) {
    #secondary {
        margin-top: 105px;
    }
}

@media (max-width: 1200px) {
    .feature-content h3.feature-text-title, .feature-content h3 {
        margin-top: 40px;
    }

    .big-img-right, .big-img-left {
        padding: 40px 0px 0px;
    }

    .feature .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto !important
    }
}

@media (min-width: 768px) {
    #search-form .form-group.sign-up-form {
        margin-bottom: 0px;
    }
}

@media (max-width: 992px) {
    .feature .row {
        display: block;
    }

    .feature-image {
        width: 100%;
    }

    .feature-image img {
        padding-top: 40px;
    }

    .big-img-right, .big-img-left {
        padding: 0px 0px 0px;
    }
}

@media (max-width: 850px) {
    footer .phone-numbers p {
        font-size: 14px;
    }
}

@media (max-width: 800px) {
    footer .phone-numbers p {
        font-size: 13px;
    }

    .social-ico {
        width: 27px;
        height: 27px;
        margin: 0 10px 0 0;
    }
}

@media (max-width: 767px) {
    #footer-phones_child .ddlabel {
        display: inline-block;
        padding-left: 0px;
    }

    footer #menu-footer-menu .dropdown .dropdown-menu {
        display: none;
    }

    .container.sidebar-right {
        margin: 0 auto;
        width: 90%;
    }

    .blog .row {
        margin: 0px;
    }

    .container-narrow article {
        margin: 0 auto;
        float: none;
        width: 90%;
    }

    footer #menu-footer-menu li.dropdown {
        display: block;
        width: 100%;
    }

    footer #menu-footer-menu li.dropdown li {
        padding: 0px;
        border-bottom: 0px;
    }

    /*.row.recent-link {
        padding-left: 15px;
    }*/

    .single-post #page > .row {
        margin: 0px;
    }

    footer #menu-footer-menu li.dropdown li:after {
        display: none;
        width: 100%;
    }

    footer #menu-footer-menu li {
        padding-top: 24px;
        padding-bottom: 24px;
        border-bottom: 1px solid rgba(252, 252, 252, 0.1);
        position: relative;
        width: 100%;
    }

    footer #menu-footer-menu li.dropdown:after {
        content: "\e259";
        font-family: "Glyphicons Halflings";
        line-height: 1;
        margin: 0px;
        display: inline-block;
        top: 45px;
        right: 20px;
        position: absolute;
        font-size: 8px;
        color: #fff;
    }

    footer .drop-down {
        width: 100% !important;
    }

    footer #footer-phones_msdd {
        width: 100% !important;
    }

    .dd .ddArrow:after {
        right: 0px;
    }

    footer .number {
        font-size: 16px;
    }

    .footer-nav-column a:hover {
        color: #fff;
        font-weight: 700
    }

    .responsive-menu .menu-top-menu-container {
        float: left;
        width: 100%;
    }

    .responsive-menu .menu-top-menu-es-container {
        float: left;
        width: 100%;
    }

    .row.margin-zero {
        margin: 0px;
    }
}

.dd .ddArrow {
    width: 10px;
}

.text-content {
    margin-top: 100px;
    text-align: justify;
    margin-bottom: 50px;
}

#contact-icon-dropdown_msdd {
    width: 250px !important;
}

#contact-icon-dropdown_msdd .country {
    display: none;
}

#contact-icon-dropdown_msdd .enabled._msddli_ .country {
    display: inline-block;
}

/*.plan-table.main-plan-table li strong {
    color: transparent
}*/

.content-article-single .ssba img {
    border-radius: 50%;
}

.content-article-single .ssba-classic-2 {
    display: block;
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .ssba.ssba-wrap {
        display: none;
    }
}

.dd .ddChild {
    max-height: 300px;
    overflow: auto;
}

/*new numbers*/
.numbers-wrap {
    line-height: 2
}

.numbers-dropdown {
    display: block;
    width: 180px;
    font-weight: 400;
    font-size: 14px;
}

.numbers-dropdown {
    position: relative;
}

.numbers-dropdown .iti-flag {
    -webkit-box-shadow: 0.7px 0.7px 3px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0.7px 0.7px 3px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
}

.numbers-dropdown .selected-item {
    cursor: pointer;
    width: 100%;
}

.numbers-dropdown .selected-item .selected-item-arrow {
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.numbers-dropdown .glyphicon.glyphicon-chevron-down {
    font-size: 9px;
    margin-left: 10px;
    top: 0px;
}

.numbers-dropdown .selected-item .selected-item-flag {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 19px;
    height: 14px;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
            box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
}

.numbers-dropdown .selected-item .selected-item-number {
    font-size: 14px;
    padding-left: 30px;
    font-weight: 300;
    color: #000
}

.numbers-dropdown .numbers-list {
    background-color: #fff;
    height: 0;
    left: -5px;
    overflow: auto;
    position: absolute;
    top: calc(100% + 2px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    z-index: 2;
}

.numbers-dropdown .numbers-list.open {
    height: 200px;
    border: 1px solid #c3c3c3;
}

.numbers-dropdown .numbers-list .numbers-item {
    padding: 5px;
    margin-bottom: 0px;
    cursor: pointer;
    display: block;
}

.numbers-dropdown .numbers-list .numbers-item span {
    line-height: 15px
}

.numbers-dropdown .numbers-list .numbers-item:hover {
    background: #c3c3c3;
}

.numbers-dropdown .numbers-list .numbers-item-flag {
    left: -2px;
    top: 2px;
    width: 19px;
    height: 14px;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
            box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
}

.numbers-dropdown .numbers-list .numbers-item-number {
    line-height: 1rem;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    display: block;
    padding-left: 25px;
}

.numbers-dropdown .numbers-list .numbers-item-country {
    line-height: 1rem;
    font-size: 14px;
    font-weight: 400;
}

@media all and (max-width: 767px) {
    nav .numbers-dropdown {
        dipslay: none;
    }

    .numbers-dropdown .glyphicon.glyphicon-chevron-down {
        right: 5px;
        position: absolute;
        top: 50%;
        margin-top: -4px;
        color: #e6e6e6;
    }

    .numbers-dropdown .selected-item .selected-item-number, .numbers-dropdown .selected-item .selected-item-number a {
        color: #ffffff;
        font-size: 15px;
    }

    .numbers-dropdown .numbers-list .numbers-item-number, .numbers-dropdown .numbers-list .numbers-item-country {
        color: #000;
    }
}

.numbers-wrap {
    width: 165px;
}

.numbers-list-contact {
    display: none;
    height: 200px;
    border: 1px solid #c3c3c3;
    overflow: auto;
    position: absolute;
    background: #fff;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-43%);
        -ms-transform: translateX(-43%);
            transform: translateX(-43%);
    width: 185px;
}

.numbers-list-contact.open {
    display: block;
}

.numbers-dropdown-contact .selected-item-number {
    padding-left: 5px;
}

.numbers-dropdown-contact .numbers-wrap {
    width: 200px;
    margin: 0 auto;
}

.selected-item-contact {
    position: relative;
}

.numbers-item-contact {
    line-height: 24px;
    position: relative;
    text-align: left;
}

.numbers-item-contact br {
    display: none;
}

.numbers-item-contact .numbers-item-flag {
    position: absolute;
    left: 2px;
    top: 7px;
}

.numbers-item-contact .numbers-item-number {
    width: 100%;
    display: block;
    padding-left: 35px;
    font-size: 14px;
}

.numbers-item-contact .numbers-item-country {
    padding-left: 35px;
    font-size: 14px;
}

.selected-item-contact .glyphicon.glyphicon-chevron-down {
    font-size: 10px;
    top: 10px;
    right: 0px;
    position: absolute;
}

/*.blog-try #error-form1 {
    float: left;
    display: block;
    position: relative;
    top: 0px;
}*/

.single-post #primary h3,
.single-post #primary h4,
.single-post #primary h5,
.single-post #primary h6 {
    margin-bottom: 30px;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .single-post #primary h3 {
        font-size: 22px
    }

    .single-post #primary h4 {
        font-size: 18px
    }

    .single-post #primary h5 {
        font-size: 16px
    }

    .single-post #primary h6 {
        font-size: 14px
    }

    .single-post iframe {
        height: auto
    }

    footer #menu-footer-menu li.dropdown.open .dropdown-menu {
        display: block !important;
    }
}

.next.page-numbers, .prev.page-numbers {
    text-decoration: none;
    width: 50px;
    height: 50px;
}

/*crazy-number*/
.crazy-number {
    margin-top: 35px;
}

@media (min-width: 1366px) {
    .crazy-number {
        margin-top: 33px;
    }
}

@media (min-width: 1920px) {
    .crazy-number {
        margin-top: 35px;
    }
}

@media (max-width: 1200px) {
    .navbar-fixed-top .crazy-number {
        margin-top: 30px;
        width: 130px;
    }
}

@media (max-width: 1000px) {
    .crazy-number {
        margin-top: 0px;
    }
}

.footer-phones-dropdown .crazy-number, .footer-phones-dropdown .crazy-number * {
    color: #fff;
}

footer .social-footer {
    padding-top: 10px;
}
.social-footer h4 {
    font-size: 15px;
    margin: 0 0 10px 0px;
    color: #ffffff;
}
.social-footer p {
    margin: 0;
    font-size: 12px;
    font-weight: 100;
    color: #ffffff;
    line-height: 15px;
}

.social-footer div:last-of-type h4 {
    margin-bottom: 18px;
}

/*partners-page*/

/*.partners {
    font-family: "Open Sans";
}

.partners .navbar-brand {
    height: auto;
    padding: 33px 0px;
    float: left;
    margin-left: 0px !important;
}

.partners .navbar-header {
    width: 100%;
}

.partners section {
    padding: 70px 0px;
}

.partners .button-partner {
    padding: 0px 20px;
    border-radius: 3px;
    line-height: 47px;
    text-align: center;
    font-size: 14px;
    margin-top: 23px;
    float: right;
    color: #fff;
    background: #ec1c24;
    font-weight: 700;
    cursor: pointer;
}

.partners .button-partner:hover {
    text-decoration: none;
}

.partners .partners-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
}

.partners .partners-flex-j-center-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.partners-title-section {
    font-size: 32px;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 50px;
}

.partners .partners-list {
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    padding-left: 20px;
}

.partners p {
    font-size: 17px;
    font-weight: 300;
}

.partners .partners-section-paragraph-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}

@media (max-width: 992px) {
    .partners-title-section {
        text-align: center;
        width: 100%;
        max-width: 100%;
    }

    .partners .partners-form {
        max-width: 430px;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 1000px) {
    .partners .navbar-fixed-top.navbar {
        display: block;
        height: 100px;
    }

    .partners .navbar-header {
        padding: 0px 20px;
    }

    .partners img {
        max-width: 100%;
    }

    .partners .partners-flex {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .partners-title-section {
        font-size: 25px;
    }

}

@media (max-width: 554px) {
    .partners .partners-section-paragraph-title {
        font-size: 20px;
        line-height: 25px;
    }

    .partners p {
        font-size: 16px;
        font-weight: 300;
    }

    .partners-title-section {
        font-size: 22px;
    }
}*/

/*-----------------------partners-page-header-section-----------------------*/
/*.partners .partners-section {
    margin-top: 100px;
    background-image: -webkit-linear-gradient(left, rgb(79, 118, 207), rgb(133, 164, 235));
    background-image: -o-linear-gradient(left, rgb(79, 118, 207), rgb(133, 164, 235));
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(79, 118, 207)), to(rgb(133, 164, 235)));
    background-image: linear-gradient(to right, rgb(79, 118, 207), rgb(133, 164, 235));
    color: rgb(255, 255, 255);
}

.partners-header-section .button-partner {
    margin: 40px auto 0px;
    float: none;
    display: inline-block;
}

.partners-header-section .partners-header-section-paragraph {
    margin: 0 auto;
    max-width: 760px;
    font-size: 22px;
}

.partners-header-section-title {
    font-size: 41px;
    font-weight: 400;
    line-height: 47px;
    text-align: center;
}

.partners-header-section {
    text-align: center;
}

.partners-header-section .p {
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
    max-width: 780px;
    margin: 0px auto 40px;
}

@media (max-width: 1000px) {
    .partners-header-section-title {
        font-size: 30px;
    }

    .partners-header-section p {
        max-width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .partners-header-section-title {
        font-size: 25px;
    }
}*/

/*-----------------------partners-program-section-----------------------*/

/*.partners-program-section .partners-title-section {
    color: #313131;
    text-align: center;
}

.partners-program-section .partners-program-block {
    margin-bottom: 50px;
}

.partners-program-section .partners-section-paragraph-title {
    color: #282828;
    margin-bottom: 0px;
}

.partners-program-section .partners-program-title-icon {
    float: left;
    margin-right: 10px;
}

.partners-program-section .partners-program-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
}

.partners-program-section .partners-program-title img {
    margin: 5px;
}

@media (max-width: 1000px) {
    .partners-program-section .partners-section-title {
        font-size: 30px;
    }
}*/

/*@media (max-width: 768px) {
    .partners img {
        margin: 0 auto;
        float: none;
        display: block;
        margin-bottom: 10px;
        height: auto;
    }

    .partners section {
        padding: 40px 0px;
    }
}

@media (max-width: 400px) {
    .partners-program-section .partners-section-title {
        font-size: 25px;
    }

    .partners-program-section .partners-program-title-paragraph {
        font-size: 16px;
    }
}*/

/*-----------------------partners-ship-section-----------------------*/

/*.partners-ship-section {
    background: #fafafa;
}

.partners-ship-section .partners-section-title.partners-section-title-blue {
    color: #4f76cf;
    font-weight: 400;
    margin-bottom: 50px;
}

.partners-ship-section p {
    font-weight: 300;
    line-height: 30px;
    color: #4f76cf;
    margin-bottom: 30px;
}

.partners-ship-section p:last-child {
    margin-bottom: 0px;
}

.partners-ship-section .partners-ship-img {
    max-width: 320px;
}

.partners-ship-section .partners-ship-text {
    padding-left: 70px;
}

@media (max-width: 992px) {
    .partners-ship-section .partners-ship-text {
        padding-left: 0px;
    }
}

.partners-ship-section .partners-section-paragraph-title {
    color: #4f76cf;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .partners-ship-section .partners-ship-img {
        margin-bottom: 50px;
        width: 100%;
    }
}*/

/*-----------------------partners-ship-section-----------------------*/

/*.partners-say-section .partners-title-section {
    text-align: center;
}

.partners-say-section .partners-say-paragraph {
    color: #333;
    font-weight: 400;
    line-height: 28px;
}

.partners-say-section .partners-say-paragraph-name {
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 900;
}

.partners-say-section .partners-say-paragraph-position {
    font-size: 13px;
    font-weight: 300;
}

.partners-say-section img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .partners-say-section .partners-say-title {
        font-size: 30px;
    }
}

@media (max-width: 400px) {
    .partners-say-section .partners-say-paragraph-position {
        margin-bottom: 40px;
    }
}*/

/*-----------------------partners-join-section-----------------------*/
/*
.partners-join-inner-wrap {
    background-image: -webkit-linear-gradient(left, rgb(79, 118, 207), rgb(133, 164, 235));
    background-image: -o-linear-gradient(left, rgb(79, 118, 207), rgb(133, 164, 235));
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(79, 118, 207)), to(rgb(133, 164, 235)));
    background-image: linear-gradient(to right, rgb(79, 118, 207), rgb(133, 164, 235));
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.9;
}

.partners-join-section {
    background: url('../img/join_bg.jpg') no-repeat;
    background-size: cover;
    position: relative;
}

.partners-join-section .partners-title-section {
    text-align: left;
    color: #fff;
    max-width: 350px;
    margin-bottom: 20px;
}

.partners-join-section .partners-form p {
    float: left;
    width: 100%;
}

.partners-join-section .partners-section-paragraph-title {
    margin-top: 20px;
}

.partners-join-section .partners-form input,
.partners-join-section .partners-form input.number,
.partners-join-section .partners-form select {
    height: 40px;
    -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.04);
            box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    border: 1px solid rgba(86, 86, 86, 0.13);
    background-color: #ffffff;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 430px;
    color: #757575;
}

.partners-join-section .partners-form input[type=submit] {
    background: #ec1c24;
    padding: 13px 0;
    height: auto;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
}

.partners-join-section .partners-form input[type=checkbox] {
    width: 15px;
    height: 15px;
    float: left;
}

.partners-join-section .partners-form input.number {
    padding-left: 50px;
}

.partners-join-section .partners-form .intl-tel-input {
    width: 100%;
    max-width: 430px;
}

.partners-join-section .partners-form span {
    font-size: 15px;
    font-weight: 300;
    line-height: 34px;
    float: left;
    width: 100%;
    max-width: 430px;
}*/

/*.partners-form .your-type {
    margin-top: -40px;
}

.partners-form .your-type .wpcf7-form-control {
    width: 220px;
    float: right;
    margin-top: 15px;
}

.partners-form .your-type .wpcf7-list-item {
    width: 90px;
    float: left;
}

.partners-form .your-type .wpcf7-list-item > span {
    color: #fff;
    width: auto;
    margin-left: 8px;
}

.partners-form .partners-form .text-checkbox {
    color: #fff;
}

.partners-form .terms-link a {
    color: #fff;
    text-decoration: underline;
}

.screen-reader-response {
    display: none;
}

.partners-join-section .screen-reader-response ul,
.partners-join-section .screen-reader-response .wpcf7-validation-errors {
    display: none;
}

.partners-join-section .partners-form .screen-reader-response {
    margin-bottom: 10px;
}

.partners-join-section .partners-form input + span {
    color: #ec1c24;
    line-height: 20px;
}

.partners-join-section p {
    color: #fff;
    font-weight: 300;
    line-height: 30px;
}

@media (max-width: 400px) {
    .partners-join-section .partners-list-item {
        font-size: 16px;
    }
}

@media (max-width: 400px) {
    .partners-form .your-type {
        margin-top: 0px;
    }

    .partners-form .your-type .wpcf7-form-control {
        float: left;
        margin-top: 0px;
        margin-bottom: 20px;
    }
}*/

/*-----------------------partners-join-section-----------------------*/

/*.partners-already-section .partners-already-block {
    position: relative;
    margin: 10px;
}

.partners-already__already_item {
    width: 290px;
    position: relative;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: 30px 30px 100px;
    height: 320px;
    text-decoration: none;
}

.partners-already__already_item:hover {
    text-decoration: none;
}

.partners-already__already_item_img {
    height: 90px;
}

.partners-already__already_item_img img {
    max-height: 90px;
    width: auto;
    margin: 0 auto;
    display: block;
    margin: 0 auto 30px;
    display: block;
    max-width: 100%;
}*/

.database-partner-title, p.database-partner-title{
    color: #000000;
    font-size: 22px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
}

.database-partner-title:hover{
    text-decoration: none;
}

.database-partner-content {
    color: #202020;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/*.partners-title-section {
    width: 100%;
    text-align: center;
}*/


/*partners-terms*/
.partners-terms{
    margin-top: 80px;
    text-align: justify;
    margin-bottom: 50px;
}
.partners-terms .upper-roman>li{
    margin-bottom: 30px;
    margin-top: 20px;
}
.partners-terms .upper-roman>li>strong{
    margin-bottom: 10px;
    display: inline-block;
}
.partners-terms .upper-roman li ul li ul{
    margin: 10px 0px;
}
/*partners-thank-you-page*/
.thank-you-partners {
    max-width: 600px;
    margin: 100px auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.thank-you-partners p:last-child{
    width: 100%;
}

.thank-you-partners .thank-you-big-text {
    font-size: 40px;
}

.thank-you-partners .thank-you-link {
    margin-top: 20px;
}

/*intl-tel-input*/
.intl-tel-input .flag-container {
    width: 100%;
}

.intl-tel-input .flag-container .country-list {
    width: 100%;
}

/*partners-terms*/
ul.upper-roman {
    list-style-type: upper-roman;
}


.partners-form p .wpcf7-not-valid-tip, .database-form .wpcf7-not-valid-tip{display: none;line-height: 34px;margin: 10px 0px;}
.wpcf7-not-valid-tip{color: #ec1c24 !important;}
input[aria-invalid="true"], select[aria-invalid="true"] { border-color: #ec1c24 !important; }


li.country .country-name{
    float: left;
    width: auto;
    display: inline-block;
    color: #000;
}
li.country .dial-code{
    color: #000;
}
.partners-form .flag-box  .dial-code{
    width: auto;
    margin-right: 5px;
}
.partners-form .iti-mobile-select{
    width: 50px!important;
}
.intl-tel-input .country-list .country{
    float: left;
    width: 100%;
}
.intl-tel-input .country-list .country .dial-code{
    border-bottom: 1px solid #dedede;
}
.database-select{
    -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.04);
            box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    border: 1px solid rgba(86, 86, 86, 0.13);
    background-color: #ffffff;
    max-width: 316px;
    height: 39px;
    padding: 0px 20px;
    margin-left: 0px;
    width: 100%;
    -ms-flex-preferred-size: 316px;
        flex-basis: 316px;
}
.database-select-container .col-xs-12:nth-child(2) .database-select{
    margin-left: 0px;
}
.database-partner{
    max-width: 316px;
    width: 100%;
    height: 410px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    cursor: pointer;
    padding: 20px;
    position: relative;
    margin: 20px 0px;
    color: #000;
}
.database-partner:hover, .database-partner *:hover{
    text-decoration: none;
}
.container.partners-single-container p{
    margin-bottom: 15px;
}
.container.partners-single-container ul{
    padding-left: 20px;
}
.container.partners-single-container ul li{
    font-weight: 300;
    font-size: 18px;
}
.database-partner .read-more{
    position: absolute;
    bottom: 20px;
    right: 30px;
}
.database-partner-img{
    width: 100%;
    height: 175px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
}
.database-partner-img img{
    max-height: 140px;
    width: auto;
    max-width: 240px;
}
.database-partner-title{
    font-size: 22px;
    font-weight: 400;
    line-height: 38px;
}
.database-partner:hover{
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
}
.database-header{
    margin-bottom: 50px;
    margin-top: 70px
}
.database-container.container{
    padding-top: 25px;
    padding-bottom: 90px;
    max-width: 1050px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.database-select-container{
    max-width: 1020px;
    overflow: hidden;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.database-partner-item{
    max-width: 316px;
    width: 100%;
    margin: 10px;
    -ms-flex-preferred-size: 316px;
        flex-basis: 316px;
}
.database-partner-item:hover{
    text-decoration: none;
}
.database-select-wrap{
    width: 100%;
    max-width: 316px;
    margin: 10px;
    -ms-flex-preferred-size: 316px;
        flex-basis: 316px;
}
.database-container-form{
    background-color: #fafafa;
    padding-top: 90px;
    padding-bottom: 90px;
}
.database-form{
    max-width: 436px;
    margin: 0 auto;
}
.database-form input, .database-form select{
    width: 100%;
    height: 39px;
    -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.04);
            box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    border: 1px solid rgba(86, 86, 86, 0.13);
    background-color: #ffffff;
    margin: 0 auto;
    padding: 0 20px;
    color: #b3b3b3;
    font-size: 15px;
}
.database-form select{
    color: #6b6363;
    text-indent: 10px;
}
.database-form input[type="submit"]{
    height: 58px;
    border-radius: 3px;
    background-color: #fc3437;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    margin-top: 42px;
}
.database-form-title p {
    margin-bottom: 40px;
}
.partners-single{
    background-color: #fafafa;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#5856f1), to(#02009c));
    background-image: -webkit-linear-gradient(bottom, #5856f1 0%, #02009c 100%);
    background-image: -o-linear-gradient(bottom, #5856f1 0%, #02009c 100%);
    background-image: linear-gradient(to top, #5856f1 0%, #02009c 100%);
    padding-bottom: 70px;
    margin-top: 70px;
    padding-top: 70px;
}
.partners-single  .partners-single-title{
    font-size: 41px;
    font-weight: 400;
    line-height: 31px;
    text-align: left;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 30px;
}
@media (max-width: 992px) {
    .partners-single  .partners-single-title {
        font-size: 28px;
    }
    .partners-single-header .partners-single-title-wrap p{
        font-size: 18px;
    }
    .hidden-md-down{
        display: none;
    }
    .container.partners-single-container ul li{
        font-size: 15px;
    }
    .container.partners-single-container p{
        font-weight: 100;
    }
}
@media (max-width: 500px) {
    .database-partner-title {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
    }
    .database-partner-content{
        font-size: 14px;
    }
}

.partners-single-title-wrap{
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
}
.partners-single-title-wrap p{
    font-size: 23px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    max-width: 650px;
    text-align: left;
    width: 100%;
}
.partners-single-img-wrap{
    height: 240px;
    max-width: 450px;
    width: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.partners-single-contact-wrapper{
    padding-top: 80px;
}
.partners-single-img img{
    max-height: 200px;
    width: auto;
    max-width: 90%;
}
.partners-single-header{
    max-width: 100%;
}
.partners-single-container{
    padding: 70px 0px;
}
.partners-single-details-type{
    border: 1px solid #e1e1e1;
    padding: 35px 30px;
}
.partners-single-element-title.partners-single-main-element-title{
    font-size: 30px;
}
.partners-single-container .partners-single-element-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px!important;
}
.partners-single-element-website{
    padding-top: 45px;
}
.partners-single-details-type .partners-single-details-type-element-description{
    margin-bottom: 10px;
}
.partners-single-details-type-element-description.partners-single-details-type-element-description-last{
    margin-bottom: 0px;
}
.partners-single-contact-avatar{
    float: left;
    margin-right: 25px;
    margin-top: 5px;
}
.partners-single-contact-details{
    overflow: hidden;
    display: block;
}
.partners-single-contact-details p{
    margin-bottom: 0px!important;
}
.partners-single-element-title.partners-single-element-contact-title{
    margin-bottom: 20px;
}
.partners-single-element-title.partners-single-element-contact-title .partners-single-contact-details p{
    margin-bottom: 0;
}
.partners-single-element-href{
    color: #4f76cf;
    font-weight: 300;
    line-height: 34px;
    font-size: 20px;
}
.partners-single-social-img{
    margin: 15px 10px;
}
.partners-single-social-google:hover, .partners-single-social-facebook:hover, .partners-single-social-twitter:hover, .partners-single-social-linked:hover{
    color: white;
}
.database-form input.error {
    border-color: #ec1c24 !important;
}
.database-form label.error {
    display: none!important;
}
.database-form  .wpcf7-response-output {
    display: none!important;
}
.wpcf7-not-valid input[type="checkbox"]{
    -webkit-box-shadow: 0px 0px 6px red!important;
            box-shadow: 0px 0px 6px red!important;
}
.calendly-badge-widget {
    right: -68px !important;
    top: 250px;
    bottom: unset !important;
    transform: rotate(270deg);
}

.calendly-badge-widget .calendly-badge-content{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background-color: #000000 !important;
}

.js-show-picker {
    border-color: #ec1c24 !important;
    border: 4px solid #ec1c24;
}
.pagination, .popover-toggle, .time-button{
    color: #ec1c24 !important;
}

.confirm-button.base.js-confirm{
    background-color: #ec1c24;
}
.calendly-overlay {
    z-index: 10000000;
}
#livechat-compact-container {
    z-index: 9997!important;
}

.block {
    display: block;
}

.p-t-70 {
    padding-top: 70px;
}
.wpcf7-form label.error {
    display: none !important;
}
.wpcf7-form-control.error {
    border-color: #ec1c24!important;
}
div.wpcf7 .ajax-loader{
    display: none!important;
}
.div.wpcf7-validation-errors {
    display: none;
}
/**/

.home-benefits {
    background: -webkit-linear-gradient(275deg, rgba(245,245,245,1) 50%, #ffffff 50%);
    background: -o-linear-gradient(275deg, rgba(245,245,245,1) 50%, #ffffff 50%);
    background: linear-gradient(-185deg, rgba(245,245,245,1) 50%, #ffffff 50%);
    background-position-y: -70px;
    background-repeat: no-repeat;
    background-color: #ffffff;
}
@media (max-width: 991px) {
    .home-benefits {
        background-position-y: -300px;
    }
}
.benefits--reversed {
    background: -webkit-linear-gradient(265deg, rgba(245,245,245,1) 50%, #ffffff 50%);
    background: -o-linear-gradient(265deg, rgba(245,245,245,1) 50%, #ffffff 50%);
    background: linear-gradient(185deg, rgba(245,245,245,1) 50%, #ffffff 50%);
    background-size: 100% 85%;
    background-repeat: no-repeat;
    padding: 0 0 64px 0;
}
.benefits--reversed p {
    text-align: center !important;
}
.benefits--reversed p:first-of-type {
    padding: 0;
}
.single-benefit {
    background: -webkit-linear-gradient(265deg, #ffffff 50%, rgba(245,245,245,1) 50%);
    background: -o-linear-gradient(265deg, #ffffff 50%, rgba(245,245,245,1) 50%);
    background: linear-gradient(185deg, #ffffff 50%, rgba(245,245,245,1) 50%);
    padding-bottom: 80px;
    background-position-y: 90px;
    background-repeat: no-repeat;
}
@media (max-width: 991px) {
    .single-benefit {
        background-size: 100% 140%;
        background-position-y: -160px;
    }
}
.single-benefit h2 {
    margin-top: 50px;
}
/*.get-started {
    background-image: url(//d9hhrg4mnvzow.cloudfront.net/www.crazycall.com/call-center/cabed449-obrazek7.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 72px 0;
}
.get-started h2 {
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
}
.get-started p {
    font-size: 32px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 48px;
}
@media (max-width: 900px) {
    .get-started {
        padding: 48px 0;
    }
    .get-started h2,
    .get-started p {
        font-size: 26px;
    }
}
@media (max-width: 600px) {
    .get-started {
        padding: 42px 0;
    }
    .get-started h2 {
        font-size: 14px;
        line-height: 26px;
    }
    .get-started p {
        font-size: 14px;
        margin-bottom: 32px;
    }
}
.get-started .button-sign-up {
    max-width: 160px;
    float: none;
    margin-top: 50px;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}*/
.home-features {
    padding: 72px 0 0 0;
    background-color: rgba(245,245,245,1);
}
.home-features h2 {
    margin-bottom: 90px;
}
.grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
    grid-auto-rows: 1fr;
    grid-auto-flow: row;
    padding-bottom: 60px;
}
@media (max-width: 767px) {
    .grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.home-feature {
    position: relative;
    padding: 50px 20px;
    border: 1px solid rgba(220,220,220,1);
    background-color: #ffffff;
    text-align: center;
}
.home-feature p {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 300;
}
@media (max-width: 950px) {
    .home-feature p {
        font-size: 20px;
    }
}
.features--nopadding {
    padding: 0;
}
.detail p {
    font-size: 18px;
}
.detail h3 {
    font-weight: 700;
    margin-top: 40px;
}
.detail_title {
    font-weight: 700;
    margin-top: 40px;
    text-decoration: none;
    font-size: 26px;
    color: #333333;
    display: block;
}
.detail_title:hover {
    text-decoration: none;
    color: #333333;
}
.detail img,
.home-feature img {
    max-width: 100%;
    height: auto;
}
.get-demo {
    background-color: rgba(245, 245, 245, 1);
    padding: 36px 0;
}
.get-demo .container,
.get-demo .col-xs-12 {
    padding: 0;
}
.get-demo h2 {
    font-size: 26px;
    font-weight: 400;
    margin: 0;
    text-align: left;
}
.get-demo h2 strong {
    font-size: 30px;
}
.get-demo .col-sm-3 {
    padding: 0;
}
.get-demo .button-sign-up {
    max-width: 160px;
    float: right;
    margin-top: 50px;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    border-radius: 3px;
}
.get-demo .button-sign-up:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #e0151c;
}
@media (max-width: 600px) {
    .get-demo h2 {
        padding: 0 10px;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }
    .get-demo .button-sign-up {
        float: none;
        margin-top: 32px;
    }
}
.customers-reviews-snippets h2 {
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}
.read-more {
    display: block;
    margin-top: 40px;
    float: none;
    color: #1c1d1d;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    text-align: center;
}
.read-more:hover {
    text-decoration: none;
    color: #1c1d1d;
}
.international-numbers {
    background: -webkit-linear-gradient(275deg, rgba(245,245,245,1) 50%, #ffffff 50%);
    background: -o-linear-gradient(275deg, rgba(245,245,245,1) 50%, #ffffff 50%);
    background: linear-gradient(-185deg, rgba(245,245,245,1) 50%, #ffffff 50%);
    background-size: 100% 140%;
    padding: 48px 0 10px 0;
}
.international-numbers .button-sign-up {
    padding-top: 10px;
    float: none;
    display: block;
    margin: 0 auto 48px auto;
}
.other-products {
    padding: 140px 0 0 0;
    background: -webkit-linear-gradient(267deg, #ffffff 50%, rgba(245,245,245,1) 50%);
    background: -o-linear-gradient(267deg, #ffffff 50%, rgba(245,245,245,1) 50%);
    background: linear-gradient(183deg, #ffffff 50%, rgba(245,245,245,1) 50%);
    /*background-size: 380% 100%;*/
    background-size: 8000px;
}
.other-products--solid {
    background-image: none;
    background-color: rgba(245, 245, 245, 1);
    padding: 64px 0 0 0;
}
.other-products .container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100px;
    border-bottom: 2px solid #ffffff;
}
.other-products h2 {
    margin-top: 0;
    font-size: 32px;
    line-height: 47px;
}
.other-products p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}
.other-products_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.other-products_links a {
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 30%;
    max-width: 228px;
    height: 172px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    color: #ffffff;
}
.other-products_links a:hover {
    text-decoration: none;
}
.other_1 {
    background-image: url('../images/other-products/other_1.png');
}
.other_2 {
    background-image: url('../images/other-products/other_2.png');
}
.other_3 {
    background-image: url('../images/other-products/other_3.png');
}
@media (max-width: 950px) {
    .other-products {
        /*background-size: 820% 100%;*/
        background-size: 12000px;
    }
    .other-products .row div:first-of-type {
        width: 100%;
        text-align: center;
    }
    .other-products .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .other-products_links {
        width: 100%;
        margin-top: 32px;
    }
    .other-products_links a {
        width: 100%;
        max-width: 228px;
        margin: 10px auto;
    }
}
.details {
    padding: 50px 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, rgba(245,245,245,1)));
    background: -webkit-linear-gradient(top, #ffffff 50%, rgba(245,245,245,1) 50%);
    background: -o-linear-gradient(top, #ffffff 50%, rgba(245,245,245,1) 50%);
    background: linear-gradient(180deg, #ffffff 50%, rgba(245,245,245,1) 50%);
}
.details .container {
    padding: 60px 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 38px 0 rgba(0, 0, 0, 0.07);
            box-shadow: 0 2px 38px 0 rgba(0, 0, 0, 0.07);
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
}
.details .row:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.details h2 {
    margin: 0 0 64px 0;
    font-size: 32px;
    text-align: center;
}
.details p {
    line-height: initial;
    font-size: 26px;
    margin: 0;
    text-align: center;
}
.details .detail--small {
    max-width: 200px;
    font-size: 18px;
    margin: 0 auto 32px auto;
}
.details .detail--big {
    font-size: 71px;
    color: #509f9c;
    margin: 0 0 10px 0;
    font-weight: 900;
}
.details .detail--medium {
    font-size: 48px;
    color: #509f9c;
    font-weight: 900;
    line-height: 1;
}
.details .detail--big span {
    font-size: 24px;
}
.details--number {
    max-width: 140px;
    border-right: 1px solid #f0f0f0;
}
.details--number:last-of-type {
    border-right: none;
}
.details--reversed {
    padding: 0 0 50px 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(245,245,245,1)), color-stop(50%, #ffffff));
    background: -webkit-linear-gradient(top, rgba(245,245,245,1) 50%, #ffffff 50%);
    background: -o-linear-gradient(top, rgba(245,245,245,1) 50%, #ffffff 50%);
    background: linear-gradient(180deg, rgba(245,245,245,1) 50%, #ffffff 50%);
}
.details--rotated {
    background: -webkit-linear-gradient(265deg, #ffffff 50%, rgba(245,245,245,1) 50%);
    background: -o-linear-gradient(265deg, #ffffff 50%, rgba(245,245,245,1) 50%);
    background: linear-gradient(185deg, #ffffff 50%, rgba(245,245,245,1) 50%);
    padding: 0 0 30px 0
}
.details--rotated h2 {
    margin: 0 0 32px 0;
}
.details--rotated .row:first-of-type p {
    margin: 0 auto 32px auto;
    max-width: 820px;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}
@media (max-width: 767px) {
    .details--rotated .row:first-of-type p,
    .details--rotated h2 {
        padding: 0 15px;
    }
    .number:last-of-type {
        border-right: 1px solid #f0f0f0;
    }
}
.call-widget {
    background: -webkit-linear-gradient(275deg, #ffffff 50%, rgba(245,245,245,1) 50%);
    background: -o-linear-gradient(275deg, #ffffff 50%, rgba(245,245,245,1) 50%);
    background: linear-gradient(-185deg, #ffffff 50%, rgba(245,245,245,1) 50%);
    background-position-y: 360px;
    background-repeat: no-repeat;
}
.call-widget_header {
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 48px;
}
.call-widget_header h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 48px;
}
.call-widget_header p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px;
}
.call-widget_text {
    max-height: 125px;
    overflow: hidden;
}
.call-widget_text--active,
.landing-seo__text--active {
    max-height: none !important;
    overflow: auto;
}
.widget_mobile-text {
    margin-bottom: 48px;
}
.widget_mobile-img img {
    width: auto;
    max-height: 400px;
    height: initial;
}
.learn_more {
    position: relative;
    display: block;
    background: transparent;
    border: none;
    padding: 0;
    margin: 28px 15px 10px 0;
    float: right;
    font-size: 18px;
    font-weight: 300;
}
.learn_more:after {
    content: '\203A';
    position: absolute;
    top: -1px;
    margin-left: 10px;
}

.learn_more--active {
    margin: 0 15px 10px 0;
}

.widget_menu {
    list-style-type: none;
    padding: 60px 40px 0 0;
}
.widget_menu-item {
    margin-bottom: 24px;
    cursor: pointer;
}
.widget_menu-item p {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    text-align: right;
}
.widget_menu-item p:after {
    content: '\203A';
    position: absolute;
    top: 0;
    margin-left: 50px;
}
.widget_menu-item--active p:after {
    content: '\00bb';
}
@media (min-width: 768px) {
    .widget_menu-item p {
        max-width: 300px;
    }
}
.widget_menu-item--active p {
    font-weight: 400;
    color: #56beba;
}
@media (max-width: 767px) {
    .widget_menu-item p {
        text-align: left;
    }
    .call-widget_header p {
        font-size: 12px;
        line-height: 20px;
    }
    .learn_more {
        font-size: 10px;
    }
}
.widget_title {
    margin: 56px 0 32px 0;
    font-size: 26px;
    font-weight: 900;
    line-height: 38px;
}
.widget_text {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

@media (max-width: 950px) {
    .footer .phone-numbers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .footer .phone-numbers > div {
        width: 40%;
    }
}


@media (max-width: 1000px) {
    .dropdown-menu {
        position: relative;
        background-color: transparent;
        width: 100%;
    }
}

/* Pricing */

.pricing__wrapper {
    padding-top: 26px;
    padding-bottom: 20px;
}

.pricing__title {
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    text-align: center;

    margin-bottom: 23px;
}

.pricing__title--solutions {
    font-size: 32px;
    line-height: 38px;
}

.pricing__text {
    margin-bottom: 23px;

    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

.plans__list {
    margin: 0 0 8px;
    padding: 0;
    list-style: none;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.plans__item {
    margin-bottom: 16px;

    border-radius: 10px;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    overflow: hidden;
}

.plans:nth-of-type(2) {
    margin-top: -31px;
}

.plans__header {
    padding-bottom: 15px;

    border-bottom: 1px solid #e6e6e6;
}

.plans__title {
    margin: 0;
    padding: 14px;

    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    text-align: center;

    border-bottom: 1px solid #e6e6e6;
}

.plans__item--popular .plans__title {
    font-weight: 900;
}

.plans__upper-header {
    display: block;
    padding: 14px;

    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    text-align: center;

    background-color: #b2e672;
}

.plans__price {
    display: block;
    margin: 0;

    font-size: 60px;
    line-height: 86px;
    font-weight: 700;
    text-align: center;
}

.plan__price-detail {
    display: block;
    margin-bottom: 8px;

    font-size: 12px;
    line-height: 17px;
    text-align: center;

    color: #c4c4c4;
}
.plans__button {
    max-width: 165px;

    padding: 14px 20px;

    text-align: center;

    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
}

.plans__countries {
    padding: 0;

    font-weight: 700;
    color: #b2e672;

    background: transparent;
    border: none;
    outline: none;
}

.plans__minutes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    padding: 14px 16px;

    border-bottom: 1px solid #e6e6e6;
}

.plans__free-minutes {
    margin: 0;

    line-height: 23px;
}

.plans__minutes-count {
    -ms-flex-preferred-size: 35%;
        flex-basis: 39%;

    margin: 0;

    text-align: right;
    font-size: 12px;
    line-height: 17px;
    color: #c4c4c4;
}

.plans__minutes-count span {
    font-size: 24px;
    line-height: 35px;
    font-weight: 900;
    color: #333333;
}

.plans__included {
    padding: 26px 15px 21px;

    background-color: rgba(204, 204, 204, 0.1);
    list-style: none;
}

.plans__included-item {
    position: relative;

    font-size: 16px;
    font-weight: 300;

    color: #333333;
    margin-bottom: 20px;
}

.plans__included-item--mark::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    right: 2px;
    top: 3px;

    background-image: url("/wp-content/themes/shapely/assets/images/pricing/include.svg");
    background-repeat: no-repeat;
}

.plans__included-item table {
    width: 100%;
}

.plans__included-item th {
    font-weight: 300;
}

.plans__included-item td {
    text-align: right;
}

.plans__item--popular td,
.plans__item--prof td,
.plans__included-item--unlimited {
    font-weight: 700;
}

.plans__included li:last-of-type {
    margin-bottom: 0;
}

.plans__included-item--es-unlimited {
    padding-right: 90px;
}

.plans__note {
    display: block;

    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

.call-rates__wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
}

.call-rates__country-wrapper {
    padding-top: 17px;
    padding-bottom: 17px;
    margin-bottom: 15px;

    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

.call-rates__title {
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    text-align: center;
}

.call-rates__subtitle {
    text-align: center;
    margin-bottom: 50px;
}

.call-rates__country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.call-rates__drop-down {
    background-color: #ffffff;
    padding: 17.5px 24px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    width: 100%;
}

.fee {
    display: -webkit-box;
        display: -ms-flexbox;
            display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-align: start;

        -ms-flex-align: start;

            align-items: flex-start;

    margin-bottom: 22px;
}

.fee:last-of-type {
    margin: 0;
}

.fee h4 {
    margin: 0;

    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
}
.fee p {
    margin: 0;

    font-weight: 900;
    color: #b2e672;
    font-size: 18px;
    line-height: 26px;
}

.get-demo--pricing {
    background: url('../images/pricing/pricing_trial.jpg');
    background-size: cover;
    color: #ffffff;
}

.set_country .dd .ddArrow {
    width: initial;
    height: initial;
}
.set_country .dd .ddArrow:after {
    right: 0;
}
.set_country label {
    font-size: 18px;
}
.set_country .dd .ddTitle .ddTitleText img {
    margin-bottom: 4px;
}
.set_country p {
    margin: 0;

    font-size: 16px;
    line-height: 19px;
}

.try-free {
    margin: 0 40px;
}

.try-free__input {
    height: unset;

    display: block;
    margin: 0 auto 7px;

    font-size: 12px;
    line-height: 24px;
    font-weight: 300;
    color: #999999;

    border: 0;
    border-right: 1px solid #f2f2f2 !important;
    border-radius: 25px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.try-free__input--ebook {
    width: 100%;
    padding: 12px 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.try-free__btn {
    height: unset;
    display: block;
    margin: 0 auto;

    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: #333333;

    border: 0;
    border-radius: 25px;
}

.try-free__btn--ebook {
    width: 100%;
    padding: 14px 35px;
    color: #ffffff;
    background-color: #000000;

    font-size: 16px;
    line-height: 19px;
    text-align: center;

    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.15);
    border-radius: 47px;
}

.try-free__btn--top-ebook {
    width: 75%;

    padding: 17px 35px;

    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.sign-up {
    background-color: #fafafa;
}

.sign-up__wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
}

.sign-up__title {
    margin: 0 0 25px;

    font-size: 24px;
    line-height: 29px;
    font-weight: 900;
    text-align: center;
}

.sign-up__text {
    padding: 0 25px;
    margin-bottom: 30px;

    font-size: 18px;
    line-height: 22px;
    text-align: center;
    font-weight: 500;
    color: #c4c4c4;
}

.sign-up__form {
    margin: 0 0 27px;
}

.sign-up__input {
    width: 100%;

    padding: 12px 20px;
    margin-bottom: 15px;

    background-color: #ffffff;
}

.sign-up__btn {
    width: 100%;

    padding: 14px 35px;

    color: #ffffff;

    background-color: #000000;
}

.sign-up__btn:hover {
    background-color: #000000;
    opacity: 0.8;
}

.sign-up__alternative {
    text-align: center;
    position: relative;
    z-index: 1;
}

.sign-up__alternative::before {
    z-index: -1;
    position: absolute;

    width: 100%;
    content:"";

    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;

    margin: 0 auto;

    border-top: 1px solid #000000;
}

.sign-up__alternative span {
    padding: 0 20px;

    background-color: #fafafa;
}

.home-signup__demo-link {
    display: block;

    font-weight: 500;
    font-size: 18px;
    color: #000;
    text-align: center;
}

.faq__wrapper {
    padding-top: 40px;
    padding-bottom: 32px;
}

.faq__title {
    margin: 0 0 20px;

    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    text-align: center;
}

.faq__item {
    position: relative;
    width: 100%;

    padding: 16px 16px 0;
    margin-bottom: 16px;

    border-radius: 4px;
    border: 1px solid #333333;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
}

.faq__item::after {
    position: absolute;
    content: "";
    width: 0.5em;
    height: 0.5em;
    top: 25px;
    right: 20px;
    display: inline-block;

    border-right: 0.1em solid #000000;
    border-top: 0.1em solid #000000;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
}
.faq__item:nth-of-type(3),
.faq__item:nth-of-type(7) {
    margin-bottom: 16px;
}

.faq__item h3 {
    margin: 0 0 8px;
    padding-right: 70px;

    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #000000;

    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
    cursor: pointer;
}
.faq__item p {
    height: 0;

    font-size: 16px;
    line-height: 23px;

    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
    overflow: hidden;
}

.faq__item--active {
    border: 1px solid #ffd717;
}

.faq__item--active::after {
    -webkit-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
            transform: rotate(315deg);
}

.faq__item--active p {
    height: auto;
}

@media (min-width: 768px) {
    .pricing__wrapper {
        padding-right: 95px;
        padding-left: 95px;
    }

    .pricing__wrapper--solutions {
        padding-top: 17px;
    }

    .pricing__title {
        font-size: 32px;
        line-height: 46px;
        margin: 0 0 50px;
    }

    .pricing__title--solutions {
        margin-bottom: 25px;
    }

    .pricing__text {
        margin-bottom: 35px;
    }

    .plans__minutes {
        padding: 14px 128px;
    }

    .plans__free-minutes {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }

    .plans__minutes-count {
        -ms-flex-preferred-size: 35%;
            flex-basis: 35%;
    }

    .plans__item--popular .plans__minutes-count {
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
    }

    .plans__included {
        padding: 26px 128px 21px;
    }

    .plans__item {
        margin-bottom: 31px;
    }

    .plans__note {
        padding: 0 50px;
    }

    .call-rates__wrapper {
        padding-top: 30px;
        padding-bottom: 48px;
    }

    .call-rates__title {
        font-size: 32px;
        line-height: 46px;
        margin: 0 0 35px;
    }

    .call-rates__country {
        margin: 0;
    }

    .call-rates__country-wrapper {
        margin-bottom: 30px;
    }

    .call-rates__drop-down {
        width: 350px;
    }

    .fees {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .fee {
        -ms-flex-preferred-size: 250px;
            flex-basis: 250px;
        width: 250px; /* For IE 11 */
    }

    .fee h4 {
        -ms-flex-preferred-size: unset;
            flex-basis: unset;

        margin-right: 20px;
    }

    .sign-up__title {
        padding: 0 135px;
        margin: 0 0 32px;

        font-size: 32px;
        line-height: 38px;
    }

    .sign-up__text {
        margin-bottom: 38px;

        font-size: 24px;
        line-height: 29px;
    }

    .sign-up__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;

        margin-bottom: 35px;
        padding: 0 130px;
    }

    .sign-up__input {
        width: 60%;

        float: none;

        margin: 0;
    }

    .sign-up__btn {
        width: 35%;

        margin: 0;
        padding: 14px;
    }

    .sign-up__alternative {
        max-width: 542px;
        margin: 0 auto 15px;
    }

    .try-free {
        width: 50%;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0 auto;
    }

    .try-free__btn {
        float: none;
    }

    .faq__title {
        font-size: 32px;
        line-height: 46px;
        margin: 0 0 35px;
    }

    .faq__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .faq__list--numbers {
        flex-direction: column;
    }

    .faq__column {
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    }
}

@media (min-width: 1200px) {
    .pricing__wrapper {
        padding-top: 58px;
        padding-bottom: 38px;
    }

    .pricing__title {
        margin-bottom: 110px;
    }

    .pricing__title--solutions {
        margin-bottom: 25px;
    }

    .pricing__text {
        padding: 0 300px;
        margin-bottom: 100px;
    }

    .plans__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        justify-content: center;

        padding: 0 47px;
        margin-bottom: 16px;
    }

    .plans__item {
        -ms-flex-item-align: start;
        align-self: flex-start;
        width: 338px;
    }

    .plans__item--popular {
        margin-top: -63px;
        width: 368px;
    }

    .plan__price-detail {
        margin-bottom: 15px;
    }

    .plans__header {
        padding-bottom: 20px;
    }

    .plans__minutes {
        padding: 14px 18px;
    }

    .plans__included {
        padding: 20px 18px;
    }

    .call-rates__wrapper {
        padding-top: 70px;
    }

    .call-rates__country-wrapper {
        padding: 17px 60px;
    }

    .call-rates__country {
        -ms-flex-preferred-size: 475px;
            flex-basis: 475px;
    }

    .call-rates__country p {
        width: 180px;
    }

    .fees {
        padding: 0 60px;
    }

    .fee {
        -ms-flex-preferred-size: 335px;
            flex-basis: 335px;
        width: 335px;
    }

    .fee h4 {
        font-size: 24px;
        line-height: 35px;
    }

    .fee p {
        font-size: 32px;
        line-height: 46px;
    }

    .sign-up__wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sign-up__title {
        padding: 0 340px;
    }

    .sign-up__form {
        padding: 0 350px;
    }

    .sign-up__input {
        width: 57%;

        margin: 0;
        padding: 11px 32px;
    }

    .faq__list {
        padding: 0px 185px;
    }

    .faq__list--numbers {
        padding: 0px 250px;
    }

    .faq__item h3 {
        margin: 0 0 17px;
    }
}

.apla {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.apla .container {
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 90%;
    padding-bottom: 20px;
    -webkit-box-shadow: 0 0 46px rgba(2, 2, 2, 0.5);
            box-shadow: 0 0 46px rgba(2, 2, 2, 0.5);
    overflow: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 0 60px 20px;
    max-width: 1728px;
    max-height: 764px;
}
@media (max-width: 650px) {
    .apla .container {
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow: hidden;
        padding: 0 30px;
    }
}
.apla_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.apla .container h3 {
    margin-top: 32px;
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
}
.apla .close {
    font-size: 36px;
}
.close_container {
    padding: 0;
    position: relative;
    margin-top: -12px;
}
.free-minutes-list {
    -webkit-column-count: 5;
            column-count: 5;
}
@media (max-width: 800px) {
    .free-minutes-list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 650px) {
    .free-minutes-list {
        overflow: auto;
        height: 80%;
        -webkit-column-count: initial;
                column-count: initial;
        grid-auto-flow: row;
        padding-bottom: 40px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
}
@media (max-width: 450px) {
    .free-minutes-list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

.free-minutes {
    margin-bottom: 32px;
}


.home-header--bg {
    background: -webkit-linear-gradient(265deg, #ffffff 50%, rgba(245,245,245,1) 50%);
    background: -o-linear-gradient(265deg, #ffffff 50%, rgba(245,245,245,1) 50%);
    background: linear-gradient(185deg, #ffffff 50%, rgba(245,245,245,1) 50%);
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position-y: 400px;
}
@media (max-width: 1000px) {
    .home-header--bg {
        padding-bottom: 120px;
    }
}
.header-subscribe--margin {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 72px;
}
.header-subscribe--margin > div:first-of-type {
    padding-left: 0;
}
.header-subscribe--margin > div:last-of-type {
    padding-right: 0;
}

.home-features--nopadding {
    padding: 0;
}
.home-features--bg {
    background: -webkit-linear-gradient(265deg, rgba(245,245,245,1) 75%, #ffffff 50%);
    background: -o-linear-gradient(265deg, rgba(245,245,245,1) 75%, #ffffff 50%);
    background: linear-gradient(185deg, rgba(245,245,245,1) 75%, #ffffff 50%);
    background-repeat: no-repeat;
    background-color: #ffffff;
}
.power-dialer {
    padding: 42px 0 0 0;
}
.power-dialer_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 95px 0 64px 0;
}
.power-dialer_slider--mobile {
    display: none;
}
@media (max-width: 1100px) {
    .power-dialer_slider {
        display: none;
    }
    .power-dialer_slider--mobile {
        display: block;
    }
}
.power-dialer_slider .col-sm-4 {
    padding-right: 0;
    margin-right: -30px;
    margin-left: 15px;
}
.power-dialer_slider .col-sm-8 {
    padding-left: 0;
}
.power-dialer_btn {
    font-weight: 100;
    font-size: 18px;
    color: #000000;
    padding: 12px 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #ebebeb;
    background: transparent;
    outline: none;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 10px;
    text-align: left;
}
.power-dialer:last-of-type {
    margin-bottom: 0;
}
.power-dialer_btn--active {
    margin-left: -15px;
    border: 2px solid #5eb09a;
    color: #5eb09a;
    font-weight: 600;
}
.power-dialer_image {
    width: 100%;
    height: auto;
}
.power-dialer_slider--mobile .power-dialer_item {
    margin-bottom: 10px;
    height: 53px;
    overflow: hidden;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
}
.power-dialer_slider--mobile .power-dialer_btn {
    border-radius: 10px;
}
.power-dialer_slider--mobile .power-dialer_btn--active {
    margin-left: 0;
}
.power-dialer_slider--mobile .power-dialer_image {
    margin: 15px 0 20px 0;
}
.power-dialer_slider--mobile .power-dialer_item--active {
    height: auto;
}
.power-dialer_item p {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px;
}
.call-widget_text--small {
    font-size: 18px;
}
.home-feature--small {
    padding: 50px 50px 10px 50px;
}
@media (max-width: 991px) and (min-width: 768px) {
    .auto-dialer .main_image {
        max-width: 70%;
        margin: 0 auto !important;
    }
    .header-subscribe--margin .header-logo-container {
        margin: 18px auto 0 auto !important;
    }
    .header-subscribe--margin .header-logo-container img {
        max-width: 420px;
        margin-bottom: 22px;
    }
}
@media (max-width: 991px) {
    .auto-dialer .header-text-container p {
        padding: 0 90px;
    }
    .auto-dialer .header-subscribe--margin h2 {
        margin-top: 5px;
    }
    .auto-dialer .home-features h2 {
        margin-top: 70px !important;
        margin-bottom: 40px;
    }
    .auto-dialer .power-dialer {
        padding-top: 22px;
    }
    .auto-dialer .call-widget_header h2 {
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .auto-dialer .other-products {
        padding: 82px 0 0 0;
        background-size: 10000px;
    }
    .auto-dialer .other-products h2 {
        margin-bottom: 40px;
    }
    .auto-dialer .home-header--bg {
        background-size: 3000px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .auto-dialer .home-header--bg {
        background-position: 0 790px;
    }
}
@media (max-width: 600px) {
    .auto-dialer .header-text-container p {
        padding: 0;
    }
    .auto-dialer .home-header--bg {
        background-position: 0 400px;
    }
}
.contact-phones,
.footer-menu {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 767px) {
    .footer-menu {
        display: block;
    }
}

.footer-menu_item ul {
    padding: 0;
}
.footer-menu_title {
    font-size: 15px;
    margin: 10px 0 0;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    display: block;
}
.footer-menu_title:hover,
.footer-menu_title:focus,
.footer-menu_title:visited {
    text-decoration: none;
    color: #ffffff;
}
.footer-menu_group ul {
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
}
.footer-menu ul a {
    font-size: 12px;
    font-weight: 100;
    color: #ffffff;
    margin: 10px 0 0;
    display: block;
}
.footer-menu ul a:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer-menu ul a:active {
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 1200px) and (min-width: 768px) {
    .footer-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .social-footer {
        padding: 25px 0 0 !important;
    }
    .phone-numbers_container {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 900px) {
    .phone-numbers_container {
        -ms-grid-columns: 1fr 110px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 110px;
    }
    .phone-numbers_container .phone-numbers p {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .phone-numbers_container .phone-numbers p span:last-of-type {
        width: 120px;
    }
}
@media (min-width: 768px) {
    .footer .container {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .footer-menu {
        padding: 0;
        float: left;
    }
    .footer-menu_group {
        position: relative;
        padding: 24px 15px;
        border-bottom: 1px solid #000000;
    }
    .footer-menu_group:after {
        content: "\e259";
        font-family: "Glyphicons Halflings";
        line-height: 1;
        margin: 0;
        display: inline-block;
        top: 45px;
        right: 20px;
        position: absolute;
        font-size: 8px;
        color: #e6e6e6;
    }
    .footer-menu ul {
        display: none;
    }
    .social-footer {
        padding-top: 24px !important;
    }
}

.social-footer--footer-short {
    padding: 0 !important;
}

.social-footer--footer-short div:last-of-type {
    margin: 0;
}
.flag_border {
    border: 0.1px solid rgba(230, 230, 230, 0.8);
}
.ipn-benefits {
    background: initial;
}
.ipn-benefits .benefit-blurbs {
    margin-top: 80px;
}
@media (min-width: 992px) {
    .ipn-benefits .benefit-blurb h5 {
        margin-bottom: 40px;
    }
}
.ipn-details {
    padding: 100px 0 50px 0;
}
.ipn-details .container {
    padding: 70px 15px;
}
@media (max-width: 967px) {
    .details .container {
        padding: 50px 30px;
    }
}
.ipn-details h2 {
    margin: 32px 0 48px 0;
}
.ipn-details p {
    font-size: 18px;
    font-weight: 300;
    max-width: 920px;
    margin: 0 auto;
}
.ipn-details .row:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.ipn-details .row:last-of-type {
    display: block;
    -ms-flex-wrap: initial;
        flex-wrap: initial;
}
.ipn-button {
    text-align: center;
    border-radius: 3px;
    margin: 60px auto 0 auto;
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: none;
    max-width: 300px;
}
@media (min-width: 768px) {
    .ipn-button {
        width: 246px;
        height: 58px;
    }
}
.ipn-single-benefit {
    background: -webkit-linear-gradient(265deg, rgba(245,245,245,1) 50%, #ffffff 50%);
    background: -o-linear-gradient(265deg, rgba(245,245,245,1) 50%, #ffffff 50%);
    background: linear-gradient(185deg, rgba(245,245,245,1) 50%, #ffffff 50%);
    padding-bottom: 80px;
    background-position-y: 0;
    background-size: 100% 140%;
    background-repeat: no-repeat;
}
.ipn-features {
    background-color: #ffffff;
}

@media (max-width: 589px) {
    .details--number:nth-of-type(3) {
        border-right: 0;
    }
}
@media (max-width: 449px) {
    .details--number:nth-of-type(3) {
        border-right: 1px solid #f0f0f0;
    }
    .details--number:nth-of-type(2n) {
        border-right: 0;
    }
}
@media (max-width: 767px) {
    .get-demo--ipn {
        padding: 36px 25px;
    }
    .get-demo--ipn h2,
    .get-demo--ipn h3 {
        text-align: center;
    }
    .get-demo--ipn a {
        margin: 32px auto 0 auto !important;
        float: none !important;
    }
}

@media (max-width: 991px) {
    .header_text {
        max-width: initial !important;
    }
}
@media (min-width: 992px) {
    .header-text-container .header_text--cs {
        max-width: 440px;
    }
}
.cs-single-benefit {
    background: -webkit-linear-gradient(275deg, rgba(245,245,245,1) 50%, #ffffff 50%);
    background: -o-linear-gradient(275deg, rgba(245,245,245,1) 50%, #ffffff 50%);
    background: linear-gradient(-185deg, rgba(245,245,245,1) 50%, #ffffff 50%);
    padding-bottom: 80px;
    background-position-y: 0;
    background-size: 100% 120%;
    background-repeat: no-repeat;
}

@media (max-width: 600px) {
    .other-products--cs {
        padding: 0;
    }
}



.case-study_logo {
    margin-top: 48px;
    background-color: #F2F2F2;
    padding: 24px 0;
}
.case-study_logo img {
    margin: 0 auto;
    display: block;
}
.case-study_apla {
    background-color: #F2F2F2;
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
}
.case-study_stat {
    max-width: 220px;
    text-align: center;
}
.stat-ico {
    width: 160px;
    height: 160px;
    background-color: #B0DEDB;
    border-radius: 100%;
    margin: 0 auto;
    font-size: 50px;
    color: #ffffff;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 26px;
}
.case-study_stat strong {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 30px;
}
.case-study_stat:first-of-type {
    margin-right: 90px;
}
@media (max-width: 560px) {
    .case-study_apla {
        display: block;
    }
    .case-study_stat {
        margin: 0 auto;
    }
    .case-study_stat:first-of-type {
        margin-right: auto;
        margin-bottom: 32px;
    }
}
.case-study_section h2 {
    font-size: 28px;
    padding-bottom: 6px;
    border-bottom: 1px solid #E6E6E6;
    margin-top: 40px;
}
.case-study_section p,
.case-study_section li {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    position: relative;
}
.case-study_section ul {
    margin-left: -10px;
    padding: 0;
    list-style-image: url("../images/case-study/dot.svg");
}
.case-study_section li:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #B0DEDB;
    margin: 13px 0 0 -12px;
}
.case-study_section li {
    padding-bottom: 18px;
}
.case-study_section li:last-of-type {
    padding-bottom: 0;
}
.case-study_section li:last-of-type:before {
    position: absolute;
    content: none;
    width: 1px;
    height: 100%;
    background-color: #B0DEDB;
    margin: 13px 0 0 -12px;
}
.case-study_section li span {
    position: relative;
    left: 10px;
}
@media (min-width: 768px) {
    .case-study_section .container {
        max-width: 650px;
    }
}
@media (min-width: 992px) {
    .case-study_section .container {
        max-width: 710px;
    }
}
.case-study_quotation {
    padding: 0;
    margin: 30px 0 40px 0;
    border: none;
    font-size: 32px;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: -1px;
    font-style: italic;
}
.case-study_get-demo {
    margin-top: 50px;
    position: relative;
}
.case-study_navigation {
    /*position: fixed;*/
    position: static;
    float: left;
    margin-top: 40px;
    top: 0;
    /*margin-top: 150px;*/
}
@media (max-width: 1050px) {
    .case-study_navigation {
        display: none;
    }
}
.case-study_navigation ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.case-study_navigation li {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
    cursor: pointer;
}
.case-study_navigation span {
    display: block;
    width: 37px;
    height: 1px;
    background-color: #E6E6E6;
    margin-right: 20px;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
}
li.case-study_active {
    font-weight: 700;
}
.case-study_active span {
    width: 78px;
}
.case-study_header {
    position: relative;
    z-index: 2;
    margin-top: 0;
    padding-top: 32px;
    background: #ffffff;
}
@media (min-width: 992px) {
    .case-study_header {
        margin-top: 0;
        padding-top: 0;
    }
}
@media (min-width: 1001px) {
    .case-study_header {
        margin-top: 0;
        padding-top: 135px;
    }
}
.home-single-col {
    margin: 50px 0 65px 0;
}
.home-single-col .header_text {
    margin: 0 auto 40px auto;
    max-width: 500px;
    text-align: center;
}
.home-single-col .header-text-container {
    text-align: center;
}
.home-single-col .header-text-container h1 {
    text-align: center;
    margin-bottom: 24px;
}
.toll-free-numbers_content {
    background-color: #ffffff;
    position: relative;
}
.toll-free-numbers_content .container,
.conference-call .container {
    position: relative;
    z-index: 2;
}
.toll-free-numbers_apla {
    width: 100%;
    height: 800px;
    position: absolute;
    top: 70px;
    left: 0;
    background: #f5f5f5;
}
.toll-free-numbers_apla {
    top: 245px;
    height: 730px;
}

@media (max-width: 1050px) {
    .toll-free-numbers_apla {
        height: 900px;
    }
}
@media (max-width: 750px) {
    .toll-free-numbers_apla {
        height: 1100px;
    }
}
.toll-free-numbers_content h2 {
    line-height: 45px;
    font-size: 30px;
    letter-spacing: -1px;
}
.toll-free-numbers_content .header_text {
    margin-top: 40px;
}
.toll-free-numbers_content img {
    width: auto;
    margin: 0;
    z-index: 2;
}
@media (max-width: 991px) {
    .toll-free-numbers_content img {
        margin: 0 auto;
    }
}
.toll-free-numbers_content .row {
    margin-bottom: 80px;
}

/* Styles for /sales-checklist-2019 */

.checklist_home-wrapper,
.checklist_content-wrapper {
    position: relative;
}

.checklist_home-wrapper:before {
    position: absolute;
    right: 0;
    top: -250px;
    content: "";
    margin: 0 auto;
    width: 366px;
    height: 479px;
    background-image: url('/wp-content/themes/shapely/assets/images/sales-checklist/shape_2.svg');
    background-repeat: no-repeat;
    background-position: top;
}

.checklist_home-wrapper:after {
    position: absolute;
    left: 0;
    top: 250px;
    content: "";
    margin: 0 auto;
    width: 100%;
    height: 479px;
    background-image: url('/wp-content/themes/shapely/assets/images/sales-checklist/shape_1.svg');
    background-repeat: no-repeat;
    background-position: left;
}

.checklist_content-wrapper:before {
    position: absolute;
    left: 0;
    top: 422px;
    content: "";
    margin: 0 auto;
    width: 325px;
    height: 530px;
    background-image: url(/wp-content/themes/shapely/assets/images/sales-checklist/shape_3.svg);
    background-repeat: no-repeat;
    background-position: top;
    z-index: -1;
}

.checklist_content-wrapper:after {
    position: absolute;
    right: 0;
    top: 20px;
    content: "";
    margin: 0 auto;
    width: 325px;
    height: 371px;
    background-image: url('/wp-content/themes/shapely/assets/images/sales-checklist/shape_4.svg');
    background-repeat: no-repeat;
    background-position: top;
    z-index: -1;
}

@media (min-width: 768px) {
    .checklist_content-wrapper:after {
        right: 0;
        top: 20px;
        width: 571px;
        height: 722px;
    }
}

@media (min-width: 1001px) {
    .checklist_content-wrapper:after {
        right: -224px;
        width: 771px;
    }

    .checklist_content-wrapper:before {
        left: -61px;
        background-size: cover;
        width: 425px;
    }

    .checklist_home-wrapper:before {
        right: 14px;
        top: -157px;
        width: 560px;
        height: 533px;
    }

    .checklist_home-wrapper:after {
        left: -371px;
        top: -149px;
        height: 1045px;
        width: 930px;
    }
}

@media (min-width: 1366px) {
    .checklist_home-wrapper:before {
        right: 14px;
        top: -157px;
    }

    .checklist_home-wrapper:after {
        left: -295px;
        top: -149px;
        height: 1045px;
    }
}

.button_download {
    position: relative;
    z-index: 2;

    max-width: 320px;
    display: block;
    padding: 15px 20px;
    margin: 0 auto 50px;

    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    font-weight: 700;
    color: #333333;

    border-radius: 25px;
    background-color: #ffd717;
}
.button_download:hover {
    text-decoration: none;
    color: #ffffff;
}
.img-checklist_text {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #333333;
    letter-spacing: -1px;
    padding-bottom: 70px;
    border-bottom: 1px solid #98b9e2;
}
.ebook {
    position: relative;
    z-index: 2;
}
.bullets {
    padding: 0;
    margin: 40px auto 195px auto;
    max-width: 780px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 20px;
}
.bullets li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
}
.bullets span {
    margin-right: 20px;
    display: block;
    min-width: 30px;
    min-height: 30px;
    background: url('/wp-content/themes/shapely/assets/images/sales-checklist/bullet.png') no-repeat;
}
@media (max-width: 800px) {
    .bullets {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.checklist {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 80px;
}
.checklist h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 33px;
    margin: 0;
    text-align: center;
}
.checklist p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 0;
}
.checklist_big {
    padding: 40px 30px;
    background-color: #d6e3f3;
    min-height: 337px;
}

.checklist_big br,
.checklist_main br {
    display: none;
}

@media (min-width: 1200px) {
    .checklist_big br,
    .checklist_main br {
        display: inline;
    }
}

.checklist_big:first-of-type {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
.checklist_big:last-of-type {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}
.checklist_main {
    min-height: 417px;
    padding: 40px 35px;
    background-color: #2d7ee0;
    border-radius: 8px;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {
    .checklist {
        display: block;
    }
    .checklist_big,
    .checklist_main {
        min-height: initial;
    }
    .checklist_big:first-of-type {
        border-bottom-left-radius: 0;
        border-top-right-radius: 8px;
    }
    .checklist_big:last-of-type {
        border-bottom-left-radius: 8px;
        border-top-right-radius: 0;
    }
    .checklist_main {
        border-radius: 0;
    }
}
.checklist_main h2,
.checklist_main p {
    color: #ffffff;
}
.checklist_content {
    position: relative;
}

.checklist_form {
    margin: 0 auto 20px auto;
    border-radius: 8px;
    padding: 40px 150px 55px 150px;
    background-color: #2d7ee0;
    -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    max-width: 803px;
    min-height: 433px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (max-width: 700px) {
    .checklist_form {
        padding: 40px 40px 55px 40px;
    }
}
.checklist_form h3 {
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    line-height: 45px;
    margin: 0 0 20px 0;
}
.checklist_input {
    width: 335px;
    height: 58px;
    background: transparent;
    border: 1px solid #ffffff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 18px;
    font-weight: 300;
    padding: 17px 16px;
    color: #ffffff;
}
.checklist_input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    opacity: 1; /* Firefox */
}
.checklist_input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    opacity: 1; /* Firefox */
}
.checklist_input::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    opacity: 1; /* Firefox */
}
.checklist_input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    opacity: 1; /* Firefox */
}

.checklist_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
}

.checklist_input::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
}
.checklist_button {
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    width: 335px;
    height: 58px;
    font-size: 17px;
    font-weight: 700;
    color: #2d7ee0;
    text-transform: uppercase;
}
.checklist_container {
    display: block;
    margin-bottom: 20px;
}
.checklist_container:last-of-type {
    margin-bottom: 35px;
}
.checklist-form_add {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 80px;
    text-align: center;
}
a.learn_more {
    color: #1c1d1d;
    text-decoration: none;
    float: left;
    margin: 0;
}
a.learn_more:hover {
    text-decoration: none;
    color: #1c1d1d;
}
.toll_list {
    padding: 80px 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 38px 0 rgba(0, 0, 0, 0.07);
            box-shadow: 0 2px 38px 0 rgba(0, 0, 0, 0.07);
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
}
.toll_list .row:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
}
.toll_list .detail--medium {
    font-size: 50px;
    color: #509f9c;
    font-weight: 900;
    line-height: 1;
    text-align: center;
}
.toll_list .details--number:last-of-type {
    max-width: 160px;
}
.toll_list h3 {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.toll-free-numbers_apla:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 100%;
    height: 105px;
    background: -webkit-linear-gradient(267deg, rgba(245,245,245,1) 50%, #ffffff 50%);
    background: -o-linear-gradient(267deg, rgba(245,245,245,1) 50%, #ffffff 50%);
    background: linear-gradient(183deg, rgba(245,245,245,1) 50%, #ffffff 50%);
}
.toll-free-numbers_content .row:nth-of-type(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 991px) {
    .toll-free-numbers_content .row:nth-of-type(3) {
        display: block;
    }
}
.toll-free-numbers_apla-mid {
    width: 100%;
    height: 800px;
    position: absolute;
    top: 53%;
    left: 0;
    background: #f5f5f5;
}
.toll-free-numbers_apla-mid:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 20%;
    background: -webkit-linear-gradient(267deg, #ffffff 50%, rgba(245,245,245,1) 50%);
    background: -o-linear-gradient(267deg, #ffffff 50%, rgba(245,245,245,1) 50%);
    background: linear-gradient(183deg, #ffffff 50%, rgba(245,245,245,1) 50%);
}
.toll-free-numbers_apla-mid:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 100%;
    height: 27%;
    background: -webkit-linear-gradient(267deg, rgba(245,245,245,1) 50%, #ffffff 50%);
    background: -o-linear-gradient(267deg, rgba(245,245,245,1) 50%, #ffffff 50%);
    background: linear-gradient(183deg, rgba(245,245,245,1) 50%, #ffffff 50%);
}

.business-numbers_title br {
    display: none;
}

.business-numbers_content h2 {
    font-size: 26px;
    font-weight: 700;
}

.business-numbers_content p {
    line-height: 30px;
}

.business-numbers_item {
    border: 1px solid rgba(220,220,220,1);
    padding: 0;
    background-color: #ffffff;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .business-numbers_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .business-numbers_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        width: 47%;
        margin-bottom: 0px;
    }
}

@media (min-width: 992px) {
    .business-numbers_content {
        padding: 0 50px 20px;
    }

    .business-numbers_content h2 {
        font-size: 30px;
    }

    .business-numbers_content p {
        line-height: 1.73;
    }
}

.business-numbers .learn_more {
    display: none;
}

@media (min-width: 1024px) {
    .business-numbers_title br {
        display: inline;
    }
}

img.calling-transfer {
    width: 320px;
    height: 270px;
    margin: 0 auto;
}
img.call-routing {
    width: 350px;
    height: 270px;
    margin: 0 auto;
}

.separator {
    position: relative;
    width: 153px;
    height: 2px;

    margin: 0 auto;

    background-color: #f2f2f2;
}

@media (max-width: 768px) {
    .home-single-col .header-text-container h1 {
        font-size: 40px;
    }

    img.calling-transfer {
        width: 115px;
        height: 96px;
    }
    img.call-routing {
        width: 140px;
        height: 96px;
    }
}
@media (max-width: 550px) {
    .home-single-col .header-text-container h1 {
        font-size: 20px;
    }
    .call-widget_header p {
        text-align: center;
    }
    .header-text-container p {
        font-size: 12px;
        line-height: 20px;
    }
}

/* New basic landing pages' styles  */

.page-content--ivr {
    padding-top: 25px;
}

.landing-header {
    margin: -7px 0 0;
}

.landing-header__wrapper {
    padding: 0 15px;
}

.landing-header__wrapper--conf {
    margin-bottom: 28px;
}

.landing-header__wrapper--monitor {
    position: relative;

    margin-bottom: 20px;
    padding-bottom: 40px;
}

.landing-header__wrapper--ivr {
    position: relative;

    padding-bottom: 28px;
}

.landing-header__wrapper--ivr::after {
    content: "";
    position: absolute;
    width: 344px;
    height: 1px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #e6e6e6;
}

.landing-header__wrapper--monitor::after {
    content: "";
    position: absolute;
    width: 153px;
    height: 2px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #f2f2f2;
}

.landing-header__wrapper--transfer {
    margin-bottom: 16px;
}

.landing-header__wrapper--script {
    position: relative;

    margin-bottom: 20px;
    padding-bottom: 40px;
}

.landing-header__wrapper--gdpr {
    padding-top: 150px;
    padding-bottom: 20px;

    background-image: url("/wp-content/themes/shapely/assets/images/gdpr/gdpr.png");
    background-repeat: no-repeat;
    background-position: center 35px;
    background-size: 106px;
}

.landing-header__wrapper--script::after {
    content: "";
    position: absolute;
    width: 153px;
    height: 2px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #f2f2f2;
}

.landing-header__wrapper--solutions,
.landing-header__wrapper--numbers {
    display: flex;
    flex-direction: column;

    padding-top: 10px;
    padding-bottom: 50px;
}

.landing-header__wrapper--ebook {
    padding-bottom: 35px;
}

.landing-header__wrapper--solutions img,
.landing-header__numbers-img img {
    margin-bottom: 15px;
}

.landing-header__numbers-img img {
    max-width: 100%;
    height: auto;
}

.landing-header__wrapper--solutions h1,
.landing-header__wrapper--solutions h1 + p,
.landing-header__wrapper--numbers h1,
.landing-header__wrapper--numbers h1 + p {
    text-align: left;
}

.landing-header__wrapper--solutions h1,
.landing-header__wrapper--numbers h1 {
    padding-left: 0;
}

.landing-header__wrapper--solutions .landing-header__text,
.landing-header__wrapper--numbers .landing-header__text {
    padding-right: 80px;
}

.landing-header__wrapper--solutions form,
.landing-header__wrapper--numbers form {
    order: 1;
}

.landing-header__title {
    padding: 0 10px;
    margin: 22px 0 21px;

    font-size: 32px;
    line-height: 1.2;

    font-weight: 900;
    text-align: center;
    color: rgb(51, 51, 51);
}

.landing-header__title--call-center {
    font-weight: 400;
}

.landing-header__title--call-center span {
    font-weight: 700;
}

.landing-header__title--ebook {
    padding: 0;
    margin-bottom: 30px;

    font-size: 28px;
    line-height: 34px;
}

.landing-header__text {
    margin-bottom: 25px;

    font-size: 16px;
    font-weight: 300;

    line-height: 1.4;
    text-align: center;
    color: rgb(51, 51, 51);
}

.landing-header__text--ebook {
    margin-bottom: 37px;
    padding: 0 10px;

    font-size: 14px;
    line-height: 20px;
}

.landing-header__content--half {
    margin-bottom: 30px;
}

.landing-header__content--ebook {
    margin-bottom: 30px;
}

.landing-header__text--conf {
    padding: 0 35px;
}

.landing-header__form--alternative {
    margin-bottom: 23px;
}

.landing-header__input {
    height: 56px;

    margin-bottom: 18px;

    font-size: 18px;
    line-height: 21px;

    border: 1px solid #e1e1e1;
}

.landing-header__input::-webkit-input-placeholder {
    color: #dadada;
}

.landing-header__input:-ms-input-placeholder {
    color: #dadada;
}

.landing-header__input::-ms-input-placeholder {
    color: #dadada;
}

.landing-header__input::placeholder {
    color: #dadada;
}

.landing-header__button {
    height: 56px;

    display: block;

    font-size: 17px;
    line-height: 18px;
}

.landing-header__img--recording {
    padding: 0 30px 0 12px;
}

.landing-header__img--script {
    padding: 0 15px;
}

.landing-header__img--cheap {
    padding: 0 20px;
}

.landing-header__img--ivr {
    width: 100%;
}

.main-wrapper {
    padding: 0 15px;
}

.landing-seo--conf {
    margin-bottom: 23px;

    background-color: #f5f5f5;
}

.landing-seo--recording {
    margin: 30px 0 50px;
}

.landing-seo--transfer {
    margin-bottom: 23px;
    padding-bottom: 32px;

    background-color: #f5f5f5;
}

.landing-seo--inbound {
    margin-bottom: 23px;
    padding-bottom: 32px;

    background-color: #f5f5f5;
}

.landing-seo--script {
    margin-bottom: 23px;
    padding-bottom: 32px;
    background-color: #f5f5f5;
}

.landing-seo--cheap {
    margin-bottom: 23px;
    padding-bottom: 32px;
    background-color: #f5f5f5;
}

.landing-seo__wrapper {
    width: auto;

    margin: 0 15px 32px;
    padding: 15px 0 7px;

    text-align: center;

    border-bottom: 1px solid #d7d7d7;
}

.landing-seo__wrapper--monitor {
    margin: 0;
    padding: 0 0 7px;
}

.landing-seo__container {
    width: auto;

    margin: 0 15px 32px;
    padding: 15px 0 7px;

    text-align: center;
}

.landing-seo__wrapper--transfer {
    margin-bottom: 0;

    text-align: center;

    border-bottom: 1px solid #d7d7d7;
}

.landing-seo__wrapper--inbound {
    margin-bottom: 0;
    padding-bottom: 20px;

    text-align: center;

    border-bottom: 1px solid #d7d7d7;
}

.landing-seo__wrapper--script {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.landing-seo__wrapper--cheap {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.landing-seo__wrapper--alternative {
    margin: 0 0 32px;
    padding: 0 0 24px;
}

.landing-seo__title {
    padding: 0 25px;

    font-size: 18px;
    line-height: 30px;
}

.landing-seo__title--monitor {
    margin-bottom: 14px;
}

.landing-seo__title--alternative {
    margin-bottom: 32px;
}

.landing-seo__text {
    max-height: 60px;

    margin-bottom: 12px;

    font-weight: 300;
    font-size: 12px;
    text-align: center;

    overflow: hidden;
}

.landing-seo__text--transfer {
    padding: 0 15px;
}

.landing-seo__text p {
    line-height: 20px;
}

.landing-seo__more {
    position: relative;
    float: right;

    padding: 0 15px 0 0;

    font-size: 10px;
    line-height: 17px;
    font-weight: 300;

    background: transparent;
    border: none;
}

.landing-seo__more::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;

    background-image: url("../images/conference-call/arrow-next.svg");
    background-repeat: no-repeat;
}

/* .landing-seo__img {
    width: 100%;
} */

.landing-seo__img--recording {
    padding: 0 30px;
}

.advantages--conf {
    margin-bottom: 23px;
}

.advantages--transfer {
    margin-bottom: 23px;
}

.advantages--features {
    background-color: #f5f5f5;
}

.advantages__wrapper {
    padding: 0 15px;
}

.advantages__wrapper--inbound,
.advantages__wrapper--call-center {
    padding-top: 40px;
    padding-bottom: 40px;
}

.advantages__wrapper--features {
    padding-top: 30px;
    padding-bottom: 30px;
}

.advantages__list,
.opinions__list {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 21px;

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

.advantages__list--features li {
    max-width: 330px;
    padding: 230px 30px 10px;
    margin: 0 auto;

    text-align: center;

    background-color: #ffffff;
    border: 1px solid rgba(220,220,220,1);
    background-repeat: no-repeat;
    background-size: contain;
}

.advantages__item {
    position: relative;

    padding-bottom: 16px;
}

.advantages__item {
    position: relative;

    padding-bottom: 16px;

    background-repeat: no-repeat;
}

.advantages__item::after {
    content: "";
    position: absolute;
    width: 153px;
    height: 2px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #f2f2f2;
}

.advantages__list--features li::after {
    display: none;
}

.advantages__item--alternative {
    padding-bottom: 2px;
}

.advantages__item--widget {
    background-image: url("/wp-content/themes/shapely/assets/images/call-center/widget.png");
}

.advantages__item--analytics {
    background-image: url("/wp-content/themes/shapely/assets/images/call-center/analytics.png");
}
.advantages__item--listening {
    background-image: url("/wp-content/themes/shapely/assets/images/call-center/listening.png");
}

.advantages__item--reporting {
    background-image: url("/wp-content/themes/shapely/assets/images/call-center/reporting.png");
}

.advantages__item--integrations {
    background-image: url("/wp-content/themes/shapely/assets/images/call-center/integrations.png");
}

.advantages__item--recordings {
    background-image: url("/wp-content/themes/shapely/assets/images/call-center/recording.png");
}

.advantages__item--alternative:last-child {
    margin-bottom: 40px;
}

.advantages__item--alternative::after {
    display: none;
}

.advantages__item-content {
    position: relative;

    text-align: center;
}

.advantages__item-title {
    position: relative;

    margin: 0 0 14px;

    font-size: 18px;
    line-height: 30px;
}

.advantages__item-title {
    padding-top: 134px;
}

.advantages__item-title--alternative {
    padding: 261px 30px 0;
}

.advantages__item-title--recording {
    padding-left: 35px;
    padding-right: 35px;
}

.advantages__item-title--inbound,
.advantages__item-title--call-center {
    padding-left: 15px;
    padding-right: 15px;
}

.advantages__item-title--conf-one {
    padding-left: 20px;
    padding-right: 20px;
}

.advantages__item-title::before {
    content: "";
    position: absolute;
    width: 160px;
    height: 112px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 10px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 10px 3px rgba(0, 0, 0, 0.1);
}

.advantages__item-title--alternative::before {
    width: 320px;
    height: 240px;

    border-radius: 8px;
}

.advantages__item-title::after {
    content: "";
    position: absolute;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.advantages__item-title--conf::after {
    top: 15%;
    left: 50%;
    width: 73px;
    height: 80px;
    -webkit-transform: translate(-50%, -15%);
        -ms-transform: translate(-50%, -15%);
            transform: translate(-50%, -15%);
}

.advantages__item-title--transfer::after {
    top: 15%;
    left: 50%;
    -webkit-transform: translate(-50%, -15%);
        -ms-transform: translate(-50%, -15%);
            transform: translate(-50%, -15%);
}

.advantages__item-title--recording::after {
    width: 85px;
    height: 72px;
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, -20%);
        -ms-transform: translate(-50%, -20%);
            transform: translate(-50%, -20%);
}

.advantages__item-title--cheap::after {
    width: 85px;
    height: 72px;
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, -20%);
        -ms-transform: translate(-50%, -20%);
            transform: translate(-50%, -20%);
}

.advantages__item-title--seconds::after {
    background-image: url("../images/cheap-international-calls/cheap-call-cates.png");
}

.advantages__item-title--free-calls::after {
    background-image: url("../images/cheap-international-calls/free-incoming-calls.png");
}

.advantages__item-title--training::after {
    background-image: url("../images/call-recordings/call-recordings-train-agents.png");
}

.advantages__item-title--improve::after {
    background-image: url("../images/call-recordings/improve-with-call-recordings.png");
}

.advantages__item-title--insight::after {
    background-image: url("../images/call-recordings/get-insights-call-recordings.png");
}

.advantages__item-title--inbound::after,
.advantages__item-title--call-center::after {
    width: 89px;
    height: 81px;
    top: 11%;
    left: 50%;
    -webkit-transform: translate(-50%,-11%);
        -ms-transform: translate(-50%,-11%);
            transform: translate(-50%,-11%);
}

.advantages__item-title--clients::after {
    background-image: url("../images/inbound-calls/inbound-calls-1.png");
}

.advantages__item-title--cloud::after {
    background-image: url("../images/inbound-calls/inbound-calls-2.png");
}

.advantages__item-title--quantity::after {
    background-image: url("../images/inbound-calls/inbound-calls-3.png");
}

.advantages__item-title--start::after {
    background-image: url("../images/call-center/start-in-minutes.png");
}

.advantages__item-title--minutes::after {
    background-image: url("../images/call-center/1250-minutes.png");
}

.advantages__item-title--local::after {
    background-image: url("../images/call-center/globe.png");
}

.advantages__item-title--conf-one::after {
    background-image: url("../images/conference-call/icon-1.svg");
}

.advantages__item-title--conf-two::after {
    background-image: url("../images/conference-call/icon-2.svg");
}

.advantages__item-title--transfer-one::after {
    width: 97px;
    height: 80px;

    background-image: url("../images/call-transfer/calling-transfer.svg");
}

.advantages__item-title--transfer-two::after {
    width: 128px;
    height: 77px;

    background-image: url("../images/call-transfer/call-routing.svg");
}

.advantages__item-title--alternative::after {
    width: 308px;
    height: 180px;

    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, -20%);
        -ms-transform: translate(-50%, -20%);
            transform: translate(-50%, -20%);
}

.advantages__item-title--automate::after {
    background-image: url("../images/alternatives/Ilu_2.svg");
}

.advantages__item-title--scripts::after {
    background-image: url("../images/alternatives/ilu_3.svg");
}

.advantages__item-title--own-number::after {
    background-image: url("../images/alternatives/Ilu_4.svg");
}

.advantages__item-title--analytics::after {
    background-image: url("../images/alternatives/ilu_5.svg");
}

.advantages__item-title--toll-free::after {
    background-image: url("../images/alternatives/Ilu_6.svg");
}

.advantages__item-title--support::after {
    background-image: url("../images/alternatives/Ilu_7.svg");
}

.advantages__item-title--savings::after {
    background-image: url("../images/alternatives/savings.svg");
}

.advantages__item-title--business::after {
    background-image: url("../images/alternatives/business-features.svg");
}

.advantages__item-title--conf-two br {
    display: none;
}

.advantages__item-text {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}

.advantages__item-text--alternative {
    margin-bottom: 0;
}

.advantages__item-text--alternative:first-of-type {
    position: relative;

    margin-bottom: 20px;
}

.advantages__item-text--alternative:first-of-type::before {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: 50% 50%;

    background-image: url("../images/alternatives/ok.svg");
}

.advantages__item-text--transfer-two {
    padding: 0 10px;
}

.benefit--grey {
    background-color: #f5f5f5;
}

.benefit__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    margin-bottom: 25px;

    text-align: center;
}

.benefit__wrapper--transfer {
    padding: 0 15px;
}

.benefit__wrapper--monitor {
    padding: 0 15px;
}

.benefit__wrapper--recording {
    padding: 20px 15px 0;
}

.benefit__wrapper--incoming {
    padding-top: 20px;
}

.benefit__wrapper--gdpr  {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.benefit__wrapper--conf picture {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
}

.benefit__wrapper--interface {
    position: relative;

    padding-bottom: 25px;
}

.benefit__wrapper--interface::after {
    content: "";
    position: absolute;
    width: 153px;
    height: 2px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #f2f2f2;
}

.benefit__wrapper--abroad {
    padding-top: 50px;
}

.benefit__wrapper--worldwide {
    padding-top: 30px;
}

.benefit__gdpr-list {
    margin: 0;
    padding: 0;

    text-align: left;

    list-style: none;
}

.benefit__gdpr-list li {
    position: relative;

    padding-left: 30px;
}

.benefit__gdpr-list li::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 5px;
    left: 0;

    background-image: url("/wp-content/themes/shapely/assets/images/gdpr/check.png");
    background-repeat: no-repeat;
    background-size: 15px;
}

.benefit__title,
.advantages__title,
.opinions__title {
    margin-top: 12px;
    margin-bottom: 14px;
    padding: 0 25px;

    font-size: 18px;
    line-height: 30px;
}

.advantages__title--features,
.opinions__title {
    margin-bottom: 30px;

    text-align: center;
}

.benefit__text {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}

.benefit__text--abroad {
    margin-bottom: 40px;
}

.benefit__img-wrapper--monitor {
    padding: 0 30px;
}

.benefit__img-wrapper--monitor-two {
    padding: 0 75px;
}

.benefit__img-wrapper--discover {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
        order: -1;

    padding: 0 20px;
}

.benefit__img-wrapper--interface {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
        order: -1;

    padding: 0 20px;
}

.benefit__img {
    width: 100%;
}

.benefit__note {
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 38px;
    margin-bottom: 20px;
}

.rates-table {
    padding: 20px 10px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 38px 0 rgba(0,0,0,.07);
            box-shadow: 0 2px 38px 0 rgba(0,0,0,.07);
    background-color: #ffffff;
}

.rates-table__list {
    list-style: none;
    margin: 0;
    padding: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.rates-table__img {
    width: 75px;
    height: 75px;

    margin-bottom: 5px;
}

.rates-table__details {
    font-size: 10px;
}

.rates-table__price {
    display: block;

    line-height: 12px;
}

.rates-table__dollar {
    font-size: 14px;
    font-weight: 600;
}

.rates-table__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    background: #73cdb7;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.rates-table__button:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.rates-table__item {
    -ms-flex-preferred-size: 108px;
        flex-basis: 108px;

    margin-bottom: 20px;

    text-align: center;
}

.rates-table__country {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 3px;
}

.benefit__img--recording {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
        order: -1;
}

.numbers__wrapper {
    padding: 15px 15px 40px;
}

.numbers__list {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 21px;

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

.numbers__item {
    text-align: center;
}

.numbers__title {
    position: relative;

    margin: 0 0 14px;
    padding: 261px 30px 0;

    font-size: 18px;
    line-height: 30px;
}

.numbers__title::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 240px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #ffffff;
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 10px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 10px 3px rgba(0, 0, 0, 0.1);
}

.numbers__title::after {
    content: "";
    position: absolute;
    width: 308px;
    height: 180px;
    top: 23%;
    left: 50%;
    -webkit-transform: translate(-50%, -23%);
        -ms-transform: translate(-50%, -23%);
            transform: translate(-50%, -23%);

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.numbers__title--international::after {
    background-image: url("../images/inbound-calls/international-numbers.png");
}

.numbers__title--tollfree::after {
    background-image: url("../images/inbound-calls/toll-free-forwarding.png");
}

.numbers__text {
    padding: 0 15px;

    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}

.numbers__learn-more {
    position: relative;

    padding: 0 15px 0 0;

    font-size: 10px;
    line-height: 17px;
    font-weight: 300;
    color: rgb(51, 51, 51);
}

.numbers__learn-more::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background-image: url("../images/conference-call/arrow-next.svg");
    background-repeat: no-repeat;
}

.landing-trial {
    background-color: #f5f5f5;
}

.landing-trial__wpapper {
    padding: 50px 15px;

    border-top:  2px solid #ffffff;
}

.landing-trial__title {
    margin: 0 0 20px;

    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.landing-trial__title span {
    font-weight: 700;
}

.landing-trial__button {
    height: auto;
    width: auto;
    display: block;

    padding: 14px 45px;
    margin: 0;

    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    font-weight: 700;
    color: #333333;

    border: 0;
    border-radius: 25px;
    background-color: #ffd717;
}

.landing-trial__button:hover {
    color: #333333;
    background-color: #f2cc16;
}

.international-numbers .landing-more-btn {
    height: auto;
    width: auto;
    display: block;

    padding: 14px 45px;

    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    font-weight: 700;
    color: #333333;

    border: 0;
    border-radius: 25px;
    background-color: #ffd717;
}

.free-trial {
    background-color: #000000;
    background-image: url("/wp-content/themes/shapely/assets/images/call-center/call-center-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.free-trial__wpapper {
    padding: 50px 45px;
}

.free-trial__title {
    margin: 0 0 20px;

    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
}

.free-trial__title span {
    font-weight: 700;
}

.free-trial__button {
    height: auto;
    width: auto;
    display: block;
    float: none;

    padding: 14px 45px;
    margin: 0;

    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    font-weight: 700;
    color: #333333;

    border: 0;
    border-radius: 25px;
    background-color: #ffd717;
}

.free-trial__button:hover {
    color: #333333;
    background-color: #f2cc16;
}

.opinions__wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

.opinions__item blockquote {
    padding: 0 30px;
    margin: 0;

    border: 0;
}

.opinions__header {
    margin-bottom: 25px;
}

.opinions__meta {
    font-size: 10px;
    font-weight: 300;
    line-height: 20px;
}

.opinions__author {
    display: block;
    margin-bottom: 5px;

    font-style: normal;
    font-weight: 700;
}

.opinions__text {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-style: italic;
}

.opinions__position {
    line-height: 10px;
}

.feature-slider__wrapper {
    display: -webkit-box;
        display: -ms-flexbox;
            display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    padding-bottom: 40px;
}

.feature-slider__title {
    margin-bottom: 14px;
    padding: 0 25px;

    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.feature-slider__text {
    margin-bottom: 20px;

    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
}

.feature-slider__img-wrapper {
    margin-bottom: 25px;
}

.feature-slider__btns {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;

    border-bottom: 1px solid #e6e6e6;
}

.feature-slider__btn {
    width: 100%;

    padding: 20px 0;

    text-align: left;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    border-top: 1px solid #e6e6e6;

    background: transparent;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
}

.feature-slider__btn b {
    display: block;

    font-weight: 100;
    font-size: 18px;
    color: #000000;
}

.feature-slider__btn small {
    display: none;
    margin-top: 13px;

    font-size: 12px;
    line-height: 22px;
}

.feature-slider__btn--active b  {
    color: #5eb09a;
    font-weight: 600;
}

.feature-slider__btn--active small  {
    display: block;
}

.feature-slider__img {
    width: 100%;
    height: auto;
}

@media (min-width: 360px) {
    .advantages__list--features li {
        padding-top: 275px;

        background-size: 330px;
    }
}

@media (min-width: 375px) {
    .advantages__item-title--alternative::before {
        width: 345px;
    }
}

@media (min-width: 768px) {
    .page-content--ivr {
        padding-top: 40px;
    }

    .main-wrapper {
        padding: 0 48px;
    }

    .main-wrapper--alternative {
        padding-bottom: 20px;
    }

    .landing-header__wrapper--conf {
        margin-bottom: 54px;
    }

    .landing-header__wrapper--transfer {
        margin-bottom: 42px;
    }

    .landing-header__wrapper--monitor::after {
        width: 100%;
    }

    .landing-header__wrapper--script {
        margin-bottom: 35px;
    }

    .landing-header__wrapper--script::after {
        width: 100%;
    }

    .landing-header__wrapper--ivr {
        padding-bottom: 38px;
    }

    .landing-header__wrapper--ivr::after {
        width: 100%;
    }

    .landing-header__wrapper--solutions,
    .landing-header__wrapper--numbers {
        padding-top: 68px;
        padding-bottom: 63px;
    }

    .landing-header__wrapper--ebook {
        padding-top: 30px;
    }

    .landing-header__wrapper--solutions h1,
    .landing-header__wrapper--numbers h1 {
        padding-left: 48px;
        padding-right: 225px;
        margin-bottom: 40px;
    }

    .landing-header__wrapper--solutions .landing-header__text,
    .landing-header__wrapper--numbers .landing-header__text {
        padding: 0 175px 0 48px;
        margin: 0 0 75px;
    }

    .landing-header__wrapper--solutions img,
    .landing-header__numbers-img img {
        width: 100%;

        padding: 0 30px;
        margin-bottom: 30px;
    }

    .landing-header__title {
        margin: 20px 0;

        font-size: 40px;
        line-height: 55px;
    }

    .landing-header__title--ivr {
        padding: 0 150px;
    }

    .landing-header__title--ebook {
        padding: 0 100px;
    }

    .landing-header__text {
        margin-bottom: 35px;

        font-size: 18px;
        line-height: 30px;
    }

    .landing-header__text--transfer,
    .landing-header__text--ebook {
        padding: 0 70px;
    }

    .landing-header__text--ivr {
        padding: 0 50px;
    }

    .landing-header__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .landing-header__input {
        height: 64px;

        -ms-flex-preferred-size: 384px;
            flex-basis: 384px;
    }

    .landing-header__button {
        height: 64px;

        -ms-flex-preferred-size: 192px;
            flex-basis: 192px;
    }

    .landing-header__img--conf {
        padding: 0 110px;
    }

    .landing-header__img--transfer {
        padding: 0 75px;
    }

    .landing-header__img--alternative {
        width: 576px;
        height: 368px;
    }

    .landing-header__img--ivr {
        padding: 0 43px;
    }

    .landing-seo--conf {
        margin: 0 -48px 26px;
        padding-bottom: 32px;
    }

    .landing-seo__container {
        margin: 0 48px 32px;
    }

    .landing-seo__wrapper {
        margin: 0 48px;
        padding: 15px 0 0;
    }

    .landing-seo__wrapper--monitor {
        margin: 0;
    }

    .landing-seo__wrapper--google {
        margin: 0 0 20px;
    }

    .landing-seo__wrapper--alternative {
        margin: 0 0 32px;
        padding-bottom: 20px;
    }

    .landing-seo__wrapper--recording {
        margin: 0 0 30px;
    }

    .landing-seo__wrapper--inbound {
        padding-bottom: 20px;
    }

    .landing-seo__wrapper--script {
        padding-bottom: 20px;
    }

    .landing-seo__text {
        margin-bottom: 19px;
    }

    .advantages--conf {
        margin-bottom: 30px;
    }

    .advantages--transfer {
        margin-bottom: 30px;
    }

    .advantages__wrapper {
        padding: 0 48px;
    }

    .advantages__wrapper--inbound,
    .advantages__wrapper--call-center {
        padding-top: 60px;
    }

    .advantages__wrapper--features {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .advantages__list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;

        padding-bottom: 15px;

        border-bottom: 2px solid #f2f2f2;
    }

    .advantages__list--triple,
    .opinions__list {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .advantages__list--inbound {
        border-bottom: transparent;
    }

    .advantages__list--alternative {
        border-bottom: none;
    }

    .advantages__item::after {
        background-color: transparent;
    }

    .advantages__list--features li {
        padding-top: 264px;
    }

    .advantages__item-content {
        text-align: left;
    }

    .advantages__item-title {
        padding: 195px 0 0;
        margin-bottom: 22px;
    }

    .advantages__item-title--alternative {
        padding-top: 265px;
        margin-bottom: 15px;
    }

    .advantages__item-title--conf-two {
        padding-right: 125px;
    }

    .advantages__item-title::before {
        width: 320px;
        height: 160px;
    }

    .advantages__item-title--recording::before {
        width: 202px;
    }

    .advantages__item-title--alternative::before {
        height: 240px;
    }

    .advantages__item-title--alternative::after {
        width: 290px;
    }

    .advantages__item-title--inbound::before,
    .advantages__item-title--call-center::before {
        width: 202px;
    }

    .advantages__item-title--inbound::after,
    .advantages__item-title--call-center::after {
        width: 107px;
        height: 97px;
        top: 15%;
        left: 50%;
        -webkit-transform: translate(-50%,-15%);
            -ms-transform: translate(-50%,-15%);
                transform: translate(-50%,-15%);
    }

    .advantages__item-title--conf::after {
        top: 20%;
        left: 50%;
        -webkit-transform: translate(-50%, -20%);
            -ms-transform: translate(-50%, -20%);
                transform: translate(-50%, -20%);
    }

    .advantages__item-title--transfer::after {
        top: 20%;
        left: 50%;
        -webkit-transform: translate(-50%, -20%);
            -ms-transform: translate(-50%, -20%);
                transform: translate(-50%, -20%);
    }

    .advantages__item-title--transfer-one::after {
        width: 117px;
        height: 96px;
    }

    .advantages__item-title--transfer-two::after {
        width: 164px;
        height: 107px;
    }

    .advantages__item-title--conf-one::after {
        width: 88px;
        height: 96px;
    }

    .advantages__item-title--conf-two::after {
        width: 81px;
        height: 96px;
    }

    .advantages__item-title--recording::after {
        width: 128px;
        height: 108px;
    }

    .advantages__item-title--cheap::after {
        width: 128px;
        height: 108px;
    }

    .advantages__item-text {
        padding: 0;

        font-size: 14px;
        line-height: 24px;
    }

    .benefit-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;

        margin-bottom: 40px;

        border-bottom: 2px solid #f2f2f2;
    }

    .benefit-container .benefit {
        -ms-flex-preferred-size: 47%;
            flex-basis: 47%;
    }

    .benefit-container .benefit__wrapper {
        text-align: left;
    }

    .benefit-container .benefit__title {
        padding: 0;
    }

    .benefit-container .benefit__img-wrapper {
        min-height: 161px;
    }

    .benefit__wrapper--transfer {
        padding: 0 48px;
    }

    .benefit__wrapper--monitor {
        padding: 0 48px;
    }

    .benefit__wrapper--recording {
        padding: 20px 48px 0;
    }

    .benefit__wrapper--incoming {
        padding-top: 20px;
    }

    .benefit__wrapper--interface::after {
        display: none;
    }

    .benefit__wrapper--abroad {
        margin-bottom: 50px;
    }

    .benefit__img--conf {
        padding: 0 52px;
        margin-bottom: 15px;
    }

    .benefit__img-wrapper--monitor {
        margin-bottom: 20px;
    }

    .benefit__img-wrapper--monitor-one {
        padding: 0 100px;
    }

    .benefit__img-wrapper--monitor-two {
        padding: 0 145px;
    }

    .benefit__img-wrapper--discover {
        padding: 0 50px;
        margin-bottom: 15px;
    }

    .benefit__img-wrapper--interface {
        padding: 0 50px;
    }

    .benefit__img--us {
        padding: 0 70px;
    }

    .benefit__title,
    .advantages__title {
        margin-bottom: 22px;
    }

    .benefit__title--monitor {
        padding: 0 160px;
    }

    .benefit__title--conf {
        padding: 0 190px;
    }

    .benefit__text--conf {
        padding: 0 40px;
    }

    .benefit__text--transfer {
        padding: 0 48px;
    }

    .benefit__text--monitor {
        padding: 0 40px;
    }

    .benefit__img--transfer {
        margin-bottom: 22px;
    }

    .numbers__wrapper {
        padding-right: 48px;
        padding-left: 48px;
    }

    .numbers__list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;

        padding-bottom: 15px;
    }

    .numbers__text {
        font-size: 14px;
        line-height: 24px;
    }

    .rates-table {
        padding: 36px 10px 5px;
    }

    .rates-table__item {
        -ms-flex-preferred-size: 120px;
            flex-basis: 120px;
    }

    .rates-table__button {
        height: 48px;
    }

    .landing-trial__wpapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;

        padding: 50px 45px;
    }

    .landing-trial__title {
        margin-bottom: 0;
    }

    .landing-trial__title--gdpr {
        text-align: left;
    }

    .landing-trial__button--chat {
        width: 250px;
        padding: 14px;
    }

    .international-numbers .landing-more-btn {
        width: 50%;
    }

    .free-trial__wpapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .free-trial__title {
        padding: 0 150px;
    }

    .free-trial__button {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;

        margin: 0 auto;
    }

    .feature-slider__title {
        margin-top: 0;
    }
}

@media (min-width: 1001px) {
    .landing-header {
        margin-top: 88px;
    }

    .landing-header__wrapper--half {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .landing-header__img--half {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;

        width: 451px;

        padding: 0 20px 0 0;
    }

    .landing-header__title--half {
        padding-left: 0;
        text-align: left;
    }

    .landing-header__text {
        margin: 0 auto 40px auto;
        max-width: 550px;
    }

    .landing-header__text--half {
        text-align: left;
    }

    .landing-header__form--half {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .landing-seo__wrapper--alternative {
        padding-bottom: 46px;
        margin-bottom: 80px;
    }

    .landing-seo__wrapper--inbound {
        padding-bottom: 30px;
    }

    .landing-seo__wrapper--script {
        padding-bottom: 30px;
    }

    .landing-seo__title {
        font-size: 30px;
        line-height: 45px;
    }

    .landing-seo__text {
        font-size: 20px;
    }

    .landing-seo__text p {
        line-height: 30px;
    }

    .landing-seo__more {
        font-size: 18px;
        line-height: 26px;
    }

    .landing-seo__img--monitor {
        padding: 0 177px;
    }

    .advantages__item-title--alternative::before {
        height: 473px;
        width: 100%;

        -webkit-box-shadow: none;

                box-shadow: none;
        border: 1px solid #cccccc;
    }

    .advantages__item-title--alternative::after {
        width: 390px;
        height: 315px;
    }

    .advantages__item-title--alternative {
        padding: 512px 80px 0 0;
    }

    .advantages__item-text--alternative:first-of-type::before {
        display: initial;
        position: absolute;
        right: 20px;
        top: -65px;
        width: 40px;
    }

    .benefit-container .benefit {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }

    .benefit__title,
    .advantages__title,
    .opinions__title,
    .feature-slider__title {
        font-size: 30px;
        line-height: 45px;
    }

    .benefit__text,
    .feature-slider__text {
        font-size: 18px;
        line-height: 30px;
    }

    .benefit__text--discover {
        margin-bottom: 38px;
    }

    .benefit__wrapper--monitor {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .benefit__wrapper--half {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .benefit__img-wrapper--monitor-one {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;

        padding: 0;
    }

    .benefit__img-wrapper--monitor-two {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;

        padding: 0;
    }

    .benefit__img-wrapper--discover {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .benefit__img-wrapper--interface {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;

        padding-right: 0;
    }

    .benefit__img--discover {
        width: 711px;
        height: 550px;
    }

    .benefit__content-wrapper {
        -ms-flex-preferred-size: 500px;
            flex-basis: 500px;

        text-align: left;
    }

    .benefit__content-half {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;

        text-align: left;
    }

    .benefit__title--monitor {
        padding: 0 30px 0 0;
        margin-bottom: 35px;
    }

    .benefit__title--left {
        padding-left: 0;
        margin-bottom: 35px;
    }

    .benefit__text--monitor {
        padding-left: 0;
    }

    .numbers__title {
        padding-top: 350px;
    }

    .numbers__title::before {
        display: none;
    }

    .numbers__title::after {
        width: 367px;
        height: 294px;
    }

    .international-numbers .landing-more-btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        max-width: 200px; /* For IE11, Edge */
    }

    .international-numbers .landing-more-btn:hover {
        color: #333333;
        background-color: #f2cc16;
    }
}

@media (min-width: 1200px) {
    .landing-header__wrapper--solutions,
    .landing-header__wrapper--numbers {
        position: relative;

        padding-top: 20px;
        padding-top: 20px;
        padding-bottom: 175px;
    }

    .landing-header__wrapper--solutions img,
    .landing-header__numbers-img img {
        position: absolute;
        top: 45px;
        right: 0;
    }

    .landing-header__content--solutions,
    .landing-header__content--numbers {
        max-width: 445px;
        margin-left: 85px;
    }

    .landing-header__wrapper--solutions h1,
    .landing-header__wrapper--solutions .landing-header__text,
    .landing-header__wrapper--numbers h1,
    .landing-header__wrapper--numbers .landing-header__text {
        padding: 0;
    }

    .landing-header__wrapper--solutions img,
    .landing-header__numbers-img img {
        max-width: 570px;
        padding: 0;
    }

    .landing-header__wrapper--support img,
    .landing-header__wrapper--ecommerce img {
        max-width: 620px;
    }

    .landing-header__wrapper--solutions .landing-header__text,
    .landing-header__wrapper--numbers .landing-header__text {
        padding-right: 95px;
        margin-bottom: 30px;
    }

    .landing-header__wrapper--solutions form,
    .landing-header__wrapper--numbers form {
        width: 440px;
        margin-left: 85px;
    }

    .landing-header__img--ivr {
        width: 700px;

        padding: 0;
    }
}

@media (min-width: 1366px) {
    .container-landing {
        width: 1366px;
        padding-right: 93px;
        padding-left: 93px;
        margin: 0 auto;
    }

    .primary--conf {
        background: -webkit-linear-gradient(86deg, #ffffff 58%, #f5f5f5 50%);
        background: -o-linear-gradient(86deg, #ffffff 58%, #f5f5f5 50%);
        background: linear-gradient(364deg, #ffffff 58%, #f5f5f5 50%);
        background-position: 0 565px;
    }

    .primary--alternative {
        background: -webkit-linear-gradient(84deg, #f5f5f5 73%, #ffffff 50%);
        background: -o-linear-gradient(84deg, #f5f5f5 73%, #ffffff 50%);
        background: linear-gradient(366deg, #f5f5f5 73%, #ffffff 50%);
        background-position: 0 306px;
        background-repeat: no-repeat;
    }

    .page-content--transfer {
        background: -webkit-linear-gradient(88deg, #ffffff 76%, #f5f5f5 50%);
        background: -o-linear-gradient(88deg, #ffffff 76%, #f5f5f5 50%);
        background: linear-gradient(362deg, #ffffff 76%, #f5f5f5 50%);
    }

    .page-content--monitor {
        background-color: #f5f5f5;
    }

    .page-content--alternative {
        background: -webkit-linear-gradient(84deg, #ffffff 54%, #f5f5f5 50%);
        background: -o-linear-gradient(84deg, #ffffff 54%, #f5f5f5 50%);
        background: linear-gradient(366deg, #ffffff 54%, #f5f5f5 50%);
        background-position: 0 1000px;
        background-repeat: no-repeat;
    }

    .page-content--monitor .benefit:first-child {
        margin-bottom: 30px;
    }

    .page-content--monitor .benefit:nth-child(2) {
        margin-bottom: 35px;
    }

    .advantages__wrapper {
        width: 1366px;
        padding: 0 93px;
        margin: 0 auto;
    }

    .main-wrapper {
        width: 1366px;
        padding: 0 93px;
        margin: 0 auto;
    }

    .main-wrapper--alternative {
        padding-bottom: 35px;
    }

    .landing-header--monitor {
        background: -webkit-linear-gradient(87deg, #f5f5f5 58%, #ffffff 50%);
        background: -o-linear-gradient(87deg, #f5f5f5 58%, #ffffff 50%);
        background: linear-gradient(363deg, #f5f5f5 58%, #ffffff 50%);
        background-position: 0 275px;
        background-repeat: no-repeat;
    }

    .landing-header--cheap {
        background: -webkit-linear-gradient(85deg,rgba(245,245,245,1) 28%,#fff 28%);
            background: -o-linear-gradient(85deg,rgba(245,245,245,1) 28%,#fff 28%);
                background: linear-gradient(365deg,rgba(245,245,245,1) 28%,#fff 28%);
    }

    .landing-header__wrapper--conf {
        margin-bottom: 78px;
    }

    .landing-header__wrapper--transfer {
        margin-bottom: 82px;
    }

    .landing-header__wrapper--monitor {
        margin-bottom: 0;
    }

    .landing-header__wrapper--monitor::after {
        display: none;
    }

    .landing-header__wrapper--script::after {
        display: none;
    }

    .landing-header__wrapper--half {
        padding-top: 30px;
        margin-bottom: 100px;
    }

    .landing-header__wrapper--script {
        margin-bottom: 50px;
    }

    .landing-header__wrapper--gdpr {
        padding-top: 259px;
        padding-bottom: 35px;

        background-position: center 20px;
        background-size: 206px;
    }

    .landing-header__content--half {
        margin-left: auto;
    }

    /*.landing-header__wrapper--solutions {
        padding-top: 20px;
        padding-bottom: 175px;
    }*/

    /*.landing-header__wrapper--solutions img {
        max-width: 570px;
        padding: 0;
    }

    .landing-header__wrapper--support img,
    .landing-header__wrapper--ecommerce img {
        max-width: 620px;
    }

    .landing-header__wrapper--solutions .landing-header__text {
        padding-right: 95px;
        margin-bottom: 30px;
    }

    .landing-header__wrapper--solutions form {
        width: 440px;
        margin-left: 85px;
    }

    /*.landing-header__content--solutions {
        margin-left: 85px;
    }*/

    .landing-header__title {
        margin-bottom: 38px;
    }

    .landing-header__text {
        margin-bottom: 35px;
    }

    .landing-header__text--transfer {
        padding: 0;
        max-width: 625px;
    }

    .landing-header__text--gdpr {
        max-width: 875px;
    }

    .landing-header__text--cheap {
        padding: 0 35px;
    }

    .landing-header__form--alternative {
        margin-bottom: 62px;
    }

    .landing-header__form--cheap {
        margin-bottom: 62px;
    }

    .landing-header__input {
        height: 58px;

        -ms-flex-preferred-size: 334px;

            flex-basis: 334px;
        height: 58px;
    }

    .landing-header__button {
        height: 58px;

        -ms-flex-preferred-size: 190px;

            flex-basis: 190px;
    }

    .landing-header__img--conf {
        padding: 0 195px;
    }

    .landing-header__img--transfer {
        padding: 0;
    }

    .landing-header__img--alternative {
        width: 779px;
        height: 499px;

        margin-bottom: 55px;
    }

    .landing-header__img--half {
        margin: 0;
        padding: 0;
    }

    .landing-header__img--recording {
        width: 501px;
        height: 451px;
    }

    .landing-header__img--inbound {
        width: 575px;
        height: 460px;
    }

    .landing-header__img--script {
        width: 550px;
        height: 430px;
    }

    .landing-header__img--call-center {
        width: 502px;
    }

    .landing-seo--conf {
        margin-bottom: 50px;
    }

    .landing-seo--transfer {
        padding-bottom: 25px;
        margin-bottom: 152px;
    }

    .landing-seo--monitor {
        background: -webkit-linear-gradient(87deg, #ffffff 58%, #f5f5f5 50%);
        background: -o-linear-gradient(87deg, #ffffff 58%, #f5f5f5 50%);
        background: linear-gradient(363deg, #ffffff 58%, #f5f5f5 50%);
        background-position: 0 220px;
        background-repeat: no-repeat;
    }

    .landing-seo--recording {
        margin-bottom: 105px;

        background: -webkit-linear-gradient(267deg, #fafafa 50%, #ffffff 50%);
        background: -o-linear-gradient(267deg, #fafafa 50%, #ffffff 50%);
        background: linear-gradient(183deg, #fafafa 50%, #ffffff 50%);
        background-size: 8000px 1835px;
        background-repeat: no-repeat;
    }

    .landing-seo--inbound {
        background-color: #ffffff;
    }

    .landing-seo--script {
        background-color: #ffffff;
    }

    .landing-seo--cheap {
        margin-bottom: 50px;

        background-color: #ffffff;
    }

    .landing-seo__container {
        width: 1180px;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;

        margin: 0 auto;
    }

    .landing-seo__wrapper--conf {
        padding: 40px 0 20px;

        border-top: 1px solid #d7d7d7;
    }

    .landing-seo__wrapper--transfer {
        width: 1180px;

        margin: 0 auto;
        padding: 78px 0 20px;
    }

    .landing-seo__wrapper--inbound {
        width: 1180px;

        margin: 0 auto;
        padding: 46px 0;
    }

    .landing-seo__wrapper--cheap {
        width: 1180px;

        margin: 0 auto;
        padding: 0 0 46px;

        border-top: 1px solid #d7d7d7;
    }

    .landing-seo__wrapper--monitor {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;

        padding-bottom: 21px;
        margin-bottom: 112px;
    }

    .landing-seo__wrapper--recording {
        padding: 50px 0 21px;
        margin-bottom: 75px;
    }

    .landing-seo__wrapper--script {
        width: 1180px;

        margin: 0 auto;
        padding: 46px 0;
    }

    .landing-seo__title {
        margin-bottom: 42px;
    }

    .landing-seo__title--inbound {
        padding: 0 120px;
    }

    .landing-seo__title--cheap {
        padding: 0 215px;
    }

    .landing-seo__text {
        text-align: left;
        margin-bottom: 50px;
    }

    .landing-seo__text--transfer {
        padding: 0;
    }

    .landing-seo__text--inbound {
        padding: 0;
    }

    .landing-seo__img--recording {
        width: 776px;
        height: 643px;

        padding: 0;
    }

    .advantages--conf {
        margin-bottom: 180px;
    }

    .advantages--transfer {
        margin-bottom: 40px;
    }

    .advantages--inbound {
        background: -webkit-linear-gradient(267deg, #fafafa 50%, #ffffff 50%);
        background: -o-linear-gradient(267deg, #fafafa 50%, #ffffff 50%);
        background: linear-gradient(183deg, #fafafa 50%, #ffffff 50%);
        background-size: 8000px 1600px;
        background-repeat: no-repeat;
    }

    .advantages__wrapper--inbound {
        padding-bottom: 77px;
    }

    .advantages__wrapper--call-center {
        padding-top: 70px;
        padding-bottom: 77px;
    }

    .advantages__wrapper--cheap {
        margin-bottom: 40px;
    }

    .advantages__wrapper--features {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .advantages__title--features {
        margin-bottom: 80px;
    }

    .advantages__list {
        grid-column-gap: 80px;
        border-bottom: transparent;
    }

    .advantages__list--features li {
        width: 556px;
        max-width: 556px;

        padding-top: 490px;
        margin: 0 0 27px;

        background-size: 556px;
        border: none;
    }

    .advantages__list--triple,
    .opinions__list {
        grid-column-gap: 65px;
    }

    .advantages__item--alternative {
        margin-bottom: 30px;
    }

    .advantages__item-content--cheap {
        padding: 0 47px;

        text-align: center;
    }

    .advantages__item-title {
        padding-right: 105px;
        margin-bottom: 15px;

        font-size: 30px;
        line-height: 45px;
    }

    .advantages__item-title--transfer {
        padding: 373px 0 0;
    }

    .advantages__item-title--conf {
        padding: 510px 50px 0 0;
    }

    .advantages__item-title--cheap {
        padding: 323px 0 0;
    }

    .advantages__item-title--conf::before {
        width: 550px;
        height: 473px;

        -webkit-box-shadow: none;

                box-shadow: none;
        border: 1px solid #e6e6e6;
    }

    .advantages__item-title--conf::after {
        top: 30%;
        left: 50%;
        -webkit-transform: translate(-50%, -30%);
            -ms-transform: translate(-50%, -30%);
                transform: translate(-50%, -30%);
    }

    .advantages__item-title--conf-one::after {
        width: 244px;
        height: 266px;
    }

    .advantages__item-title--conf-two::after {
        width: 226px;
        height: 266px;
    }

    .advantages__item-title--transfer-one::after {
        width: 323px;
        height: 271px;
    }

    .advantages__item-title--transfer-two::after {
        width: 350px;
        height: 271px;
    }

    .advantages__item-title--alternative::after {
        width: 445px;
        height: 360px;
    }

    .advantages__item-title--cheap::after {
        width: 322px;
        height: 272px;

        top: 15%;
        left: 50%;
        -webkit-transform: translate(-50%, -15%);
            -ms-transform: translate(-50%, -15%);
                transform: translate(-50%, -15%);
    }

    .advantages__item-title--toll-free::after {
        background-image: url("../images/alternatives/Ilu_6-desktop.svg");
    }

    .advantages__item-title--transfer::before {
        width: 0;
        height: 0;
    }

    .advantages__item-title--recording {
        padding: 250px 40px 0;
        margin-bottom: 25px;

        font-size: 22px;
        line-height: 1.3;
        text-align: center;
    }

    .advantages__item-title--recording::before {
        display: none;
    }

    .advantages__item-title--cheap::before {
        display: none;
    }

    .advantages__item-title--recording::after {
        width: 169px;
        height: 142px;
    }

    .advantages__item-title--inbound,
    .advantages__item-title--call-center {
        padding: 285px 25px 0;
        margin-bottom: 25px;

        font-size: 22px;
        line-height: 1.3;
        text-align: center;
    }

    .advantages__item-title--call-center {
        padding-top: 245px;
    }

    .advantages__item-title--inbound::before,
    .advantages__item-title--call-center::before {
        display: none;
    }

    .advantages__item-title--inbound::after {
        width: 178px;
        height: 161px;

        top: 22%;
        left: 50%;
        -webkit-transform: translate(-50%,-22%);
            -ms-transform: translate(-50%,-22%);
                transform: translate(-50%,-22%)
    }

    .advantages__item-title--call-center::after {
        width: 151px;
        height: 165px;

        top: 22%;
        left: 50%;
        -webkit-transform: translate(-50%,-22%);
            -ms-transform: translate(-50%,-22%);
                transform: translate(-50%,-22%)
    }

    .advantages__item-text {
        font-size: 18px;
        line-height: 30px;
    }

    .advantages__list--features p {
        font-size: 24px;
    }

    .advantages__item-text--inbound {
        padding: 0 10px;

        text-align: center;
    }

    .advantages__item-text--alternative {
        margin-bottom: 30px;
    }

    .advantages__item-text--alternative:first-of-type {
        margin-bottom: 30px;
    }

    .advantages__item-text--alternative:first-of-type::before {
        width: 73px;
        height: 73px;
        right: 0;
        top: -103px;

        background-size: contain;
    }

    .advantages__item-text--recording {
        padding: 0 10px 0;

        text-align: center;
    }

    .advantages__item-text--call-center {
        text-align: center;
    }

    .benefit--interface {
        background: -webkit-linear-gradient(85deg,rgba(245,245,245,1) 73%,#fff 35%);
            background: -o-linear-gradient(85deg,rgba(245,245,245,1) 73%,#fff 35%);
                background: linear-gradient(365deg,rgba(245,245,245,1) 73%,#fff 35%);
        background-position: 0;
        background-repeat: no-repeat;
    }

    .benefit--discover {
        background: -webkit-linear-gradient(93deg,#fff 38%,rgba(245,245,245,1) 35%);
            background: -o-linear-gradient(93deg,#fff 38%,rgba(245,245,245,1) 35%);
                background: linear-gradient(357deg,#fff 38%,rgba(245,245,245,1) 35%);
        background-position: 0;
        background-repeat: no-repeat;
    }

    .benefit--answer {
        background: -webkit-linear-gradient(85deg,#fff 48%,rgba(245,245,245,1) 35%);
            background: -o-linear-gradient(85deg,#fff 48%,rgba(245,245,245,1) 35%);
                background: linear-gradient(365deg,#fff 48%,rgba(245,245,245,1) 35%);
        background-position: 0;
        background-repeat: no-repeat;
    }

    .benefit--abroad {
        background: -webkit-linear-gradient(85deg,#fff 28%,rgba(245,245,245,1) 28%);
            background: -o-linear-gradient(85deg,#fff 28%,rgba(245,245,245,1) 28%);
                background: linear-gradient(365deg,#fff 28%,rgba(245,245,245,1) 28%);
    }

    .benefit--incoming {
        background: -webkit-linear-gradient(86deg,rgba(245,245,245,1) 53%,#fff 35%);
        background: -o-linear-gradient(86deg,rgba(245,245,245,1) 53%,#fff 35%);
        background: linear-gradient(364deg,rgba(245,245,245,1) 53%,#fff 35%);
        background-position: 0;
        background-repeat: no-repeat;
    }

    .benefit__wrapper--conf picture {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
    }

    .benefit__wrapper--transfer {
        width: 1366px;

        padding: 0 93px;
        margin: 0 auto 50px;
    }

    .benefit__wrapper--ivr {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }

    .benefit__wrapper--monitor {
        width: 1366px;

        padding: 50px 93px 0;
        margin: 0 auto;
    }

    .benefit__wrapper--monitor-one {
        padding-top: 70px;
    }

    .benefit__wrapper--recording {
        width: 1366px;

        padding: 60px 93px 0;
        margin: 0 auto 70px;
    }

    .benefit__wrapper--incoming {
        padding-top: 0;
        padding-bottom: 70px;
    }

    .benefit__wrapper--discover {
        padding-top: 30px;
    }

    .benefit__wrapper--interface {
        position: relative;

        padding-top: 20px;
        padding-bottom: 55px;
    }

    .benefit__wrapper--answer {
        padding-top: 70px;
    }

    .benefit__wrapper--abroad {
        padding-top: 65px;
        margin-bottom: 55px;
    }

    .benefit__wrapper--gdpr {
        padding: 75px 170px 60px 180px;

        text-align: left;
    }

    .benefit__wrapper--gdpr .benefit__title {
        padding-left: 0;
    }

    .benefit__wrapper--gdpr .benefit__text {
        line-height: 38px;
    }

    .benefit__wrapper--interface::before {
        content: "";
        position: absolute;
        width: 1180px;
        height: 1px;
        bottom: 0;

        background-color: #d7d7d7;
    }

    .benefit-container {
        margin-bottom: 0;

        border-bottom: none;
    }

    .benefit-container .benefit__wrapper {
        margin-bottom: 90px;
    }

    .benefit__content-half {
        -ms-flex-preferred-size: 50px;
            flex-basis: 550px;
        width: 550px;
    }

    .benefit__gdpr-list {
        padding: 0 255px;
    }

    .benefit__gdpr-list li {
        padding-left: 75px;
    }

    .benefit__gdpr-list li::before {
        width: 33px;
        height: 33px;
        top: 0px;

        background-size: 33px;
    }

    .benefit__gdpr-list .benefit__text {
        line-height: 26px;
    }

    .benefit__text--conf {
        padding: 0px 275px;
        margin-bottom: 50px;
    }

    .benefit__text--transfer {
        padding: 0px 295px;
    }

    .benefit__text--recording {
        padding: 0 130px;
        margin-bottom: 50px;
    }

    .benefit__text--incoming {
        padding: 0 165px;
        margin-bottom: 50px;
    }

    .benefit__text--discover {
        padding: 0 175px;
    }

    .benefit__text--answer {
        padding: 0 150px;
        margin-bottom: 45px;
    }

    .benefit__text--abroad {
        padding: 0 185px;
    }

    .benefit__img--conf {
        padding: 0;
    }

    .benefit__img--transfer {
        padding: 0;
        margin-bottom: 30px;
    }

    .benefit__img--recording {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 838px;
        height: 540px;
    }

    .benefit__img--answer {
        width: 820px;
        height: 557px;
    }

    .benefit__img--us {
        padding: 0;
    }

    .benefit__img--incoming {
        width: 790px;
    }

    .benefit__img--ivr {
        width: 550px;
    }

    .benefit__img-wrapper--monitor-two {
        padding: 0 0 0 100px;
    }

    .benefit__content-wrapper--left {
        padding-left: 100px;
    }

    .benefit__content-wrapper--interface {
        padding-left: 0;
    }

    .benefit__content-wrapper--right {
        padding: 0 100px 0 30px;
    }

    .benefit__content-wrapper--us {
        padding: 0 25px 0 0;
    }

    .feature-slider__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }

    .feature-slider__title {
        margin-bottom: 20px;
    }

    .feature-slider__text {
        margin-bottom: 80px;
    }

    .feature-slider__img {
        width: 833px;
    }

    .feature-slider__btns {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 330px;
        margin-right: -20px;

        border-bottom: none;
    }

    .feature-slider__btn {
        padding: 20px;
        margin-bottom: 10px;

        border: 1px solid #e6e6e6;
        border-bottom-left-radius: 8px;
        border-top-left-radius: 8px;
    }

    .feature-slider__btn--active {
        margin-left: -10px;

        border: 1px solid #73cdb7;
    }

    .feature-slider__img-wrapper {
        z-index: 2;
    }

    .rates-table {
        width: 795px;

        padding: 20px 10px 5px;
        margin: 0 auto;
    }

    .rates-table__item {
        -ms-flex-preferred-size: 140px;
            flex-basis: 140px;
    }

    .rates-table__img {
        width: 90px;
        height: 90px;
        margin-bottom: 7px;
    }

    .rates-table__country {
        font-size: 16px;
    }

    .rates-table__details {
        font-size: 12px;
    }

    .rates-table__button {
        width: 795px;

        margin: 0 auto;
    }

    .numbers__wrapper {
        width: 1180px;

        margin: 0 auto;
        padding: 0 0 50px;
    }

    .numbers__list {
        grid-column-gap: 60px;
    }

    .numbers__item {
        padding: 36px 33px;

        border: 1px solid #ebebeb;
    }

    .numbers__title {
        padding-top: 412px;
        margin-bottom: 32px;

        font-size: 26px;
        font-weight: 700;
    }

    .numbers__title::after {
        width: 462px;
        height: 367px;

        top: 10%;
        left: 50%;
        -webkit-transform: translate(-50%, -10%);
            -ms-transform: translate(-50%, -10%);
                transform: translate(-50%, -10%);
    }

    .numbers__text {
        margin-bottom: 20px;

        font-size: 18px;
        line-height: 26px;
    }

    .numbers__learn-more {
        font-size: 18px;
        line-height: 26px;
    }

    .landing-trial__wpapper {
        width: 1180px;
        margin: 0 auto;
        padding: 50px 0;
    }

    .free-trial__wpapper {
        width: 1180px;
        margin: 0 auto;
        padding: 50px 0;
    }

    .landing-trial__wrapper--pricing {
        border-top: 2px solid #f5f5f5;
    }

    .landing-trial__wpapper--call-center {
        border-top: transparent;
    }

    .landing-trial__title {
        font-size: 32px;
        line-height: 47px;
    }

    .landing-trial__title--gdpr {
        padding-right: 85px;
    }

    .landing-trial__button {
        padding: 17px 35px;
        font-size: 18px;
        border-radius: 40px;
    }

    .container-landing--article {
        width: 1170px;
        padding: 0;
    }

    .free-trial__wpapper {
        width: 1180px;
        margin: 0 auto;
        padding: 67px 0;
    }

    .free-trial__title {
        padding: 0 250px;
        margin-bottom: 50px;

        font-size: 32px;
        line-height: 47px;
    }

    .free-trial__button {
        padding: 17px 35px;
        font-size: 18px;
        border-radius: 40px;
    }

    .opinions__wrapper {
        padding-top: 45px;
    }

    .opinions__item blockquote {
        padding: 0;
    }

    .opinions__title {
        padding: 0 250px;
        margin-bottom: 150px;
    }

    .opinions__title--es {
        padding: 0 150px;
    }

    .opinions__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .opinions__meta {
        margin-left: 30px;
    }

    .opinions__position {
        padding-right: 50px;
    }

    .opinions__text {
        font-size: 18px;
        line-height: 29px;
    }
}

/* Styles for subscribe form */

.article__form {
    max-width: 500px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;

    margin: 50px auto;
}

.article__form-label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.article__input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 10px;
}

.article__input {
    width: 100%;

    display: inline-block;
    padding: 14px 15px;

    font-size: 16px;
    line-height: 1.4;
    vertical-align: top;
    color: #000000;

    background-color: transparent;
    border: 1px solid #e1e1e1;
    appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
}

.article__button {
    width: 100%;

    display: block;
    padding: 15px 30px;
    margin-bottom: 10px;

    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;

    background-color: #ec1c24;
    border: transparent;
}

@media (min-width: 768px) {
    .article__button {
        width: auto;
    }
}

/* Slider with links to the other products and features */

.more-products {
    background-color: #f5f5f5;
}

.more-products__title {
    margin: 0 0 20px;

    font-size: 18px;
    line-height: 33px;
    text-align: center;
}

.more-products__title span {
    font-weight: 700;
}

.more-products__wrapper {
    padding: 40px 16px 40px;
}

.more-products__item {
    display: block;
    margin: 0 auto;
}
.more-products__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.more-products__link {
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 228px;
    height: 172px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
}
.more-products__link:hover,
.more-products__link:focus {
    text-decoration: none;
    color: #ffffff;
}
.other_1 {
    background-image: url('../images/other-products/other_1.png');
}
.other_2 {
    background-image: url('../images/other-products/other_2.png');
}
.other_3 {
    background-image: url('../images/other-products/other_3.png');
}

/* Slideshow container */
.more-products__container {
    max-width: 1000px;
    position: relative;
    max-height: 172px;
    overflow: hidden;
    margin-bottom: 15px;
}

  /* Next & previous buttons */
.more-products__arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    height: 50px;

    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: none;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}

  /* Position the "next button" to the right */
.more-products__arrow--next {
    right: 0;
    background-image: url("/wp-content/themes/shapely/assets/images/other-products/arrow_right.svg");
    background-position-x: right;
}

.more-products__arrow--prev {
    left: 0;
    background-image: url("/wp-content/themes/shapely/assets/images/other-products/arrow_left.svg");
    background-position-x: left;
}

.more-products__controls {
    text-align: center;
}

.more-products__control {
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}

.more-products__control--active, .more-products__control:hover {
    background-color: #72CCB6;
    -webkit-transform: scale(-1.7);
        -ms-transform: scale(-1.7);
            transform: scale(-1.7);
    margin: 0 4px;
}

  /* Fading animation */
.more-products__item--fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@media (min-width: 768px) {
    .more-products__wrapper {
        padding: 40px 45px 25px;
    }

    .more-products__title {
        margin-bottom: 32px;
    }

    .more-products__arrow {
        display: none;
    }

    .more-products__item {
        display: block !important;
        margin: 0;
    }

    .more-products__link {
        width: 210px;
        padding: 10px;
        border-radius: 10px;
    }

    .more-products__controls {
        display: none;
    }
}

@media (min-width: 1001px) {
    .more-products__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .more-products__title {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        margin: 0;

        text-align: left;
    }

    .more-products__container {
        max-width: unset;

        margin: 0 0 0 auto;
    }

    .more-products__item {
        margin-left: 25px;
    }
}

@media (min-width: 1366px) {
    .more-products {
        background: -webkit-linear-gradient(267deg, #ffffff 50%, rgba(245,245,245,1) 50%);
        background: -o-linear-gradient(267deg, #ffffff 50%, rgba(245,245,245,1) 50%);
        background: linear-gradient(183deg, #ffffff 50%, rgba(245,245,245,1) 50%);
        background-size: 6500px;
    }

    .more-products__wrapper {
        width: 1366px;
        padding: 131px 93px 75px;
        margin: 0 auto;
    }

    .more-products__title {
        font-size: 32px;
        line-height: 47px;
    }

    .more-products__link {
        width: 228px;
    }
}

/* Styles for Inside Sales Glossary Terms */

.landing-header__wrapper--glossary {
    position: relative;

    padding-top: 21px;
}

.landing-header__text--glossary {
    padding: 0 14px;
}

.landing-header__content--glossary {
    margin-bottom: 45px;
}

.glossary-index__title {
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.glossary-index__list {
    display: none;
}

.glossary-index__letters {
    width: 100%;
    max-width: 705px;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;


    border-radius: 8px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    overflow-y: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.glossary-index__letter {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    background: none;
    border: none;
    padding: 0 10px;
    margin: 0;
}

.glossary-index__letter--active {
    position: relative;
    color: #fc3437;
    font-size: 24px;
}

.glossary-index__letter--active::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #ec1c24;
    border-radius: 50%;
}

.glossary-index__list-letter {
    display: none;
}

.glossary__wrapper {
    position: relative;
    padding: 0 16px;
}

.glossary__wrapper--term {
    padding-top: 16px
}

.glossary__wrapper--index {
    margin-top: -65px;
}

.glossary__wrapper--results {
    margin-top: -65px;
}

.glossary-results__title {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 30px;

    font-size: 18px;
    line-height: 30px;
    font-weight: 400;

    border-bottom: 1px solid #e6e6e6;
}

.article-search__title {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 30px;

    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.glossary-results__title span,
.article-search__title span {
    font-weight: 700;
}

.glossary__search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;

    margin-bottom: 20px;

    background-color: #ffffff;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
}

.glossary__input-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    padding-right: 16px;
}

.glossary__input {
    width: 100%;

    font-size: 18px;
    line-height: 30px;

    border: 0;
    border-bottom: 1px solid #e6e6e6;
    background-color: #ffffff !important;
}

.glossary__input::-webkit-input-placeholder {
    color: #e6e6e6;
    font-style: italic;
}

.glossary__input:-ms-input-placeholder {
    color: #e6e6e6;
    font-style: italic;
}

.glossary__input::-ms-input-placeholder {
    color: #e6e6e6;
    font-style: italic;
}

.glossary__input::placeholder {
    color: #e6e6e6;
    font-style: italic;
}

.glossary__form-btn {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 64px;
    -ms-flex-negative: 0;
        flex-shrink: 0;

    padding: 0;

    background-color: transparent;
    background-image: url("/wp-content/themes/shapely/assets/images/glossary/icon-search.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    border: 0;
}

.glossary-term__wrapper {
    margin-bottom: 36px;
}

.glossary__banner-wrapper {
    display: none;
}

.glossary-term {
    padding-bottom: 60px;
}

.glossary-term::after {
    content: "";
    position: absolute;
    width: 286px;
    height: 53px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url("/wp-content/themes/shapely/assets/images/glossary/decoration-post.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.glossary-term h1 {
    margin-bottom: 24px;

    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
}

.glossary-term p {
    margin-bottom: 20px;

    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}

.glossary__back-link {
    position: absolute;
    top: 0;
    left: 16px;

    color: #000000;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}

.glossary-results__back-link {
    position: absolute;
    top: 7px;
    left: 16px;

    color: #000000;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}

.glossary-term ul,
.content-article-single ul,
.webinar__text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-article-single ul,
.webinar__text ul {
    margin-bottom: 20px;
}

.glossary-term li,
.content-article-single li,
.webinar__text li {
    position: relative;
    padding-left: 16px;
}

.glossary-term li::before,
.content-article-single ul > li::before,
.webinar__text ul > li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #ec1c24;
    border-radius: 50%;
}

.term-category__wrapper {
    margin-bottom: 30px;
}

.term-category__letter {
    display: block;

    padding-bottom: 10px;
    margin-bottom: 30px;

    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;

    border-bottom: 1px solid #e6e6e6;
}

.glossary-index__list-letter {
    display: none;
}

.term-category__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.glossary-index__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.term-category__link {
    display: inline-block;
    padding: 17px 20px;

    font-size: 13px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;

    background-color: #fc3437;
    border-radius: 3px;
}

.term-category__title {
    position: relative;

    padding-left: 20px;

    font-size: 18px;
    line-height: 30px;
}

.term-category__title-link {
    color: inherit;
}

.term-category__none {
    font-size: 18px;
    line-height: 30px;
}

.term-category__title::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #ec1c24;
    border-radius: 50%;
}

.term-category__preview p {
    margin-bottom: 18px;

    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

.term-category__link:hover,
.term-category__link:focus {
    color: #ffffff;
    background-color: #e0151c;
    text-decoration: none;
}

.country-numbers__list {
    list-style: none;
}

.country-numbers__letter {
    display: block;

    padding-bottom: 15px;
    margin-bottom: 30px;

    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;

    border-bottom: 1px solid #e6e6e6;
}

.country-numbers__link {
    font-size: 18px;
    line-height: 30px;
    color: inherit;
}

@media (min-width: 768px) {
    .landing-header__wrapper--glossary {
        padding: 45px 32px 0;
    }

    .landing-header__img--glossary {
        width: 100%;
        padding: 0 30px 0 108px;
    }

    .landing-header__content--glossary {
        margin-bottom: 30px;
    }

    .landing-header__text--glossary {
        padding: 0 70px;
    }

    .glossary__wrapper {
        padding: 0 32px 20px;
    }

    .glossary__wrapper--term {
        padding-top: 35px;
    }

    .glossary__wrapper--index {
        margin-top: -120px;
    }

    .glossary__wrapper--results {
        margin-top: -120px;
    }

    .glossary__search-form {
        height: 80px;
        width: 352px;
    }

    .glossary__form-btn {
        background-size: 32px;
    }

    .glossary-index__letters {
        height: 80px;
        margin-bottom: 25px;
        padding: 0 30px;
    }

    .glossary-index__title {
        margin-bottom: 20px;
    }

    .glossary__back-link {
        top: 10px;
        left: 32px;
    }

    .glossary-results__back-link {
        top: 20px;
        left: 32px;
    }

    .glossary-term {
        padding: 0 65px 55px;
    }

    .glossary-term h1 {
        margin-bottom: 17px;

        font-size: 40px;
        line-height: 55px;
    }

    .glossary-term p {
        margin-bottom: 15px;

        font-size: 18px;
        line-height: 33px;
    }

    .glossary-term::after {
        width: 286px;
        bottom: unset;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }

    .glossary-term li,
    .content-article-single li,
    .webinar__text li {
        padding-left: 30px;
    }

    .glossary-term li::before,
    .webinar__text li::before {
        top: 10px;
        width: 10px;
        height: 10px;
    }

    .content-article-single ul > li::before {
        top: 5px;
        width: 10px;
        height: 10px;
    }

    .term-category__letter {
        margin-bottom: 15px;

        text-align: left;
    }

    .term-category__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .term-category__item {
        -ms-flex-preferred-size: 337px;
            flex-basis: 337px;

        margin-bottom: 10px;
    }

    .glossary-results__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .glossary-results__item {
        -ms-flex-preferred-size: 337px;
            flex-basis: 337px;

        margin-bottom: 10px;
    }

    .term-category__preview p {
        margin-bottom: 26px;
    }
}

@media (min-width: 1001px) {
    .landing-header__text--glossary {
        padding: 0;
    }

    .landing-header__content--glossary {
        margin: 0;
    }

    .landing-header__img--glossary {
        width: 570px;
        padding: 0;
        margin: 0;
    }

    .landing-header__title--call-center {
        padding-right: 0;

        font-size: 37px;
    }

    .landing-header__text--call-center {
        margin-left: 0;
    }

    .glossary__wrapper--index {
        margin-top: 0;
    }

    .glossary__wrapper--results {
        margin-top: 0;
    }

    .glossary-results__back-link {
        top: 0;
    }

    .glossary__filters {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .glossary__search-form {
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }

    .glossary__search-form--results {
        margin-bottom: 50px;
    }

    .glossary-results__title {
        font-size: 30px;
    }

    .article-search__title {
        font-size: 18px;
    }
}

@media (min-width: 1366px) {
    .landing-header__wrapper--glossary {
        width: 1180px;

        margin: 0 auto;
        padding: 120px 0 0;
    }

    .landing-header__content--glossary {
        -ms-flex-item-align: baseline;
            align-self: baseline;
    }

    .landing-header__title--glossary {
        margin: 0 0 20px;
    }

    .landing-header__content--call-center {
        margin-left: 80px;
    }

    .glossary__wrapper {
        position: relative;
        width: 1180px;

        margin: 0 auto;
        padding-top: 55px;
    }

    .glossary__wrapper--index {
        padding: 0 0 20px;
        margin-top: -130px;
    }

    .glossary__wrapper--results {
        padding: 0;
        margin-top: -100px;
    }

    .glossary__filters {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    .glossary__search-form {
        width: 435px;
    }

    .glossary__input-wrapper {
        padding-right: 40px;
        padding-left: 25px;
    }

    .glossary__form-btn {
        width: 70px;
    }

    .glossary-index__letters {
        height: 80px;

        padding: 0 30px;
    }

    .glossary-index__title {
        margin-bottom: 72px;
    }

    .glossary-term__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;

        padding-right: 62px;
    }

    .glossary__banner-wrapper {
        display: block;
        -ms-flex-item-align: baseline;
            align-self: baseline;
        width: 450px;

        padding-top: 60px;
    }

    .glossary__banner {
        display: block;
        width: 100%;

        border: 1px solid #f1f1f1;
    }

    .glossary-term {
        width: 600px;
        padding: 30px 65px 60px;
    }

    .glossary-term p {
        margin-bottom: 35px;
    }

    .glossary-term li,
    .content-article-single li,
    .webinar__text li {
        padding-left: 30px;
    }

    .glossary__back-link {
        top: 58px;
        left: 5px;
    }

    .glossary-results__back-link {
        top: 58px;
        left: 5px;
    }

    .glossary-term::after {
        left: 20%;
        -webkit-transform: translateX(-20%);
            -ms-transform: translateX(-20%);
                transform: translateX(-20%);
    }

    .glossary__search-form--results {
        margin-bottom: 100px;
    }

    .term-category__wrapper {
        width: 990px;

        margin: 0 auto;
    }

    .term-category__letter {
        padding-bottom: 18px;
    }

    .term-category__item {
        -ms-flex-preferred-size: 450px;
            flex-basis: 450px;
    }

    .term-category__none {
        margin: -45px 0 45px -95px;
    }
}

/* NEW HOME PAGE */

.landing-wrapper {
    padding-right: 16px;
    padding-left: 16px;
}

.start-home__wrapper {
    padding-bottom: 26px;
}

.start-home__content {
    margin-bottom: 33px;
}

.start-home__title {
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
}

.start-home__description {
    margin-bottom: 25px;

    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
}

.start-home__img {
    width: 100%;
}

.start-motto {
    height: 140px;

    position: relative;
}

.start-motto__title {
    text-align: left;
}

.start-motto__list {
	display: inline;

}

.start-motto__list span {
    position: absolute;

    display: block;

    font-weight: 700;
    color: #000000;
    opacity: 0;

    /*overflow: hidden;*/
	animation: topToBottom 7.5s linear infinite 0s;
	-ms-animation: topToBottom 7.5s linear infinite 0s;
	-webkit-animation: topToBottom 7.5s linear infinite 0s;
}

.start-motto__list span::after {
    content: "";
    position: absolute;
    bottom: 7px;
    right: -20px;

    width: 8px;
    height: 8px;

    background-color: #ff4d4d;
    border-radius: 50%;
}

.start-motto__list span:nth-child(2) {
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}

.start-motto__list span:nth-child(3) {
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}

@keyframes topToBottom {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
        -webkit-transform: translateY(-25px);
                transform: translateY(-25px);
    }

	10% {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }

    25% {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }

	30% {
        opacity: 0;
        -webkit-transform: translateY(25px);
                transform: translateY(25px);
    }

	80% {
        opacity: 0;
    }

	100% {
        opacity: 0;
    }
}
@-webkit-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-25px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(25px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

.try-free--conf,
.try-free--transfer,
.try-free--monitor,
.try-free--cheap,
.try-free--toll,
.try-free--alternative {
    margin-bottom: 20px;
}

.try-free--ivr {
    margin-bottom: 32px;
}

.start-home__input {
    width: 100%;

    padding: 12px 36px;

    background-color: #f2f2f2;
}

.try-free__input--landing {
    width: 100%;

    padding: 12px 36px;

    background-color: #f2f2f2;
}

.start-home__btn {
    width: 100%;

    padding: 14px 45px;
}

.start-home__btn--es {
    padding: 14px 40px;
}

.start-home__btn--inner {
    text-align: center;
    max-width: 350px;
}

.try-free__btn--landing {
    width: 100%;

    padding: 14px 45px;
}

.try-free__btn--yellow {
    background-color: #ffd717;
}

.try-free__btn--yellow:hover {
    color: #333333;

    background-color: #f2cc16;
}

.try-free__note {
    margin-bottom: 13px;

    font-size: 10px;
    line-height: 1.2;
    text-align: center;
}

.try-free--numbers p,
.try-free--toll p,
.try-free--dialer p,
.try-free--call-center p,
.try-free--click p,
.try-free--callback p {
    margin-bottom: 13px;

    font-size: 10px;
    line-height: 1.2;
    text-align: center;
}

.clients {
    background-color: #fafafa;
}

.clients--white {
    background-color: #ffffff;
}

.clients__wrapper {
    padding-top: 5px;
    padding-bottom: 23px;
}

.clients__title {
    margin: 0;

    font-size: 12px;
    text-align: center;

    color: #b3b3b3;
}

.clients__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

    margin: 0;
    padding: 0;

    list-style: none;
}

.clients__item--foodora {
    display: none;
}

.clients__item--droids {
    display: none;
}

.clients__item--happytal {
    display: none;
}

.clients__item--instaforex {
    display: none;
}

.clients__img--kodakit {
    width: 77px;
}

.clients__img--grab {
    width: 41px;
}

.clients__img--docplanner {
    width: 93px;
    height: 16px;
}

.clients__img--ccig {
    width: 85px;
}

.clients__img--livechat {
    width: 29px;
}

.home-products__wrapper {
    padding-top: 24px;
}

.features__wrapper {
    padding-top: 12px;
}

.else-features__wrapper {
    padding-top: 5px;
    padding-bottom: 15px;
}

.home-products__title {
    padding: 0 52px;
    margin-bottom: 20px;
}

.else-features__title {
    margin-top: 0;
}

.features__title,
.else-features__title {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    text-align: center;

    margin-bottom: 20px;
}

.features__title--numbers {
    margin-bottom: 15px;
}

.features__subtitle {
    margin-bottom: 35px;

    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

.home-products__list,
.features__list,
.else-features__list {
    margin: 0;
    padding: 0;

    list-style: none;
}

.home-products__item {
    position: relative;

    margin-bottom: 25px;
}

.features__item {
    position: relative;

    margin-bottom: 32px;
}

.else-features__item {
    position: relative;
    margin-bottom: 16px;

    border: 1px solid #f2f2f2;
    border-radius: 8px;
    padding: 19px 65px 19px 22px;
}

.features__img {
    width: 100%;

    margin-bottom: 20px;
}

.home-products__img {
    width: 100%;

    margin-bottom: 17px;
}

.home-products__item h3,
.features__item h3,
.else-features__item h3 {
    margin: 0 0 10px;

    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}

.else-features__item h3 {
    margin: 0 0 16px;

    font-weight: 500;
}

.home-products__item p,
.features__item p {
    font-size: 16px;
    line-height: 23px;
}

.home-products__item p {
    margin-bottom: 6px;
}

.features__item p {
    margin-bottom: 23px;
}

.home-products__item p > a {
    font-weight: 700;
    color: #333333;
}

/*.else-features__item a {
    display: block;
    padding: 19px 65px 19px 22px;

    color: #333333;
}*/

.else-features__item b {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
}

.else-features__item p {
    display: none;

    font-size: 14px;
    line-height: 21px;
}

.else-features__item a {
    height: 0;
    display: block;

    font-size: 0px;
    line-height: 21px;
    font-weight: 700;
    color: #ff4d4d;
}

.else-features__item--support a {
    display: none;
}

.else-features__item a::after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 0;

    width: 48px;
    height: 48px;

    background-color: transparent;
    background-image: url("/wp-content/themes/shapely/assets/images/solutions/more.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.home-products__link {
    position: relative;
    padding-right: 25px;

    font-size: 16px;
    font-weight: 500;
    line-height: 36px;

    color: #ff4d4d;
}

.home-products__link--mobile {
    display: inline-block;

    margin-bottom: 10px;
}

.home-products__link::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
            transform: translateY(-7px);
    right: 0;

    width: 18px;
    height: 15px;

    background-color: transparent;
    background-image: url("/wp-content/themes/shapely/assets/images/homepage/read-more.svg");
    background-repeat: no-repeat;
}

.features__stores {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;

    padding: 0 12px;

    text-align: center;
}

.features__store img {
    width: 144px;
}

.testimonials {
    background-color: #ffe284;
}

.testimonials__wrapper {
    padding-top: 16px;
    padding-bottom: 23px;
}

.testimonials__wrapper--ebook {
    padding-top: 30px;
}

.testimonials__item-link:hover {
    text-decoration: none;
}

.testimonials__title {
    display: block;

    margin: 0 0 25px;

    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
}

.testimonials__title--solutions,
.testimonials__title--ebook {
    padding: 0 20px;
}

.testimonials__item {
    position: relative;

    padding: 15px 16px 63px;
    margin: 0 0 16px;

    color: #000000;

    border: 0;
    background-color: #ffffff;
    border-radius: 8px;
    -webkit-box-shadow: 0 12px 8px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 12px 8px 0 rgba(0, 0, 0, 0.1);
}

.testimonials__item--ebook {
    padding-top: 20px;
    padding-bottom: 33px;
}

.testimonials__company {
    margin: 0 0 13px;

    font-size: 24px;
    font-weight: 900;
    line-height: 29px;
}

.testimonials__text {
    margin-bottom: 46px;

    font-size: 16px;
    line-height: 23px;
    font-style: italic;
    font-weight: 300;
}

.testimonials__text {
    margin-bottom: 25px;
}

.testimonials__author {
    float: right;

    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-style: normal;
}

.testimonials__img {
    position: absolute;
    bottom: 30px;
    left: 15px;
    width: 100px;
}

.testimonials__img--livechat {
    bottom: 10px;
    left: 5px;
}

.testimonials__img--loom {
    bottom: 28px;
}

.marketplace__list {
    margin: 0;
    padding: 11px 16px 13px;
    list-style: none;

    background-color: #ffffff;
    border-radius: 8px;
    -webkit-box-shadow: 0 12px 8px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 12px 8px 0 rgba(0, 0, 0, 0.1);
}

.marketplace__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.marketplace__rating {
    width: 130px;
    height: 32px;

    margin: 0;

    background-image: url("/wp-content/themes/shapely/assets/images/homepage/5-stars.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.marketplace__rating--half {
    background-image: url("/wp-content/themes/shapely/assets/images/homepage/4-stars.svg");
    background-size: 98%;
}

.marketplace__score {
    width: 45px;

    margin: 0 0 0 auto;

    font-size: 16px;
    line-height: 38px;
    font-weight: 700;
    text-align: right;
}

.marketplace__item h3 {
    -ms-flex-preferred-size: 74px;
        flex-basis: 74px;

    margin: 0 auto 0 0;

    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
}

.home-signup {
    background-image: url("/wp-content/themes/shapely/assets/images/homepage/signup-bg.png");
    background-repeat: no-repeat;
    background-position: center 87px;
}

.home-signup--ebook {
    background-image: url("/wp-content/themes/shapely/assets/images/ebook/bottom-bg.png");
    background-size: 328px 225px;
    background-position: center 25px;
}

.home-signup__wrapper {
    padding-top: 36px;
    padding-bottom: 40px;
}

.landing-wrapper--ebook {
    padding-top: 275px;
}

.home-signup__title {
    margin: 0 0 165px;
    padding: 0 43px;

    font-size: 32px;
    line-height: 46px;
    font-weight: 700;
    text-align: center;
}

.home-signup__title--es {
    padding: 0;
}

.home-signup__title--red,
.sign-up__title--red {
    color: #ed1c24;
}

.home-signup__title--free {
    font-weight: 900;
}

.home-signup__form-wrapper {
    width: 70%;

    margin: 0 auto 22px;
    padding: 15px 16px;

    background-color: #fee185;
    border-radius: 8px;
    -webkit-box-shadow: 0 12px 8px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 12px 8px 0 rgba(0, 0, 0, 0.1);
}

.home-signup__form-wrapper--blog {
    background-color: #b2e672;
}

.home-signup__form-wrapper--ebook {
    width: 100%;

    padding: 38px 25px 0;
}

.home-signup__form {
    margin: 0;
}

.home-signup__input {
    width: 100%;

    padding: 12px 20px;

    background-color: #ffffff;
}

.home-signup__btn {
    width: 100%;

    padding: 14px 35px;

    color: #ffffff;

    background-color: #000000;
}

.home-signup__btn:hover {
    background-color: #000000;
    opacity: 0.8;
}

.home-signup__free-note {
    margin-bottom: 22px;
}

.home-signup__alternative {
    text-align: center;
    position: relative;
    z-index: 1;
}

.home-signup__alternative::before {
    z-index: -1;
    position: absolute;

    width: 100%;
    content:"";

    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;

    margin: 0 auto;

    border-top: 1px solid #000000;
}

.home-signup__alternative span {
    padding: 0 20px;

    background-color: #ffffff;
}

.home-signup__demo-link {
    display: block;

    font-weight: 500;
    font-size: 18px;
    color: #000;
    text-align: center;
}

.try-free__btn--inner {
    text-align: center;
    margin: 0 auto;
    padding: 14px;
}

@media (min-width: 360px) {
    .start-motto {
        height: unset;
    }

    .start-motto--es {
        height: 100px;
    }

    .start-motto__list {
        text-indent: 8px;
    }

    .start-motto__list span {
        display: inline-block;
    }

    .start-motto__list--es span {
        display: block;
    }

    .start-home__title {
        font-size: 32px;
    }

    .marketplace__rating {
        width: 160px;
    }
}

@media (min-width: 375px) {
    .start-motto__list {
        text-indent: 8px;
    }
}

@media (min-width: 408px) {
    .start-home__title {
        padding-right: 92px;
    }

    .start-motto__list--es span {
        display: inline-block;
    }

    .start-motto--es {
        height: unset;
    }
}

@media (min-width: 440px) {
    .start-home__title--es {
        padding-right: 240px;
    }
}

@media (min-width: 466px) {
    .start-home__title {
        padding-right: 150px;
    }
}

@media (min-width: 498px) {
    .start-home__title--es {
        padding-right: 275px;
    }
}

@media (min-width: 556px) {
    .start-home__title {
        padding-right: 240px;
    }
}

@media (min-width: 768px) {
    .landing-wrapper {
        padding-right: 32px;
        padding-left: 32px;
    }

    .start-home__wrapper {
        padding-bottom: 80px;
    }

    .start-home__content {
        padding-right: 48px;
        padding-left: 48px;
        margin-bottom: 23px;
    }

    .start-home__title {
        padding-right: 300px;

        font-size: 40px;
        line-height: 58px;
    }

    .start-home__description {
        margin-bottom: 12px;
    }

    .start-motto {
        margin-bottom: 20px;
    }

    .start-motto__list span::after {
        bottom: 12px;
        width: 10px;
        height: 10px;
    }

    .try-free--conf,
    .try-free--transfer,
    .try-free--monitor,
    .try-free--cheap,
    .try-free--toll,
    .try-free--alternative {
        margin-bottom: 50px;
    }

    .start-home__btn {
        padding: 14px 120px;
    }

    .start-home__btn--es {
        padding: 14px 110px;
    }

    .start-home__free-note {
        font-size: 12px;
    }

    .try-free__note--landing {
        font-size: 12px;
    }

    .try-free--numbers p,
    .try-free--toll p,
    .try-free--dialer p,
    .try-free--call-center p,
    .try-free--click p,
    .try-free--callback p {
        margin-bottom: 18px;
        padding: 0;

        font-size: 12px;
    }

    .try-free__note {
        margin-bottom: 18px;
    }

    .start-home__input {
        float: none;

        margin-bottom: 18px;
    }

    .try-free__input--landing {
        float: none;

        margin-bottom: 18px;
    }

    .clients__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;

        padding: 20px 80px;
    }

    .clients__title {
        -ms-flex-preferred-size: 140px;
            flex-basis: 140px;
        width: 140px; /* For IE 11 */

        font-size: 16px;
        line-height: 19px;
        text-align: left;
    }

    .clients__list {
        -ms-flex-preferred-size: 463px;
            flex-basis: 463px;
        width: 463px; /* For IE 11 */
    }

    .home-products__wrapper {
        padding: 64px 80px 0;
    }

    .features__wrapper {
        padding: 16px 80px 0;
    }

    .home-products__title {
        margin-bottom: 30px;
    }

    .features__title {
        padding: 0 100px;
    }

    .home-products__item,
    .features__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-bottom: 47px;
    }

    .home-products__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .features__item {
        flex-direction: column;
    }

    .home-products__item h3,
    .features__item h3 {
        margin-bottom: 12px;
    }

    .features__item h3 {
        padding-right: 82px;
    }

    .home-products__item p {
        margin-bottom: 7px;
    }

    .features__item p {
        margin-bottom: 15px;
    }

    .features__content {
        margin-left: 95px;
        padding-right: 90px;
    }

    .home-products__item--inbound p {
        padding-right: 210px;
    }

    .home-products__item--widget p {
        padding-right: 210px;
    }

    .home-products__item--dialer p {
        padding-right: 115px;
    }

    .home-products__item--leads p {
        padding-right: 240px;
    }

    .home-products__item--leads p {
        padding-right: 250px;
    }

    .home-products__item img {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .home-products__link--mobile {
        margin-bottom: 13px;
    }

    .features__stores {
        width: 315px;
        padding: 0;
    }

    .else-features__wrapper {
        padding-top: 25px;
        padding-bottom: 40px;
    }

    .else-features__title {
        margin-bottom: 45px;
    }

    .else-features__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .else-features__item {
        width: 48%;
        padding: 31px 31px 15px;
        margin-bottom: 25px;
    }

    .else-features__item h3 {
        margin-bottom: 30px;
    }

    .else-features__item b {
        display: block;
        min-height: 42px;

        margin-bottom: 25px;
    }

    .else-features__item p {
        display: block;
        min-height: 84px;

        margin-bottom: 15px;
    }

    .else-features__item--recordings p,
    .else-features__item--conference p,
    .else-features__item--number p {
        min-height: 113px;
    }

    .else-features__item a {
        position: relative;
        height: unset;

        padding-top: 15px;

        font-size: 15px;

        border-top: 1px solid #f2f2f2;
    }

    .else-features__item a::after {
        bottom: -12px;
    }

    .testimonials__wrapper {
        padding: 36px 48px 23px;
    }

    .testimonials__wrapper--ebook {
        padding-top: 45px;
        padding-bottom: 30px;
    }

    .testimonials__title--solutions {
        padding: 0;
    }

    .testimonials__item {
        padding: 32px 32px 40px;
    }

    .testimonials__item--ebook {
        padding-bottom: 18px;
    }

    .testimonials__item-wrapper {
        margin-bottom: 40px;
    }

    .testimonials__item-wrapper--ebook {
        margin-bottom: 0;
    }

    .testimonials__company {
        margin-bottom: 10px;

        font-size: 32px;
        line-height: 38px;
        text-align: center;
    }

    .testimonials__text {
        margin-bottom: 56px;

        font-size: 24px;
        line-height: 35px;
    }

    .testimonials__img {
        bottom: 15px;
        left: 32px;
    }

    .testimonials__img--loom {
        width: 116px;
        bottom: 25px;
    }

    .testimonials__img--livechat {
        bottom: 18px;
    }

    .marketplace__list {
        padding: 13px 32px;
    }

    .marketplace__rating {
        width: 307px;

        background-image: url("/wp-content/themes/shapely/assets/images/homepage/5-stars-tablet.svg");
    }

    .marketplace__rating--half {
        background-image: url("/wp-content/themes/shapely/assets/images/homepage/4-stars-tablet.svg");
        background-size: 100%;
    }

    .home-signup {
        background-image: url("/wp-content/themes/shapely/assets/images/homepage/signup-bg.svg");
        background-repeat: no-repeat;
        background-position: center 0;
    }

    .home-signup--ebook {
        background-image: url("/wp-content/themes/shapely/assets/images/ebook/bottom-bg.png");
        background-size: 605px 415px;
        background-position: center 35px;
    }

    .home-signup__wrapper {
        padding-top: 45px;
    }

    .home-signup__title {
        margin: 0 0 420px;

        font-size: 40px;
        line-height: 48px;
    }

    .home-signup__form-wrapper {
        width: 450px;

        margin-bottom: 42px;
        padding: 32px 35px 65px 16px;
    }

    .home-signup__form-wrapper--blog {
        padding-bottom: 32px;
    }

    .home-signup__form-wrapper--ebook {
        width: 480px;
        padding: 38px 25px 0;
    }

    .home-signup__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;

        margin-bottom: 0;
    }

    .home-signup__input {
        width: 56%;

        float: none;

        margin: 0;
    }

    .home-signup__btn {
        width: 40%;

        margin: 0;
        padding: 14px;
    }

    .home-signup__free-note {
        position: absolute;
        left: 50%;
        bottom: -47px;
        -webkit-transform: translateX(-80px);
            -ms-transform: translateX(-80px);
                transform: translateX(-80px);
    }

    .home-signup__alternative {
        max-width: 542px;
        margin: 0 auto 15px;
    }

    .footer-bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;

        margin-top: 0;
    }

    .credentials--footer-short {
        margin: 0;
    }

    .social-footer--footer-short {
        width: unset;
    }

    .footer-nav--footer-short {
        padding: 20px 0;
    }

    .try-free__btn--inner {
        width: 60%;

        margin: 0 auto;
    }

    .try-free__btn--top-ebook {
        width: fit-content;

        padding: 17px 42px;
    }

    .home-signup__form-wrapper--inner {
        width: 335px;
        padding: 35px 10px;
    }
}

@media (min-width: 929px) {
    .start-home__title {
        padding-right: 410px;
    }
}

@media (min-width: 1001px) {
    .start-home__wrapper {
        padding-top: 100px;
    }

    .start-home__title {
        padding-right: 485px;
    }
}

@media (min-width: 1200px) {
    .error-mail {
        left: 31%;
        bottom: -45px;

        text-align: left;
    }

    .menu-top-menu-container .navbar-nav .menu-item-1172 > a {
        padding-right: 0;
    }

    .menu-top-menu-es-container .navbar-nav .menu-item-1498 > a {
        padding-right: 0;
    }

    .user-navbar-nav {
        width: 480px;
    }

    .navbar-nav--es {
        width: 510px;
    }

    .navbar-nav > li > a.button-nav-signup--es {
        padding: 14px 13px !important;
    }

    .navbar-nav > li > a.button-nav-login--es {
        padding: 14px 30px !important;
    }

    .navbar-brand {
        padding: 23px 0;
    }

    .navbar-brand > img {
        width: 172px;
    }

    .landing-wrapper {
        width: 1200px;

        margin: 0 auto;
    }

    .landing-header__wrapper--solutions,
    .landing-header__wrapper--numbers {
        position: relative;
    }

    .landing-header__wrapper--solutions::after,
    .landing-header__wrapper--solutions::before,
    .landing-header__wrapper--numbers::before,
    .landing-header__wrapper--numbers::after {
        position: absolute;

        left: 50%;
        transform: translateX(-50%);
    }

    .landing-header__wrapper--solutions::after,
    .landing-header__wrapper--numbers::after {
        content:"";
        width: 17px;
        height: 24px;

        bottom: 62px;
        transform: translateX(-50%);

        background-image: url("/wp-content/themes/shapely/assets/images/scroll-icon.svg");
        background-repeat: no-repeat;
    }

    .landing-header__wrapper--solutions::before,
    .landing-header__wrapper--numbers::before {
        content:"scroll";

        width: 30px;
        height: 15px;
        bottom: 36px;

        font-size: 12px;
    }

    .start-home__wrapper {
        position: relative;
        width: 1000px;

        padding: 139px 0 218px;
    }

    .start-home__img {
        position: absolute;
        top: 108px;
        right: 0;
        width: 492px;
    }

    .start-motto {
        margin-bottom: 21px;
    }

    .start-home__content {
        max-width: 450px;

        padding: 0;
        margin-bottom: 40px;
    }

    .start-motto__title {
        padding-right: 90px;
    }

    .start-home__description {
        font-size: 21px;
        line-height: 26px;
    }

    .try-free {
        position: relative;
        max-width: 440px;

        -webkit-box-pack: justify;

            -ms-flex-pack: justify;

                justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: end;
    }

    .start-home__form {
        margin: 0 auto 0 0;
    }

    .start-home__form--es {
        max-width: 455px;
    }

    .start-home__input {
        width: 267px;

        margin: 0;
        padding: 11px 27px;

        text-align: left;
    }

    .try-free--monitor,
    .try-free--alternative {
        margin-bottom: 80px;
    }

    .try-free--cheap,
    .try-free--ivr {
        margin-bottom: 100px;
    }

    .try-free--record,
    .try-free--script,
    .try-free--inbound,
    .try-free--numbers,
    .try-free--dialer,
    .try-free--call-center,
    .try-free--click,
    .try-free--callback,
    .try-free--solutions,
    .try-free--numbers {
        width: auto;
        margin: 0 auto 0 0;
    }

    .try-free__input--landing {
        width: 267px;

        margin: 0;
        padding: 11px 27px;

        text-align: left;
    }

    .start-home__free-note {
        position: absolute;
        bottom: -40px;

        font-size: 10px;
    }

    .try-free__note--landing {
        position: absolute;
        bottom: -40px;
        left: 50%;
        -webkit-transform: translateX(-85px);
            -ms-transform: translateX(-85px);
                transform: translateX(-85px);

        font-size: 10px;
    }

    .try-free__note--record,
    .try-free__note--script,
    .try-free__note--inbound,
    .try-free__note--solutions,
    .try-free--numbers p,
    .try-free--dialer p,
    .try-free--call-center p,
    .try-free--click p,
    .try-free--callback p {
        left: 0;
        -webkit-transform: inherit;
            -ms-transform: inherit;
                transform: inherit;
    }

    .start-home__btn {
        width: auto;
        height: unset;

        padding: 13px 30px;
        margin: 0;
    }

    .start-home__btn--inner {
        width: 200px;
    }

    .try-free__btn--landing {
        width: auto;
        height: unset;

        padding: 13px 30px;
        margin: 0;
    }

    .clients__wrapper {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;

        padding: 25px 54px 25px 22px;
    }

    .clients__title {
        -ms-flex-preferred-size: 260px;
            flex-basis: 260px;
        width: 260px; /* For IE11 */

        font-size: 18px;
        line-height: 22px;
    }

    .clients__list {
        -ms-flex-preferred-size: 850px;
            flex-basis: 850px;
        width: 850px; /* For IE11 */
    }

    .clients__item--foodora {
        display: block;
    }

    .clients__img {
        height: 30px;
    }

    .clients__img--livechat {
        width: 50px;
    }

    .clients__img--docplanner {
        width: 169px;
    }

    .clients__img--grab {
        width: 77px;
    }

    .clients__img--kodakit {
        width: 144px;
    }

    .clients__img--foodora {
        width: 168px;
    }

    .home-products__wrapper {
        padding: 115px 18px 80px;
    }

    .features__wrapper {
        padding: 60px 18px 0;
    }

    .home-products__title {
        margin-bottom: 140px;
    }

    .features__title {
        margin-bottom: 70px;
    }

    .features__title--numbers {
        margin-bottom: 12px;
    }

    .features__title--sales,
    .features__title--smb {
        padding: 0 345px;
    }

    .features__title--support {
        padding: 0 290px;
    }

    .features__subtitle {
        margin-bottom: 78px;
    }

    .home-products__item,
    .features__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 60px;
    }

    .features__item {
        justify-content: space-between;
    }

    .home-products__list li:nth-child(2),
    .home-products__list li:nth-child(4),
    .features__list:not(.features__list--сс) li:nth-child(1),
    .features__list:not(.features__list--сс) li:nth-child(3),
    .features__list--сс li:nth-child(2) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }

    .home-products__list li:nth-child(5) {
        margin-bottom: 0;
    }

    .home-products__list li:first-child,
    .home-products__list li:nth-child(3),
    .home-products__list li:nth-child(5) {
        padding-left: 98px;
    }

    .home-products__list li:nth-child(5) {
        margin-bottom: 0;
    }

    .home-products__content--widget,
    .home-products__content--leads {
        padding-left: 100px;
    }

    .home-products__item h3 {
        margin-bottom: 13px;

        font-size: 24px;
    }

    .features__item {
        margin-bottom: 85px;

        font-size: 24px;
    }

    .features__item h3 {
        padding-right: 50px;
    }

    .home-products__item p,
    .features__item p {
        margin-bottom: 6px;

        font-size: 16px;
        line-height: 23px;
    }

    .home-products__img {
        width: 590px;
        height: 393px;
    }

    .features__img {
        width: 591px;

        margin: 0;
    }

    .features__content {
        flex-basis: 475px;
        width: 475px;
    }

    .features__content--mobile p {
        margin-bottom: 35px;
    }

    .home-products__item--leads p {
        padding-right: 90px;
    }

    .home-products__item--inbound p {
        padding-right: 90px;
    }

    .home-products__item--dialer p {
        padding-right: 80px;
    }

    .home-products__item--leads p {
        padding-right: 116px;
    }

    .home-products__item--widget p {
        padding-right: 80px;
    }

    .home-products__link {
        font-size: 16px;
    }

    .home-products__link:hover {
        color: #ff4d4d;
    }

    .features__stores {
        width: 352px;

        margin: 0;
    }

    .features__store img {
        width: 160px;
    }

    .else-features__list {
        width: 970px;
        margin: 0 auto;
    }

    .else-features__item {
        width: 311px;
    }

    .else-features__item p {
        min-height: 105px;
    }

    .else-features__item--high p {
        min-height: 135px;
    }

    .else-features__item--support a {
        display: block;
    }

    .testimonials__wrapper {
        position: relative;

        margin-bottom: 260px;
        padding: 36px 55px 20px 18px;
    }

    .testimonials__wrapper--solutions,
    .testimonials__wrapper--numbers,
    .testimonials__wrapper--ebook {
        margin-bottom: 0;
    }

    .testimonials__wrapper--es {
        background-position: 484px 0;
    }

    .testimonials__title {
        margin-bottom: 68px;
    }

    .testimonials__title--solutions {
        margin-top: 0;
    }

    .testimonials__item {
        width: 527px;

        padding: 36px 45px 61px 38px;
        margin: 0 auto;
    }

    .testimonials__item--solutions {
        width: 772px;

        margin: 0 auto;
        padding: 36px 100px 61px;
    }

    .testimonials__item-link {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }

    .testimonials__company {
        margin-bottom: 34px;

        text-align: left;
        font-size: 24px;
        font-weight: 700;
    }

    .testimonials__text {
        margin-bottom: 20px;

        font-size: 14px;
        line-height: 20px;
    }

    .testimonials__text--solutions {
        font-size: 18px;
        line-height: 26px;
    }

    .testimonials__img {
        left: 338px;
        top: 45px;
    }

    .testimonials__img--solutions {
        left: 570px;
    }

    .marketplace__list {
        position: absolute;
        bottom: -170px;
        width: 100%;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;

        padding: 0;

        -webkit-box-shadow: none;

                box-shadow: none;
    }

    .marketplace__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;

        -ms-flex-preferred-size: 33%;

            flex-basis: 33%;
    }

    .marketplace__item  h3 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;

        margin: 0 0 22px;

        font-size: 24px;
        line-height: 29px;
        font-weight: 900;
    }

    .marketplace__score {
        margin: 0;

        font-size: 24px;
        line-height: 29px;
        font-weight: 900;
    }

    .marketplace__rating {
        width: 160px;

        margin-bottom: 17px;

        background-image: url("/wp-content/themes/shapely/assets/images/homepage/5-stars.svg");
    }

    .marketplace__rating--half {
        background-image: url("/wp-content/themes/shapely/assets/images/homepage/4-stars.svg");
        background-size: 98%;
    }

    .home-signup__wrapper {
        padding-top: 29px;
    }

    .home-signup {
        background-image: url("/wp-content/themes/shapely/assets/images/homepage/signup-bg-desktop.svg");
    }

    .home-signup--ebook {
        background-image: url("/wp-content/themes/shapely/assets/images/ebook/bottom-bg.png");
    }

    .home-signup__title {
        margin-bottom: 470px;
    }

    .home-signup__form-wrapper {
        width: 483px;
        padding: 42px 40px 58px;
    }

    .home-signup__form-wrapper--inner {
        width: 335px;
        padding: 35px 10px;
    }

    .home-signup__form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .home-signup__input {
        width: 57%;

        margin: 0;
        padding: 11px 32px;
    }

    .home-signup__free-note {
        position: absolute;
        bottom: -30px;

        margin: 0;
    }

    .home-signup__btn {
        width: 39%;

        padding: 8px 21px;
        margin: 0;

        font-size: 15px;
    }

    .home-signup__btn:hover {
        background-color: #000000;
        opacity: 0.8;
    }

    .try-free__btn--inner {
        width: 60%;

        margin: 0 auto;
        padding: 14px;
    }
}

@media (min-width: 1366px) {
    .navbar-fixed-top.active {
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
                box-shadow: 0 0 10px rgba(0,0,0,0.4);
   }

   .landing-wrapper--blog {
    padding-right: 17px;
    padding-left: 17px;
}
}

@media (min-width: 1920px) {
    .navbar-nav > li > a {
        font-size: 15px;
    }

    .error-mail-bottom--es {
        bottom: -70px;
    }

    .start-home__wrapper {
        width: 1420px;

        padding: 200px 32px 295px;
    }

    .start-home__content {
            margin-left: 85px;
    }

    .try-free__note--landing,
    .try-free--numbers p,
    .try-free--toll p,
    .try-free--dialer p,
    .try-free--call-center p,
    .try-free--click p,
    .try-free--callback p {
        bottom: -43px;
        -webkit-transform: translateX(-110px);
            -ms-transform: translateX(-110px);
                transform: translateX(-110px);

        font-size: 13px;
        line-height: 14px;
    }

    .try-free__note--solutions,
    .try-free__note--numbers {
        left: 110px;
    }

    .start-home__img {
        top: 100px;
        width: 650px;
    }

    .start-home__form-wrapper {
        margin-left: 85px;
    }

    .landing-header__wrapper--solutions,
    .landing-header__wrapper--numbers {
        width: 1420px;

        padding-top: 80px;
        padding-bottom: 295px;
    }

    .landing-header__wrapper--solutions form,
    .landing-header__wrapper--numbers form {
        width: 490px;
    }

    .landing-header__wrapper--solutions img,
    .landing-header__numbers-img img {
        max-width: 765px;
    }

    .landing-header__wrapper--solutions h1,
    .landing-header__wrapper--numbers h1 {
        margin-bottom: 20px;
    }

    .try-free {
        max-width: 490px;
    }

    .start-home__form--es {
        max-width: 525px;
    }

    .start-home__input {
        width: 300px;
        padding: 16px 27px;

        font-size: 14px;

        border-radius: 40px;

    }

    .try-free__input--landing {
        width: 300px;
        padding: 16px 27px;

        font-size: 14px;

        border-radius: 40px;
    }

    .start-home__btn {
        padding: 17px 35px;

        font-size: 17px;

        border-radius: 40px;
    }

    .try-free__btn--landing {
        padding: 17px 35px;

        font-size: 17px;

        border-radius: 40px;
    }

    .try-free__note--record,
    .try-free__note--script,
    .try-free__note--inbound,
    .try-free__note--numbers,
    .try-free--numbers p,
    .try-free--dialer p,
    .try-free--call-center p,
    .try-free--click p,
    .try-free--callback p {
        -webkit-transform: inherit;
            -ms-transform: inherit;
                transform: inherit;
    }

    .clients__wrapper {
        width: 1490px;

        padding-right: 0;
        padding-left: 35px;
    }

    .clients__list {
        -ms-flex-preferred-size: 1155px;
            flex-basis: 1155px;
        width: 1155px; /* For IE 11 */
    }

    .clients__item--droids,
    .clients__item--happytal,
    .clients__item--instaforex {
        display: block;
    }

    .clients__img--droids {
        width: 38px;
    }

    .clients__img--happytal {
        width: 93px;
    }

    .clients__img--instaforex {
        width: 132px;
    }

    .home-products__wrapper {
        width: 1420px;

        padding: 0 0 100px;
    }

    .home-products__item {
        margin-bottom: 80px;
    }

    .home-products__list li:first-child,
    .home-products__list li:nth-child(3),
    .home-products__list li:nth-child(5) {
        padding-left: 140px;
    }

    .home-products__item--inbound p {
        padding-right: 140px;
    }

    .home-products__item--widget p {
        padding-right: 150px;
    }

    .home-products__item--dialer p {
        padding-right: 125px;
    }

    .home-products__item--leads p {
        padding-right: 225px;
    }

    .home-products__img {
        min-width: 718px;
        max-width: 718px;
        height: auto;

        margin-bottom: 0;
    }

    .features__wrapper {
        width: 1420px;
    }

    .features__img {
        width: 718px;
    }

    .features__content {
        margin-left: 100px;
    }

    .features__item {
        margin-bottom: 125px;
    }

    .testimonials__wrapper {
        width: 1430px;

        padding-left: 0;

        background-size: 707px 464px;
        background-position: 580px -20px;
    }

    .testimonials__wrapper--es {
        background-position: 580px 0;
    }

    /*.testimonials__title {
        margin: -135px 0 65px;

        font-size: 60px;
        line-height: 72px;
    }*/

    .testimonials__title--solutions {
        margin-top: 0;
    }

    .testimonials__item {
        width: 673px;
    }

    .testimonials__item--solutions {
        width: 772px;
    }

    .testimonials__text {
        font-size: 24px;
        line-height: 35px;
    }

    .testimonials__img {
        left: 525px;
    }

    .marketplace__list {
        bottom: -215px;
    }

    .home-signup {
        background-position: center 70px;
    }

    .home-signup__wrapper {
        padding-top: 75px;
    }

    .home-signup__title {
        margin-bottom: 490px;
    }

    /*.home-signup__form-wrapper {
        width: 560px;

        padding: 54px 40px 80px;
    }*/

    .home-signup__form-wrapper--inner {
        width: 335px;
        padding: 35px 10px;
    }

    /*.home-signup__input {
        width: 64%;
    }

    .home-signup__btn {
        width: 33%;
    }*/

    .try-free__btn--inner {
        width: 60%;
    }

    /*.home-signup__free-note {
        bottom: -40px;
        -webkit-transform: translateX(-120px);
            -ms-transform: translateX(-120px);
                transform: translateX(-120px);

        font-size: 14px;
        line-height: 19px;
    }*/

    .home-signup__free-note--es {
        bottom: -53px;
    }

    /*.home-signup__demo-link {
        font-size: 24px;
        line-height: 29px;
    }*/

    .footer .container {
        max-width: 1430px;
    }

    .footer-menu {
        -ms-grid-columns: 1fr 18px 1fr 18px 1fr 18px 1fr 18px 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-column-gap: 18px;
    }

    .footer-menu_title {
        font-size: 18px;
    }

    .footer-menu ul a {
        font-size: 14px;
    }

    .international-numbers .landing-more-btn {
        padding: 17px 35px;
        font-size: 17px;
        border-radius: 40px;
    }

    .error-mail {
        left: 27%;
    }

    .pricing__text {
        margin-bottom: 135px;
    }

    .plans__list {
        padding: 0;
    }

    .plans__item {
        width: 368px;
    }

    .plans__item--popular {
        width: 400px;
    }
}

.wpml-ls-item a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#countries_title {
    padding: 0;
    font-weight: 300;
    cursor: pointer;
}

.women__social-list {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.women__social-list>li::before {
	display: none;
}

@media (min-width: 1000px) {
    .w-preview-fields-content-row {
        flex-direction: row;
    }
}

.webinar__content p:not(.author-name):not(.author-description) {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
    color: rgb(51, 51, 51);
}

.webinar__content {
    padding-bottom: 40px;
}

.webinar__text {
    margin-bottom: 30px;
}

.webinar__form-text {
    margin-bottom: 30px;
}

.webinar__form-wrapper {
    padding: 21px 16px;

    border: 1px solid #E6E6E6;
    border-radius: 8px;
}

.webinar__input-wrapper {
    margin-bottom: 20px;
}

.webinar__content .webinar__form-text {
    margin-bottom: 45px;

    font-size: 24px;
    line-height: 35px;
    text-align: center;
}

.webinar__input {
    width: 100%;

    padding: 15px;

    font-size: 12px;
    line-height: 14px;
    font-style: italic;
    color: #999999;

    border: 1px solid #F2F2F2;
    border-radius: 8px;
}

.webinar__btn-wrapper {
    text-align: center;

    margin-bottom: 30px;
}

.webinar__register-btn {
    display: inline-block;
    padding: 15px 45px;
    margin: 0 auto;

    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #000000;

    background-color: #FFD717;
    border-radius: 25px;

    border: none;
}

.webinar__author {
    text-align: center;

    border: 1px solid #FFD717;
    border-radius: 8px;
    background-color: #FFFBE6;
}

.webinar__author .author-name {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
}

.webinar__author .post-author {
    margin-bottom: 0;
    border: none;
}

.webinar__author img {
    width: 100px;

    margin-bottom: 25px;
}

.webinar__author h2 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .webinar__header-content {
        width: 100%;

        display: flex;
        align-items: center;
    }

    .webinar__header {
        padding-bottom: 30px;

        border-bottom: 1px dashed #e5e5e5;
    }

    .webinar__content {
        padding-top: 30px;
    }

    .webinar__author h2 {
        font-size: 32px;
        line-height: 46px;
    }

    .webinar__author {
        max-width: 703px;
        margin: 0 auto;

        background-image: url("/wp-content/themes/shapely/assets/images/webinar/author-bg.svg");
        background-repeat: no-repeat;
        background-position: center 40px;
    }

    .webinar__author .post-author {
        flex-direction: column;
        text-align: center;
    }

    .webinar__author .post-author-photo {
        margin: 0 auto;
    }

    .webinar__author .author-name {
        margin-bottom: 30px;

        font-size: 18px;
        line-height: 26px;
    }

    .webinar__author .author-description {
        font-size: 18px;
        line-height: 26px;
        color: #333333;
    }
}

@media (min-width: 1200px) {
    .webinar__content p:not(.author-name):not(.author-description) {
        font-size: 18px;
        line-height: 26px;
    }

    .webinar__content {
        width: 967px;
        margin: 0 auto;
    }

    .webinar__text {
        padding: 0 196px;
    }

    .webinar__author {
        max-width: 100%;

        padding-bottom: 20px;

        background-image: url("/wp-content/themes/shapely/assets/images/webinar/author-bg-desktop.svg");
        background-size: 868px 395px;
        background-position: center -20px;
    }

    .webinar__author .author-name {
        color: #333333;
    }

    .webinar__author .author-description {
        margin: 0 auto;
        max-width: 500px;
    }
}



.experts__wrapper {
    padding-top: 38px;
    padding-bottom: 35px;
}

.experts__list,
.slider__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    padding-left: 0;
    list-style: none;
}

.experts__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 30px;
}

.experts__item a {
    color: #333333;
}

.experts__container,
.slider__container {
    max-width: 375px;
    position: relative;

    margin: 0 auto 20px;

    overflow: hidden;
}

.experts__photo {
    width: 140px !important;
    height: 140px;
}

.experts__name {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.experts__job,
.experts__company {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

.experts__job {
    display: block;
    margin-bottom: 5px;

    text-transform: uppercase;
}

.experts__company {
    font-style: italic;
    font-weight: 400;
}

.owl-dots,
.slider__controls {
text-align: center;
}

.slider__control,
.owl-carousel button.owl-dot {
    cursor: pointer;
    height: 14px;
    width: 14px;
    margin: 0 6px;
    border: 1px solid #000000;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.experts__control--active,
.experts__control:focus,
.owl-carousel button.owl-dot.active {
    background: #FF4D4D;
    border: 1px solid #FF4D4D;
}

.slider__control--active,
.slider__control:focus {
    background: #000000;
}

.slider__item--fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
from {
    opacity: 0.4;
}

to {
    opacity: 1;
}
}

.ebook__title {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
}

.insights__wrapper {
    padding-bottom: 15px;
}

.insights__title {
    margin-bottom: 27px;
}

.insights__list {
    padding: 0;
    list-style: none;
}

.insights__item {
    max-width: 482px;
    margin: 0 auto 16px;
    padding: 15px;

    border: 1px solid #E6E6E6;
    border-radius: 8px;
}

.insights__item h3 {
    padding: 0 18px;
    margin: 0 0 18px;

    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.testimonials__item--ebook a {
    color: #000000;
}

@media (min-width: 768px) {
    .ebook__title {
        font-size: 32px;
        line-height: 38px;
    }

    .insights__wrapper {
        padding-top: 10px;
        padding-bottom: 50px;
    }

    .insights__title {
        padding: 0 85px;
    }

    .insights__item {
        padding: 30px 15px;
    }

    .insights__item h3 {
        padding: 0 70px;

        font-size: 24px;
        line-height: 29px;
    }

    .experts__title {
        margin-bottom: 25px;
    }

    .experts__name {
        font-size: 24px;
        line-height: 29px;
    }

    .experts__photo {
        margin-bottom: 10px;
    }

    .experts__job,
    .experts__company {
        font-size: 18px;
        line-height: 22px;
    }

    .slider__container {
        max-width: 670px;
    }

    .landing-wrapper--ebook {
        padding-top: 490px;
    }
}

@media (min-width: 1200px) {
    .landing-header__wrapper--ebook {
        padding-top: 15px;
    }

    .landing-header__title--ebook {
        margin-top: 0;
    }

    .landing-header__text--ebook {
        max-width: unset;
        padding: 0 185px;
    }

    .landing-header__content--ebook {
        margin-bottom: -15px;
    }

    .landing-header__wrapper--ebook {
        padding-bottom: 62px;
    }

    .experts__wrapper {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .experts__title {
        margin-bottom: 50px;
        padding: 0 200px;
    }

    .insights__wrapper {
     