.get-best-header {
    color: #fff;
}

.get-best-header__text {
    font-size: 16px;
}

.header-img-container {
    background-color: #008dee;
    padding-bottom: 100px;
    margin-bottom: 50px;
    background-image: url('/local/templates/public/img/best-img.png');
    background-repeat-x: repeat;
    background-size: 700px;
}

.header-img-container .bread-crumbs {
    margin: 24px 0 19px;
    color: #cccccc;
}

.header-img-container .bread-crumbs__link {
    color: rgba(189, 195, 199, 1);
}

.header-img-container a.bread-crumbs__link:hover {
    color: #fff;
}

.header-img-container .header-h1 {
    color: #fff;
}

.get-best-product__title {
    color: #34495e;
    font-size: 31px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.2;
    margin-bottom: 40px;
}

.product__body-text-title {
    color: #34495e;
    font-size: 42px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

.product__body-text {
    margin-top: 120px;
}

.get-best-product__body .row {
    margin-bottom: 70px;
}

.left-img {
    display: flex;
}

.left-img .get-best-product__body-imgs {
    order: 2;
}

.left-img .product__body-text {
    order: 1;
}

.get-best-product__footer-imgs {
    padding-top: 20px;
    height: 400px;
    display: flex;
    background-image: url(/local/templates/public/img/best-background.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 100px;
}

.get-best-product__footer-text {
    color: #008dee;
    margin-left: 20px;
    font-size: 24px;
}

.get-best-product__footer img {
    height: 60px;
}

.form-item {
    position: relative;
    display: flex;
    flex-flow: column;
    width: 80%;
    margin-bottom: 20px;
}

.form-item label {
    color: #a4aeb9;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 5px;
}

.form-item input {
    border: 1px solid #ebedee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 40px;
    padding-left: 10px;
    font-size: 14px;
}

.get-best-product__form {
    margin-top: 20px;
}

.agreement {
    font-size: 12px;
    width: 80%;
    margin-top: -10px;
    color: #a4aeb9;
}

.get-best-product__footer {
    margin-bottom: 70px;
}

.buttons {
    margin-top: 30px;
    width: 80%;
    display: flex;
    justify-content: center;
}

.best-price-button {
    width: 60%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    background: #0099ff;
    border-radius: 5px;
    box-shadow: 0 7px 31px rgba(0, 153, 255, 0.5);
    -webkit-box-shadow: 0 7px 31px rgba(0, 153, 255, 0.5);
    cursor: pointer;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.best-price-button:hover {
    background-color: #2c80b9;
}

.best-price-button.disabled, .best-price-button.disabled:hover {
    background: #e8ebee;
    color: #a4aeb9;
    cursor: default;
}

.agreement a {
    color: #337ab7;
}

#getBestPricePopup .modal-header{
    padding: 19px;
    margin: 0;
}

#getBestPricePopup .modal-body{
    padding: 0;
    padding-left: 19px;
}

#modal_element_best_price .modal-dialog {
    width: 385px;
    padding: 30px;
    padding-top: 15px;
}

#modal_element_best_price .modal-content {
    padding-top: 0;
}

#modal_element_best_price .modal-title {
    font-size: 18px;
    margin-bottom: 0;
    text-align: left;
    line-height: 20px;
    color: #0099fa;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

#modal_element_best_price .modal-content {
    padding: 0;
}

#modal_element_best_price .form-item {
    width: 100%;
}

#modal_element_best_price .form-item {
    margin-bottom: 15px;
}

#modal_element_best_price .form-get-text {
    font-size: 13px;
    margin-bottom: 15px;
    color: #808599;
}

#modal_element_best_price .form-get-text a {
    color: #337ab7;
}

#modal_element_best_price .buttons {
    margin-top: 20px;
    width: 100%;
}

#modal_element_best_price .best-price-button {
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#modal_element_best_price .agreement {
    text-align: center;
    margin-top: 5px;
    width: 100%;
    color: #667580;
    font-size: 13px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}








.form-item .js-validate-status.error:before, .form-item .js-validate-status.error:after {
    position: absolute;
    opacity: 0;
    transition: all 300ms;
    pointer-events: none;
}
.form-item .js-validate-status.error:hover:before, .form-item .js-validate-status.error:hover:after {
    opacity: 1;
}
.form-item .js-validate-status.error:before {
    content: attr(data-text);
    bottom: 9px;
    left: calc(100% + 8px);
    z-index: 1;
    padding: 4px;
    color: #fff;
    background-color: #263238;
    font: 400 12px Roboto, Arial, Helvetica, sans-serif;
    letter-spacing: 0.4px;
    white-space: nowrap;
    border-radius: 4px;
}
.form-item .js-validate-status.error:after {
    content: '';
    bottom: 16px;
    right: -8px;
    border: 4px solid rgba(49, 53, 65, 0);
    border-right-color: #263238;
}


.form-item .js-validate-status {
    position: relative;
}
.form-item .js-validate-status i {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    transition: all 300ms;
}
.form-item .js-validate-status i {
    bottom: 12px;
    right: 12px;
}
.form-item .flip-textarea .js-validate-status i {
    bottom: 150px;
}
.form-item i.error {
    background-color: #E53935;
}
.form-item i.success {
    background-color: #00C853;
}
.form-item i.error:before, .form-item i.error:after,
.form-item i.success:before, .form-item i.success:after {
    content: '';
    position: absolute;
    transition: all 200ms;
}
.form-item i.error:before, .form-item i.error:after {
    width: 2px;
    height: 7px;
    left: 7px;
    top: 3px;
    background-color: #FFFFFF;
    border-radius: 2px;
}
.form-item i.error:after {
    height: 2px;
    top: 11px;
}
.form-item i.success:before {
    box-sizing: border-box;
    width: 10px;
    height: 5px;
    left: 3px;
    top: 4px;
    border-bottom: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    transform: rotate(-45deg);
}
.form-item i.success:after {
    width: 0;
    height: 0;
    top: 0;
}













@media (max-width: 991px) {
    .header-img-container {
        padding-bottom: 20px;
    }

    .product__body-text-title {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .left-img {
        display: block;
    }

    .product__body-text {
        margin-top: 30px;
    }

    .header-img-container .header-h1 {
        font-size: 34px;
    }

    .get-best-product__footer-imgs {
        background: none;
        height: auto;
    }

    #get-best-price-form {
        display: flex;
        flex-flow: column;
        align-items: center;
    }

    .form-item, .agreement, .buttons {
        width: 70%;
    }
}

@media (max-width: 767px) {
    #modal_element_best_price .modal-title {
        font-size: 16px;
    }

    #modal_element_best_price .form-get-text {
        font-size: 12px;
    }

    #modal_element_best_price .form-item {
        margin-bottom: 10px;
    }

    .header-img-container .header-h1 {
        font-size: 24px;
        padding-left: 0;
        margin-top: 20px;
    }

    .get-best-header__text {
        font-size: 14px;
    }

    .get-best-product__title {
        font-size: 24px;
    }

    .product__body-text-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .product__body-text-description {
        font-size: 14px;
    }

    #get-best-price-form {
        display: block;
    }

    #get-best-price-form .best-price-button{
        width: 100%;
    }

    .form-item, .agreement, .buttons {
        width: 100%;
    }

    .main-wrapper .navbar-padding {
        height: 61px;
    }

    .get-best-product__footer-imgs {
        display: block;
    }

    .get-best-product__footer-text {
        margin-left: 0;
        margin-top: 20px;
    }
}