body{
    font-family: 'Jost', sans-serif;
    background: #f1f1f1;
    line-height: 1.2;
    color:#000;
}
.bname,.blogin{
    display: none !important;}
.header{
    padding-top: 30px;
}
.header__logo img{
    width: auto;
}
.nav {
    border: 1px solid #000;
    border-radius: 40px;
    padding: 10px;
}
.header__nav{
    display: inline-flex;
}
.nav__item {
    font-size: 14px;
    padding: 5px 12px;
    border-radius: 40px;
}
.nav__item a{
    color: rgb( 0, 0, 0 );
    text-decoration: none;
    text-transform: uppercase;
}
.nav__item_active, .nav__item:hover {
    background: #fff;
}
.header__btns {
    display: flex;
    align-items: center;
}
.btn {
    text-transform: uppercase;
    border-radius: 40px;
}
.btn_blue {
    color: #fff;
    background: #005bff;
}
.btn_blue span{
    color: #fff;
}
.btn_blue:hover{
    color: #fff;
    background: #004ddb;
}
.btn_sm {
    font-size: 14px;
    padding: 15px 0;
}
.header__btn{
    width: 100%;
    margin-right: 10px;
}
.raund-label {
    border-radius: 100%;
    height: 50px;
    width: 50px;
    min-height: 50px;
    min-width: 50px;
    border: 1px solid #000;
    color: #808080;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .header__leng{

} */
.main-screen{
    margin-top: 80px;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
}
.section-wrapper{
    position: relative;
    padding-bottom: 200px;
}
.section-wrapper::before{
    content: '';
    position: absolute;
    bottom: 11px;
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
}
.section-wrapper_decor{
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.main-screen-card {
    position: relative;
    width: 350px;
    background: #fff;
    padding: 10px;
    padding-left: 25px;
    border-radius: 5px;
    z-index: 2;
}
.main-screen-card__title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 35px;
}
.main-screen-card__link {
    font-size: 10px;
    color: #005bff;
    text-transform: uppercase;
    text-decoration: none;
}
.main-screen-card img{
    width: 100%;
    height: 100%;
}
#c1{
    margin-left: 115px;
}
#c2{
    margin-left: 230px;
    margin-top: 65px;
}
#c3{
    margin-right: 160px;
    margin-top: 160px;
}
.main-screen__text{
    font-size: 30px;
    color: #808080;
    padding-left: 65px;
    position: relative;
    max-width: 560px;
}
.main-screen__text::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 1px;
    background: #005bff;
}
.main-screen__decor-image-1{
    position: absolute;
    top: -75px;
    right: 20%;
    z-index: 1;
}
.main-screen__decor-image-2{
    position: absolute;
    bottom: 22.8%;
    left: 25%;
    z-index: 3;
}
.main-screen__decor-image-3{
    position: absolute;
    bottom: 5%;  
    right: -160px;
    z-index: 1;
}
.main-screen__title{
    position: relative;
    font-size: 140px;
    font-weight: normal;
    line-height: 1;
    z-index: 2;
}
.main-screen__title_blue{
    display: block;
    color: #005bff;
}
.btn_big span{
    display: block;
    font-size: 10px;
    max-width: 100px;
    margin: 0 auto;
}
.btn_big{
    font-size: 30px;
    padding: 25px 90px;
    border-radius: 80px;
}
.main-screen__title-rb{
    height: 115px;
    width: 115px;
    min-height: 115px;
    min-width: 115px;
    color: #fff;
    background: #000 url(../img/pro-icon_w.png) no-repeat;
    background-position: center 15px;
    border-radius: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 25px;
    transition: .3s;
    margin-left: 10px;
}
.main-screen__title-rb:hover{
    color: #fff;
    transform: scale(.9);
    transition: .3s;
}
.main-screen__title-btns{
    display: flex;
    align-items: center;
    margin-left: 40px;
}
.section-title{
    font-size: 100px;
    font-weight: normal;
    line-height: 1;
    white-space: nowrap;
    padding-right: 160px;
}
.contact-us .section-title{
    padding-right: 75px;
}
.section-descr{
    font-size: 30px;
    color: #808080;
    margin-top: 60px;
    max-width: 465px;
}
.about{
    overflow: hidden;
    padding-bottom: 200px;
}
.about__item {
    max-width: 460px;
}
.about__par {
    display: block;
    font-size: 14px;
    color: #808080;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.about__text {
    font-size: 50px;
    line-height: 1;
}
#about__item-1{
    margin-top: 100px;
    margin-bottom: 80px;
}
#about__item-2{
    margin-top: -100px;
    margin-bottom: 250px;
}
.about-decor_r{
    transform: scale(1.2) translateX(80px);
}
.features__wrap{
    background: #000;
    padding-top: 100px;
    padding-bottom: 250px;
    border-radius: 100px 100px 0 0;
}
.whiter .section-title{
    color: #fff;
}
.whiter .raund-label{
    border-color: #fff;
}
.packages .whiter .raund-label{
    color: #fff;
}
.features-block{
    margin-top: 130px;
}
.features-item {
    margin-bottom: 10px;
}
.features-item__icon {
    height: 60px;
    display: flex;
    align-items: center;
}
.features-item__par {
    display: block;
    font-size: 14px;
    color: #808080;
    text-transform: uppercase;
    margin: 34px 0;
}
.features-item__text {
    font-size: 20px;
    color: #fff;
}
.exploer-block {
    --bs-gutter-x: .1rem;
    z-index: 3;
    position: relative;
    margin-top: 40px;
}
.exploer-card {
    position: relative;
    border-radius: 20px;
}
.exploer-card-image{
    max-width: 100%;
    margin-top: 60px;
    margin-left: 40px;
}
.exploer-card__title {
    display: block;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 24px;
    margin-left: 50px;
    margin-top: 15px;
    margin-bottom: 35px;
}
.exploer-card__descr {
    display: block;
    margin-left: 40px;
    font-size: 16px;
    color: #808080;
}
.btn__grey {
    background: #f1f1f1;
    color: #000000;
    text-transform: uppercase;
}
.btn__grey:hover{
    background: #dfdfdf;
}
.exploer-card__btn{
    font-size: 30px;
    width: 100%;
    height: 110px;
    border: 5px solid #fff;
    border-radius: 60px;
    margin-top: 70px;
} 
.exploer-card__btn span{
    display: block;
    font-size: 10px;
}
.exploer-card__bg-img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
#exploer-card-1{
    margin-top: -160px;
}
#exploer-card-3{
    margin-top: -100px;
}
/* .exploer-block__decor{
    position: absolute;
    top: -170px;
    left: -40px;
} */
.section-title__wrap{
    position: relative;
}
.for-who{
    padding: 200px 0;
    padding-bottom: 300px;
    position: relative;
    overflow: hidden;
}
.for-who .section-title__wrap::before{
    content: '';
    position: absolute;
    top: -160px;
    right: 10%;
    height: 90px;
    width: 90px;
    background: #fff;
    border-radius: 100%;
}
.for-who .section-title__wrap::after{
    content: '';
    position: absolute;
    top: 0;
    left: -140px;
    height: 150px;
    width: 150px;
    background: #005bff;
    border-radius: 100%;
}
.for-who__item {
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.for-who__item-text{
    background: #000;
    border-radius: 100%;
    width: 230px;
    height: 230px;
    max-height: 230px;
    max-width: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
}
.for-who__item-title {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
}
.for-who__item-subtitle {
    font-size: 10px;
}  
#for-who__item_1 {
    margin-top: 200px;
    margin-left: 80px;
    margin-right: 60px;
}
#for-who__item_3 {
    margin-top: 325px;
    margin-left: -150px;
}
#for-who__item_4 {
    margin-top: 80px;
}
#for-who__item_5 {
    margin-top: 450px;
    margin-left: -140px;
}
.for-who__decor{
    position: absolute;
    right: -260px;
    bottom: -220px;
}
.contact-us-form {
    margin-top: 60px;
}
.contact-us-form__input {
    display: block;
    width: 85%;
    padding: 20px 50px;
    border-radius: 5px;
    background-color: #ffffff;
    border:none;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
}
.contact-us-form__input:focus {
    outline: 0;
}
.contact-us-form__input::placeholder{
    opacity: .2;
}
.contact-us-form__select{
    width: 85%;
    border: none;
    padding: 20px 50px;
    margin: 40px 0;
    font-size: 24px;
    font-weight: 500;
  }
.contact-us-form__radio-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.radio-rate {
    width: 50%;
    background: #fff;
    padding: 20px;
    padding-left: 50px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    margin-right: 5px;
}
.radio-rate__radio{
    display: none;
}
.radio-rate__title {
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
}
.radio-rate__title::before{
    content: '';
    position: absolute;
    left: -40px;
    height: 30px;
    width: 30px;
    background: #f1f1f1;
    border-radius: 100%;
}
.radio-rate__title::after{
    content: '';
    position: absolute;
    left: -35px;
    height: 30px;
    width: 30px;
    background: url(../img/check-rate.png) no-repeat;
    background-size: contain;
    border-radius: 100%;
    opacity: 0;
}
.radio-rate__descr {
    font-size: 16px;
    color: #808080;
}
.radio-rate__border{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #000;
    border-radius: 5px;
    opacity: 0;
}
.radio-rate__compare {
    opacity: 0;
}
.radio-rate__radio:checked ~ .radio-rate__compare{
    opacity: 1;
}
.radio-rate__radio:checked ~ .radio-rate__title::before{
    opacity: 0;
}
.radio-rate__radio:checked ~ .radio-rate__title::after{
    opacity: 1;
}
.radio-rate__radio:checked ~ .radio-rate__border{
    opacity: 1;
}
.contact-us{
    overflow: hidden;
}
.contact-us-form__checkbox-block {
    margin-top: 100px;
    margin-bottom: 45px;
    cursor: pointer;
}
.contact-us-form__checkbox {
    display: none;
}
.contact-us-form__text {
  font-size: 20px;
  color: #808080;
  position: relative;
  padding-left: 120px;
  display: block;
  width: 90%;
}
.contact-us-form__text a{
    color: #808080;
}
.contact-us-form__text::before{
    content: '';
    position: absolute;
    left: 0;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 5px;
}
.contact-us-form__text::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    background: url(../img/agreement-check.png) center no-repeat;
    border-radius: 5px;
    opacity: 0;
}
.contact-us-form__checkbox:checked ~ .contact-us-form__text::after{
    opacity: 1;
}
.section-title__wrap .raund-label{
    margin-left: 115px;
}
.btn_white {
    background: #fff;
    color:#000;
}
.btn_white:hover{
    background: rgb(236, 236, 236);
}
.section-title_btn{
    padding: 10px 30px;
    margin-left: 10px;
}
.packages {
    background: #005bff;
    padding-top: 100px;
    border-radius: 100px 100px 0 0;
    margin-bottom: 100px;
    position: relative;
}
.packages-decor__wrap{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1;
    background: #f1f1f1;
}
.packages-decor{
    width: 100%;
    margin-top: -120px;
}
.pachages-tabel {
    margin-top: 120px;
    position: relative;
    z-index: 5;
}
.pachages-tabel__item_top{
    padding-bottom: 40px;
}
.pachages-tabel__title {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
}
.pachages-tabel__label {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    height: 30px;
    width: 80px;
    background: url(../img/pack-icon/pack-label.png) no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.pachages-tabel-col-1__item {
    border: 1px solid rgb(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}
.pachages-tabel-col-1__item span{
    display: block;
    margin-left: 40px;
    font-size: 16px;
    color: #fff;
    width: 60%;
}
.pachages-tabel__bor{
    border-left: 1px solid rgb(255, 255, 255, 0.2);
    height: 100%;
    padding-left: 20px;
    padding-top: 5px;
}
.pachages-tabel-col-1__item-image{
    width: 10%;
}
.packages-btn{
    font-size: 30px;
    width: 100%;
    padding: 15px 0;
    border-radius: 60px;
    margin-top: 10px;
}
.packages-btn span{
    display: block;
    font-size: 10px;
}
.packages-btn_color{
    background: url(../img/pack-btn-bg.png);
    background-position: 88% 60%;
    color: #fff;
}
.footer{
    padding: 90px 0;
}
.footer-nav {
    max-width: 300px;
    padding: 0;
    margin: 0;
    margin-bottom: 55px;
}
.footer-nav__item {
    display: inline-flex;
    align-items: center;
    padding: 10px;
    padding-right: 50px;
    border-radius: 50px;
    border: 1px solid transparent;
}
.footer-nav__item a{
    display: block;
    font-size: 40px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    margin-left: 20px;
    line-height: 1;
    white-space: nowrap;
}
.footer-nav__item .raund-label {
    border-color: transparent;
}
.footer-nav__item:hover, .footer-nav__item_active{
    border: 1px solid #000;
}
.footer-copyright {
    margin-top: 130px;
}
.footer-copyright img{
    display: block;
    margin-bottom: 40px;
}
.footer-copyright span{
    font-size: 14px;
    color: #808080;
    display: block;
}
.footer-copyright span a{
    color: #808080;
}
.footer-copyright span a:hover{
    color:#000;
}
.footer-descr {
    max-width: 340px; 
}
.footer-descr img{
    width: 100%;
}
.footer-descr__title {
    display: block;
    font-size: 30px;
    max-width: 345px; 
    letter-spacing: 12px;
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 0 2px;
}
.footer-descr p{
    font-size: 18px;
    color: #808080;
    margin-bottom: 20px;
}
.footer__btns{
    width: 50%;
}
.about-decor{
    pointer-events: none;
}
.about-decor_1{
    width: 100%;
    margin-top: -300px;
}
.about-block{
    margin-top: 30px;
}
.about-block__radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #808080;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.about-block__input {
    display: none;
}
.about-block__label {
    margin-left: 20px;
}
.about-block__input-mask{
    background: #fff;
    width: 97px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 30px;
    cursor: pointer;
}
.about-block__input-lab{
    display: block;
    height: 25px;
    width: 25px;
    background: #f1f1f1;
    border-radius: 100%;
}
.about-block__input-text{
    margin-left: 7px;
}
.about-block__input-mask_on .about-block__input-lab{
    background: #f12190;
}
.about-block__input-mask_on{
    display: none;
}
.about-block__input:checked ~ .about-block__label-wrap .about-block__input-mask_on{
    display: flex;
}
.about-block__input:checked ~ .about-block__label-wrap .about-block__input-mask_off{
    display: none;
}
.about-block__input:checked ~ .about-block__label{
    color: #000;
}
.about-decor_2{
    margin-left: -250px;
}
.about-noti-card{
    display: flex;
    height: 55px;
    margin-bottom: 10px;
}
.about-noti-card__image {
    width: 55px;
    height: 100%;
    margin-right: 5px;
    background-color: #fff;
    border-radius: 5px 0 0 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}
.about-noti-card__descr {
    background-color: #fff;
    width: 100%;
    max-width: 185px;
    padding: 10px 20px;
    border-radius: 0 5px 5px 0;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.about-noti-card__descr::after{
    content: '+';
    position: absolute;
    right: -12px;
    top: 15px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-color: #ffffff;
    box-shadow: 4px 6.928px 8px 0px rgba( 0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    display: none;
}
.about-noti-card__descr-title {
    display: block;
    color: #000000;
}
.about-noti-card__descr-subtitle {
    color: #808080;
}
.about-noti-card_active .about-noti-card__image{
    background-color: #8b00ff;
}
.about-noti-card_active .about-noti-card__descr::after{
    display: flex;
}
#about-noti-card_1 .about-noti-card__image{
    background-image: url(../img/about_4_icon-1_black.png);
}
#about-noti-card_2 .about-noti-card__image{
    background-image: url(../img/about_4_icon-2_black.png);
}
#about-noti-card_3 .about-noti-card__image{
    background-image: url(../img/about_4_icon-3_black.png);
}
#about-noti-card_4 .about-noti-card__image{
    background-image: url(../img/about_4_icon-4_black.png);
}
#about-noti-card_1 .about-noti-card_active .about-noti-card__image{
    background-image: url(../img/about_4_icon-1_white.png);
}
#about-noti-card_2 .about-noti-card_active .about-noti-card__image{
    background-image: url(../img/about_4_icon-2_white.png);
}
#about-noti-card_3 .about-noti-card_active .about-noti-card__image{
    background-image: url(../img/about_4_icon-3_white.png);
}
#about-noti-card_4 .about-noti-card_active .about-noti-card__image{
    background-image: url(../img/about_4_icon-4_white.png);
}


.thank-you-container {
    cursor: pointer;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 300px;
}
.thank-you-free {
    background-image: url(/img/desktop_thanks_1.jpg);
}
.thank-you-paid {
    background-image: url(/img/desktop_thanks_2.jpg);
}
.congratulate-welcome{
    font-size: 60px;
    color: #004ddb;
    font-weight: bold;
}