/*!
Theme Name: autohabwp
Text Domain: autohabwp
*/

.wpcf7-not-valid-tip {
    font-size: 11px;
    margin: 0;
    color: #E02D0D;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}


.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7 form.invalid .wpcf7-not-valid {
    border: solid 1px #E02D0D;
}

.wpcf7 form.invalid .wpcf7-not-valid::placeholder {
    color: #E02D0D !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}

.top-second .top-wrap {
    min-height: 259px;
    padding-bottom: 36px !important;
}

.quiz-wrap {
    max-width: 746px;
    margin: 50px auto;
}

.quiz-wrap__back {
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.quiz-wrap__back svg {
    margin-right: 9px;
}

.quiz-wrap__title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin: 31px 0 20px;
}

.quiz-wrap__subtitle {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 30px;
}

.quiz-wrap input,
.quiz-wrap select,
.quiz-wrap textarea {
    margin-bottom: 20px;
}

.quiz-wrap label,
.quiz-wrap .label {
    font-size: 16px;
    font-weight: 600;
    margin: 45px 0 20px;
    display: block;
    width: 100%;
}

.quiz-wrap .wpcf7-not-valid-tip {
    position: static;
    margin-top: 5px;
}

.wpcf7-list-item label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 0;
}

.wpcf7-list-item input {
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.wpcf7-list-item .wpcf7-list-item-label {
    display: block;
    width: 100%;
    max-width: calc(100% - 40px);
    font-size: 15px;
    line-height: 30px;
    padding-left: 15px;
    font-weight: 400;
}

.wpcf7-list-item .wpcf7-list-item-label::after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #F5F5F5;
    border: solid 2px #E9E9E9;
    transition: .3s border;
}

.wpcf7-list-item input:checked+.wpcf7-list-item-label::after {
    background: url('./assets/img/main/check.svg') no-repeat center center #0BA449;
    border-color: #0BA449;
}

.wpcf7-list-item .wpcf7-list-item-label:hover::after {
    border-color: #0BA449;
}

span.wpcf7-not-valid {
    border: none !important;
}

.wpcf7-list-item {
    margin: 0;
    padding: 0;
}

.wpcf7-checkbox,
.wpcf7-radio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
    width: 49%;
    margin-bottom: 15px;
}

.accept_privacy {
    margin: 31px 0;
    padding-top: 29px;
    border-top: dashed 1px #D8D8D8;
}

.accept_privacy .wpcf7-list-item,
.custom-logic .wpcf7-list-item {
    width: 100%;
}

.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7 form.invalid .wpcf7-not-valid-tip {
    display: block;
}

.custom-adress__inputs {
    margin-top: 30px;
}

.custom-adress {
    margin-bottom: 30px;
}


.quiz-wrap__notice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 27px;
    font-size: 16px;
    line-height: 24px;
    color: #0BA449;
}

.quiz-wrap__notice span {
    display: block;
    max-width: calc(100% - 35px);
    width: 100%;
    padding-left: 14px;
}

.header-nav ul li a,
.footer-wrap__nav ul li a {
    text-transform: uppercase;
}

.header-wrap__meta--languages select,
.footer-wrap__flex--meta-languages select {
    background: none;
    border: none;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-wrap__flex--meta-languages select {
    text-transform: none;
    width: fit-content;
    margin-left: auto;
}

.choices {
    margin-bottom: 0;
    transform: translateY(2px);
}

.choices__inner {
    padding: 11px 35px 11px 20px;
    border: none;
    background: none;
    transition: .3s;
    position: relative;
    z-index: 2;
    border-radius: 20px !important;
    overflow: hidden !important;
}

.choices__list--single {
    padding: 0;
    position: relative;
}

.choices__list--single::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: -20px;
    top: 6px;
    background: url('./assets/img/main/lang.svg') no-repeat center center / contain;
}

.choices[data-type*=select-one]::after {
    display: none;
}

.choices__list--dropdown {
    border: none !important;
    background: none !important;
    transition: .3s;
}

.is-open .choices__inner {
    background-color: #fff;
}

.choices__list--dropdown {
    background-color: #fff !important;
    border-radius: 20px !important;
    box-shadow: 0px 4px 25px 0px #00000026;
    padding-top: 40px;
    padding-left: 10px;
    transform: translateY(-40px);
}

.choices__item {
    background: none !important;
    transition: .3s;
}

.choices__list--dropdown .choices__item:hover {
    color: #0BA449;
}

.choices__list--dropdown .is-selected {
    display: none;
}

.top {
    overflow: hidden;
}

.trust {
    border-radius: 40px 40px 0 0;
}

.header-second .header-wrap__menu ul li a svg path {
    fill: #0BA449;
}

.header-second .header-wrap__menu ul li a svg path:first-child {
    fill: #fff;
}

.header-second .header-wrap__menu ul li a:hover svg path:first-child {
    fill: #0BA449;
}

.header-second .header-wrap__menu ul li a:hover {
    color: #0BA449;
}

.header-second .header-wrap__meta--link svg * {
    fill: #fff;
}

.header-second .header-wrap__meta--link svg path:nth-child(2) {
    fill: #0BA449;
}

.header-second .header-wrap__meta--link:hover {
    color: #0BA449;
}

.header-second .choices__list--single::after {
    background: url('./assets/img/main/lang2.svg') no-repeat center center / contain;
}

.header-second .is-open {
    color: #2E2E2E;
}

.header-second .is-open .choices__list--single::after {
    background: url('./assets/img/main/lang.svg') no-repeat center center / contain;
}


.quiz-wrap__back,
.quiz-wrap__back svg * {
    transition: .3s;
}

.quiz-wrap__back:hover {
    color: #0BA449;
}

.quiz-wrap__back:hover svg * {
    fill: #0BA449;
}

.tt,
.mm {
    display: none;
}

.service-list .item-image {
    height: 25px;
    display: flex;
    align-items: center;
    max-width: 100%;
}

.service-list .item-image img {
    height: 25px;
    width: auto;
}

.advantages-wrap .item-icon {
    max-width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
}

.advantages-wrap .item-icon img {
    max-width: 100%;
    width: auto;
    height: 55px;
}

.main .container {
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 2;
    width: 100%;
}

.main .rellax-bg {
    position: static;
}

.service {
    position: relative;
}

.service .service-bg:nth-child(1) {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-right: -50%;
    width: 100%;
}

.service-wrap__title br {
    display: none;
}

.mm {
    display: none !important;
}

@media (max-width: 1600px) {

    .main .container {
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .main-wrap {
        min-height: auto;
    }
}

@media (max-width: 1400px) {
    .service-wrap {
        padding-bottom: 30px;
    }
}

@media (max-width: 1220px) {

    .service .service-bg:nth-child(1) {
        position: absolute;
    }

    .service .service-bg:nth-child(1) img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .service .container {
        position: static;
        transform: none;
        margin: 0;
    }
}

@media (min-width: 1025px) {

    .header-second {
        background: none;
        border: none;
    }

    .header-second .header-nav {
        position: fixed;
        opacity: 0;
        visibility: hidden;
    }

    .header-second .header-wrap__menu ul li a {
        color: #fff;
    }

    .header-second .header-wrap__logo img {
        opacity: 0;
        visibility: hidden;
    }

    .header-second .header-wrap__logo img:last-child {
        opacity: 1;
        visibility: visible;
    }

    .header-second .header-wrap__meta {
        color: #fff;
    }

    .header-second .header-wrap__meta--link {
        color: #fff;
    }

    .header-second .header-wrap__meta--chat * {
        fill: #fff;
    }

    .header-second .header-wrap__meta--chat svg path:nth-child(2) {
        fill: #0BA449;
    }

}

@media (max-width: 1024px) {

    .service .service-bg {
        position: static;
    }

    .service-wrap {
        padding-top: 0;
        margin-top: -500px;
    }

    .main .rellax-bg::after {
        display: none !important;
    }

    .main-wrap {
        padding: 0;
        margin-top: -200px;
        padding-bottom: 100px;
        transform: translateY(-50px);
    }

    .main .rellax-bg {
        position: static;
        height: auto !important;
    }

    .main .container {
        position: static;
        transform: none;
        margin: 0 auto;
    }

    .main .rellax-bg::after {
        position: absolute;
    }

    .main .rellax-bg img {
        margin: 0 auto;
        max-height: 554px;
    }

    .header .choices__list--single::after {
        background: url('./assets/img/main/lang2.svg') no-repeat center center / contain;
    }

    .header .is-open {
        color: #000;
    }

    .header .is-open .choices__list--single::after {
        background: url('./assets/img/main/lang.svg') no-repeat center center / contain;
    }

    .header-wrap__meta--languages select {
        color: #fff;
    }

    .header-wrap__meta--languages select option {
        color: #000;
    }


    .header-sticky .choices__list--single::after {
        background: url('./assets/img/main/lang2.svg') no-repeat center center / contain;
    }

    .header-sticky .is-open {
        color: #2E2E2E;
    }

    .header-sticky .is-open .choices__list--single::after {
        background: url('./assets/img/main/lang.svg') no-repeat center center / contain;
    }

    .header-nav ul li a {
        display: flex;
        align-items: center;
    }

    .header-nav ul li a svg {
        margin-right: 14px;
    }

    .pp {
        display: none !important;
    }

    .tt {
        display: block !important;
    }

}

@media (max-width: 768px) {
    .service {
        padding-bottom: 1px;
    }
}


@media (max-width: 720px) {

    .service .service-bg {
        margin-bottom: -200px;
    }

    .service-wrap {
        margin-top: 0;
    }
}

@media (max-width: 550px) {

    .service-bg,
    .main .rellax-bg {
        background-size: 100% !important;
        background-position-y: top !important;
    }


    .tt {
        display: none !important;
    }

    .mm {
        display: block !important;
    }

    .wpcf7-checkbox .wpcf7-list-item,
    .wpcf7-radio .wpcf7-list-item {
        width: 100%;
    }

    .quiz-wrap {
        margin: 0;
    }

    .mob-wrap {
        box-shadow: 0px -7px 15px 0px #1D1D1D33;
    }

    .mob .item:nth-child(1) {
        border-right: solid 1px #F8F9F826;
    }

    .main {
        background: #1A2217;
    }

    .main-wrap {
        transform: none;
        margin-top: -150px;
    }

}
body {
  font-family: 'Poppins', 'Montserrat', sans-serif;
}