
@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta-Bold.eot');
    src: url('../fonts/Averta-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Averta-Bold.woff2') format('woff2'),
        url('../fonts/Averta-Bold.woff') format('woff'),
        url('../fonts/Averta-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta-Semibold.eot');
    src: url('../fonts/Averta-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Averta-Semibold.woff2') format('woff2'),
        url('../fonts/Averta-Semibold.woff') format('woff'),
        url('../fonts/Averta-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta-Regular.eot');
    src: url('../fonts/Averta-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Averta-Regular.woff2') format('woff2'),
        url('../fonts/Averta-Regular.woff') format('woff'),
        url('../fonts/Averta-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta-Black.eot');
    src: url('../fonts/Averta-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Averta-Black.woff2') format('woff2'),
        url('../fonts/Averta-Black.woff') format('woff'),
        url('../fonts/Averta-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/*reset*/
input,
textarea,
button {
  -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   border: 0;
}

a, a:hover, a:focus {
    text-decoration: none;
}
/*reset*/

.bttn {
    background: rgba(255,64,64,1);
    background: -moz-linear-gradient(left, rgba(255,64,64,1) 0%, rgba(193,19,29,1) 100%);
    /* background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,64,64,1)), color-stop(100%, rgba(193,19,29,1))); */
    background: -webkit-linear-gradient(left, rgba(255,64,64,1) 0%, rgba(193,19,29,1) 100%);
    background: -o-linear-gradient(left, rgba(255,64,64,1) 0%, rgba(193,19,29,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,64,64,1) 0%, rgba(193,19,29,1) 100%);
    background: linear-gradient(to right, rgba(255,64,64,1) 0%, rgba(193,19,29,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4040', endColorstr='#c1131d', GradientType=1 );
    -webkit-border-radius:  10px;
    -moz-border-radius:     10px;
    border-radius:          10px;
    font-size: 20px;
    color: white;
    font-weight: 900;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding: 19px 0;
    display: inline-block;
    max-width: 370px;
}

.bttn:hover {
    background: rgba(237,27,47,1);
    background: -moz-linear-gradient(left, rgba(237,27,47,1) 0%, rgba(176,29,33,1) 100%);
    /* background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,27,47,1)), color-stop(100%, rgba(176,29,33,1))); */
    background: -webkit-linear-gradient(left, rgba(237,27,47,1) 0%, rgba(176,29,33,1) 100%);
    background: -o-linear-gradient(left, rgba(237,27,47,1) 0%, rgba(176,29,33,1) 100%);
    background: -ms-linear-gradient(left, rgba(237,27,47,1) 0%, rgba(176,29,33,1) 100%);
    background: linear-gradient(to right, rgba(237,27,47,1) 0%, rgba(176,29,33,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1b2f', endColorstr='#b01d21', GradientType=1 );
}

.bttn:hover {
    color: white;
}

img {
    width: 100%;
    max-width: 100%;
}

body {
    /* padding-top: 15px;*/
    font-family: 'Averta';
    color: black;
}

.logo {
    width: 160px;
}

.intro {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.intro span {
    font-weight: 900;
}

.sub-intro {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color:grey;
}

.green-box {
    background: rgba(56,249,213,1);
    background: -moz-linear-gradient(left, rgba(56,249,213,1) 0%, rgba(66,233,125,1) 100%);
    /* background: -webkit-gradient(left top, right top, color-stop(0%, rgba(56,249,213,1)), color-stop(100%, rgba(66,233,125,1))); */
    background: -webkit-linear-gradient(left, rgba(56,249,213,1) 0%, rgba(66,233,125,1) 100%);
    background: -o-linear-gradient(left, rgba(56,249,213,1) 0%, rgba(66,233,125,1) 100%);
    background: -ms-linear-gradient(left, rgba(56,249,213,1) 0%, rgba(66,233,125,1) 100%);
    background: linear-gradient(to right, rgba(56,249,213,1) 0%, rgba(66,233,125,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38f9d5', endColorstr='#42e97d', GradientType=1 );
    -webkit-border-radius:  10px;
    -moz-border-radius:     10px;
    border-radius:          10px;
    padding: 2px;
}

.green-box.bottom-green-box {
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    font-size: 20px;
    padding: 15px 0;
    line-height: 38px;
}

.green-box.bottom-green-box .per-month,
.green-box.bottom-green-box .per-year {
    margin: 0;
    font-weight: bold;
}

.green-box.bottom-green-box .per-month {
    font-size: 24px;
}

.green-box.bottom-green-box .per-year {
    font-size: 30px;
}

.gray-box {
    background: rgba(244,245,247,1);
    background: -moz-linear-gradient(left, rgba(244,245,247,1) 0%, rgba(237,240,243,1) 100%);
    /* background: -webkit-gradient(left top, right top, color-stop(0%, rgba(244,245,247,1)), color-stop(100%, rgba(237,240,243,1))); */
    background: -webkit-linear-gradient(left, rgba(244,245,247,1) 0%, rgba(237,240,243,1) 100%);
    background: -o-linear-gradient(left, rgba(244,245,247,1) 0%, rgba(237,240,243,1) 100%);
    background: -ms-linear-gradient(left, rgba(244,245,247,1) 0%, rgba(237,240,243,1) 100%);
    background: linear-gradient(to right, rgba(244,245,247,1) 0%, rgba(237,240,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5f7', endColorstr='#edf0f3', GradientType=1 );
    margin: 2px 0;
    padding: 10px 20px;
    box-shadow: none;
}

.gray-box.top-gray-box {
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    font-size: 18px;
    padding: 15px 0;
}

.gray-box.bottom-gray-box {
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    font-size: 14px;
    padding: 15px 10px;
    font-weight: normal;
}

.slider-wrapper {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}

.slider-wrapper span {
    font-size: 18px;
    font-weight: normal;
}

.slider-wrapper .rangeslider {
    margin: 15px 0;
    background: #c7d3e1;
    box-shadow: none;
    height: 10px;
}

.slider-wrapper .rangeslider .rangeslider__fill {
    background: rgba(6,188,253,1);
    background: -moz-linear-gradient(left, rgba(6,188,253,1) 0%, rgba(62,133,236,1) 100%);
    /* background: -webkit-gradient(left top, right top, color-stop(0%, rgba(6,188,253,1)), color-stop(100%, rgba(62,133,236,1))); */
    background: -webkit-linear-gradient(left, rgba(6,188,253,1) 0%, rgba(62,133,236,1) 100%);
    background: -o-linear-gradient(left, rgba(6,188,253,1) 0%, rgba(62,133,236,1) 100%);
    background: -ms-linear-gradient(left, rgba(6,188,253,1) 0%, rgba(62,133,236,1) 100%);
    background: linear-gradient(to right, rgba(6,188,253,1) 0%, rgba(62,133,236,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06bcfd', endColorstr='#3e85ec', GradientType=1 );
    box-shadow: none;
    height: 10px;
}

.slider-wrapper .rangeslider .rangeslider__handle {
    width: 30px;
    height: 30px;
    background: white;
    border: 3px solid #464646;
    -webkit-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.25);
    box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.25);
    -webkit-border-radius:  50%;
    -moz-border-radius:     50%;
    border-radius:          50%;
}

.slider-wrapper .rangeslider .rangeslider__handle:after {
    display: none;
}

/* .slider-wrapper .form-group {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}

.slider-wrapper .form-group span {
    margin-left: 5px;
}

.slider-wrapper .slider {
    width: 100%;
    margin: 10px 0;
}

.slider-wrapper .slider .track {
    height: 10px;
    border: 0;
    background: #c7d3e1;
}

.slider-wrapper .slider .dragger {
    width: 30px;
    height: 30px;
    background: white;
    border: 3px solid #464646;
    -webkit-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.25);
    box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.25);
    -webkit-border-radius:  50%;
    -moz-border-radius:     50%;
    border-radius:          50%;
}

.slider-wrapper .slider .dragger:hover {
    background: white;
}

.slider-wrapper .output {
    font-size: 18px;
} */

.white-content {
    -webkit-border-radius:  8px;
    -moz-border-radius:     8px;
    border-radius:          8px;
    background: white;
    padding: 13px;
    font-size: 17px;
    line-height: 30px;
}

.bifa {
    position: relative;
    top: -1px;
    margin-right: 10px;
    width: auto;
}

.white-content .title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.section-title {
    font-size: 20px;
    font-weight: 600;
}

section .pict, section .pict img {
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
}

.testinomial {
    position: relative;
    margin-top: 50px;
}

.testinomial .gray-box.top-gray-box {
    margin: 0;
    padding-top: 35px;
}

.testinomial .profile {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    border: 3px solid white;
    -webkit-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.25);
    box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.25);
}

.testinomial .stars {
    width: auto;
}

.testinomial .name {
    margin: 0;
    font-size: 20px;
}

.testinomial .testinomial-bottom {
    font-size: 14px;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    padding: 15px 10px;
    font-weight: normal;
    text-align: left;
    border: 2px solid #edf0f3;
    border-top: 0;
}

footer {
    background: #8e0008;
    color: white;
    font-size: 12px;
    text-align: center;
    padding: 15px 40px;
}

footer ul {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

footer ul li {
    padding: 5px 0;
}

footer ul li a, footer ul li a:hover, footer ul li a:focus, footer ul li a:visited {
    color: white;
    text-decoration: underline;
    font-size: 14px;
}

.black-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    z-index: 999;
    overflow: auto;
}

.popup {
    color: white;
    position: relative;
    /* margin-top: 30px; */
    padding: 40px 0;
    font-size: 16px;
}

.popup .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px;
}

.popup img {
    width: auto;
}

.popup .close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
}

.popup input[type="text"], .popup textarea {
    height: 50px;
    border: 2px solid #cbcde1;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    width: 100%;
    padding: 0 18px;
}
.popup textarea {
    height: 250px;
    padding: 10px 18px;
}

.popup .form-group {
    margin-bottom: 10px;
}

.popup .form-check {
    padding: 0;
}

.popup .form-check label {
    cursor: pointer;
}

.popup input[type="radio"] {
    width: 20px;
    height: 20px;
    background: url(../img/checkbox.png);
    position: relative;
    top: 5px;
    margin-right: 7px;
}

.popup input[type="radio"]:checked {
    background-position: right;
}

.popup button {
    padding: 11px 0;
    margin-top: 10px;
    cursor: pointer;
}

@media screen and (min-width: 768px){
    body {
        /*padding-top: 20px;*/
    }

    .popup {
        margin-top: 50px;
        font-size: 18px;
    }

    .popup .title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    footer {
        padding: 30px 0;
    }

    footer ul li {
        display: inline-block;
        padding: 0 7px;
    }

    .logo {
        width: initial;
    }

    .intro {
        font-size: 26px;
        line-height: 30px;
    }
    
    .sub-intro {
        font-size: 21px;
        line-height: 30px;
    }

    .section-title {
        font-size: 24px;
    }

    .gray-box.bottom-gray-box {
        font-size: 18px;
        padding: 25px 30px;
    }

    .bttn {
        font-size: 26px;
    }

    .white-content {
        padding: 20px;
        font-size: 18px;
        line-height: 36px;
    }

    .white-content .title {
        font-size: 22px;
    }

    .gray-box {
        padding: 15px 30px;
    }

    .gray-box.top-gray-box {
        font-size: 20px;
        padding: 18px 0;
    }

    .slider-wrapper {
        font-size: 24px;
        line-height: 28px;
    }

    .slider-wrapper .rangeslider {
        margin: 20px 0;
    }

    /* .slider-wrapper .slider {
        margin: 15px 0;
    } */

    .green-box.bottom-green-box {
        border-radius: 0px 0px 10px 10px;
        -moz-border-radius: 0px 0px 10px 10px;
        -webkit-border-radius: 0px 0px 10px 10px;
        font-size: 20px;
        padding: 15px 0;
        line-height: 40px;
    }

    .green-box.bottom-green-box .per-month {
        font-size: 26px;
    }

    .green-box.bottom-green-box .per-year {
        font-size: 32px;
    }

    .testinomial .gray-box.top-gray-box {
        padding-top: 40px;
    }

    .testinomial .profile {
        top: -40px;
        margin-left: -40px;
        width: 80px;
        height: 80px;
        border: 3px solid white;
    }

    .testinomial .name {
        font-size: 22px;
    }

    .testinomial .testinomial-bottom {
        font-size: 16px;
        padding: 20px 25px;
    }
}

@media screen and (min-width: 992px){
    .gray-box {
        padding: 15px 70px;
    }
}
