/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html, body {
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* -- START -- */

body {
    font-family: "Circular Std";
    color: #293235;
}

h1, h2, h3, h4, p, ul, li {
    padding: 0px;
    margin: 0px;
    display: block;
}

header, section, footer {
    margin: 0 auto;
    padding: 0px 0px 0px;
    max-width: 1920px;
    overflow: hidden;
}

.wrap {
    margin: 0 auto;
    position: relative;
    /*    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
        box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);*/
}

.wrap_big {
    width: 1170px;
}

.wrap_small {
    width: 960px;
}

.wrap:after {
    content: "";
    clear: both;
    float: none;
}

ul, li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: block;
}

a {
    text-decoration: none;
    color: #b3d4fc;
}

* {
    box-sizing: border-box;
    position: relative;
}

/* -- */

nav {
    height: 70px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 3px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 4px 3px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 4px 3px 0px rgba(50, 50, 50, 0.25);
}

nav .logo {
    float: left;
    display: block;
    padding: 5px 0px 0px;
    margin: 0px;
}

nav .logo img {
    display: block;
    padding: 0px;
    margin: 0px;
    height: 60px;
}

.logo {
    vertical-align: middle;
    position: absolute;
    top: -65px!important;
}

nav .right {
    float: right;
}

nav .right p {
    font-size : 18px;
    color : #648190;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: right;
    padding: 0px;
    margin: 0px;
}

nav .right p img {
    vertical-align: top;
    margin: 9px 4px 0px 0px;
}

nav .right ul {
    display: block;
    height: 35px;
    padding: 0px;
    margin: 0px;
}

nav .right ul li {
    display: block;
    float: left;
    padding: 0px;
    margin: 0px;
}

nav .right ul li a {
    font-size : 13px;
    color : #000000;
    margin: 0px 0px 0px 32px;
    font-size: 15px;
    font-family: "Circular Std Book";
}

nav .right ul li:hover a, nav .right ul li.active a {
    font-weight: 700;
    text-decoration: underline;
}

nav:after {
    display: block;
    content: "";
    clear: both;
}

header {
    background-image: url(../img/header_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 240px;
    padding-bottom: 120px;
}

header:after {
    display: block;
    content: "";
    clear: both;
}

header .left {
    text-align: center;
    padding: 143px 0px 0px 50px;
    width: 660px;
    float: left;
}

header .left h3 {
    font-size: 50px;
    line-height: 40px;
    font-weight: 500;
    text-transform: none;
    padding-bottom: 20px;
}

header .left p {
    font-size: 31px;
    letter-spacing: -0.017em;
    line-height: 42px;
    color: #92BF00;
}

header .left .bar {
    background-image: url(../img/bar1.png);
    background-size: 100% 100%;
    width: 528px;
    height: 209px;
    margin: 44px 0px 0px;
}

header .right {
    position: absolute;
    top: 26px;
    right: 9px;
    background-image: url(../img/benefits_bg.png);
    width: 481px;
    height: 321px;
    background-size: 100% 100%;
}

header .right > div {
    position: absolute;
    top: 100px;
    left: 40px;
    background: #F5F5F5;
    padding: 20px;
}

header .right > div ul li {
    font-size: 16px;
    font-family: "Circular Std Book";
    line-height: 16px;
    padding: 5px 0px;
}

header .right > div ul li > img {
    margin-right: 10px;
}

header .right > div > div {
    background-image: url(../img/benefits_bg2.png);
    width: 86px;
    height: 86px;
    background-size: 100% 100%;
    position: absolute;
    top: -43px;
    right: -30px;
}

header a.main_link {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    height: 50px;
    line-height: 54px;
    padding: 0px 90px 0px 50px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background: #92BF00;
    color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    background-image: url(../img/button_arr.png);
    background-position: 80% center;
    background-repeat: no-repeat;
}

.stars {
    margin-top: 20px;
    display: inline-block;
    width: 200px;
    height: 52px;
    background-image: url(../img/stars.png);
    background-size: 100% 100%;
}

#cols .stars {
    width: 176px;
    height: 46px;
    margin-top: 10px;
}
.stars2 {
    background-image: url(../img/stars2.png);
}

header .right .but {
    text-align: center;
    position: absolute;
    bottom: -230px;
    right: 30%;
    white-space: nowrap;
}

#s1 {
    padding: 50px 0px 76px;
}

#s1 h3 {
    display: block;
    font-weight: 700;
    font-size: 53px;
    line-height: 53px;
    text-align: center;
}

#s1 h3 span {
    color: #C11143;
}

#s1 p {
    line-height: 49px;
    font-size: 18px;
    font-family: "Circular Std Book";
    vertical-align: top;
    text-align: center;
    padding: 20px 0px 120px;
}

#s1 p span:not(:last-child) {
    margin-right: 25px;
}

#s1 p span img {
    vertical-align: top;
    margin-right: 3px;
}

#s1 .bar {
    width: 464px;
    height: 170px;
    position: relative;
    margin: 0 auto;
    background-image: url(../img/how_bar.png);
    background-size: 100% 100%;
}
#s1 .bar .note {
    position: absolute;
    font-family: "Circular Std Book";
    font-size: 21px;
    line-height: 25px;
    padding-top: 9px;
    padding-bottom: 9px;
    background-position: left center;
    background-repeat: no-repeat;
    white-space: nowrap;
}

#s1 .bar .note span {
    position: absolute;
    background-size: 100% 100%;
}

#s1 .bar .note1 {
    background-image: url(../img/how2_1.png);
    padding-left: 75px;
    top: -100px;
    left: 110px;
}

#s1 .bar .note1 span {
    background-image: url(../img/how_arr1.png);
    width: 41px;
    height: 88px;
    left: 50%;
    margin-left: -20px;
    top: 120%;
}

#s1 .bar .note2 {
    background-image: url(../img/how2_2.png);
    padding-left: 83px;
    top: -20px;
    right: -300px;
}

#s1 .bar .note2 span {
    background-image: url(../img/how_arr2.png);
    width: 166px;
    height: 65px;
    right: 105%;
    top: 50%;
}

#s1 .bar .note3 {
    background-image: url(../img/how2_3.png);
    padding-left: 75px;
    bottom: -50px;
    right: -300px;
}

#s1 .bar .note3 span {
    background-image: url(../img/how_arr3.png);
    width: 173px;
    height: 59px;
    bottom: 112%;
    right: 65%;
}

#s1 .bar .note4 {
    background-image: url(../img/how2_4.png);
    padding-left: 60px;
    bottom: -120px;
    left: 100px;
}

#s1 .bar .note4 span {
    background-image: url(../img/how_arr4.png);
    width: 41px;
    height: 126px;
    left: 50%;
    margin-left: -20px;
    bottom: 120%;
}

#s1 .bar .note5 {
    background-image: url(../img/how2_5.png);
    bottom: -50px;
    left: -230px;
    background-position: right center;
    padding-right: 69px;
}

#s1 .bar .note5 span {
    background-image: url(../img/how_arr5.png);
    width: 157px;
    height: 81px;
    left: 110%;
    bottom: 50%;
}

#s1 .bar .note6 {
    background-image: url(../img/how2_6.png);
    padding-left: 77px;
    top: 20px;
    right: 115%;
}

#s1 .bar .note6 span {
    background-image: url(../img/how_arr6.png);
    width: 163px;
    height: 40px;
    left: 110%;
    top: 50%;
    margin-top: -20px;
}

#s1 .wrap > a {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    height: 50px;
    line-height: 54px;
    padding: 0px 90px 0px 50px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background: #92BF00;
    color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    background-image: url(../img/button_arr.png);
    background-position: 80% center;
    background-repeat: no-repeat;
    margin: 100px 0px 0px 800px;
}

#s1 .wrap > a:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 1);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 1);
}

#s2 {
    background-image: url(../img/s2_bg.png);
    background-size: 100% 1328px;
    background-repeat: no-repeat;
}

#s2 .p1 {
    text-align: center;
    padding: 88px 0px 163px;
}

#s2 .myp1 {
    padding-bottom: 163px;
}

#s2 .p1 h3 {
    font-size: 53px;
    line-height: 45px;
    color: #92BF00;
    font-weight: 700;
    display: block;
    width: 880px;
    margin: 0 auto;
    letter-spacing: -0.017em;
}

#s2 .p1 p {
    font-size: 21px;
    line-height: 25px;
    font-family: "Circular Std Book";
    width: 860px;
    margin: 0 auto;
    padding: 37px 0px 79px;
}

#s2 .p1 p span {
    color: #C11143;
}

#s2 .p1 .img {
    width: 1094px;
    height: 340px;
    background-image: url(../img/s2_img1.png);
    background-size: 100% 100%;
    margin: 0 auto;
}


#s2 .p1 a:not(.stars):not(.regLink) {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    height: 50px;
    line-height: 54px;
    padding: 0px 90px 0px 50px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background: #92BF00;
    color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    background-image: url(../img/button_arr.png);
    background-position: 80% center;
    background-repeat: no-repeat;
    margin-top: -16px;
}

#s2 .p1 a:not(.stars):hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 1);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 1);
}

#s2 .p2 {
    padding-bottom: 53px;
}

#s2 .p2 h3 {
    text-align: right;
    font-size: 53px;
    line-height: 45px;
    font-weight: 500;
    letter-spacing: -0.017em;
    color: #92BF00;
    width: 875px;
    float: right;
    margin-right: 44px;
    padding-bottom: 68px;
}

#s2 .p2 .img {
    /*width: 873px;*/
    width: 1100px;
    height: 406px;
    background-image: url(../img/s2_img2.png);
    background-size: 873px 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
}

#s2 .p2 .img > div {
    position: absolute;
}

#s2 .p2 .img > div p {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -0.015em;
    line-height: 22px;
    display: block;
}

#s2 .p2 .img > div span {
    font-size: 18px;
    letter-spacing: 0.047em;
    line-height: 22px;
    font-family: "Circular Std Book";
    display: block;
}

#s2 .p2 .img .note1 {
    left: 570px;
    top: 20px;
}

#s2 .p2 .img .note2 {
    left: 570px;
    top: 125px;
}

#s2 .p2 .img .note3 {
    left: 570px;
    top: 230px;
}

#s2 .p2 .img .note4 {
    left: 570px;
    top: 335px;
}

#s2 .p2 .img .note5 {
    left: 890px;
    top: 20px;
}

#s2 .p2 .img .note6 {
    left: 890px;
    top: 126px;
}

#s2 .p2 .img .note7 {
    left: 890px;
    top: 230px;
}

#s2 .p2 .img .note8 {
    left: 890px;
    top: 335px;
}

#s2 .p2 a {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    height: 50px;
    line-height: 54px;
    padding: 0px 90px 0px 50px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background: #92BF00;
    color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    background-image: url(../img/button_arr.png);
    background-position: 80% center;
    background-repeat: no-repeat;
    float: right;
    margin: 52px 80px 0px 0px;
}

#s2 .p2 a:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 1);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 1);
}

#s3 {
    padding: 45px 0px 53px;
    background-image: url(../img/s3_bg.png);
    background-color: #fbfbfd;
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

#s3 h3 {
    color: #C11143;
    font-size: 53px;
    font-weight: 700;
    letter-spacing: -0.017em;
    text-align: center;
    padding-bottom: 59px;
}

#s3 .left {
    float: left;
    width: 559px;
}

#s3 .right {
    float: right;
    width: 559px;
}

#s3 .review {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 192px;
}

#s3 .review.left {
    background-image: url(../img/s3_img1.png);
}

#s3 .review.right {
    background-image: url(../img/s3_img2.png);
}

#s3 .review p.content {
    font-size: 25px;
    font-family: 'Circular Std Book';
    font-style: italic;
    line-height: 30px;
    width: 358px;
    float: right;
    text-align: right;
    padding: 15px 0px 25px;
}

#s3 .review p.name {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    letter-spacing: -0.015em;
}

#s3 .review p.job {
    font-size: 25px;
    font-family: 'Circular Std Book';
    line-height: 30px;
    letter-spacing: -0.015em;
}

#s4 {
    padding: 120px 0px 200px;
}

#s4 .wrap > div {
    position: absolute;
    top: 0px;
    right: -100px;
    width: 790px;
    height: 737px;
    background-image: url(../img/s4_bg.png);
    background-size: 100% 100%;
}

#s4 h3 {
    padding: 121px 0px 28px 26px;
    font-size: 53px;
    font-weight: 700;
    letter-spacing: -0.017em;
    line-height: 52px;
    color: #92BF00;
    width: 496px;
}

#s4 p {
    font-size: 25px;
    font-family: 'Circular Std Book';
    letter-spacing: -0.015em;
    line-height: 30px;
    padding: 0px 0px 12px 26px;
    width: 496px;
}

#s4 a {
    display: inline-block;
    margin: 0px 0px 0px 265px;
    font-family: 'Circular Std Book';
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    border: 1px solid #293235;
    border-radius: 13px;
    padding: 11px 18px 9px;
    color: #293235;
    vertical-align: middle;
}

#s4 a:hover {
    text-decoration: underline;
}

#s5 {
    text-align: center;
    padding: 40px 0px 103px;
/*    background-image: url(../img/s5_bg.png);
    background-position: center 50px;
    background-repeat: no-repeat;
    background-size: 1280px 642px;*/
    background-image: url(../img/s5_bg.png);
    background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
}

#s5 h3 {
    font-size: 53px;
    font-weight: 700;
    color: #92BF00;
    margin-bottom: 123px;
    padding: 20px 20px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
}

#s5 .left {
    float: left;
    width: 542px;
    margin-left: 25px;
}

#s5 .right {
    float: right;
    width: 542px;
    margin-right: 25px;
}

#s5 .bar {
    width: 542px;
    height: 197px;
    background-size: 100% 100%;
}

#s5 .left .bar {
    background-image: url(../img/s5_bar1.png);
}

#s5 .right .bar {
    background-image: url(../img/s5_bar2.png);
}

#s5 p {
    font-size: 38px;
    line-height: 35px;
    letter-spacing: -0.017em;
    font-weight: 500;
    padding: 20px 20px 12px;
    margin: 60px 0px 0px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
}

#s5 .left p {
    color: #B57E34;
}

#s5 .right p {
    color: #311615;
}

#s5 a {
    font-size: 23px;
    font-weight: 500;
    letter-spacing: -0.017em;
    text-transform: uppercase;
    display: inline-block;
    height: 50px;
    line-height: 54px;
    padding: 0px 80px 0px 25px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background: #92BF00;
    color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    background-image: url(../img/button_arr.png);
    background-position: 85% center;
    background-repeat: no-repeat;
}

#s5 a:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 1);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 1);
}

#s6 {
    background-image: url(../img/s6_bg.jpg);
    background-size: 100% 100%;
    padding: 46px 0px 43px;
}

#s6 h3 {
    font-size: 53px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.017em;
    vertical-align: top;
}

#s6 h3 img {
    vertical-align: top;
    margin-right: 20px;
    margin-top: -14px;
    text-align: center;
}

#s6 .reviews {
    width: 1170px;
    height: 334px;
    background-image: url(../img/reviews2.png);
    background-size: 100% 100%;
    margin: 57px 0px 40px;
}

#s6 a {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    height: 50px;
    line-height: 54px;
    padding: 0px 90px 0px 50px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background: #92BF00;
    color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    background-image: url(../img/button_arr.png);
    background-position: 80% center;
    background-repeat: no-repeat;
    float: right;
    margin-right: 101px;
}

#s6 a:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 1);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 1);
}

#s7 {
    text-align: center;
    padding: 43px 0px 81px;
    background: #C11143;
}

#s7 h3 {
    color: #fff;
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
    padding-bottom: 52px;
}

#s7 .col {
    display: inline-block;
    width: 310px;
    background: #fff;
    height: 500px;
    vertical-align: top;
    margin: 0px 5px;
    padding: 0px 64px;
    box-sizing: border-box;
    position: relative;
}

#s7 .col .img {
    height: 113px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 40px 0px 15px;
}

#s7 .col p {
    font-size: 25px;
    line-height: 45px;
    font-weight: 900;
    letter-spacing: -0.017em;
    padding-bottom: 20px;
}

#s7 .col ul li {
    text-align: left;
    font-size: 16px;
    font-family: "Circular Std Book";
    line-height: 19px;
    padding-bottom: 10px;
}

#s7 .col ul li img {
    margin-right: 12px;
    vertical-align: middle;
}

#s7 .col .bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;    
}

#s7 .col .bottom > span {
    font-size: 30px;
    font-weight: 900;
    line-height: 45px;
    letter-spacing: -0.017em;
    color: #92BF00;
    display: block;
}

#s7 .col .bottom > span > span {
    font-size: 20px;
}

#greeNBox {
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    height: 38px;
    line-height: 42px;
    padding: 0px 70px 0px 40px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background: #92BF00;
    color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    background-image: url(../img/button_arr.png);
    background-position: 85% center;
    background-repeat: no-repeat;
    margin-top: 12px;
    margin-bottom: 57px;
}

#greeNBox:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 1);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 1);
}

#s7 .col .bottom .stars {
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -89px;
}

#s7 .col .discount {
    position: absolute;
    width: 278px;
    height: 49px;
    line-height: 49px;
    left: 16px;
    top: -30px;
    background: #92BF00;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
}

#s7 .col1 .img {
    background-image: url(../img/s7_img1.png);
}

#s7 .col2 .img, #s7 .col3 .img {
    background-image: url(../img/s7_img2_3.png);
}

#s8 {
    background-image: url(../img/s8_bg.png);
    background-size: 100% 701px;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 59px;
}

#s8 .wrap_big {
    font-size: 16px;
}

#s8 h3 {
    text-align: center;
    font-size: 53px;
    line-height: 45px;
    letter-spacing: -0.017em;
    color: #C11143;
    font-weight: 700;
    padding: 51px 0px 34px;
}

#s8 .left {
    float: left;
    width: 540px;
    margin-left: 26px;
}

#s8 .left p.title {
    font-size: 21px;
    line-height: 45px;
    font-weight: 500;
    letter-spacing: -0.017em;
    /*text-align: center;*/
    display: block;
    padding-bottom: 20px;
}

#s8 .left .img1 {
    float: left;
    width: 126px;
    margin-right: 16px
}

#s8 .left .img2 {
    float: left;
    width: 126px;
}

#s8 .left .img1 img, #s8 .left .img2 img {
    display: block;
}

#s8 .left .img1 span, #s8 .left .img2 span {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.017em;
    text-align: center;
    display: block;
    padding-top: 16px;
}

#s8 .left .text {
    float: right;
    width: 250px;
    padding-bottom: 20px;
}

#s8 .left p.content {
/*    font-family: "Circular Std Book";*/
    font-size: 17px;
    line-height: 20px;
}

#s8 .right {
    float: right;
    width: 571px;
    margin-right: 26px;
}

#s8 .right > div:after {
    content: "";
    display: block;
    clear: both;
}

#s8 .right > div:first-child {
    padding-bottom: 20px;
}

#s8 .right .img {
    width: 116px;
    float: left;
}

#s8 .right .img img {
    display: block;
}

#s8 .right .text {
    float: right;
    width: 440px;
}

#s8 .right .title {
    font-size: 21px;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: -0.017em;
}

#s8 .right .content {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

#s8 .wrap > p {
    text-align: center;
    font-family: "Circular Std Book";
    font-size: 16px;
    line-height: 20px;
    padding-top: 49px;
}

#s8 .wrap > p a {
    font-weight: 700;
    text-decoration: underline;
    color: #293235;
}

footer {
    padding: 34px 0px;
    background: #C11143;
    text-align: center;
    position: relative;
}

footer a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    letter-spacing: -0.017em;
    color: #293235;
    background: #F2F0F6;
    padding: 0px 45px;
    vertical-align: middle;
    border-radius : 5px;
    -moz-border-radius : 5px;
    -webkit-border-radius : 5px;
    transition: all 0.2s;
    position: relative;
}

footer a:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 1);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 1);
    top: 2px;    
}

footer a img {
    vertical-align: middle;
    margin: -3px 10px 0px 0px;
}

/* -- */

.display_1024, .display_720, .display_480 {
    display: none;
}

section > iframe {
    width: 100%;
    height: 580px;
    overflow: hidden;
}

.left-space {
    margin-left: 0px;
}


