.mailings-agreement-left {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    color: #565b65;
    padding-top: 13px;
    text-align: left;
    padding-left:4px;
    padding-right: 4px;
}
.m-dark {
    color: #999999;
}
.splide__arrow {
    top:-206px !important;
}
.select-cost-block {
    margin-bottom: 17px;
    display: block;
    width: 270px;
}
.addon-single {
    padding: 60px 0 10px;
}
.addon-single-title {
    font-family: Roboto;
    font-size: 30px;
    line-height: 31px;
    font-weight: 500;
    padding: 6px 0 12px;
    color: #464646;
    margin: 0;
}
.addon-single-stars {
    color: #e9bf5b;
}
.addon-single-stars .stars {
    text-align: left;
}
.addon-single-stars .stars .star {
    background: none;
    color: #FFAB00;
    margin-right: 5px;
    height: 21px;
}
.addon-main-block.new_addon:after {
    content: 'NEW';
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 8px;
    background: url("../../img/main/triangle_orange.svg") center / cover no-repeat;
    width: 79px;
    height: 46px;
}
.addon-single-stars,
.addon-single-review {
    display: inline-block;
    vertical-align: middle;
}
.addon-price-title,
.addon-price-text {
    display: inline-block;
}
.addon-single-price {
    margin-top: 28px;
}
.addon-price-title {
    vertical-align: top;
    width: 82px;
    font-size: 17px;
    line-height: 30px;
    color: #464646;
}
.addon-price-text small {
    font-size: 14px;
    line-height: 25px;
    color: #565b65;
}
.addon-single-review {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}
.addon-single-download {
    color: #757575;
    font-size: 15px;
    line-height: 32px;
}
.addon-single-desc {
    padding: 24px 0 18px;
    font-size: 17px;
    color: #464646;
    line-height: 26px;
}
.addon-single-price strong {
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    color: #464646;
}

.addon-single-button button {
    margin: 0 10px 0 0;
    padding: 7px 60px;
    height: 65px;
    width: 270px;
    font-size: 17px;
}
.addon-single-button .view_demo {
    padding: 14px 10px;
    margin: 0;
    width: 270px;
    font-size: 17px;
    line-height: 32px;
    height: 65px;
}
.addon-single-button .info {
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
    color: #393939;
}
.addon-single-button .btn {
    margin-bottom: 13px;
}
.addon-single-tabs {
    padding-bottom: 70px;
}
.addon-single-tabs ul.nav {
    background-color: #cfd8dd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.list-addons {
    margin: 0;
    padding: 0;
    background-color: #F7F7F7;
    font-size: 0;
    border: 1px solid #DADADA;
}
.list-addons li {
    list-style: none;
    width: calc(100%/3);
    text-align: center;
    display: inline-block;
    padding: 17px 0;
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #969594;
}
.list-addons.add-on-bundle li {
    width: calc(100%/2);
}
.list-addons li:not(:last-child) {
    border-right: 1px solid #DADADA;
}
.list-addons li:hover {
    color: #F57F17;
    cursor: pointer;
}
.list-addons li.mixitup-control-active {
    border-bottom: 2px solid #F57F17;
    background-color: #fff;
    color: #F57F17;
    margin-bottom: -2px;
}

.addon-single-tabs ul.nav>li>a {
    color: #6e8696;
    line-height: 27px;
    font-weight: bold;
    border-radius: 0;
    padding: 11px 30px;
}
.addon-single-tabs ul>li.active>a {
    color: #6e8696;
    line-height: 28px;
    font-weight: bold;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-bottom-color: transparent;
}
.addon-single-tabs ul>li.active>a:hover, .addon-single-tabs ul>li.active>a:focus {
    border-top: none;
    border-left: none;
    border-bottom-color: transparent;
}
.download_addon_button:before {
    content: url("../../img/main/download-icon.svg");
    padding-right: 8px;
    position: relative;
    top: 2px;
}
.contact-head {
    background: #464646;
    border: 1px solid #E1E1E1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px;
    color: #fff;
    font-size: 14px;
    margin-top: 25px;
}
.contact-head a {
    color: #FF8A23;
    text-decoration: underline;
    margin-left: 4px;
}
.contact-head img {
    margin-right: 15px;
}
#cons-wrapper {
    background: #3B3B3B;
    padding-bottom: 10px;
}

@media (max-width: 767px) {

    #cons-wrapper {
        margin-bottom: 30px;
        padding-top: 0;
    }
    .addon-single-button .btn {
        width: 100%;
    }
}
@media (max-width: 430px) {
    .contact-head {
        flex-direction: column;
    }
    .contact-head img {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .contact-head a {
        margin-left: 0;
    }
}
