/*
Theme Name: Landing page
Author: Simona Nasteva
Description: This is a custom tailored theme created for TFM landing pages
License: GNU General Public License v2 or later
Text Domain: landingpages

This is a custom theme created by Simona Nasteva for Spot Adveriting.
*/

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    line-height: 140%;
    color: #353333;
    background-color: #fff;
}


/* Header */
header {
    background: url(../images/main-bg.jpg) no-repeat;
    background-size: cover;
    padding: 45px 0 30px;
}

.content-main-screen {
    margin-top: 140px;
}

hr {
    background-color: #27AE60;
    width: 35px;
    height: 4px;
    border: none;
    margin-bottom: 25px;
}

.title {
    font-weight: 700;
    font-size: 51px;
    color: #F5F5F5;
    line-height: 140%;
}

.description-title {
    margin-top: 25px;
    font-size: 24px;
    color: #C7C7C7;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 40px;
}

.main-button {
    text-decoration: none !important;
    background-color: #27AE60;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    border: none;
    border-radius: 50px;
    cursor: default;
    font-size: 16px;
    font-weight: 100;
    padding: 14px 47px;
}

.main-button:active {
    background: rgb(31, 145, 79);
}

.main-button:focus {
    outline: none;
}

.main-button::-moz-focus-inner {
    border: 0;
}

.wrapper-main-button {
    margin-bottom: 150px;
}


/* Section "About" */

.about {
    margin-top: 80px;
    margin-bottom: 80px;
}

.title-center {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}

.description-section {
    text-align: center;
    margin-top: 25px;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 90px;
}

.wrapper-step-box {
    margin-top: 60px;
}

.wrapper-step {
    text-align: center;
}

.wrapper-number-step {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 55px;
    padding: 1px;
}

.number-step {
    font-weight: 700;
    font-size: 150px;
    color: #EFEFEF;
    margin-bottom: 0;
    margin-left: 5px;
    line-height: 0;
}

.name-step {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 23px;
}

.description-step {
    font-weight: 300;
    margin-bottom: 0;
}

.icon-step-3 {
    margin-right: 8px;
}

/* Section "Calculator" */
.calculator {
    padding: 75px 0;
    background-color: #F9F9F9;
}

.wrapper-calculator {
    margin-top: 70px;
}

.name-slider {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.counter-1 {
    margin-top: 25px;
    font-weight: 700;
    font-size: 43px;
}

.form-control-range {
    width: 90%;
    border-radius: 50%;
}

label {
    margin-top: 15px;
    font-weight: 700;
    font-size: 43px;
    line-height: 130%;
    margin-bottom: 20px;
}

input[type="range"i] {
    color: #27AE60;
}

.name-rate {
    width: 90%;
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}

.rate-1 {
    font-size: 18px;
    color: #C4C4C4;
    font-weight: 300;
}

.rate-2 {
    font-size: 18px;
    color: #C4C4C4;
    font-weight: 300;
}

.wrapper-slider-2 {
    margin-top: 50px;
}

.wrapper-selection {
    margin-top: 65px;
}

.title-selection {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
}

.form-check-label {
    font-size: 18px;
    font-weight: 400;
    margin-left: 7px;
    margin-top: 0;
    margin-bottom: 15px;
}

.form-check input {
    width: 16px;
    height: 16px;
    background: #27AE60;
}

.wrapper-result-field {
    padding: 95px 75px 95px 95px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.048);
}

.title-result {
    font-size: 24px;
    font-weight: 400;
}

.result {
    margin-top: 25px;
    font-weight: 600;
    font-size: 80px;
    color: #27AE60;
    line-height: 105px;
    letter-spacing: 0.04em;
}

.wrapper-indicators {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.name-indicator {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.04em;
    margin-bottom: 7px;
}

.data-indicators {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.04em;
    margin-bottom: 0;
}

.wrapper-revenue {
    margin-left: 60px;
}

.text-explanation {
    margin-top: 40px;
    font-weight: 100;
    font-size: 14px;
    line-height: 150%;
    color: #D0D0D0;
}


/* Section "Test" */

.wrapper-test {
    margin-top: 80px;
    margin-bottom: 80px;
}

.bg-title-test {
    background: url(../images/test-bkg.html) no-repeat;
    padding: 170px 60px 170px 70px;
    background-size: cover;
}

.title-test {
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
    color: #F7F7F7;
    margin-bottom: 25px;
}

.description-test {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #F1F1F1;
}

.wrapper-form {
    padding: 113px 0 0 70px;
}

.status {
    background-color: #27AE60;
    width: 60px;
    height: 4px;
    border: none;
    margin-bottom: 18px;
}

.progress-question {
    font-weight: 500;
    font-size: 18px;
    line-height: 19px;
    color: #C4C4C4;
    margin-bottom: 25px;
}

.title-question {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px;
}

.line-test {
    background-color: #EFEFEF;
    width: 463px;
    height: 1px;
    border: none;
    margin-top: 40px;
    margin-bottom: 25px;
}

.wrapper-navigation-button {
    /*float: right;*/
    /*margin-left: 270px;*/

    position: absolute;
    padding-left: 70px;
    bottom: 0;
    left: 0;
}

.prev-button {
    text-decoration: none !important;
    background-color: #E9E9E9;
    color: #5E5E5E;
    border: none;
    border-radius: 50px;
    cursor: default;
    font-size: 16px;
    font-weight: 300;
    padding: 12px 29px;
}

.prev-button:active {
    background-color: rgb(226, 226, 226);
}

.prev-button:focus {
    outline: none;
}

.prev-button::-moz-focus-inner {
    border: 0;
}

.next-button {
    text-decoration: none !important;
    background-color: #27AE60;
    color: #EEEEEE;
    border: none;
    border-radius: 50px;
    cursor: default;
    font-size: 16px;
    font-weight: 300;
    padding: 12px 29px;
    margin-left: 15px;
}

.next-button:active {
    background: rgb(31, 145, 79);
}

.next-button:focus {
    outline: none;
}

.next-button::-moz-focus-inner {
    border: 0;
}

/* Main Form */
.main_form {
    background-size: cover;
    position: relative;
    background-color: #fcfcfc;
    /*margin-top: 20px;*/
    padding: 35px 105px 35px 65px;
}

.article_form {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #353333;
    line-height: 150%;
    /* margin: 0 0 0 30px; */
}

.description_form {
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    font-size: 14px;
    color: rgb(95, 95, 95);
    margin-top: 15px;
    margin-bottom: 0;
}

.input_form {
    margin: 11px 0 0 0;
    /* padding: 0 30px 0 30px; */
}

.input_form input {
    width: 100%;
    height: 48px;
    background-color: #eeeeee;
    border-radius: 4px;
    border: none;
    font-size: 15px;
    color: #000000;
    margin-top: 20px;
    padding-left: 15px;
}

.phone {
    padding: 0;
}

.phone .code {
    width: 100%;
    height: 48px;
    background-color: #eeeeee;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    font-size: 15px;
    color: #000000;
    margin-top: 20px;
    padding-left: 15px;
}

.phone .number {
    width: 100%;
    height: 48px;
    background-color: #eeeeee;
    border-radius: 4px;
    border: none;
    text-transform: uppercase;
    font-size: 15px;
    color: #000000;
    margin-top: 20px;
    padding-left: 15px;
}

.phone .row .col-md-3 {
    margin-right: 0px;
}

:active,
:hover,
:focus {
    outline: 0;
    outline-offset: 0;
}

button {
    color: #f4f4f4;
    font-size: 14px;
    font-weight: 300;
    background-color: #27AE60;
    height: 51px;
}

.main_button {
    width: 100%;
    border-radius: 25px;
    border: none;
    text-transform: uppercase;
    margin-top: 24px;
}

.mai.main_button:active,
.main_button:focus {
    outline: none;
}

.main_button::-moz-focus-inner {
    border: 0;
}

.police {
    color: #757575;
    font-size: 11px;
    margin: 20px 0 0 0;
    text-align: center;
    line-height: 1.7;
}

a.text:active,
a.text:hover,
a.text {
    text-decoration: underline;
    color: #757575;
}

.phone .row .col-lg-4 {
    padding-right: 0px;
}


/* Section "Clients" */

.clients {
    margin-top: 30px;
    margin-bottom: 55px;
}

.wrapper-clients-media {
    margin-top: 60px;
}

.box-media {
    background-color: #FFF;
    box-shadow: 0px 1px 36px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    margin-bottom: 35px;
}

.box-media:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    transition: 0.3s;
}

.wrapper-article {
    padding: 20px;
}

.pic-quote-clients {
    margin-top: 10px;
    margin-bottom: 15px;
    background: url(../images/reviews.svg) no-repeat;
    width: 50px;
    height: 30px;
    background-size: cover;
    background-position: center center;
}

.pic-client-1 {
    background: url(../images/pic-client-1.jpg) no-repeat;
    background-size: cover;
    height: 240px;
    border-radius: 10px 10px 0 0;
}

.name-client {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #353333;
    margin-bottom: 5px;
}

.exp-client {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #353333;
}

.review-client {
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #353333;
}

.rate-month {
    display: flex;
}

.total-money {
    font-weight: 700;
    font-size: 31px;
    line-height: 36px;
    letter-spacing: 0.04em;
    color: #27AE60;
    margin-bottom: 0;
}

.description-total {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.04em;
    color: #C4C4C4;
    margin-left: 8px;
}

.pic-client-2 {
    background: url(../images/2.jpg) no-repeat;
    background-size: cover;
    height: 240px;
    border-radius: 10px 10px 0 0;
}

.pic-client-3 {
    background: url(../images/1.jpg) no-repeat;
    background-size: cover;
    height: 240px;
    border-radius: 10px 10px 0 0;
}

.pic-client-4 {
    background: url(../images/3.jpg) no-repeat;
    background-size: cover;
    height: 240px;
    border-radius: 10px 10px 0 0;
}

.margin-bott {
    margin-bottom: 80px;
}

/* Section "Awwards" */

.awwards {
    margin-top: 10px;
    margin-bottom: 70px;
}

.title-section-left {
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
    margin-bottom: 10px;
}

.description-section-left {
    margin-top: 35px;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 45px;
}

.wrapper-section-awwards {
    padding-right: 80px;
}

.second-button {
    text-decoration: none !important;
    background-color: #27AE60;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    border: none;
    border-radius: 50px;
    cursor: default;
    font-size: 16px;
    font-weight: 100;
    padding: 14px 36px;
}

.second-button:active {
    background: rgb(31, 145, 79);
}

.second-button:focus {
    outline: none;
}

.second-button::-moz-focus-inner {
    border: 0;
}

.img-awward-1 {
    background: url(../images/best-solution.png) no-repeat;
    height: 125px;
    width: 208px;
    background-size: cover;
    background-position: center center;
    margin-right: 0;
}

.img-awward-2 {
    background: url(../images/best-solution-17.png) no-repeat;
    height: 125px;
    width: 208px;
    background-size: cover;
    background-position: center center;
}

.margin-awward {
    margin-top: 70px;
}

.img-awward-3 {
    background: url(../images/innovation-17.png) no-repeat;
    height: 125px;
    width: 208px;
    background-size: cover;
    background-position: center center;
}

.img-awward-4 {
    background: url(../images/best-solution-16.png) no-repeat;
    height: 125px;
    width: 208px;
    background-size: cover;
    background-position: center center;
}


/* Section "Reviews" */

.reviews {
    margin-top: 90px;
    padding-bottom: 90px;
}

.wrapper-stats {
    margin-top: 45px;
}

.date-idicator {
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.04em;
    color: #27AE60;
    margin-bottom: 10px;
}

.description-indicator {
    font-weight: 500;
    font-size: 16px;
    line-height: 143.2%;
    margin-bottom: 0;
}

.wrapper-stats {
    display: flex;
    align-items: center;
}

.wrapper-indicator-2 {
    margin-left: 100px;
}
@media all and (max-width: 768px) {
    .wrapper-indicator-2 {
        margin-left: 50px;
    }
}

.wrapper-button-reviews {
    margin-top: 40px;
}

.pic-quote {
    margin-top: 35px;
    background: url(../images/reviews.svg) no-repeat;
    width: 70px;
    height: 50px;
    background-size: cover;
    background-position: center center;
}

.reviews-field {
    margin-top: 38px;
}

.text-review {
    font-weight: 400;
    font-size: 17px;
    line-height: 143.2%;
}

.profile-user {
    margin-top: 30px;
}

.avatar {
    /*background: url(../images/avatar-1.jpg) no-repeat;*/
    width: 53px;
    height: 53px;
    border-radius: 25px;
    background-size: cover;
    background-position: center center;
}

.name-user {
    font-weight: 500;
    font-size: 18px;
    line-height: 143.2%;
    margin-bottom: 6px;
}

.experience {
    font-weight: 300;
    font-size: 18px;
    line-height: 143.2%;
    margin-bottom: 0;
}

.profile-user {
    display: flex;
    align-items: center;
}

.data-user {
    margin-left: 17px;
}

.inner-carousel-reviews {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.inner-carousel-reviews span {
    cursor: pointer;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    background: #D0D0D0;
    z-index: 5;
}

.inner-carousel-reviews .active {
    background: #27AE60;
    transform: scale(1.2);
}


/* Section "Comment" */

.comment {
    margin-bottom: 90px;
}

.quote-green {
    background: url(../images/quote-green.svg) no-repeat;
    width: 77px;
    height: 55px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 55px;
    margin-top: 90px;
}

.text-comment {
    font-weight: bold;
    font-size: 36px;
    line-height: 170%;
}

.wrapper-profile-comment {
    margin-top: 50px;
}

.name-comment {
    font-weight: 500;
    font-size: 24px;
}

.post-comment {
    font-weight: 300;
    font-size: 18px;
}

.pic-ceo {
    background: url(../images/james.png) no-repeat;
    width: 397px;
    height: 540px;
    background-size: cover;
    background-position: center center;
}


/* Footer */
footer {
    background-color: #27AE60;
    padding-top: 60px;
    padding-bottom: 35px;
}

.subtitle {
    font-weight: 500;
    font-size: 18px;
    color: #e0e0e0;
    text-align: center;
    margin-bottom: 15px;
}

.title-footer {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #F4F4F4;
    text-align: center;
}

.description-footer {
    font-weight: 300;
    font-size: 16px;
    line-height: 143.2%;
    text-align: center;
    color: #E8E8E8;
    margin-bottom: 0;
}

.footer-button {
    text-decoration: none !important;
    background-color: #EEEEEE;
    color: #27AE60;
    font-family: 'Roboto', sans-serif;
    border: none;
    border-radius: 50px;
    cursor: default;
    font-size: 16px;
    font-weight: 100;
    padding: 14px 36px;
    margin-top: 35px;
}

.footer-button:active {
    background: rgb(230, 230, 230);
}

.footer-button:focus {
    outline: none;
}

.footer-button::-moz-focus-inner {
    border: 0;
}

.wrapper-footer-btn {
    text-align: center;
}

.wrapper-footer-navigation {
    margin-top: 40px;
}

.adress {
    font-weight: 300;
    font-size: 16px;
    color: #E8E8E8;
    margin-bottom: 0;
    margin-left: 260px;
}

.terms {
    font-weight: 300;
    font-size: 14px;
    line-height: 143.2%;
    color: #E8E8E8;
    margin-bottom: 0;
    text-decoration: none !important;
}

a {
    text-decoration: none !important;
}

a:hover {
    color: #E8E8E8;
}

.wrapper-terms {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* Media scrren */



@media only screen and (min-width: 994px) and (max-width: 1200px) {
    .content-main-screen {
        margin-top: 90px;
    }

    .wrapper-main-button {
        margin-bottom: 80px;
    }

    .wrapper-result-field {
        padding: 55px 45px 55px 55px;
        background: #fff;
        border-radius: 15px;
        box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.048);
    }

    .result {
        font-size: 75px;
    }

    .wrapper-navigation-button {
        /*margin-left: 180px;*/
        /*float: right;*/

        position: absolute;
        padding-left: 70px;
        bottom: 0;
        left: 0;
    }

    .bg-title-test {
        background: url(../genbroker/img/test-bkg.html) no-repeat;
        padding: 160px 50px 160px 50px;
        background-size: cover;
    }

    .title-test {
        font-weight: 700;
        font-size: 31px;
    }

    .line-test {
        width: 380px;
    }

    .description-section-left {
        margin-bottom: 40px;
    }

    .wrapper-section-awwards {
        padding-right: 65px;
    }

    .text-comment {
        line-height: 160%;
    }

    .wrapper-profile-comment {
        margin-top: 40px;
    }

    .adress {
        margin-left: 200px;
    }


    /* Form */

    .main_form {
        /*margin-top: 15px;*/
        padding: 35px 60px 35px 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 994px) {
    .content-main-screen {
        margin-top: 90px;
    }

    /* Form */

    .main_form {
        /*margin-top: 15px;*/
        padding: 10px 10px 10px 10px;
    }

    .phone .row .col-lg-4 {
        margin-right: 15px;
    }

    .wrapper-main-button {
        margin-bottom: 70px;
    }

    .name-step {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 23px;
    }

    /* Section "Calculator" */
    .calculator {
        padding: 75px 0;
        background-color: #F9F9F9;
    }

    .wrapper-calculator {
        margin-top: 70px;
    }

    .name-slider {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .counter-1 {
        margin-top: 25px;
        font-weight: 700;
        font-size: 36px;
    }

    .form-control-range {
        width: 90%;
        border-radius: 50%;
    }

    label {
        margin-top: 15px;
        font-weight: 700;
        font-size: 36px;
        line-height: 130%;
        margin-bottom: 20px;
    }

    input[type="range"i] {
        color: #27AE60;
    }

    .name-rate {
        width: 90%;
        display: flex;
        margin-top: 10px;
        justify-content: space-between;
    }

    .rate-1 {
        font-size: 16px;
        color: #C4C4C4;
        font-weight: 300;
    }

    .rate-2 {
        font-size: 16px;
        color: #C4C4C4;
        font-weight: 300;
    }

    .wrapper-slider-2 {
        margin-top: 50px;
    }

    .wrapper-selection {
        margin-top: 50px;
    }

    .title-selection {
        font-size: 21px;
        font-weight: 400;
        margin-bottom: 25px;
    }

    .form-check-label {
        font-size: 16px;
        font-weight: 400;
        margin-left: 7px;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .form-check input {
        width: 15px;
        height: 15px;
        background: #27AE60;
    }

    .wrapper-result-field {
        padding: 55px 45px;
        background: #fff;
        border-radius: 15px;
        box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.048);
    }

    .title-result {
        font-size: 24px;
        font-weight: 400;
    }

    .result {
        margin-top: 10px;
        font-weight: 600;
        font-size: 50px;
        color: #27AE60;
        line-height: 105px;
        letter-spacing: 0.04em;
    }

    .wrapper-indicators {
        display: flex;
        align-items: center;
        margin-top: 30px;
    }

    .name-indicator {
        font-weight: normal;
        font-size: 17px;
        line-height: 21px;
        letter-spacing: 0.04em;
        margin-bottom: 7px;
    }

    .data-indicators {
        font-weight: bold;
        font-size: 21px;
        line-height: 28px;
        letter-spacing: 0.04em;
        margin-bottom: 0;
    }

    .wrapper-revenue {
        margin-left: 40px;
    }

    .text-explanation {
        margin-top: 60px;
        font-weight: normal;
        font-size: 14px;
        line-height: 150%;
        color: #D0D0D0;
    }

    .bg-title-test {
        padding: 100px 45px 100px 45px;
    }

    .title-test {
        font-size: 31px;
    }

    .description-test {
        font-size: 16px;
    }

    .wrapper-form {
        padding: 40px 0 0 40px;
    }

    .title-question {
        font-size: 21px;
    }

    .line-test {
        width: 290px;
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .wrapper-navigation-button {
        /*margin-left: 90px;*/
        /*float: right;*/

        position: absolute;
        padding-left: 40px;
        bottom: 0;
        left: 0;
    }

    .wrapper-section-awwards {
        padding-right: 0;
    }

    .description-section-left {
        margin-bottom: 35px;
    }

    .img-awward-1 {
        height: 94px;
        width: 134px;
    }

    .img-awward-2 {
        height: 94px;
        width: 134px;
    }

    .margin-awward {
        margin-top: 50px;
    }

    .margin-awward-line-1 {
        margin-top: 20px;
    }

    .img-awward-3 {
        height: 94px;
        width: 134px;
    }

    .img-awward-4 {
        height: 94px;
        width: 134px;
    }

    .wrapper-button-reviews {
        margin-top: 40px;
        margin-bottom: 70px;
    }

    .comment {
        margin-bottom: 50px;
    }

    .quote-green {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .text-comment {
        font-size: 32px;
        line-height: 160%;
    }

    .wrapper-profile-comment {
        margin-top: 30px;
    }

    .name-comment {
        font-size: 21px;
    }

    .post-comment {
        font-size: 16px;
    }

    .pic-ceo {
        width: 287px;
        height: 420px;
    }

    .adress {
        margin-left: 135px;
    }

    .terms {
        font-size: 13px;
    }

    .wrapper-footer-navigation {
        display: flex;
        align-items: center;
    }

    .wrapper-terms {
        display: flex;
        text-align: center;
    }

    .adress {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header {
        padding: 30px 0 30px;
    }

    /* Form */

    /* Form */
    .article_form {
        margin-top: 50px;
    }

    .main_form {
        /*margin-top: 15px;*/
        padding: 10px 60px 10px 60px;
    }

    .phone .row .col-lg-4 {
        margin-right: 15px;
    }


    .content-main-screen {
        margin-top: 60px;
    }

    .wrapper-main-button {
        margin-bottom: 20px;
    }

    .margin-step {
        margin-top: 110px;
    }

    .name-step {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 23px;
    }

    /* Section "Calculator" */
    .calculator {
        padding: 55px 0;
        background-color: #F9F9F9;
    }

    .wrapper-calculator {
        margin-top: 70px;
    }

    .name-slider {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .counter-1 {
        margin-top: 25px;
        font-weight: 700;
        font-size: 36px;
    }

    .form-control-range {
        width: 90%;
        border-radius: 50%;
    }

    label {
        margin-top: 15px;
        font-weight: 700;
        font-size: 36px;
        line-height: 130%;
        margin-bottom: 20px;
    }

    input[type="range"i] {
        color: #27AE60;
    }

    .name-rate {
        width: 90%;
        display: flex;
        margin-top: 10px;
        justify-content: space-between;
    }

    .rate-1 {
        font-size: 16px;
        color: #C4C4C4;
        font-weight: 300;
    }

    .rate-2 {
        font-size: 16px;
        color: #C4C4C4;
        font-weight: 300;
    }

    .wrapper-slider-2 {
        margin-top: 50px;
    }

    .wrapper-selection {
        margin-top: 50px;
    }

    .title-selection {
        font-size: 21px;
        font-weight: 400;
        margin-bottom: 25px;
    }

    .form-check-label {
        font-size: 16px;
        font-weight: 400;
        margin-left: 7px;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .form-check input {
        width: 15px;
        height: 15px;
        background: #27AE60;
    }

    .wrapper-result-field {
        margin-top: 50px;
        padding: 50px 50px;
        background: #fff;
        border-radius: 15px;
        box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.048);
    }

    .title-result {
        font-size: 24px;
        font-weight: 400;
    }

    .result {
        margin-top: 25px;
        font-weight: 600;
        font-size: 70px;
        color: #27AE60;
        line-height: 105px;
        letter-spacing: 0.04em;
    }

    .wrapper-indicators {
        display: flex;
        align-items: center;
        margin-top: 30px;
    }

    .name-indicator {
        font-weight: normal;
        font-size: 18px;
        line-height: 21px;
        letter-spacing: 0.04em;
        margin-bottom: 7px;
    }

    .data-indicators {
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0.04em;
        margin-bottom: 0;
    }

    .wrapper-revenue {
        margin-left: 60px;
    }

    .text-explanation {
        margin-top: 30px;
        font-weight: normal;
        font-size: 14px;
    }

    .bg-title-test {
        padding: 60px 45px 60px 45px;
    }

    .title-test {
        font-size: 31px;
    }

    .description-test {
        font-size: 16px;
    }

    .wrapper-form {
        padding: 40px 0 0 40px;
    }

    .title-question {
        font-size: 21px;
    }

    .line-test {
        width: 450px;
        margin-left: 0;
    }

    .wrapper-navigation-button {

        position: absolute;
        padding-left: 40px;
        bottom: 0;
        left: 0;
    }

    .wrapper-section-awwards {
        padding-right: 0;
        margin-bottom: 45px;
    }

    .description-section-left {
        margin-bottom: 35px;
    }

    .img-awward-1 {
        height: 104px;
        width: 154px;
    }

    .img-awward-2 {
        height: 104px;
        width: 154px;
    }

    .margin-awward {
        margin-top: 50px;
    }

    .margin-awward-line-1 {
        margin-top: 20px;
    }

    .img-awward-3 {
        height: 104px;
        width: 154px;
    }

    .img-awward-4 {
        height: 104px;
        width: 154px;
    }

    .wrapper-button-reviews {
        margin-top: 40px;
        margin-bottom: 70px;
    }

    .reviews {
        padding-bottom: 60px;
    }

    .pic-ceo {
        display: none;
    }

    .comment {
        margin-bottom: 50px;
    }

    .quote-green {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .text-comment {
        font-size: 32px;
        line-height: 160%;
    }

    .wrapper-profile-comment {
        margin-top: 30px;
    }

    .name-comment {
        font-size: 21px;
    }

    .post-comment {
        font-size: 16px;
    }

    .pic-ceo {
        width: 287px;
        height: 420px;
    }

    .adress {
        margin-left: 60px;
        font-size: 14px;
    }

    .terms {
        font-size: 13px;
        text-align-last: left;
    }

    .terms:last-child {
        margin-top: 8px;
    }

    .wrapper-footer-navigation {
        display: flex;
        align-items: center;
    }

    .wrapper-terms {
        display: none;
        /* display: flex;
flex-direction: column;
margin-top: 20px; */
    }

    .footer-logo {
        width: 80px;
        height: 13px;
    }

    .about {
        margin-top: 70px;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 576px) {
    .header {
        padding: 30px 0 30px;
    }

    .article_form {
        margin-top: 40px;
    }

    .main_form {
        /*margin-top: 15px;*/
        padding: 10px 60px 10px 60px;
    }

    .phone .row .col-lg-4 {
        margin-right: 15px;
    }


    .content-main-screen {
        margin-top: 60px;
    }

    .wrapper-main-button {
        margin-bottom: 20px;
    }

    .margin-step {
        margin-top: 110px;
    }

    .name-step {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 23px;
    }

    /* Section "Calculator" */
    .calculator {
        padding: 55px 0;
        background-color: #F9F9F9;
    }

    .wrapper-calculator {
        margin-top: 70px;
    }

    .name-slider {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .counter-1 {
        margin-top: 25px;
        font-weight: 700;
        font-size: 36px;
    }

    .form-control-range {
        width: 90%;
        border-radius: 50%;
    }

    label {
        margin-top: 15px;
        font-weight: 700;
        font-size: 36px;
        line-height: 130%;
        margin-bottom: 20px;
    }

    input[type="range"i] {
        color: #27AE60;
    }

    .name-rate {
        width: 90%;
        display: flex;
        margin-top: 10px;
        justify-content: space-between;
    }

    .rate-1 {
        font-size: 16px;
        color: #C4C4C4;
        font-weight: 300;
    }

    .rate-2 {
        font-size: 16px;
        color: #C4C4C4;
        font-weight: 300;
    }

    .wrapper-slider-2 {
        margin-top: 50px;
    }

    .wrapper-selection {
        margin-top: 50px;
    }

    .title-selection {
        font-size: 21px;
        font-weight: 400;
        margin-bottom: 25px;
    }

    .form-check-label {
        font-size: 16px;
        font-weight: 400;
        margin-left: 7px;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .form-check input {
        width: 15px;
        height: 15px;
        background: #27AE60;
    }

    .wrapper-result-field {
        margin-top: 50px;
        padding: 50px 50px;
        background: #fff;
        border-radius: 15px;
        box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.048);
    }

    .title-result {
        font-size: 24px;
        font-weight: 400;
    }

    .result {
        margin-top: 25px;
        font-weight: 600;
        font-size: 65px;
        color: #27AE60;
        line-height: 105px;
        letter-spacing: 0.04em;
    }

    .wrapper-indicators {
        display: flex;
        align-items: center;
        margin-top: 30px;
    }

    .name-indicator {
        font-weight: normal;
        font-size: 18px;
        line-height: 21px;
        letter-spacing: 0.04em;
        margin-bottom: 7px;
    }

    .data-indicators {
        font-weight: bold;
        font-size: 21px;
        line-height: 28px;
        letter-spacing: 0.04em;
        margin-bottom: 0;
    }

    .wrapper-revenue {
        margin-left: 60px;
    }

    .text-explanation {
        margin-top: 30px;
        font-weight: normal;
        font-size: 14px;
    }

    .bg-title-test {
        padding: 60px 45px 60px 45px;
    }

    .title-test {
        font-size: 31px;
    }

    .description-test {
        font-size: 16px;
    }

    .wrapper-form {
        padding: 40px 0 0 40px;
    }

    .title-question {
        font-size: 21px;
    }

    .line-test {
        display: none;
    }

    .wrapper-navigation-button {
        margin-top: 25px;
        /*margin-left: 0;*/
        /*float: right;*/

        position: absolute;
        padding-left: 40px;
        bottom: 0;
        left: 0;
    }

    .wrapper-section-awwards {
        padding-right: 0;
        margin-bottom: 45px;
    }

    .description-section-left {
        margin-bottom: 35px;
    }

    .img-awward-1 {
        height: 104px;
        width: 154px;
    }

    .img-awward-2 {
        height: 104px;
        width: 154px;
    }

    .margin-awward {
        margin-top: 50px;
    }

    .margin-awward-line-1 {
        margin-top: 20px;
    }

    .img-awward-3 {
        height: 104px;
        width: 154px;
    }

    .img-awward-4 {
        height: 104px;
        width: 154px;
    }

    .wrapper-button-reviews {
        margin-top: 40px;
        margin-bottom: 70px;
    }

    .reviews {
        padding-bottom: 60px;
    }

    .pic-ceo {
        display: none;
    }

    .comment {
        margin-bottom: 50px;
    }

    .quote-green {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .text-comment {
        font-size: 32px;
        line-height: 160%;
    }

    .wrapper-profile-comment {
        margin-top: 30px;
    }

    .name-comment {
        font-size: 21px;
    }

    .post-comment {
        font-size: 16px;
    }

    .pic-ceo {
        width: 287px;
        height: 420px;
    }

    .adress {
        margin-left: 60px;
        font-size: 14px;
    }

    .terms {
        font-size: 13px;
        text-align-last: left;
    }

    .terms:last-child {
        margin-top: 8px;
    }

    .wrapper-footer-navigation {
        display: flex;
        align-items: center;
    }

    .wrapper-terms {
        display: none;
        /* display: flex;
    flex-direction: column;
    margin-top: 20px; */
    }

    .footer-logo {
        width: 80px;
        height: 13px;
    }

    .about {
        margin-top: 70px;
        margin-bottom: 50px;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .header {
        padding: 30px 0 30px;
    }

    /* Form */

    .article_form {
        margin-top: 30px;
    }

    .main_form {
        /*margin-top: 15px;*/
        padding: 10px 20px 10px 20px;
    }

    .phone .row .col-lg-4 {
        margin-right: 15px;
    }

    .title {
        font-size: 41px;
    }

    .description-title {
        font-size: 21px;
    }

    .content-main-screen {
        margin-top: 60px;
    }

    .wrapper-main-button {
        margin-bottom: 20px;
    }

    .margin-step {
        margin-top: 110px;
    }

    .name-step {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 23px;
    }

    /* Section "Calculator" */
    .calculator {
        padding: 55px 0;
        background-color: #F9F9F9;
    }

    .wrapper-calculator {
        margin-top: 70px;
    }

    .name-slider {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .counter-1 {
        margin-top: 25px;
        font-weight: 700;
        font-size: 36px;
    }

    .form-control-range {
        width: 90%;
        border-radius: 50%;
    }

    label {
        margin-top: 15px;
        font-weight: 700;
        font-size: 36px;
        line-height: 130%;
        margin-bottom: 20px;
    }

    input[type="range"i] {
        color: #27AE60;
    }

    .name-rate {
        width: 90%;
        display: flex;
        margin-top: 10px;
        justify-content: space-between;
    }

    .rate-1 {
        font-size: 16px;
        color: #C4C4C4;
        font-weight: 300;
    }

    .rate-2 {
        font-size: 16px;
        color: #C4C4C4;
        font-weight: 300;
    }

    .wrapper-slider-2 {
        margin-top: 50px;
    }

    .wrapper-selection {
        margin-top: 50px;
    }

    .title-selection {
        font-size: 21px;
        font-weight: 400;
        margin-bottom: 25px;
    }

    .form-check-label {
        font-size: 16px;
        font-weight: 400;
        margin-left: 7px;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .form-check input {
        width: 15px;
        height: 15px;
        background: #27AE60;
    }

    .wrapper-result-field {
        margin-top: 50px;
        padding: 30px 30px;
        background: #fff;
        border-radius: 15px;
        box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.048);
    }

    .title-result {
        font-size: 24px;
        font-weight: 400;
    }

    .result {
        margin-top: 25px;
        font-weight: 600;
        font-size: 50px;
        color: #27AE60;
        line-height: 105px;
        letter-spacing: 0.04em;
    }

    .wrapper-indicators {
        display: flex;
        align-items: center;
        margin-top: 30px;
    }

    .name-indicator {
        font-weight: normal;
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0.04em;
        margin-bottom: 7px;
    }

    .data-indicators {
        font-weight: bold;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.04em;
        margin-bottom: 0;
    }

    .wrapper-revenue {
        margin-left: 40px;
    }

    .text-explanation {
        margin-top: 30px;
        font-weight: normal;
        font-size: 14px;
    }

    .bg-title-test {
        padding: 60px 45px 60px 45px;
    }

    .title-test {
        font-size: 31px;
    }

    .description-test {
        font-size: 16px;
    }

    .wrapper-form {
        padding: 40px 0 0 40px;
    }

    .title-question {
        font-size: 21px;
    }

    .line-test {
        display: none;
    }

    .wrapper-navigation-button {
        /*margin-top: 25px;*/
        /*margin-left: 0;*/
        /*float: right;*/

        position: absolute;
        padding-left: 40px;
        bottom: 0;
        left: 0;
    }

    .wrapper-section-awwards {
        padding-right: 0;
        margin-bottom: 45px;
    }

    .description-section-left {
        margin-bottom: 35px;
    }

    .img-awward-1 {
        height: 65px;
        width: 115px;
    }

    .img-awward-2 {
        height: 65px;
        width: 115px;
    }

    .margin-awward {
        margin-top: 50px;
    }

    .margin-awward-line-1 {
        margin-top: 20px;
    }

    .img-awward-3 {
        height: 65px;
        width: 115px;
    }

    .img-awward-4 {
        height: 65px;
        width: 115px;
    }

    .wrapper-button-reviews {
        margin-top: 40px;
        margin-bottom: 70px;
    }

    .reviews {
        padding-bottom: 60px;
    }

    .pic-ceo {
        display: none;
    }

    .comment {
        margin-bottom: 50px;
    }

    .quote-green {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .text-comment {
        font-size: 32px;
        line-height: 160%;
    }

    .wrapper-profile-comment {
        margin-top: 30px;
    }

    .name-comment {
        font-size: 21px;
    }

    .post-comment {
        font-size: 16px;
    }

    .pic-ceo {
        width: 287px;
        height: 420px;
    }

    .adress {
        margin-top: 10px;
        margin-left: 15px;
        font-size: 14px;
        text-align: center;
    }

    .terms {
        font-size: 13px;
        text-align-last: left;
    }

    .terms:last-child {
        margin-top: 8px;
    }

    .wrapper-footer-navigation {
        display: flex;
        align-items: center;
    }

    .wrapper-logo-footer {
        text-align: center;
    }

    .wrapper-terms {
        display: none;
        /* display: flex;
flex-direction: column;
margin-top: 20px; */
    }

    .footer-logo {
        margin-left: 15px;
        width: 80px;
        height: 13px;
    }

    .about {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .description-footer {
        font-size: 16px;
    }

    .footer {
        padding: 40px 0;
    }
}

.test-style {
    padding-top: 5px;
    padding-bottom: 5px;
}


::-webkit-input-placeholder {
    font-size: 15px;
    text-transform: uppercase;
}

:-moz-placeholder {
    /* older Firefox*/
    font-size: 15px;
    text-transform: uppercase;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 15px;
    text-transform: uppercase;
}

:-ms-input-placeholder {
    font-size: 15px;
    text-transform: uppercase;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}


.fade-anim {
    -webkit-animation: fadeout 2.5s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadeout 2.5s;
    /* Firefox &lt; 16 */
    -ms-animation: fadeout 2.5s;
    /* Internet Explorer */
    -o-animation: fadeout 2.5s;
    /* Opera &lt; 12.1 */
    animation: fadeout 2.5s;
}

@keyframes fadeout {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox  12.1 */
@-webkit-keyframes fadeout {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadeout {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera &lt; 12.1 */
@-o-keyframes fadeout {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.form-check-input {
    cursor: pointer;
}

.form-check-label {
    cursor: pointer;
}

.form-control-range {
    cursor: pointer;
}

.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}

hr {
    width: 120px;
    border-top: 4px solid rgba(0, 0, 0, .1);
}

#userTest {
    display: none;
}

html {
    scroll-behavior: smooth;
}

.data-user {
    margin-left: 0;
}

.signup_form {
    width: 40%;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .pic-client-1, .pic-client-2, .pic-client-3, .pic-client-4{
        height: 430px;
    }
}

@media (max-width: 992px) {
    .signup_form {
        width: 80%;
        margin: initial;
    }

    .content-main-screen .row {
        margin: initial;
        justify-content: center;
    }

}

.intgrtn-form-signup .intgrtn-btn-submit {
    text-decoration: none !important;
    background-color: #27AE60;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    border: none;
    border-radius: 50px;
    cursor: default;
    font-size: 16px;
    font-weight: 100;
    padding: 14px 47px;
}

.content-main-screen .main-button {
    display: none;
}

.intgrtn-form-signup .intgrtn-input {
    padding: 10px 15px;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 35px;
}

.footer-button {
    display: inline-block;
}

button:focus {
    outline: none !important;
}

.intgrtn-form-signup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*.intgrtn-form-signup .intgrtn-input-holder-first-name,*/
/*.intgrtn-form-signup .intgrtn-input-holder-last-name {*/
/*    width: 49%;*/
/*}*/

.intgrtn-input-holder-email,
.intgrtn-input-holder-password,
.intgrtn-input-holder-phone,
.intgrtn-btn-submit-holder {
    width: 100%;
}


@media (max-width: 1024px) {
    .intgrtn-form-signup {
        display: initial;
    }

    #apppage {
        overflow-x: hidden;
    }

    .calculator h1 {
        font-size: 1.75rem;

    }
}

.wrapper-logo h1{
    margin: 0;
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}
.wrapper-logo h1 span{
    font-weight: 400;
}

.footer-disclaimer h2{
    font-size: 28px;
}

.footer-disclaimer p{}

.footer-disclaimer ul{}

.footer-disclaimer ul li{}
