
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Source Sans Pro', sans-serif;
    background-image: url("../images/body-bg.jpg");
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

h1 {
    font-size: 46px;
    line-height: 51px;
    color: #3d3d3d;
}

h2 {
    font-size: 36px;
    line-height: 41px;
    color: #aa0000;
    margin-bottom: 30px;
}

h3 {
    font-size: 26px;
    line-height: 32px;
    color: #aa0000;
}

h4 {
    font-size: 22px;
    line-height: 26px;
    color: #3d3d3d;
    margin-top: 10px;
    margin-bottom: 0;
    font-family: 'Roboto Slab', serif;
}

h5 {
    font-size: 34px;
    line-height: 40px;
    font-style: italic;
    text-transform: uppercase;
    color: #adadad;
    background-color: #f5f5f5;
    margin-left: -50px;
    margin-bottom: 0;
    padding: 46px 70px;
    -webkit-clip-path: polygon(100% 0, 85% 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 85% 100%, 0 100%, 0 0);
}

p,
a,
ul li,
ol li {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #3d3d3d;
    margin-bottom: 25px;
}

small,
small a {
    font-size: 16px;
    line-height: 22px;
}

.p-txt--14 p {
    font-size: 14px;
    line-height: 18px;
}

ul li,
ol li { line-height: 28px; }

ol { padding-left: 30px; }

ol li {
    list-style: decimal;
    font-weight: 700;
    padding-left: 20px;
}

main {
    max-width: 950px;
    width: 100%;
    display: block;
    margin: auto;
    background-color: #fff;
}

.wrap {
    max-width: 890px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    margin: auto;
}

.txt--center p { text-align: center; }

.txt--white p { color: #fff; }
.txt--red { color: #aa0000; }
.txt--light-black { color: #3d3d3d; }
.txt--yellow { color: #f5ff38; }
.txt--olive { color: #aaaa00; }
.txt--blue { color: #2e82bc; }

.bg--gray { background-color: #fbfbfb; }
.bg--ligh-gray { background-color: #fdfdfd; }
.bg--yellow { background-color: #f5ff38; }
.bg--red { background-color: #aa0000; }
.bg--ligh-red { background-color: #cc0000; }
.bg--light-black { background-color: #3d3d3d; }

.bg--properties {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-hero1 { background-image: url("../images/hero1-bg.jpg"); }
.bg-hero2 { background-image: url("../images/hero2-bg.jpg"); }
.bg-hero3 { background-image: url("../images/hero3-bg.jpg"); }
.bg-hero4 { background-image: url("../images/hero4-bg.jpg"); }
.bg-hero5 { background-image: url("../images/hero5-bg.jpg"); }
.bg-hero6 { background-image: url("../images/hero6-bg.jpg"); }
.bg-hero7 { background-image: url("../images/hero7-bg.jpg"); }
.bg-quote { background-image: url("../images/quote-bg.png"); }

.txt--20 {
    font-size: 20px;
    line-height: 25px;
}

.txt--22 {
    font-size: 22px;
    line-height: 28px;
}

.txt--24 {
    font-size: 24px;
    line-height: 30px;
}

.txt--26 {
    font-size: 26px;
    line-height: 32px;
}

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

.txt--44 {
    font-size: 44px;
    line-height: 50px;
}

.txt--46 {
    font-size: 46px;
    line-height: 52px;
}

.img--right,
.float--right { float: right; }

.img--left,
.float--left { float: left; }

.box-shadow {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.08);
}
.pre-head img {
    height: 100%;
    min-height: 45px;
}

.panel {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    margin: 30px auto;
    padding: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.08);
}

.img--center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.list-check li {
    padding-left: 40px;
    margin-left: 20px;
    background-position: left 3px;
    background-repeat: no-repeat;
}

.list-check--green li { background-image: url("../images/check.png"); }

.btn--properties {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    position: relative;
    padding: 20px;
    max-width: 520px;
    margin-bottom: 50px;
    border-radius: 10px;
    border-top: 5px solid #fff800;
    border-bottom: 5px solid #ffa200;
    background: rgb(255,193,0);
    background: -moz-linear-gradient(0deg, rgba(255,193,0,1) 0%, rgba(255,248,0,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,193,0,1) 0%, rgba(255,248,0,1) 100%);
    background: linear-gradient(0deg, rgba(255,193,0,1) 0%, rgba(255,248,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc100",endColorstr="#fff800",GradientType=1);
    -webkit-transition: none;
         -o-transition: none;
            transition: none;
}

.btn--properties:before {
    content: "";
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -66px;
    width: 126px;
    height: 126px;
    display: block;
    background-image: url("../images/guarantee.png");
    background-repeat: no-repeat;
}

.btn--properties:hover {
    border-top: 5px solid #ffa200;
    border-bottom: 5px solid #fff800;
    background: rgb(255,193,0);
    background: -moz-linear-gradient(180deg, rgba(255,193,0,1) 0%, rgba(255,248,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,193,0,1) 0%, rgba(255,248,0,1) 100%);
    background: linear-gradient(180deg, rgba(255,193,0,1) 0%, rgba(255,248,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc100",endColorstr="#fff800",GradientType=1);
}

.no-link {
    margin: 30px auto;
    display: block;
    color: #2e82bc;
    text-align: center;
    text-decoration: underline;
}

.img-txt {
    position: relative;
    max-width: 333px;
    width: 100%;
}

.max-width--192 { max-width: 192px; }
.max-width--300 { max-width: 300px; }
.max-width--348 { max-width: 348px; }

.arrow-properties {
    position: absolute;
    bottom: -5px;
}

.arrow--right { right: -15px; }
.arrow--left { left: 15px; }

.quote-properties {
    max-width: 400px;
    width: 100%;
    margin: 20px auto;
    display: block;
    padding: 60px;
}

.quote-properties p { font-family: "Roboto Slab", sans-serif; }

/*Price Panel*/

.border--dashed { border: 3px dashed #aa0000; }

.panel__heading--after { position: relative; }
.panel__heading--after:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 100px;
    height: 20px;
    display: block;
    margin: auto;
    background-image: url("../images/red-arrow-bot.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.wrap--small {
    max-width: 700px;
    width: 100%;
    margin: auto;
}

.real-val .txt-preprice,
.today-val .txt-preprice {
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: -2px;
}

.real-val .txt-preprice {
    font-size: 32px;
    line-height: 32px;
}

.today-val .txt-preprice {
    font-size: 56px;
    line-height: 56px;
}

.real-val .price,
body.upsell4 .real-val .price {
    font-size: 110px;
    line-height: 110px;
    font-weight: 900;
    letter-spacing: -3px;
    margin-bottom: 0;
}

.real-val .price span { position: relative; }
.real-val .price span:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -5px;
    width: 100%;
    height: 10px;
    display: inline-block;
    background-color: #aa0000;
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.08);
}

.today-val .price,
body.upsell3 .today-val .price,
body.upsell4 .today-val .price {
    font-size: 162px;
    line-height: 162px;
    font-weight: 900;
    color: #12ae37;
    letter-spacing: -8px;
}

/*End Price Panel*/

.panel.bonus,
.panel.testimonial { padding: 20px 40px; }

.test-img { margin: -40px 40px -40px -40px; }

.panel__heading {
    padding: 20px 10px 20px;
    margin: -20px -20px 20px;
}

.panel.bonus .panel__heading { margin-bottom: 30px; }

.panel__heading h2 { margin-bottom: 0; }

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

.panel.bonus { padding: 20px 20px 0; }

.bundle-img {
    width: 100%;
    max-width: 797px;
}

/*FAQ*/

.faq-wrap {
    background-color: #fff;
    margin: 20px 0;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
}

.faq-ques {
    padding: 20px;
    border-radius: 7px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.open.faq-ques {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.faq-ans {
    padding: 20px;
    z-index: 3;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    position: relative;
    display: none;
}

/*End FAQ*/


h1 sup,
h2 sup {
    top: -0.8em;
    font-size: 50%;
}

.m-tb--30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.m-lb--30 {
    margin-left: 30px;
    margin-bottom: 30px;
}

.m-rb--30 {
    margin-right: 30px;
    margin-bottom: 30px;
}

.m-lb--m-20 {
    margin-left: -20px;
    margin-bottom: -20px;
}

.m-rb--m-20 {
    margin-right: -20px;
    margin-bottom: -20px;
}

.m-lr--m-50 {
    margin-left: -50px;
    margin-right: -50px;
}

.m--m20 { margin: -20px; }
.m-r--20 { margin-right: 20px; }
.m-r--30 { margin-right: 30px; }
.m-l--30 { margin-left: 30px; }
.m-t--20 { margin-top: 20px; }
.m-t--30 { margin-top: 30px; }
.m-b--0 { margin-bottom: 0; }
.m-b--15 { margin-bottom: 15px; }
.m-b--20 { margin-bottom: 20px; }
.m-b--40 { margin-bottom: 40px; }
.m-b--50 { margin-bottom: 50px; }
.m-lb--30 { margin-left: 30px; }
.m-t--m13 { margin-top: -13px; }


.p-m-b--10 p { margin-bottom: 10px; }

.p-tb--10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-tb--20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-tb--30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.p-tb--40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p-tb--50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.p-lr--20 {
    padding-left: 20px;
    padding-right: 20px;
}

.p-lr--30 {
    padding-left: 30px;
    padding-right: 30px;
}

.p-t--10 { padding-top: 10px; }
.p-b--10 { padding-bottom: 10px; }
.p--25 { padding: 25px; }
.p-t--30 { padding-top: 30px; }
.p-t--40 { padding-top: 40px; }
.p-b--30 { padding-bottom: 30px; }
.p-l--60 { padding-left: 60px; }
.p-r--20 { padding-right: 20px;}
.p-r--30 { padding-right: 30px;}
.p-r--60 { padding-right: 60px; }

.b-t--0 { border-top: 0; }

.m--custom { margin: -30px 40px 0 30px; }

.break-word { word-wrap: break-word; }

/* UPSELL 1*/

body.upsell .price {
    font-size: 96px;
    line-height: 100px;
    font-weight: 900;
    text-align: center;
    color: #13ae38;
}

.clip-path {
    -webkit-clip-path: polygon(100% 0, 85% 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 85% 100%, 0 100%, 0 0);
}

.width--60 { width: 60%; }


/* END UPSELL 1*/


/* UPSELL 2*/

.price-after { position: relative; }

.price-after:after {
    content: "";
    position: absolute;
    top: -40px;
    right: -25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 120px;
    height: 120px;
}

.value-47:after { background-image: url("../images/value-47.png")}
.value-27:after { background-image: url("../images/value-27.png")}
.value-37:after { background-image: url("../images/value-37.png")}

.upsell-bonus .panel__heading { margin-bottom: 30px; }

.upsell2 .panel { padding-bottom: 0; }

/* END UPSELL 2*/

/* UPSELL 3*/


body.upsell3 .real-val .price,
body.upsell4 .real-val .price { color: #3d3d3d; }

.check-group {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 50px;
    cursor: pointer;
    font-size: 18px;
    color: #3d3d3d;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.check-group input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.check-group input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #f8f8f8;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}

.check-group input:checked ~ .checkmark { background-color: #f8f8f8; }

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-group input:checked ~ .checkmark:after { display: block; }

.check-group .checkmark:after {
    left: 8px;
    top: 2.5px;
    width: 7px;
    height: 14px;
    border: solid #12ae37;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);;
}

/* END UPSELL 3*/


/*----------------------------------------------------------------------------*/
/*#THANK YOU PAGES*/
/*----------------------------------------------------------------------------*/

body.ty-page {
    background-color: #3a3a3a;
    background-image: none;
}

body.ty-page main { max-width: 1000px; }

body.ty-page .wrap { max-width: 960px; }

body.ty-page h1 {
    font-size: 60px;
    line-height: 70px;
}


/*----------------------------------------------------------------------------*/
/*#RESPONSIVE STYLE*/
/*----------------------------------------------------------------------------*/

@media (max-width: 900px)  {
    .panel.testimonial { padding: 10px 20px; }
    .test-img { margin: -10px 20px -10px -20px; }
    .panel.testimonial img.m-b--20 { margin-bottom: 10px; }
    .panel.testimonial p { margin-bottom: 10px;}

    .m--custom { margin: -30px 0 20px; }

    h1 .d-block,
    a .d-block { display: inline !important; }


    body.ty-page h1 .d-block { display: block !important; }
}

@media (max-width: 830px)  {
    h1 {
        font-size: 40px;
        line-height: 46px;
    }

    h5 {
        margin-left: -20px;
        padding: 46px 50px 46px 20px;
    }

    .tablet-logos--properties { margin: auto; }
    .tablet-logos--properties img{ padding: 0 10px; }

    .today-val .price,
    body.upsell3 .today-val .price,
    body.upsell4 .today-val .price {
        font-size: 120px;
        line-height: 130px;
    }

    .real-val .price,
    body.upsell4 .real-val .price {
        font-size: 100px;
        line-height: 110px;
    }

    body.ty-page h1 {
        font-size: 50px;
        line-height: 54px;
    }

    body.ty-page .mobile-width--100 { width: 100%; }
}

@media (max-width: 767px)  {
    h1 {
        font-size: 36px;
        line-height: 39px;
    }

    h2 {
        font-size: 30px;
        line-height: 33px;
        color: #aa0000;
        margin-bottom: 20px;
    }

    h5 {
        font-size: 28px;
        line-height: 34px;
    }

    .txt--24 {
        font-size: 22px;
        line-height: 25px;
    }

    .txt--46 {
        font-size: 36px;
        line-height: 41px;
    }

    .btn--properties:before {
        margin-top: -42px;
        width: 86px;
        height: 86px;
        background-size: contain;
    }

    .pre-head .d-block,
    h2 .d-block,
    h3 .d-block,
    p .d-block { display: inline !important; }

    body.upsell4 .panel__heading-properties .d-block { display: block !important; }

    .panel__heading-properties { padding: 30px 20px; }

    .btn--properties {
        font-size: 33px;
        line-height: 33px;
        padding: 15px;
        margin-bottom: 30px;
    }

    .panel-mobile-properties { display: block !important; }

    .panel-mobile-properties p {
        text-align: center;
        padding: 20px;
        width: 100%;
    }

    .panel-mobile-properties p .d-block { display: inline !important; }

    .clip-path {
        -webkit-clip-path: none;
                clip-path: none;
    }

    body.upsell .panel .col-12 img {
        display: block;
        margin: auto;
    }

    .m--custom { margin: auto; }

    .mobile-m-b--50 { margin-bottom: 50px; }

    .panel__body {
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-p--20 { padding: 20px; }
    .mobile-p-t--40 { padding-top: 40px; }

    .real-val .txt-preprice {
        font-size: 30px;
        line-height: 30px;
    }

    .today-val .txt-preprice {
        font-size: 38px;
        line-height: 45px;
    }

    body.ty-page h2 .d-block { display: block !important; }

    .tablet-m-b--20 { margin-bottom: 20px; }
}

@media (max-width: 750px)  {
    h5 {
        font-size: 28px;
        line-height: 34px;
        -webkit-clip-path: none;
                clip-path: none;
        margin: 0 -20px;
        padding: 20px;
    }

    .tablet-logos--properties { padding: 20px 0; }
    .tablet-d--block { display: block !important; }
}

@media (max-width: 700px)  {
    .test-img { margin: 0 20px 0 0; }
    .panel.testimonial { padding: 20px; }

    .img--right,
    .float--right,
    .img--left,
    .float--left {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .tablet-d--none { display: none; }

    .p-tb--50 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .panel.testimonial .d-flex {
        -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
               -ms-flex-direction: column;
                   flex-direction: column;
    }

    .guarantee-mobile {
        position: absolute;
        bottom: 20px;
        margin-bottom: 0;
        left: 0;
        right: 0;
    }

    .mobile-m-b--150 { margin-bottom: 150px; }

    .btn--properties:before { left: -20px; }

    .btn--properties { max-width: 480px; }

    p.p-t--10,
    p.p-t--30 { padding-top: 0; }

    .quote-mobile {
        max-width: 35px !important;
        margin-top: 20px;
    }

    h3 {
        font-size: 25px;
        line-height: 28px;
    }

    .today-val .price,
    body.upsell3 .today-val .price,
    body.upsell4 .today-val .price {
        font-size: 105px;
        line-height: 115px;
    }

    .real-val .price,
    body.upsell4 .real-val .price {
        font-size: 85px;
        line-height: 85px;
    }

    .no-link .d-block { display: none !important; }

    body.upsell .pre-head .p--25 { padding: 10px; }
    body.upsell .pre-head .d-flex { display: inline-block !important; }
    body.upsell .pre-head img { float: left; }

    .price-after {
        max-width: 300px;
        margin: auto;
    }

    .price-after:after {
        top: -10px;
        right: -20px;
    }


    body.ty-page h1 {
        font-size: 44px;
        line-height: 48px;
    }
}

@media (max-width: 575px)  {
    h1 {
        font-size: 26px;
        line-height: 30px;
    }

    body.ty-page h1 {
        font-size: 35px;
        line-height: 39px;
    }

    h2 {
        font-size: 22px;
        line-height: 25px;
    }

    h3 {
        font-size: 20px;
        line-height: 24px;
    }

    h4 { font-size: 19px; }

    h4 .d-block { display: inline !important; }

    .txt--22 {
        font-size: 19px;
        line-height: 24px;
    }

    .txt--24 {
        font-size: 20px;
        line-height: 23px;
    }

    .txt--26 {
        font-size: 22px;
        line-height: 23px;
    }

    .txt--46 {
        font-size: 29px;
        line-height: 34px;
    }

    .p-tb--30 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .btn--properties {
        font-size: 26px;
        line-height: 26px;
        padding: 12px;
        max-width: 430px;
    }

    img {
        width: 100%;
        max-width: 230px;
    }

    .arrow-properties { max-width: 55px; }
    .guarantee-mobile { max-width: 126px; }

    .tablet-logos--properties img {
        max-width: unset;
        width: auto;
    }

    .panel__heading { padding: 10px 10px 10px; }

    .real-val .txt-preprice {
        font-size: 27px;
        line-height: 26px;
    }

    .real-val .price,
    body.upsell4 .real-val .price {
        font-size: 70px;
        line-height: 70px;
    }

    .today-val .txt-preprice {
        font-size: 34px;
        line-height: 35px;
    }

    .today-val .price,
    body.upsell3 .today-val .price,
    body.upsell4 .today-val .price {
        font-size: 110px;
        line-height: 120px;
    }

    .txt--28 {
        font-size: 24px;
        line-height: 28px;
    }

    body.upsell .price {
        font-size: 86px;
        line-height: 86px;
    }

    ul li,
    ol li { margin-bottom: 20px; }

    .pre-head .p--25 { padding: 10px;}

    .pre-head img.p-r--20 { padding-right: 7px; }
    .pre-head img {
        max-width: 45px;
        min-height: 100%;
    }

    body.ty-page .panel__body .m-b--40:last-child { margin-bottom: 0; }
}

@media (max-width: 480px)  {
    h1 {
        font-size: 25px;
        line-height: 26px;
    }

    body.ty-page h1 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 24px;
        line-height: 27px;
    }

    h3 {
        font-size: 20px;
        line-height: 22px;
    }

    h4 {
        font-size: 20px;
        line-height: 22px;
    }

    h5 {
        font-size: 25px;
        line-height: 29px;
        padding: 15px;
    }

    .txt--20,
    .txt--22 {
        font-size: 18px;
        line-height: 24px;
    }

    .txt--24 {
        font-size: 18px;
        line-height: 21px;
    }

    .txt--26 {
        font-size: 19px;
        line-height: 20px;
    }

    .txt--28 {
        font-size: 22px;
        line-height: 25px;
    }

    .txt--46 {
        font-size: 24px;
        line-height: 30px;
    }

    .p-tb--30 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .btn--properties {
        font-size: 25px;
        line-height: 25px;
        padding: 12px 12px 12px 70px;
        max-width: 430px;
        text-transform: capitalize;
    }

    .quote-properties { padding: 50px 30px; }

    .btn--properties:before {
        left: -10px;
        margin-top: -34px;
        width: 70px;
        height: 70px;
    }

    body.upsell .price {
        font-size: 76px;
        line-height: 76px;
    }

    .panel-mobile-properties p { padding: 15px 10px; }

    .price-after:after {
        width: 100px;
        height: 100px;
    }

    .list-check li { margin-left: 10px; }

    .mobile-m-b--20 { margin-bottom: 20px; }
}

@media(max-width: 400px) {
    .quote-properties {
        padding: 50px 0;
        background-position: right;
        background-size: auto;
    }

    .quote-properties p { padding: 10px 30px; }


    body.ty-page h1 {
        font-size: 26px;
        line-height: 30px;
    }
}

@media(max-width: 340px) {
    h1 {
        font-size: 24px;
        line-height: 26px;
    }

    body.ty-page h1 {
        font-size: 24px;
        line-height: 26px;
    }

    h2 {
        font-size: 23px;
        line-height: 26px;
    }

    h3 {
        font-size: 21px;
        line-height: 26px;
    }

    h4 {
        font-size: 19px;
        line-height: 21px;
    }

    h5 {
        font-size: 23px;
        line-height: 27px;
    }

    .btn--properties {
        font-size: 20px;
        line-height: 20px;
    }

    .btn--properties:before { margin-top: -34px; }
}