@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap);*{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;color:#000;font-weight:400;font-size:40px;line-height:1;background-color:#fff;direction:rtl}img,video{width:100%}li,ol,ul{list-style:none}a{text-decoration:none;color:inherit;margin:0;padding:0}.bold{font-weight:700;text-decoration:none}.container{max-width:1360px;margin:0 auto;padding:0 20px}.header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:16px 0;position:relative}@media(max-width:1440px){.header{padding:10px 0}}.header .logo{width:100%;max-width:200px}@media(max-width:1440px){.header .logo{max-width:150px}}.header .logo img{max-width:200px;display:-webkit-box;display:-ms-flexbox;display:flex}@media(max-width:1440px){.header .logo img{max-width:150px}}.language{position:absolute;top:50%;right:40px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100px;cursor:pointer}@media(max-width:991px){.language{right:0;width:80px}}.language__hint{display:none;position:absolute;top:-10px;left:50%;transform:translateX(-50%);width:100%;height:auto;font-size:14px;font-weight:700;text-align:center;background-color:#fff;color:#000}.language:hover .language__hint{display:block}.language svg{width:40px}@media(max-width:991px){.language svg{width:30px}}@media(min-width:767px){.language{font-size:20px;padding:10px 15px}.language span{margin-right:10px}}.language__display{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.language__list{position:absolute;top:100%;left:0;width:100%;display:none}.language__list li{background-color:#fff;color:#000;font-size:18px;line-height:1}@media(min-width:767px){.language__list{margin-top:2px}}.language__list li{padding:2px 2px}@media(min-width:767px){.language__list li{padding:8px 15px;background-color:#fff;color:#000;-webkit-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}.language__list li:hover{background-color:#000;color:#fff}}.language.active .language__list{display:block}button{cursor:pointer}.big-button{background-color:#d83232;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:600px;font-family:Inter,sans-serif;font-size:32px;font-weight:400;line-height:1;padding:16px 0;border:none;margin:20px auto;border-radius:10px;-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.big-button:hover{background-color:#ff3b3b}@keyframes shine{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}[data-start].big-button.active{animation:shine .5s linear .7s}@media(max-width:991px){.big-button{font-size:18px;line-height:1;max-width:100%;border-radius:0;padding:16px}}@media(max-width:991px){.big-button--mini{max-width:calc(100% - 30px);margin:0 auto}}.gender__button{position:relative;cursor:pointer}.gender__button span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px;font-family:Inter,sans-serif;font-size:32px;font-weight:400;color:#4b4848;background-color:rgba(0,0,0,0);border:2px solid #dcdcdc;border-radius:10px;-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.gender__button span:hover{border:2px solid #d83232}@media(max-width:991px){.gender__button span{font-size:24px;padding:10px 15px}}.gender__button input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.gender__button input:checked+span{font-weight:700;border:2px solid #d83232}.button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:Inter,sans-serif;font-size:32px;font-weight:700;line-height:1;border-radius:10px;padding:20px 0;margin:0 auto;width:100%;max-width:200px;border:none;color:#292525;background-color:#ffda48;-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.button:hover{background-color:#ffe168}@media(max-width:991px){.button{font-size:24px;padding:10px 15px;max-width:150px}}.main{width:100%;min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.main__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.main__title{background-color:#d83232;color:#fff;font-size:32px;line-height:1;font-weight:400;padding:16px 0;text-align:center}@media(max-width:1440px){.main__title{padding:10px 0;font-size:24px}}@media(max-width:991px){.main__title{padding:16px 16px;font-size:24px;line-height:1.2}}.main__picture{display:none}@media(max-width:991px){.main__picture{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.main__picture-item{-ms-flex-preferred-size:24%;flex-basis:24%}.main__picture-item img{display:-webkit-box;display:-ms-flexbox;display:flex}.main__picture-item img:first-child{margin-bottom:5px}.section{padding:40px 0}@media(max-width:991px){.section{padding:20px 0 0}}.section__header{display:none}@media(max-width:991px){.section__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:16px}.section__header .logo{width:100%;max-width:200px}}@media(max-width:991px)and (max-width:1440px){.section__header .logo{max-width:150px}}@media(max-width:991px){.section__header .logo img{max-width:200px;display:-webkit-box;display:-ms-flexbox;display:flex}}@media(max-width:991px)and (max-width:1440px){.section__header .logo img{max-width:150px}}.content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(max-width:1440px){.content{max-width:1200px;margin:0 auto}}@media(max-width:1281px){.content{max-width:100%;margin:0 auto}}.content__img{display:-webkit-box;display:-ms-flexbox;display:flex}.content__img:first-child{margin-bottom:8px}.content__left{-ms-flex-item-align:normal;-ms-grid-row-align:normal;align-self:normal;-ms-flex-preferred-size:25%;flex-basis:25%;margin-left:8px}@media(max-width:991px){.content__left{display:none}}.content__right{-ms-flex-preferred-size:25%;flex-basis:25%;-ms-flex-item-align:normal;-ms-grid-row-align:normal;align-self:normal;margin-right:8px}@media(max-width:991px){.content__right{display:none}}.content__center{-ms-flex-item-align:normal;-ms-grid-row-align:normal;align-self:normal;-ms-flex-preferred-size:50%;flex-basis:50%;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}@media(max-width:991px){.content__center{-ms-flex-preferred-size:100%;flex-basis:100%}}.privilege{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.privilege__item{padding:40px;background-color:#d83232;-ms-flex-preferred-size:34%;flex-basis:34%;color:#fff;-ms-flex-item-align:normal;-ms-grid-row-align:normal;align-self:normal}@media(max-width:991px){.privilege__item{padding:20px 10px}}.privilege__img{margin-bottom:20px}@media(max-width:991px){.privilege__img{margin-bottom:10px}}.privilege__img img{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:50px;margin:0 auto}@media(max-width:991px){.privilege__img img{max-width:30px}}.privilege__text{text-align:center;font-size:36px;font-weight:700;line-height:1.2}@media(max-width:1440px){.privilege__text{font-size:24px}}@media(max-width:991px){.privilege__text{font-size:16px}}.start{padding:20px 0;width:100%;max-width:900px;margin:0 auto}@media(max-width:991px){.start{padding:0 0 20px}}.start__title{font-size:40px;font-weight:700;line-height:1;text-align:center;margin-bottom:40px}@media(max-width:991px){.start__title{background-color:#d83232;color:#fff;padding:16px 16px;font-weight:700;font-size:24px;line-height:1.2;text-align:center;margin-bottom:0}}.start__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #dcdcdc}@media(max-width:991px){.start__wrapper{display:block}}.start__steps{margin-bottom:50px}@media(max-width:991px){.start__steps{margin-bottom:20px}}.start__img{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:300px}@media(max-width:991px){.start__img{max-width:100%;margin-bottom:10px}.start__img picture{width:100%}}.start__img img{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.start__info{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.start__name{font-size:40px;line-height:1.1;font-weight:600;text-align:center;margin-bottom:40px}@media(max-width:1440px){.start__name{font-size:30px}}@media(max-width:991px){.start__name{font-size:24px;margin-bottom:20px}}.start__text{font-size:40px;font-weight:400;line-height:1.2;text-align:center}@media(max-width:1440px){.start__text{font-size:30px}}@media(max-width:991px){.start__text{font-size:24px}}.footer{background-color:#fff;color:#292525;text-align:center;padding:20px 0;font-size:16px;line-height:1}@media(max-width:991px){.footer{font-size:12px}}@media(min-width:991px){.footer__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;margin-bottom:10px}}.step{display:none;color:#000}.step:first-child .step__text{display:none}@media(max-width:991px){.step:first-child .step__text{display:block}}.step.active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.step.step--start.active{justify-content:flex-start}@media(max-width:991px){.step.active{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px}.step.step--start.active{justify-content:flex-start}}.step.start{padding:0}.step__imgs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.step__imgs img{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:50%;flex-basis:50%}.step__imgs img:first-child{margin-bottom:2%}@media(max-width:991px){.step__imgs{display:none}}.step__text{text-align:center;font-size:20px;line-height:1}.step__title{margin-bottom:20px;border-bottom:1px solid #dcdcdc;font-size:40px;font-weight:400;line-height:1.2;text-align:center;padding:20px 40px}@media(min-width:1280px) and (max-width:1440px){.step__title{font-size:28px;margin-bottom:0}}@media(max-width:991px){.step__title{font-size:20px;padding:16px 0;margin-bottom:0}}.step__subtitle{font-size:32px;font-weight:700;line-height:1;margin-bottom:20px;text-align:center}@media(max-width:991px){.step__subtitle{font-size:18px;padding:8px 0;margin-bottom:0}}.step__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;padding:20px 40px}@media(min-width:1280px) and (max-width:1440px){.step__content{padding:0 40px}}@media(max-width:991px){.step__content{padding:0}}.step__button{width:100%}.input{width:100%;margin-bottom:40px}@media(max-width:991px){.input{margin-bottom:20px}}.input input,.input select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:700px;margin:0 auto;padding:20px;font-size:32px;font-weight:400;color:#4b4848;background-color:rgba(0,0,0,0);border:2px solid #dcdcdc;border-radius:10px;outline:0}input.error,select.error{border:2px solid red}input.valid,select.valid{border:2px solid green}@media(max-width:991px){.input input,.input select{font-size:20px;padding:10px 15px;line-height:1}}.input select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.gender{width:100%;margin-bottom:40px}.gender__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.gender label{-ms-flex-preferred-size:46%;flex-basis:46%}@media(max-width:991px){.gender{margin-bottom:10px}}#form__error,p.error{font-size:14px;line-height:100%;color:#fff;background-color:red;padding:3px 5px;margin:5px auto;width:100%;max-width:700px}@media(min-width:992px){#form__error,p.error{font-size:18px;line-height:100%}}@media(max-width:991px)and (orientation:landscape){p.error{max-width:425px;margin:5px auto}}#form__error{display:none;margin-top:20px;text-align:center;margin-bottom:10px}#form__error a{text-decoration:underline}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}#cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}#spinner{display:none;-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}#cta.button--loading span{display:none}#cta.button--loading #spinner{display:block}.footer{width:100%;background-color:#fff;color:#000;padding:5px 0}.footer__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;border-bottom:1px solid #fff;padding:0 10px 5px}.footer__link{font-size:8px;line-height:120%;text-transform:capitalize}.copy{padding:5px 10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:10px}.copy__img{width:24px;margin-right:5px;display:-webkit-box;display:-ms-flexbox;display:flex}.copy__text{font-size:8px;line-height:120%;text-align:center}@media (min-width:993px){.copy{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media (min-width:1441px){.footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 10px}.footer__list{border-bottom:none;padding:0}.footer__link{font-size:12px;line-height:120%;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:15px}.copy{padding:0}.copy__text{font-size:12px;line-height:120%}}