
@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&family=Manrope:wght@200..800&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body {
    font-family: "Montserrat", serif;
    background: #f4f6f7;
}
section {
    padding: 100px 0 0;
}
.steps-sliders .slick-list {
    margin-left: -20px;
    margin-right: -20px;
}
.steps-sliders .slick-track {
    display: flex;
}
.step-slider {
    margin: 0 20px;
    background: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    height: auto;
    position: relative;
}
.step-slider_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 18px;
}
.step-slider_top-num {
    color: #EED266;
    font-size: 18px;
    font-weight: 600;
}
.step-slider_top-step {
    color: #9398A0;
    font-size: 18px;
    font-weight: 600;
}
.step-slider_top-line {
    width: calc(100% - 150px);
}
.step-slider_top-line::after {
    content: '';
    background: #C3CAD466;
    width: 100%;
    height: 1px;
    display: block;
}
.step-slider_title {
    color: #263141;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}
.step-slider_content-title {
    color: #474F5A;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.step-slider_content-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}
.step-slider_content-list li {
    color: #474F5A;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
}
.step-slider_content-list li::before {
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><rect width="14" height="14" rx="7" fill="%23EED266"/><rect width="14" height="14" rx="7" fill="url(%23paint0_linear_8748_706)"/><path d="M3.92001 6.94929L4.7414 6.18559L6.38398 7.71281L9.25863 5.04004L10.08 5.80374L6.38416 9.24004L3.92001 6.94929Z" fill="%23736637"/><defs><linearGradient id="paint0_linear_8748_706" x1="0.263158" y1="1.22973" x2="13.9975" y2="1.62597" gradientUnits="userSpaceOnUse"><stop stop-color="%23EED266"/><stop offset="0.482132" stop-color="%23FFE47B"/><stop offset="1" stop-color="%23EED266"/></linearGradient></defs></svg>');
    width: 14px;
    height: 14px;

    
}
.step-slider_content-more--btn {
    display: flex;
    align-items: center;
    color: #9398A0;
    font-size: 16px;
    cursor: pointer;
}
.step-slider_content-more--btn svg:first-child {
    margin-right: 10px;
}
.step-slider_content-more--btn svg:last-child {
    margin-left: 7.5px;
}
.step-slider_content-more--open {
    display: none;
}
.step-slider_content-more:hover .step-slider_content-more--open {
    display: block;
    position: absolute;
    box-shadow: 0px 4px 24px 0px #00000026;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
    right: 37px;
    bottom: 48px;
    width: 100%;
    max-width: 310px;
} 
.step-slider_content-more--open ul  {
    list-style: disc;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.step-slider_content-more--open ul li::marker {
    color: #474F5A;
    width: 3px;
    height: 3px;
}
.step-slider_content-more--open ul li {
    font-size: 14px;
    color: #474F5A;
}
.step-slider_content-more--open::before {
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="17" viewBox="0 0 15 17" fill="none"><path d="M0.499999 9.36602C-0.166667 8.98112 -0.166667 8.01888 0.5 7.63397L13.25 0.27276C13.9167 -0.112141 14.75 0.368984 14.75 1.13878L14.75 15.8612C14.75 16.631 13.9167 17.1121 13.25 16.7272L0.499999 9.36602Z" fill="white"/></svg>');
    width: 15px;
    height: 17px;
    position: absolute;
    bottom: 15px;
    left: -15px;    
}
.steps-prev,
.steps-next {
    background: linear-gradient(0deg, #EED266, #EED266),
linear-gradient(91.65deg, #EED266 2.07%, #FFE47B 48.08%, #EED266 97.5%);
    border-radius: 50%;
    width: 52px;
    height: 52px;
    display: flex;
        align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
        z-index: 99;
}
.steps-prev {
    left: -72px;
}
.steps-next {
    right: -72px;
}
.steps-prev.slick-disabled,
.steps-next.slick-disabled {
    opacity: 0.2;
    cursor: auto;
}
.steps-sliders {
    margin-top: 60px;
}
.advantages-section {
    background-image: url(../img/advantages-bg.webp);
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.advantages-section h2,
.advantages-section p {
    color: #FFFFFF;
}
.advantages-wrapper {
    margin-top: 60px;
}
.advantages-wrapper {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.advantages-item {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 25px;
}
.advantages-item_title {
    color: #474F5A;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.advantages-item_text {
    color: #474F5A;
    font-size: 14px;
}
.advantages-item_icon {
    margin-bottom: 10px;
}
.header-top {
    background-color: #121415;
    color: #FFFFFF80;
    position: relative;
    z-index: 20;
}
.header-top_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0;
}
.header-top_left {
    display: flex;
    gap: 40px;
}
.header-top_item,
.header-top_item a {
    font-size: 12px;
    color: #FFFFFF80;
}
.top-search input {
    background: none;
    border: none;
    border-bottom: 1px solid #FFFFFF1A;
    padding-bottom: 4px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11" fill="none"><g clip-path="url(%23clip0_8744_39)"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.38874 7.4825L11.0412 10.135L10.1575 11.0194L7.50749 8.36937C6.62398 9.03478 5.52122 9.34085 4.42114 9.22598C3.32107 9.11112 2.30533 8.58385 1.57833 7.75028C0.851325 6.91671 0.46703 5.83872 0.502776 4.73325C0.538521 3.62777 0.991654 2.57685 1.77099 1.792C2.55032 1.00714 3.598 0.546588 4.7032 0.503031C5.8084 0.459473 6.88908 0.836141 7.72776 1.55723C8.56644 2.27832 9.10088 3.29031 9.22352 4.38955C9.34615 5.48879 9.04788 6.59368 8.38874 7.48187V7.4825ZM7.99999 4.875C7.99999 4.0462 7.67075 3.25134 7.0847 2.66529C6.49865 2.07924 5.70379 1.75 4.87499 1.75C4.04619 1.75 3.25133 2.07924 2.66528 2.66529C2.07923 3.25134 1.74999 4.0462 1.74999 4.875C1.74999 5.7038 2.07923 6.49866 2.66528 7.08471C3.25133 7.67076 4.04619 8 4.87499 8C5.70379 8 6.49865 7.67076 7.0847 7.08471C7.67075 6.49866 7.99999 5.7038 7.99999 4.875Z" fill="white" fill-opacity="0.4"/></g><defs><clipPath id="clip0_8744_39"><rect width="11" height="11" fill="white"/></clipPath></defs></svg>');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 16px;
}
.top-search input::placeholder {
    color: #FFFFFF80;
    font-size: 12px;
}
.header-new {
    position: relative;
    background: #191b1df5;
    padding: 17px 0;
}
.header_logo_new {
    max-width: 155px;
    padding-right: 30px;
}
/* .header_logo_new img {
    width: 100%;
} */
.header_wrapper-new {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_inner-new {
    padding-right: 35px;
}
.menu-new_new {
    gap: 20px;
}
.menu-new_new a, .menu-new_new span {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
}
.menu-new_new li {
    padding: 0;
}
.header_links-new {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    max-width: 159px;
}

.header_number-new{
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 2px;
    width: 100%;
    justify-content: flex-end;
}
.header_number-new::before {
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.034 14.755C10.074 14.7197 7.35335 14.3437 4.50402 11.495C1.65535 8.64566 1.28002 5.92566 1.24402 4.96499C1.19068 3.50099 2.31202 2.07899 3.60735 1.52366C3.76333 1.4563 3.93415 1.43066 4.10304 1.44924C4.27192 1.46782 4.43308 1.52999 4.57068 1.62966C5.63735 2.40699 6.37335 3.58299 7.00535 4.50766C7.1444 4.71081 7.20386 4.95802 7.17239 5.20219C7.14091 5.44635 7.02071 5.67041 6.83468 5.83166L5.53402 6.79766C5.47118 6.84303 5.42694 6.90968 5.40953 6.9852C5.39212 7.06073 5.40272 7.14002 5.43935 7.20832C5.73402 7.74366 6.25802 8.54099 6.85802 9.14099C7.45802 9.74099 8.29335 10.2997 8.86602 10.6277C8.93782 10.668 9.02233 10.6792 9.10219 10.6591C9.18204 10.6391 9.25116 10.5891 9.29535 10.5197L10.142 9.23099C10.2977 9.02422 10.5273 8.8857 10.7828 8.84444C11.0383 8.80319 11.2999 8.86239 11.5127 9.00966C12.4507 9.65899 13.5453 10.3823 14.3467 11.4083C14.4544 11.5469 14.523 11.7119 14.5451 11.8861C14.5673 12.0602 14.5423 12.2371 14.4727 12.3983C13.9147 13.7003 12.5027 14.809 11.034 14.755Z" fill="%23EED266"/></svg>');
    width: 100%;
    max-width: 16px;
    height: 16px;
}
.header-btn {
    color: #EED266;
    font-size: 12px;
    text-decoration: underline;
}
.whatsap-h-new,
.tg-h-new {
    border-radius: 50%;
    width: 100%;
    max-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whatsap-h-new {
    background: #2CBE47;
}
.tg-h-new {
    background: #00B0F2;
}
.header_messages-new {
    gap: 5px;
}
.calc-header_new {
    padding-left: 5px;
}
.calc-header_new a {
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    color: #736637;
    border-radius: 60px;
    padding: 11.5px 19.5px;
    line-height: 18px;
}
.header-top_items {
    display: none;
}
.main-banner {
    position: relative;
    padding: 160px 0 132px;
    margin-top: -95px;
    z-index: 1;
}
.padding-banner {
    padding: 225px 0 132px;
}
.main-banner_info .breadcrumb a,
.main-banner .breadcrumb a{
    color: #fff;
}
.main-banner_wrapper {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 774px;
}
.h1-new {
    font-size: 48px;
    color: #FFFFFF;
    line-height: 55px;
    font-weight: 600;
    margin-bottom: 40px;
    max-width: 740px;
}
.main-banner_info-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
    margin-bottom: 40px;
}
.main_info-text {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
}
.main_info-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.main_info-icon {
    border: 1px solid #EED2664D;
    background: #EED2661A;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.yellow-btn {
    background: linear-gradient(91.65deg, #EED266 2.07%, #FFE47B 48.08%, #EED266 97.5%);
    box-shadow: 0px 4px 54px 0px #EED26666;
    color: #736637;
    border: none;
    border-radius: 60px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.yellow-btn:hover {
    background: #d2b95a;
    color: #000;
}
.black-btn {
    color: #FFFFFF;
    background: linear-gradient(90deg, #263141 0%, #283952 49.52%, #263141 100%);
    border: none;
    border-radius: 60px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.black-btn:hover {
    color: #000;
    background: #FFFFFF;
}
.main-banner_info-btns a {
    padding: 26.5px 40px;
    font-size: 17px;
    font-weight: 600;
}
.main-banner_info-btns {
    display: flex;
    gap: 20px;
    align-items: center;
}
.sebtext {
    font-size: 16px;
    font-weight: 500;
    color: #474F5A;
}
.portfolio-wrapper {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.portfolio-item_new {
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
}
.portfolio-slide img {
    width: 100%;
    border-radius: 20px;
    display: block;
    object-fit: cover;
    height: 380px;
}
.portfolio-desc {
    padding: 20px;
}
.portfolio-desc_title {
    font-size: 24px;
    color: #263141;
    font-weight: 600;
    margin-bottom: 20px;
}
.portfolio-desc_icons {
    display: flex;
    gap: 20px;
}
.portfolio-desc_item-top {
    display: flex;
    align-items: center;
    gap: 8px;
}
.portfolio-desc_item-text {
    color: #9398A0;
    font-size: 12px;
}
.portfolio-desc_icons-text {
    font-size: 17px;
    margin-top: 5px;
}
.quiz__block {
    margin: 0;
}
.quiz-form_step-new {
    border: none;
    border-radius: 30px;
    background: #fff;
}
.quiz-form_step-new .quiz-step_progress-item {
    width: 8px;
    height: 8px;
    background: #F4F6F7;
}
.quiz-form_step-new .quiz-step_progress-item.active {
    background: #EED266;
}
.quiz-form_step-new .quiz-step_numb {
    color: #9398A0;
    font-size: 15px;
    font-weight: 500;
}
.quiz-form_step-new .quiz-step_title {
    color: #263141;
    font-size: 24px;
    font-weight: 600;
    line-height: 26.82px;
    margin-bottom: 38px;
}
.quiz-form_step-new .calc-quiz__radio img {
    margin-bottom: 5px;
}
.quiz-form_step-new .checkmark-radio {
    border: 1.5px solid #EED266;
    height: 18px;
    max-width: 18px;
}
.quiz-form_step-new .calc-quiz__radio input:checked+.checkmark-radio {
    box-shadow: 0px 0px 14px 0px #EED26699;
}
.quiz-form_step-new .calc-quiz__radio input:checked+img+span .checkmark-radio::after, 
.quiz-form_step-new .quiz-step_sposob-lable .calc-quiz__radio input:checked+.checkmark-radio::after, 
.quiz-form_step-new .calc-quiz__radio input:checked+span .checkmark-radio::after {
    background: #EED266;
}
.quiz-wrapper-new .arrow-next::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="16" viewBox="0 0 13 16" fill="none"><path d="M12.2071 8.70711C12.5976 8.31658 12.5976 7.68342 12.2071 7.29289L5.84315 0.928932C5.45262 0.538408 4.81946 0.538408 4.42893 0.928932C4.03841 1.31946 4.03841 1.95262 4.42893 2.34315L10.0858 8L4.42893 13.6569C4.03841 14.0474 4.03841 14.6805 4.42893 15.0711C4.81946 15.4616 5.45262 15.4616 5.84315 15.0711L12.2071 8.70711ZM0.5 8V9H11.5V8V7H0.5V8Z" fill="%23736637"/></svg>');
}
.quiz-wrapper-new .button-border {
    border-radius: 50%;
}
.quiz-wrapper-new .button-border:hover {
    background: #EED266;
    color: #736637;
}
.quiz-wrapper-new .prew-step:hover::after,
.quiz-wrapper-new .prew-step:hover::after,
.quiz-wrapper-new .prew-step::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="16" viewBox="0 0 13 16" fill="none"><path d="M12.2071 8.70711C12.5976 8.31658 12.5976 7.68342 12.2071 7.29289L5.84315 0.928932C5.45262 0.538408 4.81946 0.538408 4.42893 0.928932C4.03841 1.31946 4.03841 1.95262 4.42893 2.34315L10.0858 8L4.42893 13.6569C4.03841 14.0474 4.03841 14.6805 4.42893 15.0711C4.81946 15.4616 5.45262 15.4616 5.84315 15.0711L12.2071 8.70711ZM0.5 8V9H11.5V8V7H0.5V8Z" fill="%23736637"/></svg>');
    transform: rotate(180deg);
}
.quiz-wrapper-new .quiz-btn {
    justify-content: center;
}
.quiz-wrapper-new .quiz-btn::after {
    display: none;
}
.quiz-wrapper-new .quiz-gift {
    background: #FFFFFF;
    color: #263141;
    width: 100%;
    max-width: 370px;
}
.quiz-wrapper-new .quiz-gift_smeta::before,
.quiz-wrapper-new .quiz-gift_sert::before {
    background: #F4F6F7;
}
.quiz-wrapper-new .quiz-gift_smeta::after,
.quiz-wrapper-new .quiz-gift_sert::after {
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><rect width="32" height="32" rx="16" fill="%23EED266"/><rect width="32" height="32" rx="16" fill="url(%23paint0_linear_8744_329)"/><path d="M8.95996 15.884L10.8374 14.1384L14.5919 17.6292L21.1625 11.52L23.04 13.2656L14.5923 21.12L8.95996 15.884Z" fill="%23736637"/><defs><linearGradient id="paint0_linear_8744_329" x1="0.601504" y1="2.81081" x2="31.9944" y2="3.71649" gradientUnits="userSpaceOnUse"><stop stop-color="%23EED266"/><stop offset="0.482132" stop-color="%23FFE47B"/><stop offset="1" stop-color="%23EED266"/></linearGradient></defs></svg>');
    width: 100%;
    max-width: 32px;
    height: 32px;
    position: absolute;
    z-index: 9;

}
.quiz-wrapper-new .quiz-gift_smeta::after {
    top: 22px;
    right: 9px;
}
.quiz-wrapper-new .quiz-gift_sert::after {
    top: -12px;
    right: -13px;
}
.quiz-gift_smeta, .quiz-gift_sert {
    position: relative;
}
.quiz-gift_smeta img {
    max-width: 136px;
    width: 100%;
}
.quiz-gift_sert img {
    max-width: 125px;
    width: 100%;
}
.quiz-wrapper-new .quiz-gift_text {
    color: #474F5A;
    font-size: 16px;
    line-height: 20px;
}
.services-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.services-wrapper .services_slide {
    width: 31.5%;
    border-radius: 5px;
    position: relative;
    transition: all 0.5s ease;
    margin: 0;
}
.services_slide .yellow-btn {
    font-size: 17px;
    height: auto;
    padding: 26.5px;
}
.services-wrapper .services_slide-hide ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.services-wrapper .services_slide-hide li {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    color: #474F5A;
    line-height: 100%;
}
.services-wrapper .services_slide-hide li::before {
    display: none;
}
.services-wrapper .services_slide-show {
    font-size: 14px;
    margin-bottom: 11px;
} 
.services-wrapper .services_slide-show span {
    color: #9398A0;
    font-size: 12px;
    gap: 5px;
}
.services-wrapper .services_slide-show span::after {
    margin: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="5" viewBox="0 0 10 5" fill="none"><path d="M1 1L5 4L9 1" stroke="%239398A0" stroke-linecap="round"/></svg>');
    width: 10px;
    height: 5px;
}
.services-baner_img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.services-baner {
    background-image: url(../img/services.webp);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    display: flex;
    align-items: center;
    width: 31.5%;
    transition: all 0.5s ease;
    justify-content: center;
}
.services-baner_content {
    text-align: center;
    width: 100%;
    max-width: 248px;
    position: relative;
}
.services-baner_sub {
    text-transform: uppercase;
    color: #EED266;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 500;
}
.services-baner_title {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0 9px;
}
.services-baner_price {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.services-baner_content button {
    width: 100%;
    padding: 21.5px;
}
.video-block_items {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.video-block_item {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s ease
}
.video-block_item img {
    width: 100%;
    display: block;
}
.video-block_abs {
    position: absolute;
    padding: 30px 30px 40px;
    background: #191B1D80;
    backdrop-filter: blur(24px);
    bottom: 0;
    width: calc(100% - 40px);
    left: 20px;
    border-radius: 10px;
}
.video-block_sub {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px;
    color: #EED266;
}
.video-block_title {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
}
.video-block_item::after {
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="106" height="110" viewBox="0 0 106 110" fill="none"><g filter="url(%23filter0_d_8746_437)"><path d="M68.5 44.9378C73.1667 47.6321 73.1667 54.3679 68.5 57.0622L44.5 70.9186C39.8333 73.6129 34 70.245 34 64.8564L34 37.1436C34 31.755 39.8333 28.3871 44.5 31.0814L68.5 44.9378Z" fill="%23EED266"/><path d="M60.3187 47.8817C62.3661 49.0269 62.3661 51.9731 60.3187 53.1183L45.4644 61.4264C43.4647 62.5449 41 61.0994 41 58.8081L41 42.1919C41 39.9006 43.4647 38.4551 45.4644 39.5736L60.3187 47.8817Z" fill="%23CDB350"/></g><defs><filter id="filter0_d_8746_437" x="0" y="0.133057" width="106" height="109.734" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="4"/><feGaussianBlur stdDeviation="17"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.933333 0 0 0 0 0.823529 0 0 0 0 0.4 0 0 0 0.15 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_8746_437"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_8746_437" result="shape"/></filter></defs></svg>');
    position: absolute;
    left: 50%;
    top: 35%;
    width: 106px;
    height: 110px;
    transform: translate(-50%, 0);
    transition: all 0.5s ease
}
.video-block_item:hover::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="121" height="128" viewBox="0 0 121 128" fill="none"><g filter="url(%23filter0_d_8746_442)"><path d="M83.5 53.9378C88.1667 56.6321 88.1667 63.3679 83.5 66.0622L44.5 88.5788C39.8334 91.2731 34 87.9052 34 82.5166L34 37.4833C34 32.0947 39.8334 28.7269 44.5 31.4212L83.5 53.9378Z" fill="%23EED266"/><path d="M70.652 56.7149C72.6994 57.86 72.6994 60.8063 70.652 61.9515L47.7977 74.734C45.798 75.8525 43.3333 74.407 43.3333 72.1157L43.3333 46.5506C43.3333 44.2593 45.798 42.8138 47.7977 43.9323L70.652 56.7149Z" fill="%23CDB350"/></g><defs><filter id="filter0_d_8746_442" x="0" y="0.4729" width="121" height="127.054" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="4"/><feGaussianBlur stdDeviation="17"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.933333 0 0 0 0 0.823529 0 0 0 0 0.4 0 0 0 1 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_8746_442"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_8746_442" result="shape"/></filter></defs></svg>');
}
.type-wrapper {
    margin-top: 60px;
}
.team .subtitle::after, .team .subtitle::before {
    background-color: #C3CAD466;
}
.urgently-new {
    background-image: url(../img/urgently.webp);
    padding: 100px 0 80px;
    position: relative;
}
.urgently-new h2 {
    color: #FFFFFF;
    max-width: 757px;
}
.urgently-new_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 685px;
    margin-top: 30px;
    z-index: 1;
    position: relative;
}
.urgently-new_item {
    padding: 20px;
    background: #FFFFFF1A;
    backdrop-filter: blur(44px);
    color: #fff;
    font-size: 14px;
    position: relative;
    padding-left: 55px;
    border-radius: 10px;
}
.urgently-new_item span {
    font-weight: 600;
}
.urgently-new_item::before {
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><rect width="25" height="25" rx="12.5" fill="%23EED266"/><rect width="25" height="25" rx="12.5" fill="url(%23paint0_linear_8755_295)"/><g clip-path="url(%23clip0_8755_295)"><path d="M18 13.2857H13.2857V18H11.7143V13.2857H7V11.7143H11.7143V7H13.2857V11.7143H18V13.2857Z" fill="%23736637"/></g><defs><linearGradient id="paint0_linear_8755_295" x1="0.469925" y1="2.19595" x2="24.9956" y2="2.90351" gradientUnits="userSpaceOnUse"><stop stop-color="%23EED266"/><stop offset="0.482132" stop-color="%23FFE47B"/><stop offset="1" stop-color="%23EED266"/></linearGradient><clipPath id="clip0_8755_295"><rect width="11" height="11" fill="white" transform="translate(7 7)"/></clipPath></defs></svg>');
    width: 25px;
    height: 25px;  
    position: absolute;
    left: 20px;
}
.urgently_img-new {
    position: absolute;
    bottom: 0;
    right: 5%;
}
.urgently_form-new {
    margin-top: 38px;
    max-width: 796px;
}
.urgently_form-new-inputs {
    display: flex;
    position: relative;
    z-index: 1;
    gap: 10px;
    margin-bottom: 10px;
}
.urgently_form-new-inputs .urgently_form-inp::placeholder {
    color: #9398A0;
    text-align: left;
}
.urgently_form-new-inputs .urgently_form-inp {
    padding: 26.5px 30px;
    height: 74px;
    margin: 0;
    font-size: 17px;
    border-radius: 60px;
}
.urgently_form-new-inputs .urgently_form-btn {
    margin: 0;
    height: 74px;
    font-size: 17px;
    border-radius: 60px;
}
.faq-new_wrapper {
    margin-top: 60px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.faq_items-new {
    width: 100%;
    max-width: 69%;
}
.faq_right-new {
    width: 100%;
    max-width: 29%;
    padding: 30px;
    text-align: center;
}
.faq_item-new {
    background: #FFFFFF;
    border-bottom: none;
    margin-bottom: 10px;
}
.faq_item-new:last-child {
    margin: 0;
}
.faq_item-title-new {
    padding: 17px 107px 17px 30px;
    border-radius: 10px;
}
span.faq_item-title_question::after,
span.faq_item-title_question::before {
    display: none;
}
span.faq_item-title_question {
    width: 100%;
    height: 100%;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    display: block;
    font-size: 16px;
    line-height: 24px;
}
.faq_item-title-new span::before {
    display: none;
}
.faq_item-title-new span::after {
    content: '';
    background: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="26" viewBox="0 0 25 26" fill="none"><circle cx="12.5" cy="13" r="12.5" transform="rotate(90 12.5 13)" fill="%23EED266"/><path d="M12 10L15 13.5L12 17" stroke="%23736637" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    width: 25px;
    height: 25px;
    right: 30px;
    background-repeat: no-repeat;
    background-size: contain;
}
.faq_item-text-new {
    padding: 0 30px 30px;
    max-width: 90%;
    margin: 0;
    color: #474F5A;
}
.faq-new {
    padding: 100px 0;
}
.faq_right-text-new {
    padding: 0 33px;
    font-size: 14px;
    line-height: 1.1;
    color: #474F5A;
}
.faq_link-new {
    color: #474F5A !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-decoration: underline;
}
.faq_inner-new {
    align-items: center;
    justify-content: center;
    margin-top: 67px;
    gap: 5px;
}
.faq_inner-new .yellow-btn {
    margin-left: 5px;
    width: 188px;
    height: 40px;
    font-size: 14px;
}
.faq_message-new {
    width: 30px;
    height: 30px;
}
.faq_right-title-new {
    color: #263141;
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.1;
}
.services_slide-img img {
    max-height: 320px;
}
.main-banner_info .main_info p {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.inner_page,
.card {
    padding: 50px 0 100px !important;
}
@media (max-width: 1601px) {
    .header_logo_new img {
        height: 100%;
        max-height: 40px;
    }
    .header_logo_new {
        height: 100%;
        max-height: 40px;
    }
    .header_logo_new {
        width: 190px;
        max-width: 100%;
    }
}
@media (max-width: 1200px) {
    .advantages-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
    .quiz-wrapper-new .quiz-form {
        max-width: 75%;
    }
    .quiz-wrapper-new .quiz-step_labels {
        flex-wrap: wrap;
    }
    .services-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .urgently_img-new {
        right: 0;
    }
    .faq_right-new {
        max-width: 35%;
    }
    .faq_item-title-new {
        padding: 17px 60px 17px 30px;
    }
    .quiz-wrapper-new .quiz-gift {
        max-width: 33%;
    }
}
@media (max-width: 1025px) {
    .steps-prev {
        left: -30px;
    }
    .steps-next {
        right: -30px;
    }
    .services-wrapper .services_slide,
    .services-baner {
        width: 48%;
    }
}
@media (max-width: 991.98px) {
    .header_inner-new .header_messages {
        display: flex;
    }
    .portfolio-desc_icons {
        flex-wrap: wrap;
    }
    .portfolio-desc_icons-item {
        width: 45%;
    }
    .quiz-wrapper-new .quiz-form {
        max-width: 100%;
    }
    .video-block_items {
        grid-template-columns: repeat(2, 1fr);
    }
    .urgently_img-new {
        display: none;
    }
    .faq-new_wrapper {
        flex-direction: column;
    }
    .faq_items-new {
        max-width: 100%;
    }
    .faq_right-new {
        max-width: 100%;
    }
}
@media (max-width: 990px) {
    .advantages-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767.98px) {
    .header_wrapper-new > .header_links .header_number {
        font-size: 0;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.034 14.755C10.074 14.7197 7.35335 14.3437 4.50402 11.495C1.65535 8.64566 1.28002 5.92566 1.24402 4.96499C1.19068 3.50099 2.31202 2.07899 3.60735 1.52366C3.76333 1.4563 3.93415 1.43066 4.10304 1.44924C4.27192 1.46782 4.43308 1.52999 4.57068 1.62966C5.63735 2.40699 6.37335 3.58299 7.00535 4.50766C7.1444 4.71081 7.20386 4.95802 7.17239 5.20219C7.14091 5.44635 7.02071 5.67041 6.83468 5.83166L5.53402 6.79766C5.47118 6.84303 5.42694 6.90968 5.40953 6.9852C5.39212 7.06073 5.40272 7.14002 5.43935 7.20832C5.73402 7.74366 6.25802 8.54099 6.85802 9.14099C7.45802 9.74099 8.29335 10.2997 8.86602 10.6277C8.93782 10.668 9.02233 10.6792 9.10219 10.6591C9.18204 10.6391 9.25116 10.5891 9.29535 10.5197L10.142 9.23099C10.2977 9.02422 10.5273 8.8857 10.7828 8.84444C11.0383 8.80319 11.2999 8.86239 11.5127 9.00966C12.4507 9.65899 13.5453 10.3823 14.3467 11.4083C14.4544 11.5469 14.523 11.7119 14.5451 11.8861C14.5673 12.0602 14.5423 12.2371 14.4727 12.3983C13.9147 13.7003 12.5027 14.809 11.034 14.755Z" fill="%23EED266"/></svg>');
        width: 22px;
        height: 22px;
        margin: 0;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .header_wrapper-new > .header_links .header-btn,
    .header_number-new::before,
    .header-top_item {
        display: none;
    }
    .header_links-new {
        width: auto;
    }
    .header-top_item:first-child {
        display: block;
    }
    .header-top_items .header-top_item,
    .header-top_items .header-top_item a {
        display: block;
        font-size: 16px;
    }
    .header-top_items {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }
}
@media (max-width: 480px){
    .services-baner_content {
        padding: 20px 0;
    }
    .advantages-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .h1-new {
        font-size: 35px;
        line-height: 1.2;
    }
    .main-banner_info-items,
    .portfolio-wrapper,
    .video-block_items {
        grid-template-columns: repeat(1, 1fr);
    }
    .services-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .main-banner_info-btns {
        flex-direction: column;
    }
    .main-banner_info-btns button {
        width: 100%;
    }
    .services-wrapper .services_slide,
    .services-baner {
        width: 100%;
    }
    .steps-prev {
        left: auto;
        right: 70px;
    }
    .steps-next {
        right: 0;
    }
    .steps-prev, .steps-next {
        top: 0;
    }
    .urgently_form-new-inputs {
        flex-direction: column;
    }
    section {
        padding: 60px 0 0;
    }
    .urgently-new,
    .advantages-section {
        padding: 60px 0;
    }
    .main-banner {
        padding: 110px 0 60px;
    }
}
