@media handheld, only screen and (max-width: 767px) {

    body { }

    .container .row {
        box-sizing: border-box;
        padding-left: 30px;
        padding-right: 30px;
    }

    .logo {
        display: none !important;
    }
    .logo.mobile {
        display: block !important;
        height: 54px;
        margin: 35px 0 0 0;
    }

    .header .row > div {
        padding-left: 0;
        padding-right: 0;
    }
    .header .row .last {
        /*display: none;*/
    }
    .header .hcontacts {
        text-align: left;
        margin-right: 0;
    }
    .header .contact {
        margin: 30px 0 0 0;
    }
    .header .contact img {
        width: 30px;
        height: 30px;
    }
    .header .contact.phone a {
        font-size: 11px;
        margin: 0 10px 0 5px;
    }
    .header .contact.mail a {
        font-size: 11px;
        margin: 0 10px 0 5px;
    }


    .header .menu {
        display: none;
    }


    .leading  {
        padding-top: 30px;
        padding-bottom: 80px;
    }
    .leading .bg {
        top: 95px;
        height: 134px;
    }
    .leading .row > div {
        padding-left: 0;
        padding-right: 0;
    }

    .leading .title {
        font-size: 25px;
        line-height: 25px;
    }
    .leading .heading {
        font-size: 14px;
        line-height: 14px;
        margin: 20px 0 30px;
    }


    .hero {
        height: 265px;
        background-size: cover;
        background-position: center right;
    }
    .hero .wrapper {
        height: auto;
        padding: 0;
        padding-right: 20px;
        top: auto;
        bottom: 20px;
    }
    .hero .wrapper .text {
        font-size: 16px;
        line-height: 16px;
        width: auto !important;
        padding: 20px 30px 20px 40px;
    }

    .benefit .bg {
        display: none;
    }
    .benefit .row > div {
        padding-left: 0;
        padding-right: 0;
    }
    .benefit h2 {
        font-size: 16px;
        line-height: 16px;
        margin-top: 67px;
        margin-bottom: 67px;
    }
    .benefit .features {
    }
    .benefit .features .item {
        width: auto;
        height: auto;
        margin-bottom: 30px;
    }
    .benefit .features .item > span {
        display: block;
        position: absolute;
        font-size: 55px;
        font-weight: 900;
        color: #71B62F;
        width: 55px;
        font-family: 'Proxima Nova';
        left: 0px;
        top: 5px;
    }
    .benefit .features .item > div {
        font-size: 14px;
        line-height: 14px;
        padding-left: 50px;
    }




    .portfolio .row > div {
        padding-left: 0;
        padding-right: 0;
    }
    .portfolio h2 {
        font-size: 16px;
        line-height: 16px;
        margin-top: 67px;
        margin-bottom: 67px;
    }
    .portfolio .control {
        display: none;
    }
    .portfolio .carousel {
        overflow-x: scroll;
    }
    .portfolio .carousel .slide {
        display: inline-block;
        height: 220px;
        min-height: 220px;
        /*background-color: #00000030;*/
        /*margin-right: 20px;*/
    }



    .catalog {
        padding-bottom: 60px;
    }
    .catalog p {
        line-height: 14px;
    }
    .catalog .control {
        display: none;
    }

    .prices .bg {
        display: none;
    }
    .prices {
        font-size: 16px;
        height: auto;
        padding-bottom: 70px;
    }
    .prices .row:first-of-type {
        margin-top: 80px;
        overflow: visible;
    }
    .prices .row:first-of-type .last {
        margin-top: -30px;
    }
    .prices .row:last-of-type {
        margin-top: 50px;
    }
    .prices .row:last-of-type .last {
        margin-top: 10px;
    }
    .prices .sevencol {
        padding-left: 0;
        padding-right: 0;
        width: 63%;
        line-height: 16px;
    }
    .prices .fourcol {
        position: relative;
    }
    .prices .price {
        margin-right: -80px;
        margin-top: 0px;
        width: auto;
        padding-right: 40px;
        padding-left: 20px;
        line-height: 35px;
    }

    .reviews .carousel {
        height: auto;
    }
    .reviews .carousel .slide {
        height: auto;
    }
    .reviews h2 {
        margin-bottom: 25px;
    }
    .reviews h3 {
        padding: 30px 0 0;
    }
    .reviews h4 {
        padding: 5px 0 10px 0;;
    }
    .reviews img.userpic {
        margin: 0;
        float: none;
    }
    .reviews .carousel .wrapper {
        padding-left: 30px;
    }



    .footer {
        height: auto;
        color: #FFFFFF;
        background-color: #71B62F;
        overflow: hidden;
        padding-bottom: 110px;
    }
    .footer .row  {
        padding-left: 0;
        padding-right: 0;
    }
    .footer .graphic {
        height: 266px;
        transform: scaleX(-1);
        position: absolute;
        left: -125px;
        bottom: -120px;
    }
    .footer .contacts {
        margin-top: 0px;
        padding-bottom: 25px;
        padding-left: 25px;
        text-align: left;
    }
    .footer .contact {
        margin: 0;
        margin: 20px 0 0 0;
    }
    .footer .contact img {
        width: 30px;
        height: 30px;
    }
    .footer .contact.phone a {
        font-size: 11px;
        margin: 0 25px 0 0px;
        vertical-align: text-bottom;
    }
    .footer .contact.mail a {
        font-size: 11px;
        margin: 0 10px 0 0px;
        vertical-align: text-bottom;
    }
    .footer .credits {
        font-size: 14px;
        line-height: 14px;
        text-align: left;
        padding-left: 30px;
    }
    .footer .copy {
        padding-top: 15px;
    }
}