.col-sm-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 41.66666667%;
}

.col-sm-7 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 58.33333333%;
}

.modal .modal-left {
    padding: 0;
    background: #fff;
}

.modal .modal__content>.row .modal-left,
.modal .modal__content>.row .modal-right {
    float: none;
    display: table-cell;
    vertical-align: top;
}

.modal-left-img {
    position: relative;
}

.modal-left-img img {
    width: 100%;
}

.modal-left-img::after {
    content: '';
    display: block;
    height: 4px;
    background: #50b75c;
    width: 60%;
    position: absolute;
    bottom: -2px;
    left: 20%;
}

.modal-left-bottom {
    text-align: center;
    padding: 25px;
}

.modal-left-name {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}

.modal .modal-right {
    padding: 0;
}

.modal--sm .modal__content {
    border-radius: 0;
    float: left;
    position: relative;
    border: 0;
    padding: 0;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.2);
    background: #3a3d40;
    display: table;
    width: 940px;
}

.modal .modal-right .modal-right-inner {
    background: #3a3d40;
    color: #fff;
    padding: 60px 65px;
}

.modal .modal-right .modal-header {
    padding: 0;
    margin-bottom: 25px;
}

.modal .modal-header h3,
.modal .modal-header .h3 {
    color: #fff;
    font-size: 27px;
    margin-bottom: 0px;
}

.modal .modal-header .subhead {
    display: block;
    margin-top: 20px;
    font-size: 18px;
}

p.form_requirements {
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 8px;
}

.form-group {
    margin-bottom: 10px;
}

.modal .form-group {
    max-width: 280px;
}

.modal .control-label {
    font-weight: bold;
    color: #3ed47f;
}

.form-control {
    line-height: 1.42857143;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding: 0 20px;
    height: 46px;
    font-size: 14px;
    background: #E5E5E5;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    border: 1px solid #E5E5E5;
    box-shadow: none;
    border-radius: 24px;
    width: 100%;
    color: #111;
    display: inline-block;
    text-align: left;
    text-overflow: ellipsis;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.modal .form-group-button {
    margin: 17px 0px 17px 0px;
}

.modal .form-group .btn {
    min-width: 100%;
}

.terms {
    font-size: 13px;
}

.modal--sm .modal__close-btn {
    right: 30px;
    top: 20px;
}

.form-radio__img {
    height: 78px;
}

.calculator--tuning .form-radio__img {
    /*height: 40px;*/
}

.thank__wrapper {
    margin: 70px 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
}

.terms a {
    color: #3ed47f;
}

/* new team photo */
.bg-full__img {
    max-width: 34%;
}

.team-card__img {
    background-color: #dee5ed;
}

@media (max-width: 767px) {
    .modal .modal__content>.row .modal-left {
        display: none;
    }

    .modal--sm .modal__content {
        width: 100%;
    }

    .modal .modal-right .modal-right-inner {
        padding-left: 30px;
        padding-right: 30px;
    }

    .wrapper .header {
        top: -1px;
    }

    .header__sticky {
        display: block;
        width: 50px;
    }

    .header__sticky .header__address,
    .header__sticky .logo,
    .header__sticky .header__button {
        display: none;
    }

    .header__sticky .header__top {
        padding: 10px 0;
    }

    .header__sticky .toggler {
        margin: 0;
    }

    .header__sticky.header--expanded {
        width: 100%;
    }
}