@font-face {
    font-family: 'PTSans';
    src: url("css/PTSans/PTSans.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Exo20';
    src: url("css/Exo20/exo20.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Exo20', sans-serif;
    color: #ffffff;
    background: url(images/people.png) 58% 90% no-repeat #61c0d1;
}
strong, b {
    font-family: 'Exo20', sans-serif;
}

header {
    padding: 35px 0 35px;
    background: #FFF;
}

.logo:hover {
    opacity: .85;
}



.friend {
    font-weight: bold;
    font-size: 80px;
    text-align: center;
    font-family: 'Exo20', sans-serif;
    letter-spacing: 2px;
}

.row-1 {
    margin-top: 45px;
    margin-bottom: 55px;
}

.plus {
    font-size: 30px;
    font-weight: 100;
    border-left: 5px solid #de47a3;
    padding-left: 30px;
}

.percent {
    font-size: 115px;
    padding-left: 30px;
    vertical-align: top;
    line-height: 115px;
}

.percent-mark {
    font-size: 80px;
    vertical-align: text-top;
}

.row-2 {
    margin-bottom: 60px;
}

.price-title {
    font-family: 'PTSans', sans-serif;
    font-size: 60px;
    padding-left: 35px;

}

.price {
    font-size: 115px;
    background-image: url(images/price.png);
    background-repeat: no-repeat;
    line-height: 115px;
    padding-left: 95px;
}

.price-unit {
    font-size: 20px;
    display: inline-block;
    transform: rotate(90deg);
    position: relative;
    right: 50px;
    bottom: 30px;
}

.plug {
    font-size: 30px;
    color: #333333;
    padding: 10px 0 10px 47px;
    margin-top: 135px;
    margin-bottom: 10px;
    background: url(images/plug.png) no-repeat;
    display: block;
}

.plug:hover {
    text-decoration: none;
    opacity: .75;
}

.conditions {
    font-size: 16px;
    color: #ffffff;
    text-decoration: underline;
}

.conditions:hover {
    color: #ffffff;
}

.row-3 {
    padding-bottom: 100px;
}
.btn-order-now {
    background: #f2514c;
    font-size: 33px;
    text-transform: uppercase;
    padding: 9px 35px 5px;
    font-family: 'Exo20', sans-serif;
    color: #FFF;
    margin: 10px 0 15px;
}

.btn-order-now:hover,
.btn-order-now:focus,
.btn-order-now:active,
.btn-order-now:focus:active,
.btn-order-now:hover:active {
    color: #FFF;
    background: #f67261;
}


/* Фиксы в адаптив */
@media (min-width: 1200px) {
    /* LG */
    .star {
        margin-top: 15px;
    }
}
@media (max-width: 1199px) and (min-width: 991px) {
    /* MD */
    .friend {
        font-size: 70px;
        line-height: 110px;
    }
    .price {
        font-size: 107px;
        line-height: 114px;
        background-size: contain;
        padding-left: 95px;
    }
    .price-unit {
        font-size: 20px;
        display: inline-block;
        transform: rotate(90deg);
        position: relative;
        right: 23px;
        bottom: 26px;
    }
    .star {
        margin-top: 10px;
    }
    .plug {
        float: right;
        width: 256px;
        margin-top: 100px;
    }
    .conditions {
        float: right;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    /* SM */
    .friend {
        font-size: 70px;
        line-height: 110px;
    }
    .price {
        font-size: 77px;
        line-height: 96px;
        background-size: contain;
        padding-left: 95px;
    }
    .price-unit {
        font-size: 20px;
        display: inline-block;
        transform: rotate(90deg);
        position: relative;
        right: 23px;
        bottom: 22px;
    }
    .star {
        margin-top: 10px;
    }
    .plug {
        float: right;
        width: 256px;
        margin-top: 100px;
    }
    .conditions {
        float: right;
    }
}
@media (max-width: 768px) {
    /* XS */
    body {
        padding-bottom: 100px;
    }
    .friend {
        font-weight: bold;
        font-size: 45px;
        text-align: center;
    }
    .plus {
        margin-bottom: 15px;
    }
    .row-2 {
        display: none;
    }
    .price-unit {
        font-size: 15px;
        display: inline-block;
        transform: rotate(90deg);
        position: relative;
        right: 26px;
        bottom: 19px;
    }
    .price {
        font-size: 74px;
        line-height: 76px;
        padding-left: 58px;
        background-size: contain;
    }
    .conditions {
        display: block;
        text-align: center;
    }
    .plug {
        margin: 10px auto 25px;
        padding: 10px 39px;
        width: 255px;
    }

}