

/* Start:/local/templates/bikecenter_main/components/bikecenter/unity/tainii_pokypatel/style.css?174599519817289*/
/* page cv */
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
}

.content {
    background-color: #fff;
    overflow: hidden;
}

.grecaptcha-badge {
    display: none;
}

.tainii-promo {
    position: relative;
    /*background: none;*/
    margin-top: 0;
    padding: 10px 0;
    background-image: linear-gradient(90deg, #FFE6BC  20%,#F2F1F5 50% );
    border-radius: 20px;
}

.tainii-promo__container {
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
}

.tainii-promo__text {
    padding: 40px 0 40px 90px;
}

@media screen and (max-width: 768px){
    .tainii-promo__text {
        padding: 40px 40px;
    }
}

@media screen and (max-width: 500px){
    .tainii-promo__text {
        padding: 40px 20px;
    }
}

.tainii-promo__suptitle {
    font-weight: 600;
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 12px;
}

.tainii-promo__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    max-width: 600px;
}

@media screen and (max-width: 768px){
    .tainii-promo__suptitle {
        font-size: 18px;
        line-height: 28px;
    }

    .tainii-promo__title {
        font-size: 26px;
        line-height: 34px;
    }
}

.tainii-promo__btn {
    margin-top: 50px;
    box-sizing: border-box;
    background-color: #0C1111;
    text-align: center;
    border-radius: 10px;
    padding: 17px;
    width: 260px;
    max-width: 300px;
    transition: all 0.3s ease-in-out;
    height: 50px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

.tainii-promo__btn:hover {
    background-color: #fff;
    color: #333;
    transition: all 0.3s ease-in-out;
}
.tainii-promo__img {
    margin-left: 50px;
    margin-right: 180px;
    max-width: 520px;
    object-fit: contain;
}

@media screen and (max-width: 1500px){
    .tainii-promo__img {
        margin-left: 0;
        margin-right: 90px;
    }
}

@media screen and (max-width: 1250px){
    .tainii-promo__img {
        display: none;
    }
}


.tainii-cards {
    margin-top: 60px;
}

.tainii-cards__wrap {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: space-around;
}


.tainii-card {
    display: flex;
    align-items: center;
    line-height: 22px;
    font-size: 18px;
    border-radius: 12px;
    background-color: #f2f3f5 ;
    padding: 16px 40px;
    min-height: 50px;
    width: calc(50% - 86px);
}


@media screen and (max-width: 680px){
    .tainii-card {
        width: 100%;
    }
}

.tainii * {
    box-sizing: border-box;
}

.tainii {
    box-sizing: border-box;
    margin-bottom: 60px;
}

.tain__container {
    max-width: 1268px;
    /*display: flex;*/
    align-items: center;
    gap: 16px;
}

@media screen and (max-width: 1024px){
    .tain__container {
        max-width: 768px;
    }
}

.tain__title-wrapper {
    margin-bottom: 40px;
    margin-top: 40px;
    /*display: flex;*/
    /*align-items: center;*/
    /*gap: 100px;*/
}

@media screen and (max-width: 768px){
    .tain__title-wrapper {
        margin-bottom: unset;
    }
}

.tain__autorization {

    /*height: 50px;*/
    /*transition: .3s;*/
}

.tain__autorization:hover {
    /*background-color: #f2f3f5;*/
    /*color: #0C1111;*/
}

.tain__title,
.tain__sub-title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    color: #333;
}

@media screen and (max-width: 768px){
    .tain__title {
        font-size: 20px;
        font-weight: 600;
    }
}

.tain__subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}


.tain__field-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: end;
    column-gap: 28px;
}

@media screen and (max-width: 1024px){
    .tain__field-container {
        display: block;
        grid-template-columns: auto;
    }
}

.tain__field-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    position: relative;
}

.tain__field-wrapper.col-2 {
    /*max-width: 620px;*/
    grid-column: span 2;
}

.tain__field-wrapper.col-4 {
    /*max-width: 296px;*/
}

.tain__field-wrapper_phone {
    display: flex;
}

.tain__field-wrapper_phone .tain__field-input-container {
    margin-right: -16px;
}

.tain__field-wrapper_phone .tain__field-input-container .tain__field-clear {
    right: 28px;
}

@media screen and (max-width: 768px){
    .tain__field-wrapper {
        margin-bottom: 28px;
    }

    .tain__field-wrapper_phone {
        flex-direction: column;
        gap: 80px;
    }

    .tain__field-wrapper_phone .tain__field-input-container {
        margin-right: unset;
    }

    .tain__field-wrapper_phone .tain__field-input-container .tain__field-clear {
        right: 12px;
    }
}

.tain__field-wrapper .calendar-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.tain__fieldset-title,
.tain__field-wrapper label,
.tain__photo-container label {
    width: max-content;
    display: inline-block;
    vertical-align: baseline;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #303030;
    margin-bottom: 15px;
    margin-top: 5px;
    padding-right: 8px;
    position: relative;
    max-width: 100%;
}

.tain__field-wrapper label.required::before {
    content: "*";
    position: absolute;
    top: 0;
    right: 0;
}

.tain__field, .tain__dropdown {
    width: 100%;
    min-height: 50px;
    padding: 0 30px;
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: #f2f3f5;
    transition: .3s ease all;
    font-size: 16px;
}

.tain__dropdown.filled ,
.tain__field.filled {
    background-color: #fff;
    border: 1px solid #000;
}

.tain__dropdown:focus ,
.tain__field:focus {
    border: 1px solid #000;
}

.tain__field-input-container {
    position: relative;
    width: 100%;
}

.tain__field.filled ~ .tain__field-clear {
    opacity: 1;
    visibility: visible;
}

.tain__field-clear {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-color: #fff;
    transition: .3s ease all;
    border: none;
}

textarea.tain__field ~.tain__field-clear {
    top: 24px;
}

.tain__field-clear:hover {
    background-color: #e0e0e0;
}

.tain__field-clear::before, .tain__field-clear::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    right: 50%;
    border-radius: 50%;
    background-color: #333;
}

.tain__field-clear::before {
    transform: translateX(50%) rotate(45deg);
}

.tain__field-clear::after {
    transform: translateX(50%) rotate(135deg);
}

.tain__field-wrapper textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px;
    height: 160px !important;
    width: 100%;
    resize: none;
}

.tain__field-wrapper--textarea {
}

.tain__check-wrapper {
    margin-bottom: 30px;
}

.tain__term-wrapper {
    padding-left: 28px;
    margin-bottom: 23px;

    position: relative;
}

.tain__label-check {
    position: relative;
    cursor: pointer;
}

.tain__label-check::before {
    content: "";
    display: block;
    position: absolute;
    left: -28px;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #f2f3f5;
    border-radius: 3px;
    transition: all .3s ease;
}

.tain__label-check::after {
    content: "";
    position: absolute;
    top: 4px;
    left: -25px;
    width: 12px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(135deg);
    border-radius: 1px;
    display: none;
}

.tainii input[type="checkbox"]:checked+label::after {
    display: block;
}

.tainii input[type="checkbox"]:checked+label::before {
    background-color: #0c1111;
}

.tain__term-link {
    text-decoration: underline;
    font-weight: 600;
}

.tain__sub {
    position: absolute;
    top: 100px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    color: #848684;
    display: block;
    margin-bottom: 25px;
}

.tain__sub span {
    color: #ed1c24;
}

.tain__photo-wrapper {
    margin-bottom: 30px;
}

.tain__submit, .tain__sub-code {
    min-height: 50px;
    width: 100%;
    background-color: #0c1111;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #ffffff;
    transition: all .3s ease;
    position: relative;
    overflow: visible;
}

.tain__submit .preloader-spinner {
    position: static;
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 20px;
    margin-top: 0;
    border-top: 3px solid #fff;
    z-index: 1;
}

@media screen and (max-width: 768px){
    .tain__submit {
        font-weight: 400;
    }
}

.tain__submit:disabled,
.tain__submit:disabled:hover {
    background-color: #dee1e4;
}

.tain__submit:hover,
.tain__submit:focus {
    background-color: #27AE60;
}

.tain__photo-title {
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
}

.tain__photo-wrapper {
    height: 80px;
}

.tain__completed,
.tain__send-error {
    padding: 50px 0 20px;
}

.tain__completed-title {
    margin: 0 0 4px 0;
    padding: 0;
    position: relative;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase;
    color: #303030;
}

.tain__completed-desc {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
}

.tain__send-error-desc {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    padding-left: 30px;

    position: relative;
}

.tain__send-error-desc span {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 3px solid #d7d7d7;
}

.tain__send-error-desc span::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -3px;
    width: 16px;
    height: 3px;
    border-radius: 3px;
    background-color: #ed1c24;
    transform: rotate(45deg);
}

.tain__send-error-desc span::after {
    content: "";
    position: absolute;
    top: 3px;
    left: -3px;
    width: 16px;
    height: 3px;
    border-radius: 3px;
    background-color: #ed1c24;
    transform: rotate(-45deg);
}

.tain__send-error-desc a {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #303030;
}

.tain__send-error-desc a:hover {
    text-decoration: underline;
    color: #ed1c24;
}

#image-preview {
    width: 80px;
    height: 80px;
    background-size: contain !important;

    position: relative;
    border: 1px solid #f2f3f5;
}

#image-label {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 20%;
    right: -161px;
    width: 125px;
    font-size: 12px;
    text-align: center;
}

#image-upload {
    position: absolute;
    top: 10%;
    right: -161px;
    width: 121px;
    height: 30px;
    margin: 0;
    padding: 0;
    height: 30%;
    border: none;
}

.tain__error {
    position: absolute;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    z-index: 1;
    width: 100%;
    max-width: 400px;
}

.tain__error span {
    display: inline-block;
    vertical-align: baseline;
    padding: 8px 22px;
    border-radius: 5px;
    background: #f56571;
}

.tain__error::before {
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid #f56571;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    top: -14px;
    left: 15px;
}


.tain__error--phone {
    top: 100px;
}

.tain__error--code {
    top: 70px;
    bottom: auto;
}

.tain__error--term,
.tain__error--agree {
    top: auto;
    bottom: -40px;
}

.tain__error--code {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

#cvCheckPhone, #cvSendCode {
    width: 100%;
    max-width: 196px;
    min-height: 50px;
    line-height: 19px;
    font-weight: 400;
    margin: 0;
    z-index: 1;
}

#cvSendCode {
    max-width: unset;
    background-color: #0C1111;
    color: #fff;
    transition: all .3s ease;
}

#cvSendCode:hover {
    background-color: #27AE60;
}

@media screen and (max-width: 768px){
    #cvCheckPhone {
        max-width: unset;
    }
}


#checkCode::placeholder {
    text-align: center;
}

#cvSubmit {
    margin-top: 30px;
}

.tain__check-container {
    /*padding-top: 25px;*/
    /*margin-top: 40px;*/
    /*border-top: 1px solid #f2f3f5;*/
}

.tain__hidden-block {
    position: relative;
}

.checkbox-err::before {
    border-color: #ed1c24;
}

@media (min-width: 1080px) {
    .tain__error {
        bottom: -7px;
        top: auto;
        right: -175px;
        left: auto;

        width: 200%;
        max-width: 400px;
    }

    .tain__error--agree {
        left: 435px;
    }

    .tain__error--term {
        left: 380px;
        right: auto;
    }

    .tain__error--code {
        bottom: 45%;
        top: 60px;
        right: auto;
        transform: translateX(0);
    }

    .tain__error--phone {
        top: 100px;
        right: auto;
        transform: translateX(0) translateY(50%);
    }

    .tain__check-wrapper {
        border: none;
    }

    .tain__check-wrapper--margin {
        margin-top: 45px;
    }

    .tain__photo-container {
        width: 100%;
        max-width: 350px;
    }

    .tain__term-wrapper {
        width: 100%;
        max-width: 615px;
    }

    .tain__submit {
        margin: 0 auto 0 0;
    }
}

@media (min-width: 500px) {

    #cvSubmit {
        max-width: 280px;
    }
}

/* END page cv */

.dropdown-select {

}

.dropdown-select__label {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    color: #303030;
    margin-bottom: 15px;
    margin-top: 5px;
    padding-right: 8px;
    position: relative;
}

.dropdown-select__input {
    position: relative;
    height: 50px;
    width: 100%;
    border: none;
    padding: 15px 30px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #333;
    cursor: pointer;
    border-radius: 10px;
    transition: all .3s ease;
}

.dropdown-select__wrap {
    position: relative;

}

.dropdown-select__wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 26px;
    width: 7px;
    height: 7px;
    transform: translateY(-50%) rotate(135deg);
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transition: .3s;
}

.dropdown-select__wrap.active::after {
    transform: translateY(calc(-50% + 3px)) rotate(315deg);
}

.dropdown-select__list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    /*display: none;*/
    z-index: 10;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    transition: all .3s ease;
}

.dropdown-select__list.active {
    max-height: 300px;
}

.dropdown-select__item {
    padding: 15px 30px;
    font-size: 14px;
    line-height: 20px;
    height: 50px;
    border-bottom: 1px solid #efefef;
    background-color: #ffffff;
    cursor: pointer;
    transition: all .3s ease;
}

.dropdown-select__item:hover {
    background-color: #efefef;
}

.tain__fieldset {
    overflow: hidden;
    margin-top: 10px;
    font-size: 0px;
}

.tain__radio {
    display: inline-block;
}

.tain__radio .tain__radio-label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-size: 15px;
    border: 1px solid #0c1111;
    margin: 0px;
    padding: 8px 20px;
    color: #0c1111;
    transition: all .15s ease;
    font-weight: 500;
}

@media (max-width: 500px) {
    .tain__radio .tain__radio-label {
        font-size: 14px;
        padding: 6px 15px;
    }
}

.tain__radio-input:checked + .tain__radio-label {
    background-color: #0c1111;
    color: #ffffff;
}

.tain__radio:first-child .tain__radio-label {
    border-radius: 6px 0 0 6px;
    border-right: unset;
}


.tain__radio:last-child .tain__radio-label {
    border-radius: 0 6px 6px 0;
    border-left: unset;
}

.input__not-filled {
    border: 1px solid red;
}
/* End */
/* /local/templates/bikecenter_main/components/bikecenter/unity/tainii_pokypatel/style.css?174599519817289 */
