@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,531;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,531;1,600;1,700;1,800;1,900&display=swap');
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,500,700|Roboto:100,300,400,500,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    height: 100%
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
}
body.blocked {
    overflow: hidden;
}
h1,
h2,
h3,
h4 {
    font-family: Poppins, sans-serif;
    color: #262626;
    text-align: center;
}
a {
    transition: all 0.25s ease;
}
header {
    padding: 16px 20px;
    background-color: #262626;
}
header .logo {
    width: 120px;
    margin: 0 auto;
}
header .logo img {
    width: 100%;
}
.page {
    min-height: 100vh;
    background-image: url('../img/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.form-card .form-card__item {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 90px;
    margin-bottom: 16px;
    padding: 8px;
    background: #FFF;
    box-shadow: 0px 9px 25px rgba(47, 59, 74, 0.06), 0px 5.83333px 14.6412px rgba(47, 59, 74, 0.0455556), 0px 3.46667px 7.96296px rgba(47, 59, 74, 0.0364444), 0px 1.8px 4.0625px rgba(47, 59, 74, 0.03), 0px 0.733333px 2.03704px rgba(47, 59, 74, 0.0235556), 0px 0.166667px 0.983796px rgba(47, 59, 74, 0.0144444);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.25s ease;
}
.form-card .form-card__item:hover {
    box-shadow: 0px 74px 80px rgba(49, 58, 67, 0.06), 0px 47.963px 46.8519px rgba(49, 58, 67, 0.0455556), 0px 28.5037px 25.4815px rgba(49, 58, 67, 0.0364444), 0px 14.8px 13px rgba(49, 58, 67, 0.03), 0px 6.02963px 6.51852px rgba(49, 58, 67, 0.0235556), 0px 1.37037px 3.14815px rgba(49, 58, 67, 0.0144444);
}
.form-card .form-card__item .form-card__number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 74px;
    height: 74px;
    margin-right: 20px;
    background-color: #F4F4F4;
    border-radius: 10px;
    font-weight: bold;
    font-size: 19px;
    line-height: 28px;
    text-transform: uppercase;
    color: #25377C;
}
.form-card .form-card__item .form-card__number::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 10px;
}
.form-card .form-card__item .form-card__label {
    font-weight: 500;
}
.form-card .form-card__item input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
.form-card .form-card__item input[type="radio"]:checked + .form-card__number,
.form-card .form-card__item input[type="radio"].valid:checked + .form-card__number {
    background-color: #72B543;
    color: #fff;
}
.form-card .form-card__item input[type="radio"]:checked + .form-card__number::before,
.form-card .form-card__item input[type="radio"].valid:checked + .form-card__number::before {
    border: 2px solid #72B543;
}
.form-card .form-card__item input[type="radio"].error:checked + .form-card__number {
    background-color: #CF4242;
    color: #fff;
}
.form-card .form-card__item input[type="radio"].error:checked + .form-card__number::before {
    border: 2px solid #CF4242;
}
.lang-section,
.start-section,
.question-section,
.done-section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 75px);
}
.lang-section h2 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 27px;
}
.lang-section h3 {
    font-family: Arial;
    font-size: 22px;
    line-height: 25px;
}
.lang-section form {
    margin-top: 35px;
}
.lang-section form .form-card {
    max-width: 370px;
    margin: 0 auto;
}
.start-section h1 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 36px;
    line-height: 54px;
    text-transform: uppercase;
    color: #72B543;
}
.start-section p {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    max-width: 570px;
    margin: 0 auto 70px;
}
.start-section .link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 170px;
    margin: 0 auto;
    padding: 10px;
    background-color: #25377C;
    border: 8px solid rgba(0,0,0,0);
    border-radius: 50%;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #F8F8F8;
    text-decoration: none;
}
.start-section .link::before {
    content: '';
    position: absolute;
    top: -18px;
    left: -18px;
    display: block;
    width: calc(100% + 36px);
    height: calc(100% + 36px);
    border: 3px solid #25377C;
    border-radius: 50%;
}
.steps h4 {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}
.error-msg {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 45px;
    padding: 10px 16px;
    background-color: #CF4242;
    border-radius: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
}
.heading h3 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #25377C;
}
.heading p {
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}
.progress {
    width: 100%;
    max-width: 370px;
    height: 10px;
    margin: 0 auto;
    background-color: #E6E6E6;
    border-radius: 10px;
}
.progress-bar {
    background-color: #72B543;
    border-radius: 10px;
}
.progress-bar-striped {
    background-image: none;
}
.question-section {
    position: relative;
}
.question-section .progress,
.question-section .steps {
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
}
.question-section .progress {
    top: 56px;
}
.question-section .container {
    max-width: 100%;
}
.question-section .form-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 70px;
}
.question-section .form-card .form-card__item {
    max-width: 370px;
    width: 100%;
    margin-bottom: 0;
}
#msform {
    padding: 120px 0;
    text-align: center;
}
#msform fieldset {
    width: 100%;
    margin: 0;
    border: none;
    border-radius: 0;
}
#msform fieldset:not(:first-of-type) {
    display: none
}
#msform input,
#msform textarea {
    width: 100%;
    outline: none;
    box-shadow: none;
    border: none;
}
#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}
.btn-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.btn-wrap .btn__item {
    position: relative;
}
.btn-wrap .btn__item .icon {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    display: block;
    width: 7px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
}
.btn-wrap .btn__item .icon.icon-left {
    left: 18px;
    background-image: url('../img/left.svg');
}
.btn-wrap .btn__item .icon.icon-right {
    right: 18px;
    background-image: url('../img/right.svg');
}
#msform .action-button {
    font-weight: 600;
    color: #FFF;
    background-color: #25377C;
    border-radius: 5px;
}
#msform .action-button.previous {
    padding: 10px 20px 12px 44px;
    background-color: rgba(0,0,0,0);
    color: #25377C;
    border: 1px solid #25377C;
}
#msform .action-button.next {
    padding: 10px 44px 12px 20px;
    background-color: #25377C;
}
#msform .action-button.next.last {
    padding: 10px 20px 12px;
    background-color: #72B543;
}
.form-section {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}
.form-section h2 {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: left;
    line-height: 27px;
}
.form-section .form-item {
    margin-bottom: 20px;
}
.form-section .form-item label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
}
.form-section .form-item input {
    width: 100%;
    height: 46px;
    padding: 0 20px;
    background: #FFF;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    font-weight: 500;
}
.form-section .form-item input:placeholder {
    font-weight: 500;
    color: #9A9A9A;
}
.form-section .group {
    display: flex;
    gap: 0 20px;
}
.form-section .group .form-item {
    width: 100%;
}
.form-section .radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 35px;
    margin-bottom: 35px;
}
.form-section .radio-group .form-item {
    margin-bottom: 0;
}
.form-section .radio-group .radio-title {
    width: 100%;
    margin-bottom: 18px;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
}
.form-section .form-item input[type="radio"],
.form-section .form-item input[type="checkbox"],
.form-section .radio-group label {
    margin-bottom: 0;
}
.form-section .radio-group label,
.form-section .checkbox-group label {
    display: flex;
}
.form-section .radio-group label span {
    margin-left: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.form-section .form-item input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 24px;
    height: 24px;
}
.form-section .form-item .custom-radio {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    background: #FFF;
    border: 1px solid #BEBEBE;
    border-radius: 50%;
}
.form-section .form-item input[type="radio"]:checked + .custom-radio::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #72B543;
}
.form-section .form-item input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 20px;
    height: 20px;
}
.form-section .form-item .custom-checkbox {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    background: #FFF;
    border: 1px solid #BEBEBE;
    border-radius: 5px;
}
.form-section .form-item input[type="checkbox"]:checked + .custom-checkbox::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 5px;
    background-color: #72B543;
}
.form-section .checkbox-group .form-item {
    margin-bottom: 16px;
}
.form-section .checkbox-group label {
    display: flex;
}
.form-section .checkbox-group label a {
    text-decoration: underline;
    color: #262626;
}
.form-section .checkbox-group label a:hover {
    color: #72B543;
}
.form-section .checkbox-group label span {
    margin-left: 8px;
    font-weight: 500;
}
.form-section .form-item input[type="submit"] {
    width: auto;
    margin-top: 16px;
    background-color: #72B543;
    font-weight: 600;
    color: #FFF;
}
.success-section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 15px;
}
.success-section .wrapper {
    max-width: 570px;
    margin: 0 auto;
    padding: 35px 35px 42px;
    background: #FFF;
    box-shadow: 0px 74px 80px rgba(49, 58, 67, 0.06), 0px 47.963px 46.8519px rgba(49, 58, 67, 0.0455556), 0px 28.5037px 25.4815px rgba(49, 58, 67, 0.0364444), 0px 14.8px 13px rgba(49, 58, 67, 0.03), 0px 6.02963px 6.51852px rgba(49, 58, 67, 0.0235556), 0px 1.37037px 3.14815px rgba(49, 58, 67, 0.0144444);
    border-radius: 10px;
}
.success-section .logo {
    width: 174px;
    margin-bottom: 28px;
}
.success-section .logo img {
    width: 100%;
}
.success-section h1 {
    margin-bottom: 35px;
    padding-left: 15px;
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
    text-transform: uppercase;
    color: #72B543;
    text-align: left;
}
.success-section li {
    padding-left: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    list-style-type: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}
.success-section li .icon-star {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    background-image: url('../img/star.svg');
}
.success-section .phone-wrap {
    position: relative;
    margin-top: 56px;
   
}
.success-section .phone-wrap .icon-phone {
    position: absolute;
    top: -25px;
    left: 0px;
    display: inline-block;
    width: 128px;
    height: 128px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    background-image: url('../img/phone.png');
}
.success-section .phone-wrap span {
    display: block;
    max-width: 330px;
    margin-left: 30px;
    padding: 16px 33px;
    padding-left: 114px;
    background-color: #25377C;
    border-radius: 10px;
    font-weight: bold;
    font-size: 22px;
    line-height: 33px;
    color: #FFF;
}

.success-section .phone-wrap a, .success-section .phone-wrap span {
    text-decoration: none;
}

.done-section {
    max-width: 600px;
    margin: 0 auto;
}
.done-section .icon-wrap {
    margin-bottom: 24px;
}
.done-section .icon-wrap .icon-success {
    display: block;
    margin: 0 auto;
    width: 190px;
    height: 148px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    background-image: url('../img/success.png');
}
.done-section p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}

/*---------- popup ----------*/
.popup {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    max-width: 650px;
    max-height: 80vh;
    overflow: auto;
    padding: 50px 40px;
    background: #fff;
    border-radius: 20px;
    z-index: 999;
}
.popup .popup-content .close-popup {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 40px;
    color: #020202;
    transform: rotate(-45deg);
}
.popup .popup-content .title {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: left;
    line-height: 27px;
}
.popup .popup-content p {
    font-size: 16px;
}
.popup .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1,1,1,0.7);
    z-index: 99;
}
@media (max-width: 767px) {
    .question-section .form-card {
        margin-bottom: 50px;
    }
    .btn-wrap {
        max-width: 370px;
        width: 100%;
        margin: 0 auto;
    }
    .btn-wrap .btn__item {
        width: 100%;
    }
    .btn-wrap .btn__item:first-child {
        order: 2;
    }
    .form-section .group {
        flex-wrap: wrap;
    }
    .form-section .form-item input[type="submit"] {
        width: 100%;
        height: 52px;
    }
    .success-section h1 {
        font-size: 30px;
        line-height: 42px;
    }
    .success-section li {
        align-items: flex-start;
    }
    .success-section .wrapper {
        padding: 30px 10px;
    }
    .success-section .phone-wrap .icon-phone {
        top: -20px;
        width: 100px;
        height: 100px;
    }
    .success-section .phone-wrap a {
        padding: 14px 30px;
        padding-left: 70px;
        font-size: 20px;
    }
    .done-section p {
        font-size: 18px;
        line-height: 27px;
    }
}

input:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
  }
  
      @media (max-width: 600px) {

        .success-section .phone-wrap{margin-top:30px;}
.success-section .phone-wrap span {
 padding:20px 21px 17px 72px !important;
   
} 
}
  
 