.home{
    background-color: white;
    max-width: 100%;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
}

.content-title{
    font-size: 24px!important;
}

@media screen and (min-width: 768px) {
    .home{
        max-width: 768px;
        margin-left: calc(50% - 384px);
    }
}

.first-section{
    background: url('/static/images/home/bg.png');
    height: 768px;
}

.first-section > .section-title{
    font-size: 24px;
    font-weight: bold;
}

.first-section > .section-content{
    font-size: 19px;
}

.first-section > .section-head{
    padding-top: 10px;
}

.first-section > .section-image{
    position: relative;
    width: 1px;
    margin: auto;
}

.first-section > .section-image > img {
    position: absolute;
    height: 480px;
    top: -35px;
    left: -320px;
}

.first-section > .section-join{
    display: flex;
    justify-content: center;
    margin-top: 340px;
}

.first-section > .section-join > a{
    position: absolute;
    z-index: 1000;
}

.section-button{
    color: white;
    background: black;
    width: 150px;
    font-weight: bold;
    border-radius: 9px;
    font-size: 18px;
    padding: 8px 20px;
    box-sizing: border-box;
}

.second-section{
    background: url('/static/images/home/bgpawstop3.jpg');
    height: 756px;
}

.second-section > div {
    width: 335px;
    margin: auto;
}

.second-section > div > .title {
    font-size: 96px;
    line-height: 96px;
    color: #AE66F6;
    margin-top: 38px;
    font-weight: bold;
}

.second-section > div > .content {
    font-size: 19px;
    line-height: 28px;
    margin-top: 20px;
    max-width: 100vw;
}

.third-section{
    height: 738px;
    background: url('/static/images/home/fastsolutions.png');

    -moz-background-size: 815px; /* Firefox 3.6+ */
    -webkit-background-size: 815px; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 815px; /* Opera 9.6+ */
    background-size: 815px; /* Современные браузеры */
}

.third-section > .text {
    font-size: 19px;
    line-height: 28px;
    padding-top: 120px;
}

.third-section > img {
    margin-top: 40px;
    max-width: calc(100% - 20px);
}

.fourth-section{
    height: 520px;
}

.fourth-section > .title{
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

.fourth-section > .content {
    color: #777777;
    font-size: 19px;
    line-height: 28px;
    margin-top: 30px;
    max-width: 100vw;
}

.fourth-section > .section-image{
    position: relative;
    width: 1px;
    margin: auto;
}

.fourth-section > .section-image > img {
    position: absolute;
    height: 480px;
    top: 20px;
    left: -333px;
}

.fifth-section{
    height: 1144px;
    background: url('/static/images/home/bg-rev.png');
    padding-top: 145px;
}

.fifth-section > .title{
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.fifth-section > .feedback {
    width: 335px;
    max-width: calc(100% - 20px);
    padding: 30px;
    background-color: white;
    border-radius: 17px;
    margin: auto auto 20px;
}

.fifth-section > .feedback > .text {
    line-height: 28px;
    color: #777777;
    text-align: left;
}

.fifth-section > .feedback > .author {
    display: flex;
    margin-top: 12px;
}

.fifth-section > .feedback > .author > .photo {
    overflow: hidden;
    border-radius: 200px;
    width: 60px;
    height: 60px;
}

.fifth-section > .feedback > .author > .photo > img {
    width: 60px;
    height: 60px;
}

.fifth-section > .feedback > .author > .name {
    margin: auto 25px;
    font-weight: bold;
}

.sixth-section{
    height: 566px;

    background: url('/static/images/home/bgpawstop3.jpg') no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: contain;
}

.sixth-section > .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
}

.sixth-section > .section-join {
    display: flex;
    justify-content: center;
    margin: 45px 0;
}

.seventh-section{
    padding: 0 0 60px;
}

.seventh-section > .title{
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .sixth-section{
        background-size: cover!important;
    }

    .fixed-footer{
        padding: 0 5px!important;
    }
}

.fixed-footer{
    position: fixed;
    z-index: 1001;
    bottom: 0;
    background-color: #FFFB92;
    width: 768px;
    max-width: 100vw;
    display: flex;
    justify-content: space-between;
    height: 74px;
    padding: 0 20px;
}

.fixed-footer > div {
    margin: auto 0;
}

.btn-small{
    width: 80px;
    height: 30px;
    font-size: 14px;
    white-space: nowrap;
    padding: 0;
}

#timer{
    height: 60px;
}

.hot-plan{
    height: 60px;
    display: flex;
    background: white;
    justify-content: space-between;
    padding: 0 20px;
    line-height: initial;
    position: fixed;
    width: 100%;
    max-width: 768px;
    z-index: 1001;
}

.time{
    display: flex;
    margin: auto 0;
}

.numbers{
    margin: 0 5px;
}

.numb{
    font-size: 36px;
    color: #AE66F6;
    font-weight: bold;
    text-align: right;
    line-height: 32px;
}

.unit{
    font-size: 10px;
}

.crops{
    font-size: 34px;
    color: #AE66F6;
}

.hot-plan > a {
    margin: auto 0;
}

.hot-plan .btn.btn-main {
    height: 35px;
    font-size: 12px;
}

.plans-container{

}

.plan{
    background: #FBF9FC;
    border: 1px solid #E7E7E7;
    max-width: 530px;
    border-radius: 7px;
    margin: 20px auto;
    cursor: pointer;
    width: calc(100vw - 40px);
}

.plan > .popular-plan {
    height: 24px;
    background: #FFFC81;
    border-radius: 7px 7px 0 0;
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
}

.plan-details{
    display: flex;
    height: 76px;
}

.plan-title{
    font-size: 14px;
    font-weight: bold;
    flex-grow: 1;
    text-align: left;
    margin: auto;
    line-height: 16px;
}

.plan-chose{
    width: 24px;
    min-width: 24px;
    height: 24px;
    border: 2px solid #D1D1D1;
    border-radius: 24px;
    margin: auto 15px auto 20px;
}

.plan-footer{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    color: #737373;
    margin: 5px 0 10px;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
}

.plan-price{
    display: flex;
    width: 120px;
    min-width: 120px;
    background: url(/static/images/home/price-rev.svg) center;
    margin: 0 -10px 0 2px;
    color: #85888D;
    padding: 5px 20px;
}

.plan-price > .dollar{
    font-size: 16px;
    line-height: 56px;
}
.plan-price > .dollar-price{
    font-size: 36px;
    line-height: 65px;
}

.cents-detail{
    line-height: 14px;
    text-align: left;
    margin: auto;
}

.cents{
    font-size: 16px;
}

.per-week{
    font-size: 10px;
    color: #A8A6AB;
}

.accept{
    margin: 20px;
}

input[type="radio"]{
    display: none;
}

input[type="radio"]:checked+label .plan{
    border: 1px solid #AE66F6;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}

input[type="radio"]:checked+label .plan-chose{
    border: 2px solid #AE66F6;
}

input[type="radio"]:checked+label .plan-chose > div{
    background-color: #AE66F6;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    margin: 2px;
}

input[type="radio"]:checked+label .dollar,
input[type="radio"]:checked+label .dollar-price,
input[type="radio"]:checked+label .cents{
    color: black;
}

input[type="radio"]:checked+label .plan-price{
    background: url(/static/images/home/price.svg) center;
}

.checkout-terms{
    color: #85888D;
    line-height: 20px;
    padding: 0 20px;
    margin: auto;
    max-width: 470px;
}

.checkout-terms a{
    text-decoration: underline;
}

.checkout-terms img{
    padding-right: 3px;
}

.security-badge{
    margin: 2rem 5px 5px;
}

.security-badge > img {
    max-width: 335px;
    width: 100%;
}


#site-footer {
    background-color: #fafafa;
    box-shadow: 0px -10px 50px rgba(0,0,0,.1);
    height: auto;
    padding: 30px 0;
}

#site-footer .section-inner {
    align-items: initial;
    flex-wrap: wrap;
    justify-content: initial;
    display: flex;
}

.section-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
    width: calc(100% - 4rem);
}

.foo-col-1, .foo-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.foo-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}

.foo-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}

#site-footer a {
    text-decoration: none;
}

.foo-link-cont {
    margin-bottom: 5px;
}

.yellink {
    background: #fffb92;
    margin-bottom: 14px;
}

.foo-link {
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    text-decoration: underline;
    color: #000;
    text-decoration: underline!important;
}

.foo-he {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #000;
}

.foo-col-2 .foo-he {
    margin-bottom: 22px;
}

.foo-but-img {
    width: 25%;
    display: inline-block;
    margin-right: 22px;
}

.foo-but-img img {
    width: 100%;
}

.foo-but-img:last-child {
    margin-right: 0;
}

.foo-col-3 .foo-he {
    margin-bottom: 28px;
}

.foo-link-cont {
    margin-bottom: 5px;
}

.foo-col-4 .foo-he {
    margin-bottom: 15px;
}

.foo-soc-img {
    display: inline-block;
    margin-right: 10px;
}

.foo-soc-img:last-child {
    margin-right: 0;
}

@media (min-width: 700px) {
    #site-footer {
        font-size: 1.8rem;
        padding: 4.3rem 0;
    }
}

@media (max-width: 1139px) {
    .section-inner {
        width: calc(100% - 40px);
    }
}

@media (min-width: 700px) {
    .section-inner {
        width: calc(100% - 40px);
    }
}

@media (max-width: 1199px) {
    .foo-col-1, .foo-col-3, .foo-col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media (max-width: 1199px) {
    .foo-col-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
}

@media (max-width: 1199px) {
    .foo-col-3, .foo-col-4 {
        margin-top: 87px;
    }
}

@media (max-width: 767px) {
    .foo-col-1, .foo-col-2, .foo-col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .foo-col-2, .foo-col-3, .foo-col-4 {
        margin-top: 42px;
    }

    .foo-but-img {
        width: 42%;
        margin-bottom: 21px;
        margin-right: 15px;
    }

    .foo-soc-img {
        margin-right: 0;
        width: 20%;
    }

    .foo-col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}