/*html {*/
/*    scroll-behavior: smooth;*/
/*}*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,600;0,700;1,300&display=swap');


body {
    font-family: 'Montserrat', sans-serif;

    font-weight: 500;
    font-size: 16px;
    color: #5C6C79;
    margin: 0;
    padding: 0;
}

div, p, form, input, a, span, button, h1, h2, h3, h4, h5, h6, section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    margin: 0;
}

ul, li {
    display: block;
    padding: 0;
    margin: 0;
}


section,
.trusted_by,
.reviews {
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

a, a:hover, a:active {
    text-decoration: none;
}

a {
    letter-spacing: 0em;
}

a, button, input, div, img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active {
    outline: none;
}

.container {
    max-width: 1134px;
    margin: 0 auto;
    padding: 0;
}

.header {
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(235, 249, 254, 1)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(235, 249, 254, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(235, 249, 254, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ebf9fe", GradientType=1);
    overflow: hidden;
    padding-bottom: 120px !important;
}

.header_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0;
}

.header_top_logo {
    max-width: 165px;
    margin-right: 23px;
}

.header_top_logo img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.header_top_text {
    max-width: 122px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.07em;
    color: #B7C5D2;
}

.header_top_nav {
    margin-left: auto;
}

.header_top_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header_top_nav ul li + li {
    margin-left: 40px;
}

.header_top_nav ul li a {
    font-weight: 700;
    color: #1475CC;
    font-size: 18px;
    letter-spacing: 0.07em;
}

.header_top_nav ul li a:hover {
    color: #80bd01;
}

.header_top_btn {
    margin-left: 42px;
    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;
    width: 175px;
    height: 50px;
    border-radius: 5px;
    background: #1475CC;
    font-size: 18px;
    color: #fff;
}

.header_top_btn:hover {
    background: #80bd01;
    text-decoration: none;
}

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

.header_offer_left {
    width: 520px;
    padding-top: 95px;
    margin-right: 30px;
}

.header_offer_left_top {
    font-size: 18px !important;
    color: #404245 !important;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 14px;
}

.header_list > li {
    margin-left: 20px;
    list-style-type: disc;
    position: relative;
    margin-bottom: 10px;
}

.header_list > li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -20px;
    width: 15px;
    height: 13px;
    background: url(../img/faq-check.svg) no-repeat center top / contain;
}

.header_offer_title {
    font-size: 37px;
    font-weight: 500;
    color: #404245;
    margin-bottom: 0;
}

.header_offer_left_cost {
    font-weight: 700;
    font-size: 24px;
    color: #1475CC;
    margin-bottom: 18px;
}

.header_offer_left_cost span:first-child {
    color: #80bd01;
    font-weight: 500;
}

.header_offer_left_cost span:last-child {
    position: relative;
    top: 1px;
}

.header_offer_left_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 35px;
}

.header_offer_left_list ul:first-child {
    width: 290px;
}

.header_offer_left_list ul:last-child {
    width: 331px;
    margin-left: 20px;
}

.header_offer_left_list ul li {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    color: #5C6C79;
    line-height: normal;
    margin-bottom: 15px;
}

.header_offer_left_list ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #1E77C9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header_offer_left_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
}

.header_offer_left_btns a {
    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;
    /*width: 180px;*/
    /*height: 50px;*/
    padding: 16px 35px;
    border: 1px solid #1475CC;
    border-radius: 5px;
    font-size: 17px;
}

.header_offer_left_btns a + a {
    margin-left: 20px;
}

.header_offer_left_btns a.header_left_btn_subs {
    background: #1475CC;
    color: #fff;
}

.header_offer_left_btns a.header_left_btn_subs.scroll_to_job {
    background: transparent;
    color: #80BD23;
    border-color: #80BD23;
}

.header_offer_left_btns a.header_left_btn_subs.scroll_to_job:hover {
    color: #fff;
}

.header_offer_left_btns a.header_left_btn_subs img {
    margin-right: 8px;
}

.header_offer_left_btns a.header_left_btn_subs:hover {
    background: #80bd01;
    border: 1px solid #80bd01;
    text-decoration: none;
}

.header_offer_left_btns a.header_left_btn_subs:focus {
    text-decoration: none;
}

.header_offer_left_btns a.header_left_btn_plans {
    color: #1475CC;
}

.header_offer_left_btns a.header_left_btn_plans:hover {
    background: #1475CC;
    color: #fff;
    text-decoration: none;
}

.header_offer_left_btns a.header_left_btn_plans:focus {
    text-decoration: none;
}

#header-nav {
    border: none;
}

.header-banner__wr {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    background: url('../img/background-to.png') no-repeat center / cover;
}

.header-banner__wr p {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1rem;
    color: #fff;
}

.header-banner__wr a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.2);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 19.5px;
    color: #fff;
    margin-left: 15px;
}

/* timer */

/* Font Styles */

.header_banner_timer .primary {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 17px;
    font-family: 'Rubik', serif;
    text-align: center;
}

.header-banner__wr .sale {
    background: -webkit-linear-gradient(rgba(255, 168, 0, 1), rgba(255, 245, 0, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.header-banner__wr .sale:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 245, 0, 1);

}

.header_banner_timer .sub-heading {
    text-align: center;
    line-height: 10px;
    font-size: 8px;
    color: #fff;
}

/* General CSS */

main {
    min-height: 100%;
    display: grid;
    justify-content: center;
}

.countdown-timer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    margin-left: 15px;
}

.countdown-info {
    padding: 3px 6px 3px;
    background: rgba(0, 0, 0, .2);
    border-radius: 4px;
    height: 31px;
    width: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.timer-box {
    text-align: center;
    background-color: var(--Dark_desaturated_blue);
    position: relative;
    border-radius: 0.25em;
}

.sheet {
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    top: 0;
    right: 0;
    background-color: var(--Very_dark_blue);
    opacity: 0.35;
}

.flip {
    transition: transform 1s;
    transform: translate(0%, 100%) scaleY(-1);
}

.circle-left {
    width: var(--circle-width);
    height: var(--circle-height);
    position: absolute;
    background-color: var(--Very_dark_blac_blue);
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    top: 45%;
    left: 0;
}

.circle-right {
    width: var(--circle-width);
    height: var(--circle-height);
    position: absolute;
    background-color: var(--Very_dark_blac_blue);
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
    top: 45%;
    right: 0;
}

.header-banner__wr a:hover {
    background: rgba(0,0,0,.4);
    color: #fff;
}
.header-banner__actions {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .start .header-banner__wr {
        margin: 0px 0px 20px !important;
    }
}


@media (max-width: 767px) {
    .header-banner__wr a {
        margin:  0 !important;
    }

    .header-banner__actions {
        margin-top: 10px;
    }

    .header-banner__wr {
        background: url(../img/background-to.png);
    }

    .start .header-banner__wr {
        padding: 14px 0 !important;
        gap: 0px !important;
    }
}


.start .header-banner__wr {
    background: url(../img/background-to_price_banner.png);
    margin: -23px 15px 55px;
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 6px;
}

.header-banner_start p {
    font-size: 24px;
    line-height: 29px;
}

.plan_sale_cost {
    color: rgba(161, 161, 161, 1);
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
    position: relative;
}

.plan_sale_cost:after {
    content: '';
    width: 110%;
    height: 3px;
    background: rgba(128, 128, 128, 1);
    position: absolute;
    top: 50%;
    left: -2px;
}

/*Banner black friday 2024*/
.spec_banner {
    background-repeat: no-repeat;
    background-size: cover;
}
.spec_banner__wr {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
}

.spec_banner__wr p {
    margin-right: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
}

.spec_banner__wr a {
    border-radius: 4px;
    background: #fff;
    padding: 11px 20px;
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    margin-left: 20px;
}

.spec_banner__wr #countdown {
    display: flex;
    align-items: center;
}

.spec_banner__wr #countdown .countdown_item {
    text-align: center;
    color: rgba(255,255,255, .5);
    background: #222222;
    border-radius: 5px;
    font-size: 7px;
    font-weight: 500;
    width: 40px;
    height: 40px;
}

.spec_banner__wr #countdown .countdown_item + .countdown_item {
    margin-left: 5px;
}

.spec_banner__wr #countdown .countdown_item span {
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: block;
    font-weight: 500;
}


.start_wr_item_btn:focus, .question_wr_btn:focus {
    color: #fff;
    text-decoration: none;
}

.unexpect_wr_right a:focus {
    text-decoration: none;
}

.header_offer_right {
    max-width: calc(100% - 520px);
    position: relative;
}

.header_offer_right img {
    margin-left: 0;
    margin-top: 60px;
    height: auto;
    /*max-width: 100%;*/
}


.header_offer_right .header_offer_right_btn {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 10px solid #fff;
    background: #80BD23;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: calc(53% - 50px);
    left: calc(68% - 50px);
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    }
    100% {
        box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    }
    100% {
        box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
    }
}

.popup-video {
    position: fixed;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: -9999;
    opacity: 0;
    visibility: hidden;
    background: rgb(0 0 0 / 70%);
}

.popup-video.show {
    z-index: 1000000;
    opacity: 1;
    visibility: visible;
}

.popup-video__wr {
    position: relative;
    margin-inline: auto;
    width: 61%;
}

.popup-video__wr iframe {
    width: 100%;
    height: 100%;
}

.popup-video__close {
    position: absolute;
    top: -50px;
    right: -2%;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.entrust {
    padding-top: 96px;
    padding-bottom: 103px;
}

.section_title {
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: 800;
    line-height: 46px;
    color: #404245;
    position: relative;
}

.section_title:after {
    content: '';
    width: 45px;
    height: 3px;
    border-radius: 8px;
    background-color: #1475CC;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.better_than_hosting {
    font-size: 18px;
    font-weight: 400;
    color: #677089;
}

.t_center {
    text-align: center;
}

.entrust_wr {
    width: 1098px;
    margin: 0 auto;
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.entrust_wr_item {
    width: 245px;
    text-align: center;
}

.entrust_wr_item img {
    width: 107px;
    height: 102px !important;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 30px;
}

.entrust_wr_item p {
    font-size: 18px;
    color: #404245;
}

.care {
    padding: 93px 0 0;
    overflow: hidden;
}

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

.care_wr_left {
    width: 582px;
}

.care_wr_right {
    position: relative;
    width: 552px;
}

.care_wr_right::before {
    content: '';
    position: absolute;
    top: -14px;
    left: -55px;
    width: 43px;
    height: 32px;
    background: url(../img/double-quotes.svg) no-repeat center top / cover;
}

.care_wr_left img {
    margin-left: -362px;
    height: auto;
    max-width: initial !important;
}

.care_wr_right_top {
    font-size: 20px;
    color: #5C6C79;
    margin-bottom: 25px;
}

.care_wr_right_bottom {
    margin-top: 15px;
    font-size: 16px;
    color: #5C6C79;
}

.benefits {
    padding-bottom: 70px;
    background: #ebf9fe;
}

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

.benefits_wr_left {
    width: 360px;
    margin-right: auto;
    margin-top: 180px;
}

.benefits_btn {
    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;
    width: 250px;
    height: 50px;
    background: #1475CC;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}

.benefits_btn:hover {
    background: #80bd01;
    color: #fff;
    text-decoration: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.benefits_btn:focus {
    color: #fff;
    text-decoration: none !important;
}

.benefits_wr_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 736px;
    margin: 0 -10px;
    margin-top: 100px;
}

.benefits_wr_item {
    width: 164px;
    height: 164px;
    padding: 30px 13px 0;
    margin: 0 10px 30px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

.benefits_wr_item:hover {
    -webkit-box-shadow: 0px 0px 27px 3px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 27px 3px rgb(0 0 0 / 15%);
}

.benefits_wr_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    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;
    margin: 0 auto;
    background: rgb(203, 233, 255);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(203, 233, 255, 0.5018382352941176)), to(rgba(121, 198, 255, 0.5046393557422969)));
    background: -o-linear-gradient(bottom, rgba(203, 233, 255, 0.5018382352941176) 0%, rgba(121, 198, 255, 0.5046393557422969) 100%);
    background: linear-gradient(360deg, rgba(203, 233, 255, 0.5018382352941176) 0%, rgba(121, 198, 255, 0.5046393557422969) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cbe9ff", endColorstr="#79c6ff", GradientType=1);
}

.benefits_wr_title {
    font-size: 15px;
    font-weight: 500;
    color: #5C6C79;
    text-align: center;
    margin-top: 25px;
}

.maintenance {
    background: #EBF9FE;
    padding: 95px 0 0;
    overflow: hidden;
}

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

.maintenance_wr_left {
    width: 582px;
    padding-top: 24px;
}

.maintenance_wr_left img {
    margin-left: -445px;
    height: auto;
    max-width: initial !important;
}

.maintenance_wr_right {
    width: 552px;
}

.maintenance_wr_right_item {
    position: relative;
    padding-left: 60px;
    margin-bottom: 35px;
}

.maintenance_wr_right_item h4 {
    font-size: 24px;
    color: #404245;
    margin-bottom: 7px;
    font-weight: 500;
}

.maintenance_wr_right_item p {
    font-size: 16px;
    color: #5C6C79;
}

.maintenance_wr_right_number {
    position: absolute;
    top: -2px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1475CC;
    font-size: 24px;
    color: #fff;
}

.maintenance_wr_right_line {
    position: absolute;
    top: 12px;
    left: 20px;
    width: 1px;
    height: calc(100% + 45px);
    background: url(../img/vertical.svg) no-repeat center top / cover
}

.maintenance_wr_right > h3 {
    margin-bottom: 35px;
}

.maintenance_wr_right_btn {
    width: 135px;
    height: 50px;
    background: #1475CC;
    border-radius: 5px;
    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;
    font-size: 18px;
    color: #fff;
}

.maintenance_wr_right_btn:hover {
    background: #80bd01;
    color: #fff;
    text-decoration: none;
}

.start {
    padding-top: 95px;
    padding-bottom: 100px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(235, 249, 254, 1)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(235, 249, 254, 1) 100%); */
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(235, 249, 254, 1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ebf9fe", GradientType=1);
}

.start_subtitle {
    margin-top: 28px;
    font-size: 16px;
    color: #5C6C79;
}

.start_payment {
    width: 210px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    /*margin-top: 54px;*/
    /*margin-bottom: 66px;*/
}

.start_sale {
    /*font-family: 'Montserrat', sans-serif;*/
    /*width: 378px;*/
    /*padding: 15px 5px;*/
    text-align: center;
    margin: 0 auto;

    /*background: #80BD23;*/
    /*color: #fff;*/
    /*font-size: 15px;*/
    /*font-weight: 600;*/
    /*text-transform: uppercase;*/
    /*letter-spacing: 0.05em;*/
    border-radius: 27px;
    background: rgba(233, 251, 206, 1);
    font-size: 14px;
    color: rgba(128, 189, 35, 1);

    width: max-content;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 8px 22px;
}

.start_payment_input {
    position: relative;
}

.start_payment_input input {
    top: 3px;
    left: 80px;
    width: 50px;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 20px;
    font-size: inherit;
    margin: 0;
    border: none;
    z-index: 1;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.start_payment_input input:focus {
    outline: none;
}

.start_payment_input input::before {
    content: 'Monthly';
    position: absolute;
    z-index: 0;
    font-family: 'Montserrat', sans-serif;
    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;
    color: #273044;
    font-size: 18px;
    font-weight: 500;
    top: 0;
    left: -98px;
}

.start_payment_input input::after {
    font-family: 'Montserrat', sans-serif;
    content: 'Annual';
    position: absolute;
    z-index: 0;
    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;
    color: rgba(39, 48, 68, 0.5);
    font-size: 18px;
    font-weight: 500;
    top: 0;
    right: -91px;
}

.start_payment_input label {
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    width: 50px;
    height: 26px;
    border-radius: 13px;
    background: #677089;
    opacity: .5;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.start_payment_input label:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 3px;
    left: 4px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.start_payment_input input:checked + label {
    background: #80bd01;
}

.start_payment_input input:checked + label:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

.start_payment_input input:checked::before {
    color: rgba(39, 48, 68, 0.5);
}

.start_payment_input input:checked::after {
    color: rgba(39, 48, 68, 1);
}

.start_payment_sale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 16px;
    color: #5C6C79;
    margin-left: 180px;
    width: 100%;
    margin-top: 14px;
}

.start_payment_sale img {
    position: relative;
    top: -6px;
    margin-right: 8px;
}

.start_wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.start_wr_item {
    position: relative;
    width: 358px;
    height: auto;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 40px 25px 42px;
    margin: 0 15px;
}

.start_wr_item_name {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif;
    color: #404245;
    text-align: center;
}

.start_wr_item_cost {
    text-align: center;
    color: #404245;
    font-size: 24px;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
}

/* .many {
    position: absolute;
    left: 33%;
    top: 6.4%;
} */

/*.start_wr_item_cost span:first-child {*/
/*    position: relative;*/
/*    font-weight: 700;*/
/*    font-size: 18px;*/
/*    color: #404245;*/
/*    top: -22px;*/
/*}*/

.start_wr_item_cost span.plan_cost {
    position: relative;
    font-weight: 600;
    font-size: 50px;
    color: #404245;
    top: 7px;
    font-family: 'Montserrat', sans-serif;

}

.start_wr_item_cost .limit-price {
    margin-top: 25px;
    padding: 12px 30px;
    background: #F2F9FF;
    color: #1475CC;
    font-size: 15px;
    width: max-content;
    margin-inline: auto;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}


.start_wr_item_cost .limit-price::before, .start_wr_item_cost .limit-price::after {
    content: "";
    height: 1px;
    width: 55px;
    top: 50%;
    margin-top: -1px;
    position: absolute;
    background-color: #EDF2F8;
}

.start_wr_item_cost .limit-price::before {
    left: -27%;
}

.start_wr_item_cost .limit-price::after {
    right: -27%;
}


.start_wr_item_cost .plan_info {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 25px;
    min-height: 100px;
}

.start_wr_item_ul li {
    position: relative;
    padding-left: 49px;
    border-bottom: 1px solid #EEEEEE;
    font-size: 14px;
    color: #333333;
    padding-bottom: 10px;
    font-weight: 500;
    margin-bottom: 13px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    line-height: 21px;
}

.start_wr_item_ul li:last-child {
    border-bottom: none;
}

.start_wr_item_ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 15px;
    width: 15px;
    height: 13px;
    background: url(../img/faq-check.svg) no-repeat center top / contain;
}


.start_wr_item_ul li > span.info {
    width: 18px;
    height: 18px;
    margin-left: 15px;
    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;
    border-radius: 50%;
    border: 2px solid #AAAAAA;
    cursor: pointer;
    position: relative;
}

.start_wr_item_ul li > span.info:hover::before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0;
    bottom: 20px;
    content: "";
    left: 1px;
    position: absolute;
    z-index: 99;
}

.start_wr_item_ul li > span.info:hover::after {
    background: #333;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: -5px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
    text-align: initial;
}

.start_wr_item_ul li.disable {
    color: #677089;
    opacity: 1;
    /*z-index: 1;*/
}

.start_wr_item_ul li.disable::before {
    opacity: 0.5;
    width: 13px;
    height: 13px;
    background: url(../img/faq-x.svg) no-repeat center top / cover;
}

.start_wr_item_btn {
    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;
    margin: 0 auto;
    margin-top: 29px;
    background: #1475CC;
    border-radius: 5px;
    width: 88%;
    height: 50px;
    color: #fff;
    font-size: 18px;
}

.start_wr_item_btn img {
    margin-right: 8px;
}

.start_wr_item_btn:hover {
    background: #80bd01;
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.start_wr_item_popular {
    position: absolute;
    top: -28px;
    left: 50%;
    margin-left: -51.5px;
    width: 128px;
    height: 28px;
    background: #1475CC;
    border-radius: 15px 15px 0 0px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    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;
}

.start_wr_item_popular img {
    margin-top: -2px;
    margin-right: 3px;
}

.start_wr_item_special {
    border: 2px solid #1E77C9;
    padding-top: 18px;
    background: #EBF9FE;
}

.start_wr_item_special .start_wr_item_popular {
    background: #1475CC;
    width: 137px;
    margin-left: -68.5px;
}

.start_wr_item_special .start_wr_item_name {
    color: #1475CC;
}

.start_wr_item_special .start_wr_item_ul li {
    padding-left: 58px;
}

.start_wr_item_special .start_wr_item_cost {
    margin-bottom: 23px;
}

.start_wr_item:hover {
    -webkit-box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.15);
}

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

.price_tooltip img {
    width: 13px;
    height: 13px;
}

.price_tooltip:hover img {
    filter: brightness(0.5);
}

.ytp-chrome-top {
    display: none !important;
}

.price_tooltip:before {
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #333;
}

.price_tooltip:after, .price_tooltip:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: "";
    opacity: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition: margin .2s, opacity .2s;
    -o-transition: margin .2s, opacity .2s;
    transition: margin .2s, opacity .2s;
    z-index: 2;
}

.price_tooltip:after {
    bottom: 100%;
    left: 0;
    margin: 0 0 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /*transform: translateX(-0%);*/
    background: #333;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    content: attr(data-tooltip);
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 13px;
    max-width: 280px;
    min-width: 280px;
    padding: 8px 12px;
    text-transform: none;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.price_tooltip:hover:after, .price_tooltip:hover:before {
    opacity: 1;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.one-time__offer {
    text-align: center;
    margin-top: 35px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    width: max-content;
    color: #404245;
    margin-inline: auto;
}

.one-time__offer a {
    text-decoration: none;
    display: initial;
    color: #1475CC;
    font-weight: 500;
}

.question {
    padding: 60px 0 83px;
}

.question_wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.question_wr_img {
    margin-right: 47px;
}

.question_wr_btn {
    width: 198px;
    height: 50px;
    margin-left: auto;
    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;
    background: #1475CC;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
}

.question_wr_btn:hover {
    background: #80bd01;
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fruithful {
    background: #212B36;
    padding-top: 94px;
    padding-bottom: 163px;
}

.fruithful .section_title {
    text-align: center;
    color: #fff;
}

.fruithful_wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 92px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fruithful_wr_item {
    padding-top: 45px;
    position: relative;
}

.fruithful_wr_item_stylemix {
    width: 381px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.05);
    margin-right: 40px;
}

.fruithful_wr_item_stylemix img {
    margin: 0 auto;
    display: block;
    margin-bottom: 28px;
}

.fruithful_wr_item_stylemix ul {
    padding-left: 85px;
    padding-bottom: 25px;
}

.fruithful_wr_item_stylemix ul li {
    color: #333333 !important;
}

.fruithful_wr_item_seperator {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #212B36;
    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;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.fruithful_wr_item_title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 22px;
}

.fruithful_wr_item ul li {
    border-bottom: none;
    padding-left: 30px;
    color: #fff;
}

.fruithful_wr_item ul li::before {
    left: 0;
}

.reviews {
    padding-top: 40px;
    position: relative;
    padding-bottom: 40px;
    background: #F2F9FF;
}

.reviews_wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
}

.reviews_wr_title {
    width: 270px;
    margin-right: auto;
}

.reviews_wr_title h3 {
    line-height: 49px;
}

.reviews_wr_title p {
    font-size: 16px;
    color: #5C6C79;
    margin-top: 15px;
    line-height: 24px;
}

.reviews_wr_slider {
    width: 839px;
}

.reviews_wr_slider_item iframe {
    width: 100%;
    height: 220px;
    margin-top: 13px !important;
}

.youtube {
    background-color: transparent;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    height: 220px;
    border-radius: 20px;
    margin-top: 13px;
}

.youtube img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    top: 0;
    left: 0;
    opacity: 1;
    position: relative;
}

.youtube .play-button {
    width: 70px;
    height: 70px;
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 50%;
    border-radius: 50%;
    background: #fff;
    left: 50%;
    margin-top: -24px;
    margin-left: -34px;
    opacity: 1;
    z-index: 1;
    animation: pulse 2s infinite;
}

.ytp-large-play-button-bg {
    -webkit-transition: fill .1s cubic-bezier(0.4, 0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0, 1, 1);
    transition: fill .1s cubic-bezier(0.4, 0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0, 1, 1);
    fill: #212121;
    fill-opacity: .8;
}

.youtube:hover .ytp-large-play-button-bg {
    -webkit-transition: fill .1s cubic-bezier(0, 0, 0.2, 1), fill-opacity .1s cubic-bezier(0, 0, 0.2, 1);
    transition: fill .1s cubic-bezier(0, 0, 0.2, 1), fill-opacity .1s cubic-bezier(0, 0, 0.2, 1);
    fill: #f00;
    fill-opacity: 1;
}

.youtube img,
.youtube .play-button {
    cursor: pointer;
}

.reviews_wr_slider_item p {
    font-size: 14px;
    text-align: center;
    margin-top: 6px;
    padding: 0 5px;
}

.reviews_wr_slider .owl-nav, .home_testimonials_slider .owl-nav {
    margin-top: 80px;
}

.reviews_wr_slider .owl-nav button span, .home_testimonials_slider .owl-nav button span {
    display: none;
}

.reviews_wr_slider .owl-nav button, .home_testimonials_slider .owl-nav button {
    width: 50px;
    height: 50px;
    padding: 0 !important;
    border-radius: 50% !important;
    margin: 0 !important;
    border: 1px solid #1475CC !important;
}

.reviews_wr_slider .owl-nav button.owl-prev {
    background: url(../img/arrow_grey.svg) no-repeat center;
    background-size: 8px 14px;
    position: absolute;
    bottom: 0;
    left: -295px;
}

.home_testimonials_slider .owl-nav button.owl-prev {
    background: url(../img/arrow_grey.svg) no-repeat center;
    background-size: 8px 14px;
    position: absolute;
    top: -43%;
    right: 9.5%;
}

.reviews_wr_slider .owl-nav button.owl-next {
    background: url(../img/arrow_grey.svg) no-repeat center;
    background-size: 8px 14px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    bottom: 0;
    left: -235px;
}

.home_testimonials_slider .owl-nav button.owl-next {
    background: url(../img/arrow_grey.svg) no-repeat center;
    background-size: 8px 14px;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    position: absolute;
    top: -43%;
    right: 2%;
}

.reviews_wr_slider .owl-nav button:hover, .home_testimonials_slider .owl-nav button:hover {
    border: 1px solid #1E77C9 !important;
}

.reviews_wr_slider .owl-nav button.owl-next:hover {
    background: url(../img/arrow_blue.svg) no-repeat center !important;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.home_testimonials_slider .owl-nav button.owl-next:hover {
    /*background: url(../img/arrow_blue.svg) no-repeat center !important;*/
    /*-webkit-transform: rotate(360deg);*/
    /*-ms-transform: rotate(360deg);*/
    /*transform: rotate(360deg);*/
}

.reviews_wr_slider .owl-nav button.owl-prev:hover {
    background: url(../img/arrow_blue.svg) no-repeat center !important;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.home_testimonials_slider .owl-nav button.owl-prev:hover {
    color: #80BD23;
}

.home_testimonials_slider .owl-nav {
    /* position: absolute; */
    margin-top: 0;
}

.unexpect {
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(235, 249, 254, 1)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(235, 249, 254, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(235, 249, 254, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ebf9fe", GradientType=1);
    padding-top: 72px;
    overflow: hidden;
}

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

.unexpect_wr_left {
    width: 628px;
}

.unexpect_wr_left img {
    margin-left: -293px;
    height: auto;
    max-width: initial !important;
}

.unexpect_wr_right {
    width: 506px;
    margin-top: 128px;
}

.unexpect_wr_right p {
    margin-top: 10px;
    font-size: 16px;
    color: #5C6C79;
    margin-bottom: 35px;
}

.unexpect_wr_right a {
    width: 249px;
    height: 50px;
    background: #1475CC;
    border-radius: 5px;
    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;
    font-size: 18px;
    color: #fff;
}

.unexpect_wr_right a:hover {
    background: #80bd01;
    color: #fff;
    text-decoration: none;
}


.faq {
    padding-top: 100px;
    padding-bottom: 0;
    overflow: visible;
}

.faq_wr {
    display: flex;
}

.faq_wr_left {
    width: 50%;
}

.faq_wr_left_item {
    margin-bottom: 38px;
}

.faq_wr_left_item_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.faq_wr_left_item_btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(../img/plus-1.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center;
}

.faq_wr_left_item_top p {
    font-size: 18px;
    color: #404245;
    margin-left: 10px;
    width: 445px;
    font-weight: 600;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif;

}

.faq_wr_left_item_content {
    margin-top: 14.5px;
    padding-left: 10px;
    font-size: 16px;
    color: rgba(92, 108, 121, 0.7);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.faq_wr_left_item.active .faq_wr_left_item_btn {
    background-color: #fff;
    background-image: url(../img/minus-1.svg);
    background-repeat: no-repeat;
    background-size: 14px 2px;
}

.faq_wr_right {
    width: 472px;
    margin-left: auto;
    position: sticky;
    position: -webkit-sticky;
    height: max-content;
    top: 110px;
    right: 0;
}

.faq_wr_right_item {
    background: #1475CC;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 30px;
    position: relative;
}

.faq_wr_right_item h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;

}

.faq__img {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 0;
}

.faq_wr_right_item.success {
    background-color: #80BD23;
}


.faq_wr_right_item.success > .call_btn {
    color: #80BD23;
}

.faq_wr_right_item.success > .call_btn:hover {
    background-color: #1475CC;
    color: #fff;
}

.faq_wr_right_item p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 25px;
    line-height: 24px;
    position: relative;
    z-index: 1;
}

.faq_wr_right_item a {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    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;
    border-radius: 5px;
    background: #fff;
    font-size: 18px;
    color: #1475CC;
    padding: 12px 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    z-index: 3;
}

.faq_wr_right_item a:hover {
    background: #80bd01;
    color: #fff;
    text-decoration: none;
}

.footer {
    background: #F8F8F8;
    padding: 55px 0 35px 0px;
}

.footer_text {
    text-align: center;
    font-size: 12px;
    color: #5C6C79;
    line-height: 18px;
}

.footer_text a {
    text-decoration: none;
    color: #1475CC;
}

.footer_copyright {
    margin-top: 16px;
}

.box-modal {
    width: 420px;
    padding: 40px 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.15);
    position: relative;
    border-radius: 12px;
}

.box-modal_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: #EEEEEE;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-modal_wr h3 {
    font-size: 24px;
    font-weight: 500;
    color: #23282D;
    margin-bottom: 28px;
}

.box-modal_form p {
    margin-bottom: 16px;
}

.box-modal_form p label {
    font-size: 14px;
    color: #23282D;
    font-weight: 500;
    margin-bottom: 4px;
}

.box-modal_form p label span {
    font-size: 26px;
    position: relative;
    top: 8px;
    color: #f00;
}

.box-modal_form p input {
    width: 100%;
    height: 45px;
    background: transparent;
    border: 1px solid #DDDDDD;
    font-weight: 500;
    font-size: 16px;
    color: #23282D;
    padding-left: 20px;
}

.box-modal_form p input:focus, .box-modal_form p select:focus, .box-modal_form p textarea:focus {
    border: 1px solid #23282D;
    outline: none;
}

.box-modal_form p input::placeholder {
    font-weight: 500;
    font-size: 16px;
    color: rgba(35, 40, 45, 0.3);
}

.box-modal_form p select {
    width: 100%;
    height: 45px;
    background: transparent;
    border: 1px solid #DDDDDD;
    font-weight: 500;
    font-size: 16px;
    color: #23282D;
    padding-left: 20px;
    position: relative;
    -webkit-appearance: none;
    background: url(../img/expand_more.svg) no-repeat;
    background-position: 97% 18px;
    background-size: 12px;
}

.box-modal_form p textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #DDDDDD;
    font-weight: 500;
    font-size: 16px;
    color: #23282D;
    padding-left: 20px;
    padding-top: 10px;
    font-family: 'Raleway', sans-serif;
    box-sizing: border-box;
}

.box-modal_form p.d-none {
    display: none !important;
}

.box-modal_form p input[type=submit] {
    background: #1475CC;
    border-radius: 5px;
    color: #FFFFFF;
    border: 1px solid #1475CC;
    cursor: pointer;
    padding-left: 0;
}

.box-modal_form p input[type=submit]:hover {
    color: #1475CC;
    background: transparent;
}

#loader {
    margin: 10px auto 0;
    display: none;
}

.title-page.checkout_page {
    margin-bottom: -175px;
    height: 375px;
}

.trusted-by-mnt {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    margin: 0 -15px;
    flex-wrap: wrap;
    padding: 2.1875rem 0 1.25rem;
    gap: 60px;
}

.trusted-by-mnt .trusted-by-item {
    flex-basis: 18.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 12px 10px;
    position: relative;
}

.trusted-by-mnt .trusted-by-item::after {
    content: ' ';
    position: absolute;
    top: 21px;
    width: 0.2px;
    background: #000;
    height: 90px;
    right: -15%;
    opacity: 0.2;
}

.trusted-by-mnt .trusted-by-item:last-child::after {
    display: none;
}

.trusted-by-mnt .trusted-by-item a:focus {
    text-decoration: none;
}

.trusted-by-mnt .trusted-by-item:first-child {
    border-left: none;
}

.trusted-by-mnt .trusted-by-item .item-logo {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    padding: 0 0.9375rem 0.8125rem;
}

.trusted-by-mnt .trusted-by-item .item-rating {
    display: flex;
    padding: 0.8125rem 0 0;
    justify-content: center;
}

.trusted-by-mnt .trusted-by-item .item-rating .star {
    font-size: 20px;
    margin: 0 0.3125rem;
    position: relative;
    font-family: 'icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.trusted-by-mnt .trusted-by-item .item-rating .star:before {
    display: block;
    content: "";
    color: #ccc;
}

.trusted-by-mnt .trusted-by-item .item-rating .star i {
    display: block;
    font-family: 'icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #dcac0d;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.trusted-by-mnt .trusted-by-item .item-rating .star i:before {
    display: block;
    content: "";
}

/* body .woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 50%;
    margin-inline: auto;
}

body .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100%;
} */

.home-offer {
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(235, 249, 254, 1)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(235, 249, 254, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(235, 249, 254, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ebf9fe", GradientType=1);
    overflow: hidden;
    padding-bottom: 120px !important;
}

.stm-dash-modal-content .plan_sale_cost {
    font-size: 24px;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 30px rgb(0 0 0 / 13%);
}

header.fixed .header-banner {
    /*display: none;*/
}

.stm-short-description ul li {
    color: #ffff;
    position: unset;
    border-bottom: none;
    padding: 0;
    font-size: inherit;
    font-weight: normal;
    margin: 0;
    display: revert;
    font-family: inherit;
    line-height: normal;
}

.stm-short-description ul li::before {
    content: none;
}

.page-id-36 .title-page {
    margin-bottom: -150px;
}

#customer_login {
    width: 50%;
    margin-inline: auto;
}

#customer_login .u-column2 {
    display: none;
}

#customer_login .u-column1 {
    width: 100%;
}

#customer_login .u-column1 form p label,
#customer_login .u-column1 h2 {
    font-family: 'Montserrat', sans-serif;
}

.woocommerce-checkout ul {
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.woocommerce-privacy-policy-text {
    margin-top: 20px;
}

.tool-tip {
    bottom: 100%;
    font-family: 'Montserrat', sans-serif;
    left: 50%;
    margin: 0 0 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #333;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    max-width: 280px;
    min-width: 250px;
    padding: 8px 12px;
    text-transform: none;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: "";
    opacity: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition: margin .2s, opacity .2s;
    -o-transition: margin .2s, opacity .2s;
    transition: margin .2s, opacity .2s;
    z-index: 1;
}

.hosting_tooltip::after {
    content: none;
}

.hosting_tooltip:hover .tool-tip {
    opacity: 1;
}

@media (max-width: 1695px) {
    .header_offer_right .header_offer_right_btn {
        /*top: calc(36% - 50px);*/
        left: calc(63% - 50px);
    }

    .header_offer_right img {
        max-width: 133%;
        margin: 0;
        margin-top: 60px;
    }

    .header_offer_left {
        padding-top: 50px;
    }

    .header_offer_right {
        width: 494px;
    }

    .care_wr_left img {
        width: 100%;
        margin-left: -50px;
        margin-top: 70px;
        margin-bottom: 50px;
    }

    .maintenance_wr_left img {
        width: 707px;
        margin-left: -95px;
        margin-top: 40px;
    }

    .maintenance {
        padding-bottom: 45px;
    }

    .unexpect_wr_left img {
        width: 800px;
        margin-left: -100px;
    }
}

@media (max-width: 1523px) {

    /*.header_offer_right img {*/
    /*    width: 600px;*/
    /*    margin: 0;*/
    /*    margin-top: 60px;*/
    /*}*/
    .start_wr {
        margin: 0;
        /* padding: 0 15px; */
    }

    .start_wr_item {
        width: 33%;
        margin: 0 10px;
        /* padding: 47px 15px 60px; */
    }

    .start_wr_item_special {
        padding-top: 22px;
    }

    .start_wr_item_special .start_wr_item_name {
        margin-bottom: -4px;
    }
}

@media (max-width: 1199px) {

    .container {
        width: 100%;
        max-width: 990px;
        padding: 0 15px;
    }

    .header_top_btn {
        margin-left: auto;
    }

    .header_top_nav ul li + li {
        margin-left: 25px;
    }

    .header_offer_left {
        padding-top: 50px;
    }

    .header_offer_right img {
        width: 520px;
        margin-top: 160px;
    }

    .header_offer_right .header_offer_right_btn {
        top: calc(62% - 50px);
        left: calc(56% - 50px);
    }

    .entrust_wr {
        width: 100%;
    }

    .entrust_wr_item {
        width: 25%;
    }

    .care_wr_left img {
        width: 566px;
        margin-left: -122px;
    }

    .benefits_wr {
        display: block;
    }

    .benefits_wr_left {
        width: 100%;
        margin-top: 60px;
    }

    .benefits_wr_left .section_title {
        max-width: 500px;
        margin: 0 auto;
        text-align: center;
    }

    .benefits_btn {
        margin: 0 auto;
        margin-top: 20px;
    }

    .benefits_wr_right {
        width: 100%;
        margin: 65px 0 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .benefits_wr_item {
        width: 180px;
    }

    .maintenance_wr_left {
        width: 50%;
    }

    .maintenance_wr_right {
        width: 50%;
    }

    .maintenance_wr_left img {
        width: 590px;
        margin-left: -95px;
        margin-top: 78px;
    }

    .start_wr_hero {
        overflow-y: scroll;
    }

    .start_wr {
        flex-wrap: nowrap;
        width: max-content;
        justify-content: flex-start;
        padding-top: 25px;
    }

    .start_sale {
        margin-bottom: 25px;
    }

    .start_wr_item {
        width: 410px;
        margin: 0 10px;
        margin-bottom: 40px;
    }

    .fruithful_wr_item_stylemix {
        width: 260px;
        height: 100%;
    }

    .fruithful_wr_item_stylemix ul {
        padding-left: 20px;
    }

    .reviews_wr_slider {
        width: 645px;
    }

    .reviews {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .reviews_wr_slider .owl-nav button.owl-prev {
        left: -315px;
    }

    .reviews_wr_slider .owl-nav button.owl-next {
        left: -255px;
    }

    .unexpect_wr_left img {
        width: 645px;
    }

    .unexpect_wr_right {
        margin-top: 40px;
    }

    .faq_wr {
        display: block;
    }

    .faq_wr_left {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .faq_wr_left_item {
        width: 50%;
        padding-right: 10px;
    }

    .faq_wr_right {
        position: relative;
        top: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .faq_wr_right_item {
        width: 49%;
    }

    .reviews_wr_slider_item iframe {
        height: 220px;
    }

    .start_wr_item_ul li {
        padding-right: 22px;
    }
}

@media (max-width: 991px) {
    .youtube {
        height: 189px;
    }

    .popup-video__wr {
        width: 80%;
    }

    .services_item:hover {
        transform: translate(0px, 0px) !important;
    }

    .header_offer_right .header_offer_right_btn {
        top: calc(50% - 50px);
        left: calc(40% - 50px);
    }

    .container {
        width: 100%;
        max-width: 750px;
    }

    .header {
        padding-bottom: 15px !important;
    }

    .header_top_left {
        display: block;
    }

    .header_top_nav ul li + li {
        margin-left: 10px;
    }

    .header_top_nav ul li a {
        font-size: 16px;
    }

    .header_top_btn {
        font-size: 16px;
        width: 150px;
        height: 45px;
    }

    .header_top_logo {
        max-width: 150px;
        display: block;
    }

    .header_offer {
        display: block;
    }

    .header_offer_left {
        padding-top: 20px;
        width: 100%;
        position: relative;
    }

    .header_offer_right {
        width: 100%;
        max-width: 100%;
    }

    .header_offer_right img {
        width: 100%;
        margin-top: 40px;
        margin-left: 0px;
    }

    .header_offer_right .header_offer_right_btn {
        top: calc(54% - 50px);
        left: calc(47% - 50px);
    }

    .section_title {
        font-size: 28px;
    }

    .main-title {
        font-size: 28px;
    }


    .entrust_wr_item p {
        font-size: 16px;
    }

    .care_wr_left {
        width: 50%;
    }

    .care_wr_left img {
        width: 403px;
        margin-left: -71px;
    }

    .care_wr_right {
        width: 50%;
    }

    .care_wr_right_top {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .care_wr_right_bottom {
        margin-top: 10px;
        font-size: 14px;
    }

    .care_wr_right::before {
        left: -40px;
        width: 30px;
        height: 22px;
    }

    .maintenance_wr_right_item h4 {
        font-size: 20px;
    }

    .maintenance_wr_right_item p {
        font-size: 14px;
    }

    .maintenance_wr_right_item {
        margin-bottom: 20px;
    }

    .maintenance_wr_right_line {
        height: 100%;
    }

    .maintenance_wr_left img {
        width: 465px;
        margin-left: -65px;
        margin-top: 90px;
    }

    /*.youtube,.reviews_wr_slider_item iframe {*/
    /*    height: 195px;*/
    /*}*/
    /*.youtube {*/
    /*    height: 193px;*/
    /*}*/
    .maintenance {
        padding-bottom: 20px;
    }

    .start {
        padding: 50px 0;
    }

    .start_subtitle {
        font-size: 14px;
    }

    .start_payment {
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .start_wr_item {
        margin: 0 10px;
        margin-bottom: 25px;
    }

    .question_wr_btn {
        margin-left: 198px;
        margin-top: -25px;
    }

    .question_wr {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .fruithful {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .fruithful_wr {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 50px;
    }

    .fruithful_wr_item_stylemix {
        width: 50%;
    }

    .fruithful_wr_item_stylemix ul {
        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;
        padding-left: 98px;
        padding-right: 20px;
    }

    .fruithful_wr_item_stylemix ul li {
        width: 45%;
    }

    .fruithful_wr_item_stylemix {
        width: 100%;
        padding-bottom: 45px;
        height: auto;
        margin-right: 0;
    }

    .fruithful_wr_item_seperator {
        right: auto;
        left: 50%;
        margin-left: -25px;
        bottom: -25px;
        top: unset;
    }

    .reviews_wr {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .reviews_wr_title {
        width: 440px;
        margin: 0 auto;
        text-align: center;
    }

    .reviews_wr_title p {
        margin-top: 10px;
    }

    .reviews_wr_slider {
        width: 100%;
        margin-top: 30px;
    }

    .reviews_wr_slider .owl-nav button.owl-prev {
        left: 50%;
        margin-left: -55px !important;
    }

    .reviews_wr_slider .owl-nav button.owl-next {
        right: 50%;
        left: unset;
        margin-right: -55px !important;
    }

    .reviews_wr_slider .owl-nav {
        margin-top: 70px;
    }

    .unexpect_wr_left {
        width: 50%;
    }

    .unexpect_wr_left img {
        width: 423px;
        margin-left: -45px;
        margin-top: 95px;
    }

    .unexpect_wr_right {
        width: 50%;
        margin-top: 65px;
    }

    .unexpect_wr_right p {
        margin: 10px 0 15px;
    }

    .faq_wr_left_item_top p {
        font-size: 19px;
        width: 320px;
    }

    .faq_wr_left_item_content {
        margin-top: 7px;
    }

    .faq_wr_left_item {
        margin-bottom: 30px;
    }

    .faq_wr_left_item_btn {
        position: relative;
        top: 4px;
    }

    .faq_wr_right_item {
        margin-bottom: 0;
        padding: 26px 25px 30px 25px;
    }

    .faq_wr_right_item p {
        min-height: 96px;
    }

    .faq {
        padding-top: 75px;
        padding-bottom: 35px;
    }

    .footer {
        padding: 40px 0 40px;
    }

    .reviews_wr_slider_item iframe {
        height: 195px;
    }

    #header-nav #main-menu li a {
        padding: 15px 7px;
    }

    /*#header-nav #main-menu li:last-child {*/
    /*    margin-left: 20px;*/
    /*}*/
    .fruithful_wr_item ul li {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    #order_review_heading {
        margin-top: 20px;
    }

    #header-nav #main-menu li a {
        display: flex;
        align-items: center;
        justify-content: center;

    }

    #customer_login {
        width: 80%;
    }

    .box {
        justify-content: center;
    }

    .container {
        width: 100%;
        max-width: 567px;
    }

    .header_top {
        position: relative;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header_top_nav {
        display: none;
    }

    .header_top_btn {
        display: none;
    }

    .hamburger {
        padding: 0;
        display: inline-block;
        cursor: pointer;
        -webkit-transition-property: opacity, -webkit-filter;
        transition-property: opacity, -webkit-filter;
        -o-transition-property: opacity, filter;
        transition-property: opacity, filter;
        transition-property: opacity, filter, -webkit-filter;
        -webkit-transition-duration: 0.15s;
        -o-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible;
        margin-left: auto;
    }

    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner::before,
    .hamburger.is-active .hamburger-inner::after {
        background-color: #1475CC;
    }

    .hamburger-box {
        width: 30px;
        height: 19px;
        display: inline-block;
        position: relative;
    }

    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: 0px;
    }

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 30px;
        height: 3px;
        background-color: #1475CC;
        border-radius: 4px;
        position: absolute;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.15s;
        -o-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
    }

    .hamburger-inner::before, .hamburger-inner::after {
        content: "";
        display: block;
    }

    .hamburger-inner::before {
        top: -8px;
    }

    .hamburger-inner::after {
        bottom: -10px;
    }

    .hamburger--collapse .hamburger-inner {
        top: auto;
        bottom: 0;
        -webkit-transition-duration: 0.13s;
        -o-transition-duration: 0.13s;
        transition-duration: 0.13s;
        -webkit-transition-delay: 0.13s;
        -o-transition-delay: 0.13s;
        transition-delay: 0.13s;
        -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .hamburger--collapse .hamburger-inner::after {
        top: -16px;
        -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
        -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    }

    .hamburger--collapse .hamburger-inner::before {
        -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .hamburger--collapse.is-active .hamburger-inner {
        -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
        transform: translate3d(0, -10px, 0) rotate(-45deg);
        -webkit-transition-delay: 0.22s;
        -o-transition-delay: 0.22s;
        transition-delay: 0.22s;
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .hamburger--collapse.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
        -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    }

    .hamburger--collapse.is-active .hamburger-inner::before {
        top: 0;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .header_top_logo {
        max-width: 165px;
        margin-right: 0;
    }

    .header_top_text {
        max-width: 100%;
        font-size: 11px;
    }

    .header_mb_menu {
        -webkit-transition: auto;
        -o-transition: auto;
        transition: auto;
        width: 100%;
        margin-top: 25px;
    }

    .header_mb_menu .header_top_nav {
        display: block;
    }

    .header_mb_menu .header_top_nav ul {
        display: block;
    }

    .header_top_nav ul li {
        margin-bottom: 10px;
        text-align: center;
    }

    .header_top_nav ul li + li {
        margin-left: 0;
    }

    .header_mb_menu .header_top_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        margin-top: 20px;
    }

    .header_top_nav ul li a {
        font-size: 18px;
    }

    .header_offer_left_top {
        margin-bottom: 10px;
        font-size: 16px;
        text-align: center;
    }

    .header_offer_title {
        text-align: center;
    }

    .header_offer_title br {
        display: none;
    }

    .header_offer_left_cost {
        font-size: 22px;
        text-align: center;
    }

    .header_offer_left_list ul {
        width: 50% !important;
    }

    .header_offer_left_list ul li {
        font-size: 12px;
    }

    .header_offer_left_list ul:last-child {
        margin-left: 8px;
    }

    .header_offer_left_btns {
        -ms-flex-pack: distribute;
        justify-content: center;
        margin-top: 50px;
    }


    .header_offer_left_btns a {
        font-size: 15px;
    }


    .header_offer_right {
        margin-top: 15px;
    }

    .header_offer_right img {
        width: 100%;
        margin: 0;
        margin-left: 0;
        margin-top: 15px;
    }

    .header_offer_right .header_offer_right_btn {
        top: 50%;
        left: 47%;
        transform: translate(-50%, -50%);
    }

    .section_title {
        font-size: 28px;
    }

    .reviews .main-title {
        font-size: 28px;
    }

    .section_title br {
        display: none;
    }

    .entrust_wr {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .entrust_wr_item {
        width: 50%;
        margin-bottom: 20px;
    }

    .entrust_wr_item p {
        font-size: 15px;
        text-align: center;
        padding: 0 10px;
    }

    .entrust_wr_item img {
        margin-bottom: 10px;
    }

    .entrust {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .care_wr {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .care_wr_left {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .care_wr_right {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .care_wr_right::before {
        left: -10px;
        top: -18px;
        width: 20px;
        height: 15px;
    }

    .care_wr_right_top {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .care_wr_right_bottom {
        margin-top: 15px;
    }

    .care {
        padding: 70px 0 15px;
    }

    .care_wr_left img {
        width: 350px;
        margin: 0;
        margin-top: 20px;
        margin-left: -33px;
    }

    .benefits_wr_right {
        margin-top: 30px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .benefits_wr_item {
        width: 48%;
        margin: 15px 0 0;
    }

    .maintenance_wr {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .maintenance_wr_left {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .maintenance_wr_right {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .maintenance {
        padding: 55px 0 0;
    }

    .benefits_btn {
        width: 200px;
        height: 45px;
        font-size: 15px;
    }

    .maintenance_wr_right_btn {
        height: 45px;
        font-size: 15px;
    }

    .maintenance_wr_left img {
        width: 385px;
        margin-left: -192.5px;
        margin-top: 20px;
        position: relative;
        left: 50%;
    }

    .start_subtitle {
        margin-top: 10px;
    }

    .start_payment_sale {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: 0;
        padding-right: 15px;
    }

    .start_payment_sale img {
        right: -134px;
        -webkit-transform: rotate(235deg);
        -ms-transform: rotate(235deg);
        transform: rotate(235deg);
        top: -14px;
    }

    .start_wr {
        padding: 0;
    }

    /*.start_wr_item {*/
    /*    width: 100%;*/
    /*    padding-top: 30px;*/
    /*    margin: 0 0 25px;*/
    /*}*/
    .start_wr_item_cost .many {
        position: relative;
        top: -10px;
    }

    .start_wr_item_cost span.plan_cost {
        font-size: 45px;
        top: -5px;
    }

    .start_wr_item_cost {
        margin-bottom: 20px;
    }

    .question_wr_img {
        margin: 0 auto;
    }

    .question_wr .section_title {
        text-align: center;
        margin-top: 5px;
    }

    .question_wr_btn {
        margin: 0 auto;
        margin-top: 20px;
        height: 45px;
        font-size: 16px;
    }

    .question {
        padding-bottom: 60px;
    }

    .fruithful {
        padding: 60px 0;
    }

    .fruithful_wr_item_stylemix ul {
        padding-left: 20px;
    }

    .fruithful_wr_item_stylemix ul li {
        width: 100%;
    }

    .fruithful_wr_item {
        padding-top: 35px;
        width: 100%;
    }

    .fruithful_wr_item_title {
        text-align: center;
    }

    .reviews_wr_title h3 {
        line-height: normal;
    }

    .reviews {
        padding-top: 60px;
    }

    .unexpect_wr {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .unexpect_wr_left {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .unexpect_wr_right {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0;
    }

    .unexpect_wr .section_title {
        text-align: center;
    }

    .unexpect_wr_right p {
        text-align: center;
    }

    .unexpect_wr_right a {
        margin: 0 auto;
        height: 45px;
        font-size: 16px;
    }

    .start_wr_item_btn {
        height: 45px;
        font-size: 16px;
    }

    .unexpect_wr_left img {
        width: 500px;
        margin: 0;
        position: relative;
        left: 50%;
        margin-left: -260px;
        margin-top: 30px;
    }

    .unexpect {
        padding-top: 20px;
    }

    .faq_wr_left_item {
        width: 100%;
    }


    .faq_wr_right_item {
        width: 100%;
        margin-bottom: 15px;
    }

    .faq_wr_right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .faq_wr_right_item a {
        font-size: 15px;
    }

    .box-modal {
        width: auto;
        padding: 20px 20px;
    }

    .box-modal_form p input {
        height: 35px;
    }

    .popup_form input, .popup_form select {
        width: 100%;
    }

    .popup_form textarea {
        width: 100%;
    }

    .arcticmodal-container_i2 {
        padding: 10px;
    }

    .start_wr_item_ul li > span.info:hover::after {
        left: unset;
        right: -10px;
        width: 180px;
    }

    .reviews_wr_slider_item iframe {
        height: 100% !important;
    }

    .box-modal_form p input[type=submit] {
        height: 50px;
    }

    .price_tooltip:after {
        /*left: -40px;*/
        min-width: 209px;
    }

    .start_wr_hero {
        overflow-y: visible;
        overflow-x: scroll;
    }

    .start_wr {
        width: 100%;
        min-width: 915px;
        overflow-x: scroll;
        padding-top: 30px;
    }

    .one-time__offer {
        width: 100%;
    }

    .trusted-by-mnt {
        flex-wrap: wrap;
    }

    .trusted-by-mnt .trusted-by-item {
        border: none;
    }

    body .woocommerce .col2-set, .woocommerce-page .col2-set {
        width: 100%;
    }

    .home-offer {
        padding-bottom: 50px !important;
    }

    .start_wr_item {
        width: 285px;
        padding: 47px 10px 60px;
    }

    .start_wr_item_ul li {
        padding-right: 0;
        padding-left: 22px;
    }

    .start_wr_item_cost .plan_info {
        font-size: 13px;
    }

    .start_wr_item_ul li::before {
        left: -1px;
    }
}

@media (max-width: 554px) {
    .simple_item {
        gap: 30px;
    }

    .simple_img img {
        max-width: 200px;
    }
}

@media (max-width: 550px) {
    .woocommerce-checkout ul {
        padding-inline-start: 12px;
    }


    .popup-video__wr {
        width: 85%;
    }

    #customer_login {
        width: 100%;
    }

    .title-page.checkout_page {
        height: 300px;
    }

    .reviews_wr_slider_item iframe {
        height: 179px;
    }
}

.start_wr_item_cost .save-block {
    font-weight: 700;
    font-size: 15px;
    color: #1475CC;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
}

.start_wr_item_cost .save-block .save-label {
    font-weight: 700;
    font-size: 15px;
    color: #1475CC;
    position: static;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
}

.start_wr_item_cost .save-block .save-cost {
    font-weight: 700;
    font-size: 15px;
    color: #1475CC;
    position: static;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}


/* Header style */

.home-offer,
#header-nav {
    background: #F2F9FF !important;
}

.header_offer_title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;

}

.header_offer_title > span {
    color: #1475CC;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}


.header_offer_left_top {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}


.box {
    display: flex;
    gap: 30px;
    margin-top: 100px;
}

.box_item {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 90px;
    height: 90px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}


.box_item:last-child {
    display: none;
}


/* services */
.services {
    padding-top: 140px;
}

.services_blog {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.services_item {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all .3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.services_item_box {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(20, 117, 204, .7);
    top: 100%;
    visibility: hidden;
    border-radius: 18px;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    backdrop-filter: blur(5px)
}

.services_item_box_text {
    color: #fff;
    font-size: 15px;
}

.services_item:hover .services_item_box {
    top: 0%;
    visibility: visible;
}

.services_item > img {
    padding: 30px 0 30px 30px;
}

.services_text {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 0px 26px 20px 30px;
}

.services_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}

.services_title {
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    color: #404245;
    font-weight: 800;
    width: 50%;
    position: relative;
}

.services_title ::after {
    content: '';
    width: 45px;
    height: 3px;
    border-radius: 8px;
    background-color: #1475CC;
    position: absolute;
    top: -20px;
    left: 0;

}

.services_title > span {
    color: #1475CC;
}

.services_more {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: #1475CC;
    font-weight: 500;
}


/* Wordpress */
.Word {
    margin-top: 150px;
}

.word_left {
    display: flex;
    align-items: center;
}

.word_left_item {
    background: #F2F9FF;
    flex: 1 1 0;
    margin-top: 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    min-height: 80px;
}

.word_left_item.right {
    background-color: #ECFBD4;
}

.my_arrow_down {
    display: none;
}

.word_title {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #404245;
    position: relative;
}


.word_title::after {
    content: '';
    width: 45px;
    height: 3px;
    border-radius: 8px;
    background-color: #1475CC;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, 50%);

}

.word_text {
    padding: 0;
    display: flex;
    font-family: 'Montserrat', sans-serif;
    align-items: center;
    font-size: 16px;
    color: #404245;
    font-weight: 500;
}

.word_text > img {
    margin-left: 40px;
    margin-right: 20px;
}

.my_arrow {
    margin: 0 29px;
}

.word_subtitle {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #404245;
    font-family: 'Montserrat', sans-serif;
}

.word_btns {
    margin-top: 50px;
}


.word_btn {
    display: inline-block;
    padding: 16px 30px;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    border-radius: 5px;
}

.word_btn.primary {
    border: 2px solid #1475CC;
    background: #1475CC;
    color: #fff;
}

.word_btn.primary:hover {
    color: #fff;
    border: 2px solid #80BD23;
    background: #80BD23;
}

.word_btn.success {
    margin-left: 20px;
    background: #fff;
    color: #80BD23;
    border: 2px solid #80BD23;
}

.word_btn.success:hover {
    color: #fff;
    border: 2px solid #80BD23;
    background: #80BD23;
}

.word_info {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* simple */


.simple {
    margin-top: 140px;
    background: #F2F9FF;
    padding: 70px 0;
}

.services_subtitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 20px;
    color: #404245;
}

.simple_blog {
    position: relative;
    margin-top: 26px;
    display: flex;
    gap: 115px;
    flex-wrap: wrap;
    justify-content: space-around;
    left: 10px;
}

.simple_blog::before {
    content: '';
    background: url(../img/Line\ 1.svg) no-repeat;
    background-size: 100% 120%;
    width: 110%;
    height: 40%;
    position: absolute;
    top: 18.5%;
    left: -48.5px;
}

.simple_item_2 {
    position: relative;
    left: -10px;
}

@media (max-width: 991px) {
    .simple_item_2 {
        position: static;
    }
}

.simple_title {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #404245;
}

.simple_title span {
    color: #1475CC;
}

.simple_text {
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #677089;
}

.simple_img {
    position: relative;
}

.simple_img > h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 100px;
    font-weight: 700;
    color: #404245;
    opacity: 4%;
    z-index: 1;
}

.simple_img > img {
    margin-bottom: 10px;
    /* top: 35%;
    left: 0;
    z-index: 10;
    position: absolute; */
}

.word_from {
    margin-top: 62px;
    gap: 95px;
    display: flex;
}

.word_this {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #677089;
    flex: 1 1 0;
}


/* my_rev */

.my_rev {
    display: flex;
    align-items: center;
}

.my_star {
    display: flex;
    align-items: center;
}


/* trusted_by */

.trusted_by {
    padding-top: 140px;
}

.trusted_title {
    text-align: center;
}

.trusted_title::after {
    content: '';
    width: 60px;
    height: 3px;
    border-radius: 8px;
    background-color: #1475CC;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* sound */

.sound {
    border-radius: 20px;
    margin: 120px 0 80px;
    display: grid;
    background-color: #1475CC;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 120px;
    align-items: center;
}


.word_btn.primary.sound_btn {
    background: #80BD23;
    border-color: #80BD23;
}

.word_btn.primary.sound_btn:hover {
    border-color: #fff;
    background: transparent;
}

.word_btn.success.sound_btn_1 {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.word_btn.success.sound_btn_1:hover {
    background: #80BD23;
    border-color: #80BD23;
}

.sound_text {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    padding-right: 15px;
    color: #fff;
    margin-bottom: 52px;
}


/* maintan_title */
.maintan {
    background-color: #F2F9FF;
    height: 530px;
    margin-top: 150px;
}

.maintan_blog {
    display: grid;
    f
    grid-template-columns: repeat(2, 1fr);
    position: relative;
}

.maintan_left {
    position: absolute;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    width: 50%;
    top: -69px;
    z-index: 2;
}

.maintan_right {
    position: absolute;
    right: 0;
    top: -69px;
    z-index: 3;
    width: 40%;
}

.maintan_right > img {
    width: 100%;
    max-width: 100%;
}

.maintan_right_text {
    font-family: 'Montserrat', sans-serif;
    margin-top: 50px;
    font-size: 18px;
    line-height: 28px;
    color: #677089;
    font-weight: 400;
}

.maintan_item {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 30px 15px 30px 25px;
    border-radius: 20px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 5%);
    min-height: 132px;
    cursor: pointer;
    border: 1px solid transparent;
}

.maintan_item:hover,
.maintan_item.active {
    border-radius: 20px;
    border: 1px solid #93C24D;
}

.maintan_text {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 24px;
    margin-left: 15.2px;
    color: #404245;
}

.maintan_title {
    padding-top: 40px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    line-height: 46px;
    color: #404245;
    position: relative;
}

.maintan_title::after {
    content: '';
    width: 60px;
    height: 3px;
    border-radius: 8px;
    background-color: #1475CC;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* media max-width 1199px */

@media (max-width: 1199px) {
    .simple {
        margin-top: 70px;
    }

    .simple_blog {
        gap: 60px;
        left: 0;
    }

    .simple_blog::before {
        left: -110px;
    }

    .trusted_by {
        padding-top: 110px;
    }

    .sound {
        margin: 80px 0;
    }

    .trusted-by-mnt {
        grid-template-columns: repeat(2, 1fr);
    }

    .trusted-by-item:nth-child(2):after {
        display: none;
    }

    .trusted-by-mnt .trusted-by-item::after {
        right: -9%;
    }


    /*Trusted end*/
    .word_text {
        margin-right: 20px;
    }

    /* my_prew */
    .my_rev {
        flex-direction: column;
        align-items: flex-start;
    }

    .home_testimonials_slider {
        width: 100% !important;
    }


    .reviews .review-title {
        width: 90%;
        margin-bottom: 10px;
    }

    .reviews .envato a {
        margin: 0 0 10px;
    }

    .sound {
        padding: 0 60px;
    }

    .start_wr_item_ul li {
        font-size: 13px;
    }


    .trusted-by-item:nth-child(1):after {
        display: none;
    }

    .trusted-by-item:nth-child(3):after,
    .trusted-by-item:nth-child(4):after {
        display: block;
    }

    .trusted-by-mnt .trusted-by-item {
        flex-basis: 45%;
        padding: 12px 0;
    }

    .trusted-by-mnt .trusted-by-item:last-child::after {
        display: block;
    }

    .trusted-by-mnt {
        gap: 0px;
    }

    .item-logo img {
        width: 150px;
    }

    .trusted-by-mnt .trusted-by-item .item-rating .star {
        font-size: 15px;
    }

    .trusted-by-mnt .trusted-by-item::after {
        top: 5px;
        width: 100%;
        height: 1px;
        right: 0%;
    }


    .trusted-by-mnt .trusted-by-item:nth-child(1)::before,
    .trusted-by-mnt .trusted-by-item:nth-child(3)::before {
        content: ' ';
        position: absolute;
        top: 10px;
        width: 0.2px;
        background: #000;
        height: 90px;
        right: 0;
        opacity: 0.2;
    }
}


/* media max-width 940px */

@media (max-width: 991px) {
    /*.popup-video__close {*/
    /*    top: 10%;*/
    /*    right: 7%;*/
    /*}*/
    .services {
        padding-top: 100px;
    }

    .home-offer {
        padding-bottom: 70px !important;
    }

    .my_arrow_down {
        display: block;
    }

    .word_left_item,
    .my_arrow_down {
        margin-top: 10px;
    }

    .post_mg {
        margin-bottom: 30px;
    }

    .simple {
        margin-top: 60px;
    }

    .simple_blog {
        justify-content: center;
        row-gap: 30px;
    }

    .simple_blog::before {
        display: none;
    }

    .trusted-by-mnt {
        flex-wrap: wrap;
    }

    .maintan_blog {
        grid-template-columns: 1fr;
    }

    .maintan_left {
        margin: 15px 0;
        position: absolute;
        top: 100%;
        bottom: 0;
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
    }

    .tab,
    .tabcontent {
        width: 100% !important;
    }

    .tabcontent {
        float: inherit !important;
    }


    .maintan_text {
        font-size: 12px;
    }

    .maintan_item {
        padding: 15px 15px 14px 20px;
        min-height: 107px;
    }

    .maintan_right {
        display: flex;
        top: 0;
        bottom: 0;
    }

    .maintan_right > img {
        width: 250px;
    }

    .maintan {
        height: 600px;
        margin-top: 60px;
    }

    .maintan_title {
        font-size: 28px;
    }

    .maintan_right_text {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        margin-top: 0;
        margin-left: 30px;
    }


    /*  */
    .sound {
        display: flex;
        flex-direction: column;
        padding: 50px;
    }

    .sound_item > img {
        width: 80%;
    }

    /* sound end */
    .services_title {
        font-size: 28px;
    }

    .word_title {
        font-size: 28px;
    }

    .services_blog {
        grid-template-columns: repeat(2, 1fr);
    }


    /* word */
    .Word {
        margin-top: 100px;
    }

    .word_title {
        margin-bottom: 60px;
    }

    .word_left {
        flex-direction: column;
    }

    .word_from {
        display: none;
    }

    .word_left_item {
        width: 100%;
    }

    .word_text {
        padding: 20px 0;
    }

    .my_arrow {
        display: none;
    }


    /* .simple_blog  */
    .simple_blog {
        grid-template-columns: repeat(2, 1fr);
    }

    /*  */
    .footer_info {
        flex-wrap: wrap;
    }

    .footer_social a:first-child {
        margin: 0;
    }

    .spec_banner__wr {
        flex-wrap: wrap;
    }
    .spec_banner__wr p {
        margin-right: 0;
        margin-bottom: 4px;
        text-align: center;
    }
}


/* media max-width 767px */

@media (max-width: 768px) {


    .navbar-brand {
        padding: 15px 15px 0px;
    }

    .footer_item:nth-child(1) {
        width: 80%;
    }

    .word_btn {
        font-size: 15px;
    }

    .services {
        padding-top: 60px;
    }

    .Word {
        margin-top: 60px;
    }

    .start {
        padding-bottom: 60px;
    }

    .trusted_by {
        padding-top: 90px;
    }

    .sound {
        margin: 60px 0;
    }

    .blog {
        margin-bottom: 60px;
    }

    .simple {
        margin-top: 60px;
    }

    .simple_blog {
        justify-content: flex-start;
    }

    .simple_item {
        display: flex;
        gap: 50px;
        align-items: center;
    }

    .services_title {
        font-size: 28px;
        width: 80%;
    }

    .services_blog {
        grid-template-columns: repeat(2, 1fr);
    }


    .maintan_left {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .maintan_item {
        min-height: 94px;
        padding: 17px 15px 14px 23px;
    }

    .maintan_right_text {
        font-size: 14px;
        line-height: 24px;
    }

    .maintan_right > img {
        width: 215px;
    }

    .footer_logo {
        margin-bottom: 15px;
    }

    /* reviews */
    .reviews .review-title {
        width: 100%;
    }

    .home_testimonials_slider .owl-nav button.owl-prev {
        right: 17%;
    }

    .footer_social {
        margin-top: 15px;
    }

    /*  */
    .maintan {
        margin-top: 60px;
    }

    .maintan_title {
        font-size: 28px;
        line-height: 30px;
    }

    .box {
        margin-top: 50px
    }

    .tabcontent {
        height: 230px;
    }

    .maintan_left {
        top: 80%;
    }

    .maintan_right {
        top: -45px;
    }


}

@media (max-width: 550px) {

    reviews_wr_slider_item iframe {
        height: 170px;
    }

    .youtube {
        height: 170px;
    }

    .trusted-by-mnt {
        display: flex !important;
    }


    /*.youtube {*/
    /*    height: 168px;*/
    /*}*/

}

/* media max-width 500px */

@media (max-width: 500px) {
    .maintan_item:hover {
        border: none;
    }

    .maintan_right_text {
        text-align: center;
    }

    .word_btns {
        margin-top: 35px;
    }

    .simple {
        margin-top: 40px;
    }

    .simple_img img {
        max-width: 150px;
    }

    .sound_item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .sound_btns {
        width: 100%;
    }

    .services_item_box_text {
        font-size: 12px;
    }

    .header_offer_right .header_offer_right_btn {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 71px;
        height: 71px;
        border: 7px solid #fff;
    }

    .youtube .play-button {
        width: 55px;
        height: 55px;
    }

    .header_offer_right_btn > svg {
        width: 20px;
    }

    .services_blog {
        gap: 10px;
    }

    .services_text {
        font-size: 12px;
        padding: 0px 15px 15px 15px;
    }

    .services_item > img {
        padding: 20px 0 20px 15px;
    }

    .section_title {
        line-height: 35px;
    }

    .reviews .review-title {
        margin-bottom: 0;
    }


    /* servis edn */
    /*.maintan_item {*/
    /*    display: flex;*/
    /*    align-items: flex-start;*/
    /*    flex-direction: column;*/
    /*    min-height: 110px;*/
    /*    padding: 15px;*/
    /*}*/
    .maintan {
        height: 600px;
    }

    .maintan_item > img {
        width: 25px;
        margin-bottom: 10px;
    }

    .maintan_text {
        font-size: 12px;
        line-height: 18px;
        margin-left: 10px;
    }

    .maintan_right_text {
        font-size: 13px;
        line-height: 20px;
    }

    .maintan_right > img {
        width: 170px;
    }

    .maintan_right.tabs {
        height: 200px;
    }

    .maintan_right {
        top: 20px;
        padding: 0 15px;
    }

    .maintan_left {
        gap: 15px;
    }

    /* mantain end */
    .footer_logo {
        margin-bottom: 15px;
    }


    /* word */
    .word_left_item {
        display: flex;
        align-items: center;
    }

    .word_title {
        font-size: 28px;
    }

    .word_text {
        padding: 10px 0;
    }

    .word_text > img {
        margin-left: 15px;
        margin-right: 15px;
    }

    .word_subtitle {
        text-align: center;
    }

    .word_info {
        margin-top: 45px;
    }

    .word_info {
        margin-top: 35px;
    }


    .header_offer_left_btns a,
    .word_btn {
        padding: 10px 20px;
        font-size: 15px;
    }


    /* simple */
    .simple_title {
        font-size: 14px;
    }

    .simple_text {
        margin-top: 10px;
        font-size: 12px;
    }


    /* owl carusel */
    /*.home_testimonials_slider .owl-nav {*/
    /*    display: none;*/
    /*}*/
    /*  */
    .main-title,
    .reviews .review-title {
        text-align: center;
    }

    /*.my_rev {*/
    /*    align-items: center;*/
    /*}*/
    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        margin-bottom: 30px;
    }

    .my_rev {
        align-items: center;
    }

    .home_testimonials_slider .owl-nav button.owl-prev {
        right: 55%;
        top: 110%;
    }

    .home_testimonials_slider .owl-nav button.owl-next {
        right: 30%;
        top: 110%;
    }

    .reviews .envato {
        margin-bottom: 8px;
    }


}


@media (max-width: 450px) {
    .header_offer_left_btns a, .word_btn {
        padding: 9px 13px;
    }

    .word_btn.success {
        margin-left: 10px;
    }

    .services {
        padding-top: 65px;
    }

    .services_info {
        margin-bottom: 40px;
    }

    .home-offer {
        padding-bottom: 40px !important;
    }

    .Word {
        margin-top: 40px;
    }

    .word_title {
        margin-bottom: 30px;
    }

    .word_info {
        margin-top: 40px;
    }

    .start {
        padding-top: 65px;
    }

    .one-time__offer {
        margin-top: 20px;
    }

    .simple {
        padding: 60px 0 40px;
    }

    .footer_item:nth-child(1) {
        width: 100%;
    }

    .maintan {
        margin-top: 40px;
        height: 630px;
    }

    .maintan_right {
        top: 40px;
    }

    .maintan_left {
        margin: 40px 0px 15px;
    }

    .faq {
        padding: 65px 0 40px;
    }

    .blog {
        margin-bottom: 20px;
    }

    .word_text {
        font-size: 15px;
    }

    .sound {
        margin: 35px 0;
    }

    .start {
        padding-bottom: 40px;
    }

    .reviews {
        padding-bottom: 60px;
    }

    .trusted_by {
        padding-top: 70px;
    }

    .maintan_right.tabs {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .maintan_right > img {
        /*width: 110px;*/
        margin-bottom: 15px;
    }

    .maintan_right_text {
        margin-left: 0;
    }

    .sound {
        padding: 25px 20px;
    }

    /*.youtube,*/
    /*.reviews_wr_slider_item iframe{*/
    /*    min-height: 100%;*/
    /*    height: 170px;*/
    /*}*/
    /*.youtube {*/
    /*    height: 180px;*/
    /*}*/

}


@media (max-width: 425px) {
    .footer_item:nth-child(2),
    .footer_item:nth-child(3) {
        display: none;
    }

    .footer_info {
        justify-content: center;
    }

    .ng-binding {
        margin-top: 60px;
    }
}

/* media max-width 420px */

@media (max-width: 420px) {
    .services_info {
        flex-direction: column;
        align-items: flex-start;
    }

    .services_title {
        width: 100%;
    }

    .services_more {
        margin-top: 10px;
    }

    /*  */
    .maintan_text {
        font-size: 12px;
        line-height: 16px;
    }

    .ng-binding {
        margin-top: 60px;
        font-size: 12px;
        text-align: center;
    }

    .ng-binding::after {
        left: 0;
    }

    .sound_text {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 25px;
    }


    .blog .main-title {
        text-align: start;
    }

    .start_sale {
        width: 100%;
        font-size: 12px;
    }


    .reviews .review-title {
        margin-bottom: 0px;
    }

    .maintan_right > img {
        width: 175px;
    }

    .maintan {
        height: 650px;
    }

    .maintan_left {
        top: 88%;
    }

    .maintan_right {
        top: 60px
    }

}

@media (max-width: 400px) {
    .header_offer_left_btns a, .word_btn {
        padding: 9px 10px;
        font-size: 14px;
    }

    .faq_wr_right_item a {
        padding: 12px 10px;
    }
}

@media (max-width: 395px) {
    .footer_logo_text {
        margin-left: 10px;
    }

    .word_btn.success {
        margin-left: 10px;
    }

    .footer_logo {
        width: 90%;
    }

    /*.youtube,*/
    /*.reviews_wr_slider_item iframe{*/
    /*    height: 130px;*/
    /*}f*/
    .youtube {
        height: 150px;
    }
}


@media (max-width: 385px) {
    .footer_logo {
        width: 94%;
    }


}


/* media max-width 380px */

@media (max-width: 380px) {

    .services_item_box_text {
        font-size: 11px;
    }

    .maintan_left {
        gap: 10px;
    }

    .maintan_right {
        /*top: 50px;*/
    }

    .maintan_item {
        padding: 8px
    }

    .maintan_right_text {
        /*font-size: 12px;*/
        line-height: 17px;
    }

    /* .simple_blog  */
    /* .simple_item {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .simple_blog {
        grid-template-columns: repeat(1, 1fr);
    } */

    .sound_text {
        font-weight: 600;
        line-height: 17px;
        margin: 18px 0;
    }

    .sound_btns {
        display: flex;
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .sound_btns > a {
        margin: 0 !important;
    }


    .header_offer_left_btns a,
    .word_btn {
        padding: 10px 10px;
        font-size: 14px;
    }

}


@media (max-width: 355px) {
    .footer_item:nth-child(1) {
        margin-right: 0;
        width: 100%;
    }

    .faq__img img {
        width: 105px;
    }

    .maintan_right > img {
        width: 145px;
    }

    .item-logo img {
        width: 135px;
    }

    .footer_logo {
        width: 100%;
    }

    .youtube {
        height: 133px;
    }

}

@media (max-width: 355px) {
    .header_offer_left_btns a + a {
        margin-left: 10px;
    }

    .header_offer_left_btns a, .word_btn {
        padding: 10px 8px;
        font-size: 13px;
    }
}

@media (max-width: 350px) {
    .blog .blog-item img {
        margin-bottom: 0;
    }

    .blog .blog-item .title-post {
        margin-bottom: 60px;
    }
}


.reviews_wr_slider_item iframe .html5-video-player .video-stream {
    left: 0 !important;
    width: 100% !important;
}


/* Style the tab */
.maintan_left.tabs,
.maintan_right.tabs {
    width: 100%;
}


.tab {
    position: relative;
    float: left;
    width: 50%;
    height: 300px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    float: right;
    padding: 0px 12px;
    width: 40%;
    border-left: none;
    height: 300px;
    position: relative;
}

.tabcontent.active {
    display: block;
}

body .services_title.faq_title {
    margin-left: 10px;
    margin-bottom: 70px;
}


@media (max-width: 700px) {
    body .services_title.faq_title {
        margin-bottom: 35px;
    }
}


/* Portfolio */
/* .section_portfolio {
    padding: 50px 0;
} */

.portfolio_title_page {
    min-height: 300px;
    height: 100% !important;
}

.portfolio_title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    padding-left: 70px;
    position: relative;
}

.portfolio_title::before {
    background-color: #1475CC;
    content: '';
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: 20px;
    width: 60px;
}

.portfolio {
    padding-top: 10px;
    column-count: 3;
    column-gap: 2em;
    width: 100%;
    flex-wrap: wrap;
}

.portfolio.colum_count {
    column-count: 2;
}

.portfolio_item {
    display: inline-block;
    margin-bottom: 40px;
    transition: all .2s linear;
}

.portfolio_item:hover {
    transform: scale(1.06);
}

.portfolio_item.my_flex {
    width: 31.3333%;
}

.portfolio_item.all_flex {
    flex: 1 1 0;
}

.wp-post-image {
    height: 250px !important;
    object-fit: cover !important;
}

.blog_info {
    /*min-height: 204px;*/
    min-height: 158px;
    /*height: 100%;*/
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog_info .clr {
    display: none;
}

.portfolio__inner {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    border-top: 5px solid #1475CC;
    padding-top: 35px;
    box-shadow: 0 0 30px rgb(0 0 0 / 5%);
}

.portfolio_item:nth-child(1) {
    margin-top: 70px;
}

.portfolio_item:nth-child(5) {
    margin-top: 110px;
}

.portfolio_item.remove-margin {
    margin-top: 0px;
}

.portfolio_item.add-margin {
    margin-top: 110px;
}

.portfolio_media {
    width: 100%;
}

.portfolio_media img {
    width: 100%;
    height: auto !important;
    border-radius: 0 0 10px 10px !important;
    background-color: #f7f7f7;
    /* object-fit: cover; */
}


.portfolio_project__excerp {
    /* min-height: 125px; */
    height: 100%;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 35px;
    padding: 0 20px;

    display: flex;
    align-items: center;
}

.portfolio_entry__title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 0 20px;
    text-transform: uppercase;
}

.portfolio_single {
    padding-top: 80px;
}

.portfolio_single_subtitle {
    --aura-pre-title--width: 30px;
    color: #454545;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
    padding-left: 100px;
    position: relative;
}

.portfolio_single_subtitle::before {
    background-color: #1E77C9;
    /* -webkit-box-shadow: 4px 3px 0 var(--aura-root__accent--color);
    box-shadow: 4px 3px 0 var(--aura-root__accent--color); */
    content: '';
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0px, -50%);
    width: 80px;
}

.portfolio_single_title p {
    font-size: 36px;
    line-height: 1.2em;
    letter-spacing: -0.5px;
    color: #404245;
}

.portfolio_categories {
    margin-bottom: 13px;
    margin-left: 20px;
    background: #80BD23;
    top: 10px;
    left: 10px;
    padding: 0 5px;
    max-width: calc(100% - 20px);
    font-size: 13px !important;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
}

.portfolio_description {
    margin-bottom: 15px;
}

.portfolio__inner.e-commerce {
    border-top: 5px solid #80bd23;
}

.portfolio__inner.consulting {
    border-top: 5px solid #2a9930;
}

.portfolio__inner.listings {
    border-top: 5px solid #00b5cc;
}

.portfolio__inner.mobile-apps {
    border-top: 5px solid #5fc0d1;
}

.portfolio__inner.online-courses {
    border-top: 5px solid #007c8d;
}

.portfolio-tags {
    border: 1px solid #80BD23;
    padding: 4px 8px;
    color: #80BD23;
    /*margin-left: 10px;*/

}

.portfolio-tags:hover {
    color: #1475CC;
    border: 1px solid #1475CC;
}


/* tabs star */
.nav-link {
    color: #303442;
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 0;
    position: relative;
    font-size: 14px;
    font-weight: 600;
}

.nav-tabs {
    border: none !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    border: none;
}

.nav-item:focus-visible {
    outline: none;
}

.nav-item.active:focus-visible {
    outline: none;
}

.nav-item a {
    position: relative;
}

.nav-tabs > li.active > a {
    border: none !important;

}

.nav-item > a::after {
    content: " ";
    display: block;
    height: 4px;
    width: 100%;
    background: #1475CC;
    transform: translateY(0.6875rem);
    transition: .2s ease;
    opacity: 0;
}

.nav-item > a {
    color: inherit !important;
}

.nav-item > a:hover::after {
    opacity: 1;
}

.nav-item.active > a::after {
    opacity: 1;
}

.nav-tabs > li > a {
    border: none;
}

/* taabs end */


.tags {
    display: flex;
    margin-bottom: 50px;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.single_page_categories {
    margin-top: 30px;
    margin-bottom: 15px;
}

.portfolio_title_page h3 p {
    font-family: 'Montserrat', sans-serif;
    margin: 0 auto;
    width: 55%;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #292a2d;
    margin-top: 0;
}

.tab-content {
    margin-top: 40px;
}

.item_width {
    width: 31.3333% !important;
    margin-top: 0 !important;
}

.potrfolio_flex {
    display: flex !important;
}

.cart_wr {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.cart_wr .woocommerce-cart-form {
    display: none;
}

.cart_wr .cart-developer_hour {
    width: calc(100% - 400px);
    padding: 35px 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    background: #fff;
}

.cart_wr .cart-developer_hour h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #404245;
}

.cart_wr .cart-developer_hour p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #677089;
    margin-bottom: 0;
}

.cart_wr.loading .cart-collaterals::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgb(255 255 255 / 50%);
    border-radius: 10px;
}

.cart_wr.loading .cart-collaterals::after {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    background: url("../../images/loader.svg") center center;
}

.dev-hours-range {
    display: flex;
    align-items: center;
    padding-right: 70px;
    margin-top: 75px;
}

.dev-hours-range_wrap {
    position: relative;
    width: calc(100% - 85px);
    margin-right: auto;
}

.range {
    width: 100%;
}

.bubble {
    background: rgba(103, 112, 137, 0.08);
    padding: 6px 11px 8px;
    position: absolute;
    border-radius: 6px;
    left: 50%;
    transform: translateX(-50%) translateY(-56px);
    width: max-content;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #404245;
}

.bubble::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%, 0);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid rgba(103, 112, 137, 0.08);
}

.dev-hours-range_wrap input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
}

.dev-hours-range_wrap input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    animate: 0.2s;
    background: rgba(20, 117, 204, 0.15);
    border: 1px solid rgba(20, 117, 204, 0.15);
    border-radius: 25px;
}

.dev-hours-range_wrap input[type=range]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #1475CC;
    box-shadow: none;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8.5px;
}

.dev-hours-range_wrap input[type=range]:focus::-webkit-slider-runnable-track {
    background: rgba(20, 117, 204, 0.15);
}

.dev-hours-range_input input {
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    width: 60px;
    height: 36px;
    padding-left: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #404245;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart_wr .cart-collaterals {
    width: 370px;
    position: relative;
}

.cart_content .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
    padding: 35px 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    background: #fff;
}

.woocommerce-cart-form__cart-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #EDF2F8;
}

.woocommerce-cart-form__cart-item h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 35px;
    color: #404245;
}

.woocommerce-cart-form__cart-item .product-price {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.woocommerce-cart-form__cart-item .product-price span {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #677089;
}

.cart-totals_wr {
    margin-bottom: 30px;
}

.cart-totals_wr .cart-subtotal {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.cart-totals_wr .cart-subtotal span {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #677089;
}

.cart-totals_wr .order-total {
    display: flex;
    justify-content: space-between;
}

.cart-totals_wr .order-total span {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #404245;
}

.cart_content .checkout-button.cart-tatal_checkout_btn {
    width: 100%;
}

@media (max-width: 1199px) {
    .portfolio_title_page {
        min-height: 250px;
        height: 100%;
    }

    .item_width {
        width: 48% !important;
    }

    .portfolio_item.my_flex {
        width: 30.3333%;
    }

    .blog .blog-item .title-post {
        line-height: 20px;
    }

    .blog .blog-item .title-post a {
        line-height: 22px;
        font-size: 16px;
    }

    .blog_info {
        min-height: 180px;
    }

    .wp-post-image {
        height: 190px !important;
    }

    .dev-hours-range {
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .item_width {
        width: 100% !important;
    }

    .nav.nav-tabs {
        display: flex;
        overflow: hidden;
        overflow-x: scroll;
    }

    .nav-tabs > li > a {
        width: max-content;
    }

    .portfolio_item:nth-child(5) {
        margin-top: 0;
    }

    .portfolio_item.my_flex {
        width: 100%;
    }

    .portfolio {
        display: block !important;
        column-count: 2;
    }

    .portfolio_item:nth-child(5) {
        padding-top: 0;
    }

    .portfolio_item.add-margin {
        margin-top: 0;
    }

    .portfolio_title_page h3 p {
        width: 75%;
    }

    .cart_content .woocommerce .cart_wr .cart-collaterals .cart_totals {
        width: 100% !important;
    }

    .woocommerce .cart-collaterals, .woocommerce-page .cart_wr .cart-collaterals {
        width: 280px;
    }

    .cart_wr .cart-developer_hour {
        width: calc(100% - 300px);
    }
}

@media (max-width: 768px) {
    .woocommerce-privacy-policy-text p {
        margin-bottom: 0;
    }
    .portfolio_title_page h3 p {
        width: 85%;
    }

    .single_portfolio_page {
        margin-top: 50px;
    }

    .portfolio_title_page {
        min-height: 200px;
        height: 100%;
    }

    .portfolio_item.my_flex {
        width: 100%;
    }

    .portfolio {
        column-count: 1;
    }

    .blog .blog-item .date-post {
        top: 43% !important;
    }

    .portfolio_item:nth-child(1) {
        margin-top: 0;
    }

    .wp-post-image {
        object-fit: cover !important;
    }

    .header-banner__wr {
        padding: 15px;
        display: block;
    }

    .header-banner__wr p {
        font-size: 14px;
        line-height: normal;
        text-align: center;
    }

    .header-banner__wr a {
        max-width: max-content;
        margin-left: 0;
        margin-inline: auto;
        margin-top: 10px;
        font-size: 12px;
    }

    .cart_wr {
        display: block;
    }

    .cart_wr .cart-developer_hour {
        margin-bottom: 20px;
    }

    .cart_wr .cart-developer_hour, .woocommerce .cart-collaterals, .woocommerce-page .cart_wr .cart-collaterals {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .portfolio_item:hover {
        transform: scale(1);
    }

    .single_page_categories {
        margin-bottom: 15px;
        DISPLAY: FLEX;
        FLEX-DIRECTION: COLUMN;
    }

    .portfolio-tags {
        width: max-content;
        margin-left: 0;
    }

    .single_page_categories spam {
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .tags {
        flex-direction: column;
        align-items: start;
    }

    .nav.nav-tabs {
        margin-top: 20px;
    }

    .single_portfolio_page {
        margin-top: 30px;
    }

    .single_title_page {
        min-height: 150px !important;
    }

    .title-page.portfolio_title_page.single_title_page h1 {
        margin-top: 15px;
    }

    .portfolio_title_page h3 p {
        width: 100%;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #292a2d;
        margin-top: 0;
    }

    .portfolio_item:nth-child(1) {
        margin-top: 0;
    }

    .portfolio__inner {
        padding-top: 25px;
    }

    .portfolio_project__excerp {
        font-size: 16px;
    }

    .portfolio_entry__title {
        margin-bottom: 8px;
    }

    .portfolio_title_page {
        min-height: 150px;
        height: 100%;
    }

    #menu-porfolio {
        margin-top: 20px;
    }

    .section_portfolio .title-page h1 {
        margin-top: 30px;
    }

}

@media (max-width: 375px) {
    .portfolio_title_page h3 p {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width: 350px) {
    .blog .blog-item .title-post a {
        line-height: 20px;
        font-size: 13px;
    }

    .blog .blog-item .title-post {
        line-height: 20px;
    }

    .blog_info {
        min-height: auto;
    }

    .wp-post-image {
        height: auto !important;
    }

}

.main-title {
    text-align: center;
}

.main-title::after {
    content: '';
    width: 45px;
    height: 3px;
    border-radius: 8px;
    background-color: #1475CC;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, 10px);
}


.sound.portfolio_support {
    margin-top: 0 !important;
    padding: 25px 120px;
    grid-template-columns: 1fr 2fr;
}

.portfolio_support .sound_item img {
    position: relative;
    bottom: -26px;
    width: 220px;
    max-width: 100%;
}

.portfolio_support .sound_item:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.portfolio_support .sound_text {
    margin-bottom: 25px;
    padding-right: 0;
}

body #ticket_from_checkbox {
    width: max-content !important;
    margin-left: 0;
}

body .ticket_from_label {
    display: inline-block;
    width: 55% !important;
    padding-left: 30px;
    position: relative;
}

body .form-group.checkbox {
    gap: 10px;
    align-items: start;
}

@media (max-width: 1199px) {
    .sound.portfolio_support {
        margin-top: 0 !important;
        padding: 25px 60px;
    }

    .portfolio_support .sound_item:last-child {
        align-items: start;
    }
}


@media (max-width: 991px) {
    .sound.portfolio_support {
        flex-direction: column-reverse;
    }
}


@media (max-width: 480px) {
    .ticket_form_f {
        display: none;
    }

    body .ticket_from_label {
        width: 100% !important;
    }
}

@media (max-width: 460px) {
    .sound.portfolio_support {
        padding: 25px 30px;
    }

    .tags {
        margin-bottom: 30px;
    }

    .checkbox label {
        width: 22px !important;
        display: inline-block;
    }

    .services_subtitle {
        font-size: 16px;
    }

    .simple_item {
        gap: 20px;
    }

    .simple_img img {
        max-width: 150px;
    }
}

@media (max-width: 395px) {
    .simple_img img {
        max-width: 130px;
    }
}


@media (max-width: 380px) {
    .portfolio_support .sound_text {
        margin-top: 0;
    }

    .services_subtitle {
        font-size: 13px;
        line-height: normal;
    }

    .simple_blog {
        justify-content: center;
    }

    .simple_item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .simple_img img {
        max-width: 200px;
    }

    .simple_title {
        line-height: normal;
        font-size: 18px;
    }

    .simple_text {
        font-size: 16px;
    }
}

@media (max-width: 350px) {
    .simple_title {
        font-size: 16px;
    }

    .simple_text {
        font-size: 12px;
    }
}

.go_back {
    margin-top: 10px;
    display: inline-block;
}

.header-nav .nav.navbar-nav.navbar-right {
    padding-inline-start: 0;
}


body .ticket_from_label .checkbox_stm.path {
    position: absolute;
    left: 0;
    margin-top: 0;
}

.checkbox_stm {
    --background: #fff;
    --border: #D1D6EE;
    --border-hover: #BBC1E1;
    --border-active: #1E2235;
    --tick: #fff;
    position: relative;
    width: 40px;
}

.checkbox_stm {
    width: 40px;
    display: inline-block;
}

.checkbox_stm input, .checkbox_stm svg {
    width: 21px;
    height: 21px;
    display: block;
}

.checkbox_stm input {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    outline: none;
    background: var(--background);
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 4px;
    transition: box-shadow 0.3s;
    box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
}

.checkbox_stm input:hover {
    --s: 2px;
    --b: var(--border-hover);
}

.checkbox_stm input:checked {
    --b: var(--border-active);
}

.checkbox_stm svg {
    pointer-events: none;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--stroke, var(--border-active));
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    transform: scale(var(--scale, 1)) translateZ(0);
}

.checkbox_stm.path input:checked {
    --s: 2px;
    transition-delay: 0.4s;
}

.checkbox_stm.path input:checked + svg {
    --a: 16.1 86.12;
    --o: 102.22;
}

.checkbox_stm.path svg {
    stroke-dasharray: var(--a, 86.12);
    stroke-dashoffset: var(--o, 86.12);
    transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
}

.checkbox_stm.bounce {
    --stroke: var(--tick);
}

.checkbox_stm.bounce input:checked {
    --s: 11px;
}

.checkbox_stm.bounce input:checked + svg {
    animation: bounce 0.4s linear forwards 0.2s;
}

.checkbox_stm.bounce svg {
    --scale: 0;
}

@keyframes bounce {
    50% {
        transform: scale(1.2);
    }
    75% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}



#select2-billing_country-results , #select2-billing_state-container{
    padding-inline-start: 0;
}



.woocommerce-stm-account {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dash_products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.dash_product_item {
    box-shadow: 0 0 27px 3px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}

.dash_product_item p {
    margin-bottom: 0;
}


.dash_start_wr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 10px 8px;
}

.start.dash_start {
    padding-top: 20px;
}

.start.dash_start .start_payment {
    margin-top: 0;
    margin-bottom: 30px;
}

.start.dash_start .start_wr_item {
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.05);
    width: 100%;
    margin: 0;
    padding: 20px 0;
}


.start.dash_start .plan-toggler-label {
    margin: 0 17px;
}


.woocommerce-MyAccount-navigation-link--orders,
.woocommerce-MyAccount-navigation-link--products {
    display: none;
}



/* new custom */

.home-offer, #header-nav {
    background: #ffffff !important;
}

#header-nav #main-menu li a {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 12px;
}

.woo-user__url {
    margin-left: 12px;
}

.woo-user__url a {
    padding: 10px 14.5px !important;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px !important;
}

.user-link {
    background: #EAEEF3;
    padding: 10px 14.5px 10px 40px !important;
    font-size: 16px;
    font-weight: 600;
    margin-left: 18px;
    border-radius: 6px;
    position: relative;
}

.user-link:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: url('/wp-content/themes/wps/assets/img/stm-user.svg');
}

.title-page h1 {
    margin-top: 40px;
}

.title-page.checkout_page {
    margin-bottom: -265px;
    height: 375px;
}

.title-page.checkout_page h1 {
    font-size: 24px;
    font-width: 600;
    line-height: 29.26px;
    align-items: center;
    color: #404B5A;
}

.page-my-account.stm-user-logged .content .woocommerce {
    display: grid;
    padding: 0;
    grid-template-columns: 1fr 3fr;
    margin-bottom: 82px;
    box-shadow: 0 0 27px 3px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    min-height: 600px;
}

.woocommerce-MyAccount-navigation ul {
    height: 100%;
    box-shadow: none;
    border-radius: 8px 0px 0px 8px;
    padding: 10px 12px 18px;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
    background: rgba(90, 97, 109, 0.1);
    color: rgba(21, 117, 204, 1);
    border-radius: 6px;

}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    color: #404B5A;
    padding: 12px 8px 12px 8px;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:not(:last-of-type) {
    border: none;
}


.dashboard_content {
    box-shadow: none;

    border-radius: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
}

body.woocommerce-account .woocommerce-MyAccount-content {
    border-left: 1px solid #dce1e8ab;
    background: #fff;
}

.woocommerce-account .woocommerce::after, .woocommerce-account .woocommerce::before {
    display: none !important;
}

.stm-subscribe {
    background: #F0F0F0;
    height: 68px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
}

.stm-subscribe--btn, .tickets-header .btn-primary {
    border: 1px solid #80BD23;
    background: #80BD23;
    padding: 10px 14.5px 10px 40px !important;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px !important;
    color: #fff;
    margin-right: 12px;
    position: relative;
}

.stm-subscribe--btn:focus {
    color: #fff !important;
}


iframe {
    z-index: 90 !important;
}

.stm-subscribe--btn:before,
.tickets-header .btn-primary:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: url('/wp-content/themes/wps/assets/img/dash-plus.svg');
}

.stm-subscribe--btn:hover,
.tickets-header .btn-primary:hover {
    border: 1px solid rgba(107, 169, 11, 1);
    background: rgba(107, 169, 11, 1);
    color: #fff !important;
}

.stm-subscribe--btn:hover.stm-subscribe--btn:before {
    background: url('/wp-content/themes/wps/assets/img/dash-plus.svg');
}

.stm-subscribe--title {
    position: relative;
    padding-left: 66px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #DA5E18;
}


.stm-subscribe--title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 33px;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    background: url('/wp-content/themes/wps/assets/img/dash-group 2.svg');
}

.stm-subscribe.woocommerce-info {
    padding: 12px;
}

.stm-new-site {
    margin-top: 20px;
}

#add-site-btn {
    padding: 10px 0;
    display: block !important;
    background: transparent !important;
    text-align: center;
    border: 1px dashed #A9B1BB !important;
    border-radius: 6px;

    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #404B5A !important;
    position: relative;
    margin-bottom: 20px;
}

#add-site-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 41.5%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background: url('/wp-content/themes/wps/assets/img/shape.svg');
}

.stm-dash-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 20px;
}

.stm-dash-content img {
    margin-bottom: 10px;
}

.stm-dash-modal {
    background: rgba(0, 0, 0, .46);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 20px;
    z-index: 9999;

    display: none;
    justify-content: center;
    align-items: center;
}

.stm-dash-modal.active {
    display: flex;
}

.stm-dash-modal-content .start_subtitle {
    margin-top: 0;
}

.stm-dash-modal-content .section_title {
    font-size: 26px;
}

.stm-dash-modal-content .section_title:after {
    display: none;
}

.stm-dash-modal-content .start_sale {
    background: rgba(233, 251, 206, 1);
    font-size: 14px;
    color: rgba(128, 189, 35, 1);

    width: max-content;
    margin-top: 20px;
    margin-bottom: 32px;
    padding: 8px 22px;
}

.stm-dash-modal-content .start.dash_start {
    padding: 31px 31px 20px;
    border-radius: 12px;
    position: relative;
}

.stm-dash-modal-content .tool-tip {
    left: -80px;
}

.stm-dash-modal-content .section_title {
    width: max-content;
    margin: 0 auto;
}

.stm-dash-modal-content .stm-close {
    content: url(/wp-content/themes/wps/assets/img/stm-dash-close.svg);
    position: absolute;
    top: 13px;
    right: 18px;
    /* transform: translate(-50%, -50%); */
    width: 36px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    border-radius: 50%;
    background: rgba(245, 245, 245, 1);
    cursor: pointer;

    transition: .2s linear;
}

.stm-dash-modal-content .stm-close:hover {
    background: rgba(216, 223, 231, 1);
}

body.stm-dash-overflow {
    overflow: hidden;
    margin-right: 10px;
}

.stm-dash-modal-content .start.dash_start .start_payment {
    margin-bottom: 10px;
    margin-top: 20px;
}

.ticket-inside .tickets-header .btn-primary {
    padding: 10px 42px 10px 14px !important;
    background: rgba(234, 238, 243, 1) !important;
    color: rgba(64, 75, 90, 1) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 19px !important;
    position: relative;
    transition: .2s linear;
    border: 1px solid  rgba(234, 238, 243, 1) !important;
}

.ticket-inside .tickets-header .btn-primary:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 80.5%;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 12px;
    background: url(/wp-content/themes/wps/assets/img/stm-dash-arrow.svg);
}

.stm-dash-modal-content .start_wr_item_cost span.plan_cost {
    font-size: 36px;
}

.stm-dash-modal-content .start_wr_item_cost .limit-price, .stm-dash-modal-content .start_wr_item_btn {
    margin-top: 15px;
}

.stm-dash-modal-content .start_wr_item_cost {
    margin-bottom: 0px;
}

.stm-dash-modal-content .plan-optional-label {
    margin: 15px 17px;
}

.add-site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.add-site-header .site-title {
    color: rgba(21, 117, 204, 1);
    font-size: 18px !important;
    line-height: 21.94px;
    font-weight: 600;
}

.stm-created span {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.stm-create-site {
    margin-top: 3px !important;
}

.edit-site, .delete-site {
    background: rgba(234, 238, 243, 1);
    padding: 8px 10px 8px 34px !important;
    border-radius: 6px;

    font-size: 13px !important;
    font-weight: 500 !important;
    color: rgba(64, 75, 90, 1) !important;
    position: relative;
}

.edit-site:before, .delete-site:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background: url(/wp-content/themes/wps/assets/img/edit_site.svg);
}

.delete-site {
    background: transparent;
    border: 1px solid rgba(216, 223, 231, 1);
    color: rgba(224, 36, 36, 1) !important;
}

.delete-site:hover,
.woocommerce-page .woocommerce .payment-method a.button.delete:hover {
    background: rgba(216, 223, 231, 1) !important;
}

.edit-site:hover {
    background: rgba(220, 226, 233, 1);
}

.panel-default > .panel-heading {
    background: rgba(234, 238, 243, 1);
    color: rgba(64, 75, 90, 1) !important;
    padding: 13px 15px !important;
}

.table-hover > tbody > tr:hover {
    background-color: transparent;
}

.panel-default {
    border: none;
}

.ticket-inside .panel-flat {
    margin: 20px;
}

.ticket-inside .panel-heading.bordered {
    background: #eaeef3 !important;
    border-bottom: 1px solid #eaeef3 !important;
}

.ticket-inside .panel-heading.bordered .number-ticket {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    font-family: 'Montserrat';
}

.woocommerce table.shop_table thead th {
    color: rgba(64, 75, 90, 1) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 19px !important;
}

.delete-site:before {
    background: url(/wp-content/themes/wps/assets/img/delete_site.svg);
    height: 18px;
}

.stm-site-screen {
    width: max-content !important;
    padding-right: 0px !important;
}

.stm-site-screen img {
    width: 200px;
    height: 140px !important;
    border: 1px solid rgba(86, 86, 86, 1) !important;
}

.site-inner {
    padding: 10px 15px 10px 10px !important;
    border: 1px solid rgba(220, 225, 232, 1) !important;
}


.woocommerce-orders-table {
    padding: 20px;
    border: none !important;
}


.woocommerce-orders-table__header-subscription-actions {
    width: 113px;
}


body .woocommerce table.my_account_orders .woocommerce-orders-table__cell-subscription-actions {
    padding-right: 0 !important;
}

/**/
.woocommerce table.shop_table > thead, .woocommerce table.shop_table.order_details > thead, .woocommerce table.shop_table.subscriptio-account-subscriptions-table > thead {
    background: rgba(234, 238, 243, 1);
    color: rgba(133, 141, 152, 1);
}

.woocommerce table.shop_table th {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 19px !important;
}

.stm-subscribe-page .stm-subscribe--btn {
    display: inline-block;
}

.woocommerce table.shop_table td a {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: 600;
    line-height: 19px !important;
}

.woocommerce table.shop_table td .stm-subscribe-status,
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    color: rgba(128, 189, 35, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 19px !important;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    color: rgba(64, 75, 90, 1) !important;
}

.stm-subscribe-page {
    padding: 20px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.stm-subscribe-page .stm-subscribe--btn {
    margin-right: 0;
}

body .woocommerce-checkout-review-order-table.shop_table thead th{
    color: #fff !important;
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-content #respond input#submit,
.woocommerce-page .woocommerce .woocommerce-MyAccount-content a.button,
.woocommerce-page .woocommerce .woocommerce-MyAccount-content button.button,
.woocommerce-page .woocommerce .woocommerce-MyAccount-content input.button,
.subscriptio-account-subscription-addresses a.edit {
    padding: 10px 42px 10px 14px !important;
    background: rgba(234, 238, 243, 1) !important;
    color: rgba(64, 75, 90, 1) !important;

    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 19px !important;
    position: relative;
    transition: .2s linear;
}

body .checkout_content .woocommerce-form-login__submit {
    width: max-content !important;
}


.woocommerce-page .woocommerce .woocommerce-MyAccount-content #respond input#submit:hover,
.woocommerce-page .woocommerce .woocommerce-MyAccount-content a.button:hover,
.woocommerce-page .woocommerce .woocommerce-MyAccount-content button.button:hover,
.woocommerce-page .woocommerce .woocommerce-MyAccount-content input.button:hover,
.subscriptio-account-subscription-addresses a.edit:hover {
    background: rgba(220, 226, 233, 1) !important;
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-content #respond input#submit:before,
.woocommerce-page .woocommerce .woocommerce-MyAccount-content a.button:before,
.woocommerce-page .woocommerce .woocommerce-MyAccount-content button.button:before,
.woocommerce-page .woocommerce .woocommerce-MyAccount-content input.button:before {
    display: none;
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-content #respond input#submit:after,
.woocommerce-page .woocommerce .woocommerce-MyAccount-content a.button:after,
.woocommerce-page .woocommerce .woocommerce-MyAccount-content button.button:after,
.woocommerce-page .woocommerce .woocommerce-MyAccount-content input.button:after,
.subscriptio-account-subscription-addresses a.edit:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 80.5%;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 12px;
    background: url('/wp-content/themes/wps/assets/img/stm-dash-arrow.svg');
}

.cart-tatal_checkout_btn:after {
    top: 50% !important;
    left: 80.5% !important;
    transform: translate(-50%, -50%);
    width: 7px !important;
    height: 12px !important;
}

.woocommerce-checkout-review-order-table .product-name,
.woocommerce-checkout-review-order-table .product-total {
    color: #fff !important;
}

body .woocommerce table.shop_table .cart-subtotal td, body .woocommerce table.shop_table .order-total td {
    border-top: 1px solid rgba(0, 0, 0, .1) !important;
}

.woocommerce #payment #place_order:after, .woocommerce-page #payment #place_order:after {
    top: 50% !important;
    left: 90% !important;
    transform: translate(-50%, -50%) !important;
    width: 7px !important;
    height: 12px !important;
}

.woocommerce #payment #place_order {
    height: max-content;
}

#add_payment_method #payment {
    box-shadow: none;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table tfoot th {
    border-top: 1px solid rgba(169, 177, 187, 1) !important;
}


.user-link:hover {
    background: rgba(220, 226, 233, 1) !important;
    color: #404245 !important;
}

.subscriptio-account-subscription-orders > h2,
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads,
.subscriptio-account-subscription-actions {
    padding: 0 20px;
}

.subscriptio-account-subscription-overview,
.edit_order_num {
    padding: 20px 20px 0px;
}

.woocommerce-order-details .woocommerce-orders-table {
    padding: 0;
}

.woocommerce-order-details .stm-subscribe-page {
    display: none;
}

.woocommerce table.shop_table {
    margin: 0 0 10px 0 !important;
}

.subscriptio-account-subscription-actions {
    margin-bottom: 60px !important;
}

.woocommerce-EditAccountForm {
    padding: 20px;
    padding-top: 30px;
    box-shadow: none;
}

#edit_billing_form {
    padding: 30px 20px 20px;
}

.woocommerce-EditAccountForm #edit_form_btn {
    position: relative;
    right: 0;
    bottom: 0;
    width: max-content;
}

.woocommerce-page .woocommerce #edit_form_btn button.button,
.woocommerce-page .woocommerce button.button[name="save_address"] {
    background: #80BD23 !important;
    border: 1px solid #80BD23 !important;
    padding: 10px 42px 10px 14px !important;
    color: #fff !important;
}


.woocommerce-page .woocommerce button.button[name="save_address"]:after,
.woocommerce-page .woocommerce button.button[name="save_account_details"]:after {
    left: 85.5%;
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-content #edit_form_btn button.woocommerce-Button.button:hover {
    border: 1px solid rgba(107, 169, 11, 1) !important;
    background: rgba(107, 169, 11, 1) !important;
    color: #fff !important;
}

.woocommerce-page .woocommerce button.button[name="save_address"] {
    position: relative !important;
    display: inline-block !important;
    top: 0 !important;
    right: 0 !important;
    margin-top: 30px;
}

.tickets-header {
    margin: 10px 0px 15px;
}

.panel-default {
    margin: 20px;
}

.ticket-panel {
    margin: 0 20px;
}

.woocommerce-page .woocommerce .payment-method a.button.delete:after {
    background: url(/wp-content/themes/wps/assets/img/delete_site.svg);
    height: 18px;
    width: 16px;
    left: 81% !important;
}

.woocommerce-page .woocommerce .payment-method a.button.default:after,
.account-payment-methods-table a:after {
    left: 87% !important;
}

.woocommerce-page .button.stm-pay-btn:after {
    left: auto !important;
    right: 15px !important;
}

.woocommerce-page .woocommerce .payment-method a.button.delete {
    background: transparent !important;
    border: 1px solid rgba(216, 223, 231, 1) !important;
    color: rgba(224, 36, 36, 1) !important;
}

.woocommerce-payment-methods .woocommerce-MyAccount-content {
    padding: 20px;
}

.woocommerce-payment-methods .woocommerce table.shop_table {
    border: none;
}

.woocommerce-PaymentMethod.woocommerce-PaymentMethod--actions.payment-method-actions {
    display: flex;
    justify-content: end;
    align-items: center;
}

.woocommerce table.shop_table {
    border-radius: 0 !important;
}

.woocommerce-MyAccount-content .woocommerce-message {
    background-color: #F0F0F0 !important;
    color: rgba(64, 75, 90, 1) !important;
    box-shadow: 0px 0px 3px rgb(31 66 98 / 20%) !important;;
}

.woocommerce table.shop_table tbody:first-child tr:first-child td {
    border: none !important;
}


body .woocommerce .woocommerce-MyAccount-content .button.stm-pay-btn {
    border: 1px solid #80BD23 !important;
    background: #80BD23 !important;
    color: #fff !important;
}

.stm-dash-text {
    padding: 0 15px;
}

body .woocommerce .woocommerce-MyAccount-content .button.stm-pay-btn:hover {
    background: rgba(107, 169, 11, 1) !important;
    border: 1px solid rgba(107, 169, 11, 1) !important;
}

body .woocommerce .woocommerce-MyAccount-content .button.stm-pay-btn:after {
    background: url(/wp-content/themes/wps/assets/img/white-arrow.svg);
}

.woocommerce-page .woocommerce button.button[name="save_address"]:after,
.woocommerce-page .woocommerce #edit_form_btn button.button:after {
    background: url(/wp-content/themes/wps/assets/img/white-arrow.svg);
}

/**/


.woocommerce-view-order .woocommerce-customer-details h2 {
    margin-top: 25px;
}

.woocommerce-view-order .subscriptio-order-related-subscriptions-title {
    margin-top: 35px;
}

.stm-dash-modal .start_wr_item_cost .limit-price::after,
.stm-dash-modal .start_wr_item_cost .limit-price::before {
    display: none;
}


@media (min-width: 992px) {
    .stm-site-info {
        width: 73%;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 130px auto;
    }
}


@media (max-width: 1199px) {
    .navbar-header {
        width: 200px;
    }

    #add-site-btn:before {
        left: 50%;
        transform: translate(-75px, -50%);
    }

}

@media (max-width: 1024px) {
    .user-link {
        width: max-content;
        margin: 0 auto;
        color: #000;
    }

    .stm-dash-modal-content {
        width: 100%;
        padding: 20px;
        height: 80vh;
        overflow: scroll;
    }

    .stm-dash-modal-content .start_sale {
        margin-bottom: 0;
    }
}

@media (max-width: 990px) {
    .stm-subscribe {
        flex-direction: column;
        height: max-content;
        padding: 15px 10px 15px;
        align-items: start;
        gap: 21px;
    }

    .stm-subscribe--title::before {
        left: 22px;
    }
}


@media (max-width: 800px) {
    .header-nav__right {
        display: flex !important;
    }
}


@media (max-width: 769px) {
    .header-nav__right {
        display: block !important;
    }

    .stm-dash-modal-content .section_title {
        width: 100%;
        line-height: 1.2;
        font-size: 24px;
    }

    .stm-dash-modal-content .start.dash_start .start_payment {
        margin-top: 15px;
    }

    .woo-user__url {
        margin-left: 0;
    }


    .page-my-account.stm-user-logged .content .woocommerce {
        display: flex;
        flex-direction: column;
        box-shadow: none;
    }

    .stm-site-screen img, .stm-site-screen {
        width: 99% !important;
        height: auto !important;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation, body.woocommerce-account .woocommerce-MyAccount-content {
        box-shadow: 0 0 27px 3px rgba(0, 0, 0, 0.05);
        border-radius: 8px;
    }

    .woocommerce-MyAccount-navigation ul {
        border-radius: 8px;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent !important;
    }

}


@media (max-width: 500px) {
    .dash_start .start_wr_hero {
        overflow-x: hidden;
        width: 100%;
    }

    .stm-dash-modal .start_wr.dash_start_wr {
        grid-template-columns: 1fr;
        min-width: 100%;
        padding: 10PX;
        margin: 0;
    }

    .start.dash_start .start_wr_item:last-child {
        margin-top: 25px;
    }

    .add-site-header {
        flex-direction: column;
        gap: 18px;
        margin-bottom: 20px;
        justify-content: start;
        align-items: start;
    }

    .woocommerce-PaymentMethod.woocommerce-PaymentMethod--actions.payment-method-actions {
        justify-content: start;
        padding-left: 0px;
    }

    .stm-dash-modal-content .section_title {
        margin-top: 20px;
    }

    .stm-dash-modal-content .start_sale {
        width: 100%;
    }

    body .woocommerce-EditAccountForm.edit-account {
        padding: 20px 15px 0;
    }

    body .woocommerce-EditAccountForm.edit-account fieldset {
        margin-bottom: 0;
    }

    .woocommerce-page .woocommerce button.button[name="save_address"] {
        width: max-content !important;
    }

    .subscriptio-account-subscriptions-table tr,
    .woocommerce table.shop_table_responsive .payment-method  {
        margin-bottom: 20px;
        border: 1px solid rgba(169, 177, 187, 1);
        border-radius: 4px;
        padding: 10px 5px;
    }

    .subscriptio-account-subscriptions-table tr td:first-child,
    .woocommerce table.shop_table .payment-method td:first-child {
        border-top: none !important;
    }

    .stm-dash-modal .start_wr {
        overflow: hidden;
    }

    .stm-subscribe--btn {
        width: 100%;
        text-align: center;
    }

    .stm-subscribe--btn:before {
        top: 50%;
        left: 50%;
        transform: translate(-83px, -50%);
    }

    .tickets-header .heading-elements {
        right: 0 !important;
        width: 100%;
        padding: 0 20px ;
    }

    .tickets-header .btn-primary {
        width: 100%;
    }

    .tickets-header .btn-primary:before {
        left: 50%;
        transform: translate(-75px, -50%);
    }

    .ticket-inside .tickets-header .btn-primary {
        width: max-content;
    }


    .woocommerce-page .woocommerce .payment-method-actions .button.default  {
        padding: 10px !important;
        font-size: 15px !important;
    }

    .payment-method-actions .button.default:after {
        display: none !important;
    }


    .dashboard_content {
        border-radius: 6px;
    }

}
