@font-face {
    font-family: "MyriadPro";
    src: url("../fonts/MyriadPro-Regular.woff") format("woff");
    font-weight: 400;
}

@font-face {
    font-family: "MyriadPro";
    src: url("../fonts/MyriadPro-Bold.woff") format("woff");
    font-weight: 700;
}

/*  general */
body, html {
    font-family: 'MyriadPro', sans-serif;
    color: #fefefe;
}
/*.field-label, .b24-form-control:focus+.b24-form-control-label, .b24-form-control-not-empty+.b24-form-control-label {
    top: -22px !important;
}*/
body {
    background: url(../img/img_background_1_1920.jpg) no-repeat #fff center / cover;
    position: relative;
    overflow-x: hidden;
}

/*body:before {*/
/*position: absolute;*/
/*content: url("../img/bg1.png");*/
/*top: 70px;*/
/*left: -345px;*/
/*}*/

/*body:after {*/
/*position: absolute;*/
/*content: url("../img/bg2.png");*/
/*top: -137px;*/
/*right: -275px;*/
/*}*/

.lines {
    overflow: hidden;
}

.b24-form-success-icon {
    margin-bottom: 0 !important;
}

.b24-form-success .b24-form-state-text {
        font-size: 16px;
    line-height: 1.6;
}

.main-color {
    /*color: #00bcbd !important;*/
    font-weight: 900 !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

/*  general */

/*  header */

footer .container {
    max-width: 1920px;
    position: relative;
}

#header {
    position: relative;
    z-index: 3;
}

#header h1, #header h3 {
}

#header .h-image {
    padding: 0;
}

#header h3 {
    color: #fefefe;
    font-size: 63px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 90px;
    margin-bottom: 4px;

}

#header h1 {
    color: #fefefe;
    font-size: 51px;
    font-weight: 400;
    line-height: 64.99px;
    margin-bottom: 0;
    position: relative;
}

#header .tagline {
    padding: 12px 0 22px 0;
    margin-left: auto;
    position: relative;
}

#header .tagline:before {
    background: url(../img/img_arrow.png) no-repeat center / cover;
    position: absolute;
    content: '';
    bottom: 0;
    height: 97px;
    left: 100%;
    width: 195px;
    transform: translate(-50%, 50%);
}

#header p {
    color: #fefefe;
    font-size: 34px;
    font-weight: 400;
    margin: 0;
    line-height: 1.2;
}

#header .tagline--after p,
#header .tagline p {
    color: #fefefe !important;
}

#header .tagline--after p {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

#header p.desc {
    font-weight: 700;
    font-size: 33px;
}

#header .header_main_image {
    padding-top: 135px;
}

#header .header_main_image img {
    max-width: 600px;
}

#header .lg-logo {
    margin-top: 92px;
    padding-bottom: 25px;
    position: relative;
    font-size: 72px;
    color: #fefefe;
}

#header .sm-logo {
    margin-top: 40px;
    width: 100%;
    color: #fefefe;
    font-size: 45px;
}

#header .wrapper {
    max-width: 1920px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    #header .tagline:before{
        display: none;
    }


    #header .right-col .h-image img, #header .header_main_image img {
        width: 100%;
    }

    #header .sm-logo img {
        width: 100%;
    }

    #header h1 {
        font-size: 50px;
        line-height: 50px;
    }

    #header .header_main_image {
        padding-top: 30px;
    }

    #form {
        padding: 20px;
    }
}

@media (min-width: 991px) {
    #header .tagline {
    }

}

@media (min-width: 1200px) {
    #header h3 {
        font-size: 100px;
    }
}

/*  header */

/*  form */

#form .section-header p {
    color: #fefefe;
    font-size: 19px;
    font-weight: 600;
    line-height: 25px;
    padding: 56px 0 39px 0;
    margin-bottom: 0;
}

#form .form-input-container {
    padding: 36px 0 28px 0;
}

#form h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 25.4px;
    padding-bottom: 13px;
}

#form input {
    border: 1px solid transparent;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    color: #fefefe;
    line-height: 28px;
    /*padding: 5px 15px 1px;
    height: unset;*/
}

/*#form input::placeholder {
    opacity: 0.42;
    color: #fefefe;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.57px;
}*/

#form input:focus {
    border-color: #000;
    box-shadow: unset;
}

#form input.error {
    border: 2px solid rgba(235, 75, 66, 1);
}

#form .form-input-container .vertical-inputs input:last-of-type {
    margin-bottom: 0;
}

#form .form-input-container .vertical-inputs .form-group {
    position: relative;
}

#form .inplg1 {
    margin-top: 10px;
}

#form .inplg1,
#form .inpsm1 {
    font-size: 13px;
    font-weight: 400;
    color: #fefefe;
    line-height: 15.25px;
}

/*#form .inplg1 {*/
/*position: absolute;*/
/*top: 0;*/
/*left: calc(100% + 7px);*/
/*width: 300px;*/
/*}*/

#form .inpsm1 {
    padding-top: 14px;
}

#form .inplg1 .arrow {
    max-width: 14px;
    float: left;
    /*filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);*/
}

#form .inplg1 .description {
    margin-left: 24px;
    overflow: hidden;
    color: #fefefe;
}

#form .form-input-container small {
    height: 13px;
    color: #e05f21;
    font-size: 11px;
    font-weight: 400;
    line-height: 15.83px;
    position: absolute;
    top: 11px;
    right: 10px;
    display: none;
}

#form .input-headers {
    padding: 0;
    margin-bottom: 6px;
}

#form .input-headers .right_input_header {
    float: right;
    font-size: 14px;
    margin-right: 22px;
    margin-top: 14px;
}

#form .input-headers .left_input_header {
    font-size: 22px;
    line-height: 41.82px;
}

#form .row.privacy {
    margin-left: 0;
    color: #fefefe;
    font-size: 13px;
    font-weight: 400;
    line-height: 20.57px;
    justify-content: center;
    text-align: center;
    margin-top: 40px;
}

#form .form-group {
    margin-bottom: 20px;
}

#form .zipstate input {
    max-width: 138px;
    margin: 0 auto;
}

#form .zipstate input:last-of-type {
    margin-left: 12px;
}

#form .privacy img {
    margin: 3px 3px 0 0;
    /*filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);*/
}

#form .submit-row {
    padding-bottom: 50px;
}

#form .submit-btn {
    color: #fefefe;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 4px;
    background: #fff;
    position: relative;
    transition: .7s;
    padding: 5px 15px 1px;
}

#form .submit-btn:hover {
    color: #fff;
    background: #000;
}

#form a.text-dark {
    text-transform: uppercase;
    color: #e5056b !important;
    text-decoration: underline;
}

@media screen and (max-width: 1400px ) {
    #header .header_main_image {
        padding-top: 50px;
    }
}

@media (min-width: 1200px) {

    #form .zipstate input {
        max-width: 168px;
        margin: 0 auto;
    }

    #form .section-header img {
        margin-top: -154px;
    }

}

/*  form */

/* footer */
footer {
    margin: 0 auto;
    /*max-width: 1920px;*/
}

footer .wrapper {
    background-color: #1f1f1f;
    color: #ebf5f5;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.73px;
    padding: 18px 32px 18px 64px;

}

footer .text-left img {
    margin-right: 4px;
}

footer .footer-main-link {
    color: #ebf5f5;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.8px;
}

footer .footer-main-link:hover {
    text-decoration: none;
    color: #1eb400;
}

footer .creators a {
    opacity: 0.41;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}

#form .section-header p .bigest a {
    color: #fff;
}

#form .section-header p small {
    margin-top: 20px;
    display: block;
    position: static;
    color: #fefefe;
}

@media (max-width: 727px) {
    footer .footer-mail {
        font-size: 13px;
    }

    #form .row.privacy {
        margin-top: 0px;
    }

    #form .inplg1 {
        display: none;
    }

    #header .right-col {
        text-align: center;
    }

    #header h3 {
        margin-bottom: 0;
    }

    #form .section-header p,
    #form .form-input-container {
        padding-top: 0;
    }
}

/* footer */
@media screen and (min-width: 1200px) {
    #form .section-header p {
        font-size: 24px;
        line-height: 1.3;
        padding-top: 0;
        padding-bottom: 20px;
    }

    #form .section-header p small {
        font-size: 14px;
        margin-top: 0;
    }
}

@media screen and (min-width: 1600px) {
    #form .section-header .yanr + p {
        padding: 0;
    }

    #form .section-header p {
        padding-top: 50px;
    }
}
