 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
 

*{
       font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
 
  box-sizing: border-box;
 
  font-style: normal;
}

img{
    max-width:100%;
}
.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}
    body{
           background: #f3f3f3;
           margin: 0;
    }

section {
      background: #f3f3f3;
      max-width: 1340px;
      margin: 0 auto;
      padding: clamp(10px, 2.5vw, 40px);
      padding-top: 0px;
}
.hero-header{
    /* display: flex; */
    justify-content: space-between;
    /* align-items: center; */
    margin-bottom: 30px;
    /* margin-top: 30px; */
    flex-wrap: wrap;
    gap: 15px;
    /* max-width: 1280px; */
    /* margin: 0 auto; */
    position: sticky;
    top: 0;
    z-index: 45;
    background: #f3f3f3;
    padding: 20px 20px;
    box-shadow: 1px 1px #dedede;
}
.inner-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    /* margin-top: 30px; */
    flex-wrap: wrap;
    gap: 15px;
    max-width: 1280px;
    margin: 0 auto;
    position: sticky;
    top: 0;
    z-index: 45;
    background: #f3f3f3;
    /* padding: 20px 0px; */
    width: 100%;
}

.logo {
    display: flex;
    align-items: center;
    gap: 15px;
}
.logo img{max-width: 320px;}
.logo strong {
    font-size: 40px;
    font-weight: 800;
}

.logo span {
    font-size: 14px;
    max-width: 180px;
    line-height: 1.2;
}

.hero-content {
    display: flex;
    background: #fff;
    overflow: hidden;
    height: clamp(480px, 45.5vw, 650px);
    position: relative;
}

.hero-text {
    width: 100%;
    padding: clamp(30px, 4.5vw, 70px);
    color: #fff;
    position: relative;
    z-index: 2;
    position: absolute;
    /* height: 100%; */
    background: #000000;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 51%) 100%);
    bottom: 0;
    top: 0;
}

.hero-text h1 {
    line-height: 1.1;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: clamp(2.5125rem, 2.072387459807074rem + 1.929260450160772vw, 4.6875rem);
    width: 100%;
}

.hero-text p {
    margin-bottom: clamp(25px, 5.5vw, 60px);
    font-size: clamp(1.25rem, 1.1766479099678457rem + 0.3215434083601286vw, 1.5625rem);
}

.hero-image {
    position: relative;
    width: 100%;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ÐºÐ½Ð¾Ð¿ÐºÐ¸ */

.btn-primary {
    background: #f9db00;
    padding: 17px 25px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    display: inline-flex;
    font-size: 18px;
    /* width: 100%; */
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}.btn-primary:hover{
    background:#000;
    color: #fff;
    transition: .3s linear;
}
    .btn-primary:hover::after{
    background:#000;
    color: #fff;
        display:none;
}
    .btn-primary:hover i{
     
    color: #fff;
}
    .hc-left .logo{
    display: none;
}
@media(max-width:600px){
.hc-left .logo{
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px #dedede solid;
}.hc-left .logo img{
    display: block;
    margin-bottom: 30px;
    width: 240px;
}
.hc-left .btn-primary {
  display:none;
}
}
.btn-primary.big {
    padding: 20px 40px;
    font-size: 18px;
}.hero-content {
    position: relative;
}

.hero-content::before {
    /* content: ''; */
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
 
.section-title {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: clamp(1.8rem, 1.682636655948553rem + 0.5144694533762058vw, 2.5rem);
}

/* TABS */

.tabs {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
    flex-direction: row;
    font-size: 20px;
    font-weight: 400;
    z-index: 4;
    margin-top: 0px;
    gap: 5px;
    justify-content: start;
    margin: 0 auto;
    /* padding: clamp(0px, 1vw, 0px) clamp(8px, 2.5vw, 15px); */
    margin: 0 auto;
    margin-bottom: 0px;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: 100%;
    scrollbar-color: #ffffff00 #ffffff12;
    scroll-behavior: smooth;
    scrollbar-width: none;
    scrollbar-color: #f7f7f7 #ffffff;
    margin-bottom: 30px;
}

.tab {
    padding: 17px 30px;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
}

.tab.active {
    background: #f9db00;
}

/* GRID */

.grid {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.grid.active {
    display: grid;
}

/* CARD */

.card {
    background: linear-gradient(135deg, #2f2f2f, #3a3a3a);
    color: #fff;
    padding: 25px;
    position: relative;
    min-height: 260px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.card img{
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: clamp(140px, 35.5vw, 180px);
        /* height: 170px; */
}
/* tags */

.tags {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.tag {
    font-size: 14px;
    padding: 10px 15px;
    background: #444;
    font-weight: 600;
}

/* title */

.card h3 {
    margin-bottom: 15px;
    font-size: 26px;
    flex: 1;
    margin-top: 0px;
    font-weight: 600;
}

/* price */

.old-price {
    /* font-size: 18px; */
    /* color: #aaa; */
    /* text-decoration: line-through; */
    display: flex;
}
.price{
        font-size: 16px;
        color: #aaa;
        text-decoration: line-through;
}
.discount {
    background: #ffd400;
    color: #000;
    padding: 5px 11px;
    font-size: 14px;
    margin-left: 6px;
    font-weight: 700;
}

.new-price {
    font-weight: 700;
    margin: 10px 0 20px;
    font-size: 22px;
}

/* button */

.btn {
    border: 1px solid #fff;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    width: max-content;
    display: flex;
    gap: 15px;
    align-items: center;
    font-weight: 600;
}
.btn i{
color:#fff;
}
/* fake image */

.card::after {
    /* content: ''; */
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 120px;
    height: 120px;
    /* background: radial-gradient(circle, #ffd40055, transparent); */
}.steps {
    background: #f3f3f3;
}

.container {
    /* max-width: 1200px; */
    /* margin: 0 auto; */
}

.steps-title {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: clamp(1.8rem, 1.682636655948553rem + 0.5144694533762058vw, 2.5rem);
}

.steps-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}

/* LEFT */

.steps-list {
    /* width: 55%; */
    position: relative;
}

.step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    position: relative;
}

/* Ð»Ð¸Ð½Ð¸Ñ */
.step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 40px;
    width: 1px;
    height: calc(100% + 10px);
    background: #ccc;
}

/* Ð½Ð¾Ð¼ÐµÑ€ */

.step-num {
    min-width: 40px;
    height: 40px;
    background: #ffd400;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 19px;
}

/* ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ° */

.step-card {
    background: #e9e9e9;
    padding: 20px;
    width: 100%;
}

.step-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: 600;
}

.step-card p {
    font-size: 15px;
    color: #555;
    font-weight: 500;
}

/* RIGHT */

.steps-image {
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0px;
}

.steps-image img {
    max-width: 100%;
    height: auto;
}.about {
    background: #f5f5f500;
    font-family: Arial, sans-serif;
    padding: clamp(20px, 2.5vw, 40px);
}

.container {
    /* max-width: 1200px; */
    /* margin: 0 auto; */
}

.about-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: clamp(2rem, 1.882636655948553rem + 0.5144694533762058vw, 2.5rem);
}

/* layout */

.about-wrapper {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}

/* LEFT */

.about-left {
    width: 50%;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.about-card {
    background: #3d3d3d;
    padding: 40px;
}

.about-card .num {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.about-card .text {
    font-size: 17px;
    color: #ffffff;
}

/* RIGHT */

.about-right {
    width: 50%;
}

.slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 6px;
}

.slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: 0.4s;
}

.slide.active {
    opacity: 1;
}

/* arrows */

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #00000080;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 22px;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

/* adaptive */

@media (max-width: 900px) {
    .about-wrapper {
        flex-direction: column;
    }

    .about-left,
    .about-right {
        width: 100%;
    }

    .slider {
        height: 300px;
    }
}

@media (max-width: 600px) {
    .about-grid {
        grid-template-columns: 1fr;
    }
}

.docs {
    padding: 60px 40px;
    background: #f5f5f5;
    font-family: Arial, sans-serif;
}

 .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}
.form-block{
    background: #f9db00;
    margin-top: 40px;
    padding: clamp(30px, 4.5vw, 70px);
    margin-bottom: 60px;
}
/* Ð°Ð´Ð°Ð¿Ñ‚Ð¸Ð² */
@media (max-width: 768px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}
/* Ð±Ð»Ð¾Ðº */

.doc-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #ffffff00;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 6px;
    /* flex-wrap: wrap; */
}

/* ÐºÐ°Ñ€Ñ‚Ð¸Ð½ÐºÐ° */

.doc-img img {
    width: 160px;
    height: auto;
    border-radius: 4px;
}

/* ÐºÐ¾Ð½Ñ‚ÐµÐ½Ñ‚ */

.doc-content h3 {
    font-size: 28px;
    margin-bottom: 5px;
    color: #fff;
    margin-top: 0px;
}

.doc-content p {
    margin-bottom: 15px;
    color: #ffffff;
    background: #3d3d3d;
    width: max-content;
    padding: 5px 10px;
    margin-bottom: 30px;
}

/* ÐºÐ½Ð¾Ð¿ÐºÐ° */

.doc-btn {
    padding: 15px 25px;
    border: none;
    background: #f9db00;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
}

/* ÐœÐžÐ”ÐÐ›ÐšÐ */

.modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 999;
}

.modal.active {
    display: block;
}

.modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.modal-content {
    position: relative;
    max-width: clamp(350px, 45.5vw, 590px);
    margin: 70px auto;
    background: #fff;
    padding: clamp(25px, 4.5vw, 50px);
    border-radius: 0px;
    z-index: 2;
    max-height: 700px;
    overflow: auto;
}

.modal-content img {
    width: 100%;
    height: auto;
    /* max-height: 600px; */
    /* overflow: scroll; */
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

/* Ð°Ð´Ð°Ð¿Ñ‚Ð¸Ð² */

@media (max-width: 700px) {
    .doc-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .doc-img img {
        width: 100%;
        max-width: 130px;
    }
}.contact-section {
  padding: 80px 20px;
  background: #fff;
}

 

/* LEFT TEXT */
.left {
  padding-right: 20px;
}
.left img{width: 50%;}
.left h2 {
  margin-bottom: 40px;
  margin-top: 0px;
  color: #2e2e2e;
  font-size: clamp(1.625rem, 1.4782958199356913rem + 0.6430868167202572vw, 2.25rem);
}

.left p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* FORM */
.form-box {
  padding: 0px;
  border-radius: 16px;
}
.form-box button{
    background: #2e2e2e;
    color: #fff;
    padding: 15px 50px;
    font-size: 18px;
    border: none;
    margin-top: 20px;
    width: 100%;
}
.form-box h3 {
  margin-bottom: 20px;
  font-size: 25px;
  margin-top: 0px;
}

/* INPUTS */
input[type="text"],
input[type="tel"] {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border: none;
  outline: none;
  font-size: 15px;
  background: none;
  border: 1px #000 solid;
  margin-right: 10px;
  font-weight: 700;
  color: #000;
}

/* CHECKBOX */
.checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  margin-bottom: 12px;
  color: #222;
  margin-top: 15px;
  font-weight: 600;
}

.checkbox input {
  margin-top: 3px;
}

 
/* RESPONSIVE */

.hc-left {
    display: flex;
    align-items: center;
    gap: clamp(15px, 2.5vw, 20px);
    flex-wrap: wrap;
}@media (max-width: 768px) {
  .hc-left {
    display: flex;
    align-items: center;
    gap: clamp(10px, 2.5vw, 25px);
    flex-wrap: wrap;
    /* justify-content: center; */
}.logo img {
    max-width: 290px;
}.hero-header {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-bottom: clamp(15px, 2.5vw, 30px);
    /* margin-top: 30px; */
    flex-wrap: wrap;
    gap: 15px;
    position: sticky;
    top: 0px;
    z-index: 45;
    background: #f3f3f3;
    padding: 15px 10px;
}
}i {
    font-size: 16px;
    color: #1b1b1b;
    line-height: 0;
}.hc-text {
    display: flex;
    flex-direction: column;
    text-align: right;
}
 .hc-left a {
    font-weight: 600;
    color: #2b2f33;
    font-size: 18px;
    margin-bottom: 2px;
    text-decoration: none;
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: end;
    position: relative;
    transition: .3s linear;
}

/* Ð»Ð¸Ð½Ð¸Ñ */
.hc-left a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #2b2f33;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}

/* hover */
.hc-left a:hover::after {
    transform: scaleX(1);
}
.hc-sub {
    font-size: 12px;
    color: #8d8d8db8;
    font-weight: 600;
    text-align: right;
}.footer {
  background: #2b2b2b;
  color: #fff;
  padding: 60px 20px;
}

.footer-container {
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

/* LEFT */
.footer-logo {
  width: 330px;
  margin-bottom: 15px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(54deg) brightness(105%) contrast(102%);
}

.footer-text {
  font-size: 14px;
  line-height: 1.6;
  color: #bbb;
  margin-bottom: 20px;
}

/* CENTER */
.footer-center h4,
.footer-right h4 {
  margin-bottom: 25px;
  font-size: 23px;
  margin-top: 0px;
}
.footer-links .footer_phone {
    font-weight: 600;
    padding-left: 0;
    margin-bottom: 10px;
    transition: .2s linear;
    display: flex;
    font-size: 19px;
    line-height: 1.6;
    flex-direction: column;
}.footer-links .footer_phone .footer_label {
    font-size: 14px;
    color: rgb(220 220 220 / 55%);
}.social-mess {
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    gap: 10px;
}.social-mess a {
    padding: 13px;
    background: #3d3d3d;
    border-radius: 15px;
    line-height: 0;
}.social-mess a img {
    width: 24px;
    height: 24px;
    filter: invert(100%) sepia(100%) saturate(14%) hue-rotate(263deg) brightness(105%) contrast(104%);
}
.footer-center a,
.footer-right a {
  display: block;
  color: #ddd;
  text-decoration: none;
  margin-bottom: 0px;
  font-size: 18px;
}

.footer-center a:hover,
.footer-right a:hover {
  color: #FFD400;
}

/* messengers */
.footer-messengers a {
  display: inline-block;
  margin-right: 10px;
  font-size: 15px;
  color: #aaa;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
  }
}.modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 234;
}

.modal.active {
  display: block;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.modal-content h3{
    margin-top:0px;
    margin-bottom: 20px;
    font-size: clamp(1.5rem, 1.4119774919614148rem + 0.38585209003215437vw, 1.875rem);
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 14px;
  cursor: pointer;
  font-size: 42px;
  line-height: 1;
}

.modal-form input[type="text"],
.modal-form input[type="tel"] {
  margin: 0px;
}

.modal-form button {
  width: 100%;
  padding: 15px 30px;
  background: #FFD400;
  border: none;
  border-radius: 0px;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  margin-top: 20px;
}

.checkbox {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}

.input-container{
    display:flex;
    gap: 15px;
    flex-direction: column;
    margin-bottom: 20px;
}.input-container .phone-input{
   width:100%;  
}.scroll-top {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: #FFD400;
  color: #111;
  font-size: 40px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  line-height: 1;
}

.scroll-top:hover {
  background: #e6c200;
}

.reviews {
  padding: 80px 20px;
  background: #f7f7f7;
}

.reviews-title {
  text-align: center;
  margin-bottom: 40px;
}

/* ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ° */
.review-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.review-top {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 15px;
}

.review-top img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.review-top span {
  display: block;
  font-size: 13px;
  color: #888;
}

.review-card p {
  font-size: 15px;
  line-height: 1.5;
}

/* ÑÑ‚Ñ€ÐµÐ»ÐºÐ¸ */
.reviews .arrow {
  background: #FFD400;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}

/* Ñ†ÐµÐ½Ñ‚Ñ€Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ðµ ÑÑ‚Ñ€ÐµÐ»Ð¾Ðº */
.reviews-slider {
  position: relative;
}

.reviews-slider .prev {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.reviews-slider .next {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}/* Ð¡Ð»Ð°Ð¹Ð´Ñ‹ */
.slide {
  display: none;
}

.slide.active {
  display: block;
}.faq {
  /* padding: 80px 20px; */
  /* background: #fff; */
}

.faq-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: clamp(2rem, 1.882636655948553rem + 0.5144694533762058vw, 2.5rem);
  text-align: center;
}

.faq-list {
  max-width: 860px;
  margin: 0 auto;
  /* background: #3d3d3d; */
  /* padding: clamp(20px, 3.5vw, 40px); */
}

/* item */
.faq-item {
  /* border-bottom: 1px solid #eeeeee47; */
  margin-bottom: 10px;
}

/* question */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 20px 0;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  font-size: clamp(1.125rem, 1.0663183279742765rem + 0.2572347266881029vw, 1.375rem);
  background: #3d3d3d;
  padding: 20px;
}

.faq-icon {
  font-size: 33px;
  transition: 0.3s;
  font-weight: 300;
}

/* answer */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  color: #ffffff;
  font-size: 17px;
}

/* active */
.faq-item.active .faq-answer {
  max-height: 200px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}.quiz {
  /* padding: 80px 20px; */
  /* background: #f6f7fb; */
  margin-bottom: 50px;
}

.quiz-container {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  /* border-radius: 20px; */
  padding: clamp(30px, 4.5vw, 70px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
  width: 100%;
}

/* header */
.quiz-header {
  margin-bottom: 5px;
}

.quiz-consultant {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 15px;
}

.quiz-consultant img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.quiz-consultant span {
  font-size: 13px;
  color: #777;
}

/* progress */
.quiz-progress {
  height: 6px;
  background: #eee;
  border-radius: 10px;
  overflow: hidden;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    border-right: 1px #000 solid;
}
.quiz-progress-bar {
  height: 100%;
  width: 20%;
  background: #FFD400;
  transition: 0.3s;
}

/* steps */
.quiz-step {
  display: none;
}
.quiz-step h3{font-size: 25px;font-weight: 600;margin-top: 10px;}

.quiz-step.active {
  display: block;
}

/* options */
.quiz-options {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.quiz-option {
  padding: 17px;
  border: 1px solid #000000;
  background: #fff;
  cursor: pointer;
  transition: 0.2s;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}

.quiz-option:hover {
  background: #000000;
  border-color: #000000;
  color: #fff;
}

/* form */
.quiz-form input {
  margin-bottom: 12px;
  /* border: 1px solid #ddd; */
  /* width: max-content; */
  display: block;
}

.quiz-form button {
  width: 100%;
  padding: 14px;
  background: #f9db00;
  color: #2b2b2b;
  border: none;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
}/* Ð½Ð°Ð·Ð°Ð´ */
.quiz-back {
  background: none;
  border: none;
  margin-top: 15px;
  cursor: pointer;
  color: #3b3b3b;
}

/* Ñ€Ð°Ð´Ð¸Ð¾ */
.quiz-option {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quiz-radio {
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: relative;
}

.quiz-option.active .quiz-radio {
  border-color: #FFD400;
}

.quiz-option.active .quiz-radio::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #FFD400;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* intro */
.quiz-intro {
  text-align: center;
  position: relative;
  padding: 40px 20px;
}

.quiz-start {
  margin-top: 20px;
  padding: 15px 30px;
  border: none;
  background: #111;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}

/* Ð¿Ð»Ð°Ð²Ð°ÑŽÑ‰Ð¸Ðµ ÑˆÑ‚ÑƒÐºÐ¸ */
.quiz-floating span {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #FFD400;
  border-radius: 50%;
  opacity: 0.3;
  animation: float 6s infinite ease-in-out;
}

.quiz-floating span:nth-child(1) { top: 10%; left: 20%; }
.quiz-floating span:nth-child(2) { top: 60%; left: 70%; }
.quiz-floating span:nth-child(3) { top: 30%; left: 80%; }

@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}
/* burger hidden on desktop */
.burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
}

.burger span {
    width: 25px;
    height: 3px;
    background: #000;
    display: block;
    transition: 0.3s;
}

/* MOBILE */
@media (max-width: 1280px) {

    .burger {
        display: flex;
    }

    .hc-left {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 280px;
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 20px;
        gap: 15px;
        box-shadow: -10px 0 30px rgba(0,0,0,0.1);
        transition: 0.3s ease;
        z-index: 999;
    }

    .hc-left.active {
        right: 0;
    }

    /* overlay optional */
    .menu-overlay {
        position: fixed;
        inset: 0;
        background: rgb(0 0 0 / 43%);
        opacity: 0;
        pointer-events: none;
        transition: 0.3s;
        z-index: 23;
        backdrop-filter: blur(6px);
    }

    .menu-overlay.active {
        opacity: 1;
        pointer-events: all;
    }
}
html {
  scroll-behavior: smooth;
}section {
  scroll-margin-top:120px;
}.custom-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

/* ÑÐºÑ€Ñ‹Ð²Ð°ÐµÐ¼ ÑÑ‚Ð°Ð½Ð´Ð°Ñ€Ñ‚Ð½Ñ‹Ð¹ input */
.custom-checkbox input {
    display: none;
}

/* ÑÐ°Ð¼ Ñ‡ÐµÐºÐ±Ð¾ÐºÑ */
.checkbox-box {
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 5px;
    position: relative;
    flex-shrink: 0;
    transition: 0.2s;
}

/* Ð³Ð°Ð»Ð¾Ñ‡ÐºÐ° */
.checkbox-box::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: 0.2s;
}

/* checked ÑÐ¾ÑÑ‚Ð¾ÑÐ½Ð¸Ðµ */
.custom-checkbox input:checked + .checkbox-box {
    background: #000;
}

.custom-checkbox input:checked + .checkbox-box::after {
    opacity: 1;
}
.custom-checkbox:hover .checkbox-box {
    border-color: #333;
}
.custom-checkbox:hover .checkbox-box {
    border-color: #333;
}/* Ñ„Ð¸ÐºÑ Ð´Ð»Ñ intl-tel-input Ð² Ð¼Ð¾Ð´Ð°Ð»ÐºÐµ */


.vk-title{
    
font-size: 21px;
    
font-weight: 600;
}

.vk-btn{
    
background: #f9db00;
    
width: max-content;
    
padding: 10px 20px;
    
color: #000 !important;
    
font-weight: 600;
}

.vk-grid{
    margin-bottom: 20px;
}