.tariffs .descr {
    display: inline-block;
    vertical-align: top;
    width: 300px;
}
.tariff{
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 380px)/3);
    text-align: center;
    margin: 0px 10px;
}
.button.subscribe{
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin: 20px auto;
    max-width: 150px;
}
.rouble {
    display: inline-block;
    font-style: normal;
    position: relative;
}
.rouble:before{
    position: absolute;
    top: 0;
    content: '-';
    margin-top: 0.1em;
    left: -0.05em;
}
.tariff h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
}
.tariff .price span {
    font-size: 36px;
    font-weight: 700;
}
.tariff .price i {
    font-size: 22px;
    font-weight: 600;
}
.tariff .period{
    color: #555;
}
.tariffs .head{
    border-bottom: 1px solid #ddd;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 10;
}
.tariffs .head .descr ul{
    margin-top: 80px;
}
.tariffs .head .descr ul li:last-child{
    margin-top: 85px;
}
.tariffs .body ul li{
    height: 30px;
    margin-top: 10px;
}
.tariffs .body ul li.descr-title{
    margin-top: 30px;
    font-weight: 600;
    white-space: break-spaces;
}
.body .tariff{
    background: aliceblue;
}
.tariff ul li{
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
}
.tariff ul li .des{
    display: none;
}
.plant-icon {
    background-image: url(../images/pricespr.png);
    background-size: 25px;
    width: 25px;
    height: 25px;
    margin: auto;
}
.plant-icon.yes {
    background-position: 0 0;
}
.plant-icon.no {
    background-position: 0 25px;
}
.tar-head{
    display: none;
}
@media (min-width: 901px) {
    .tariff{
        transform: translateX(0%) !important;
    }
}
@media (max-width: 900px) {
    .tariffs .body{
        text-align: center;
        position: relative;
        padding-bottom: 40px;
    }
    .tariff ul li .des{
        display: block;
        font-weight: 400;
        font-size: 15px;
        line-height: 30px;
        /*border-bottom: 1px solid #ddd;*/
        /*text-align: left;*/
    }
    .tariffs .descr, .tariffs .head{
        display: none;
    }
    .tariff{
        margin: 0 auto;
        width: 82%;
        max-width: 500px;
        padding: 0 15px;
        position: absolute;
        left: 0;
        right: 0;
        box-shadow: 0px 2px 5px 0px #a3a3a3;
        z-index: 1;

    }
    .tariffs .body ul li {
        height: inherit;
        margin: 5px 0px;
    }
    #tariff_1{
        position: relative;
        z-index: 3;
    }
    #tariff_2{
        z-index: 2;
        transform: translateX(7%);
    }
    #tariff_3{
        z-index: 1;
        transform: translateX(14%);
    }
    .tariff.curr {
        /*background-color: #f4f9ff;*/
    }
    .tariff.next, .tariff.prev {
        background-color: #dceeff;
        transition: transform .1s ease-in-out;
    }
    .tar-head{
        display: block;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        padding-top: 10px;
        border-bottom: 1px solid #ddd;
        background: aliceblue;
        z-index: 10;
    }
    .tariffs .body ul li.descr-title {
        margin-top: 20px;
        font-weight: 600;
        white-space: normal;
    }
    .descr-title{
        border-top: 1px solid #ddd;
    }
    .descr-title .des{
        margin-top: 10px;
        font-weight: 700 !important;
        text-align: center;
    }
    .descr-title:first-child{
        border-top: none;
    }
    .tariff ul li {
        font-size: 22px;
    }
    .period{
        white-space: break-spaces;
        margin-bottom: 10px;
    }
    .button.subscribe {
        margin: 10px auto;
    }
    .tariff h3 {
        margin: 10px 0;
    }
    .tar:not(curr) ul, .tar:not(curr) .tar-head{
        opacity: 0;
    }
    .tar.curr ul, .tar.curr .tar-head{
        opacity: 1;
    }
    .bg-grey.no {
        background: #fff;
    }
    .arrow {
        cursor: pointer;
        position: absolute;
        top: calc(50% - 16px);
        top: 40px;
        width: 36px;
        height: 36px;
        border-top: 6px solid #45c1e5;
        border-right: 6px solid #45c1e5;
        /* margin-right: 60px; */
        border-radius: 5px;
        -webkit-tap-highlight-color: transparent;
        -ms-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
    }
    .arrow-right {
        right: 10px;
        transform: rotate(45deg);
    }
    .arrow-left {
        left: 10px;
        transform: rotate(-135deg);
    }
}
.btn-plus, .btn-minus{
    background: #4bc9ea;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    -webkit-tap-highlight-color: transparent;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    transition: background-color 0.1s ease-in-out;
}
.btn-plus{
    right: 15px;
}
.btn-minus{
    line-height: 28px;
    left: 15px;
    visibility: hidden;
}
.btn-plus:hover, .btn-minus:hover{
    background: #63daf6;
}
.plant-add {
    width: 64px;
    height: 64px;
    background-image: url("../images/plantspr.png");
    margin: 10px 10px 5px 0px;
    display: inline-block;
}
.plant-add.order {
    background-position: 0 128px;
}
.plant-add.user {
    background-position: 0 64px;
}
.plant-option{
    display: inline-block;
    min-width: 260px;
    width: 32%;
    margin: 20px auto;
}
.plant-option div {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.plant-option h3 {
    margin: 0;
    font-size: 16px !important;
    height: 32px;
}
.plant-add-text {
    width: calc(100% - 90px);
    padding-left: 10px;

}
.plant-option .price {
    font-size: 28px;
    margin: 10px 0 0px;
}
.plant-option .rouble{
    font-size: 20px;
}
.plant-option .grey{
    margin-top: 0;
    color: #aaa;
}
.plants-faq{
    display: inline-block;
    width: calc(50% - 10px);
    vertical-align: top;
    padding: 0 30px;
    line-height: 1.5em;
}
.plants-faq h3{
    background: #c8ffcc;
    padding: 15px 20px;
    border-radius: 50px;
}
.plants-faq p {
    padding: 10px 20px;
    font-weight: 500;
}
@media (max-width: 900px) {
    .plants-faq{
        display: block;
        width: calc(100% - 10px);
        vertical-align: top;
        padding: 5px 0px;
        line-height: 1.5em;
    }
}
.a {
    color: #45c1e5;
}
.f500 {
    font-weight: 500;
}
.padding-bottom-40{
    padding-bottom: 40px;
}