.b-subtitle{
    line-height: 45px;
}

.b-header-mobile__icon{
    margin-top: 3px;
}
.b-title--large {
    font-size: 55px;
    line-height: 72px;
}
.b-roles__subtitle{
    padding-bottom: 30px;
}
.bCounters .b-title{
    max-width: none;
}
.b-advantages__subtitle.b-subtitle{
    padding-bottom: 30px;
}

.b-roles.b-roles--secondary .b-roles__subtitle{
    padding-bottom: 0px;
}

.b-roles.b-roles--secondary{
    padding-bottom: 30px;
}

.b-result__subtitle.b-subtitle{
    padding-top: 50px;
}

.cloudLink {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    background-color: #21a9e1;
    border-radius: 15px;
    padding: 0 10px;
    text-decoration: none;
}
.cloudLink:hover{
    color: #fff;
}

.supPlans{
    color: #21a9e1;
}

.plansComment{
    padding-top: 30px;
    font-size: 13px;
    color: #949494;
}



@media screen and (max-width: 1799.9px){
    .b-rates .swiper-wrapper {
        gap: 10px;
    }
}

/*.b-rates .swiper-wrapper {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(5,1fr);*/
/*    gap: 10px;*/
/*}*/

.b-rate-card__button {
    font-size: 13px;
    line-height: 26px;
}
.b-rate-card__name{
    font-size: 23px;
    margin-bottom: 25px;
}

.b-rate-card{
    padding-left: 25px;
    padding-right: 25px;
}
.b-rate-card__pricing{
    padding-bottom: 10px;
}
.b-rate-card__item span{
    font-size: 0.8em;
    color: #949494;
    display: block;
    line-height: 0.8em;
    font-weight: normal;
}
.b-rate-card__item {
    font-size: 14px;
    line-height: 23px;
}


.b-rate-card.active .b-rate-card__button{
    background-color: #32b67d;
    border-color: #32b67d;
    color: #fff;
}

.b-rate-card.active .b-rate-card__pricing {
    border-color: #39c3ef;
}

.b-rate-card__content{
    padding-top: 5px;
}

.webinarFromComment{
    font-size: 0.7em;
    font-weight: normal;
}

.b-form__field{
    position: relative;
}

label.error{
    color: #39c3ef;
    position: absolute;
    right: 16px;
    top: 15px;
    font-size: 25px;
}

.b-ask__form .b-form__input:not(:last-child){
    margin-bottom: 0px;
}
.formSuccess{
    display: flex;
    flex-direction: column;
}
.formSuccessEmoji{
    text-align: center;
    font-size: 120px;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
}
.formTitle{
    display: flex;
    flex-grow: 0;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
}
.pageContainer{
    max-width: 1400px;
    margin: 0 auto;
}
.pageInfoBlock{
    display: flex;
    flex-direction: row;
}
.pageTopPadding{
    padding-top: 150px;
    padding-bottom: 100px;
}
.pageInfoBlock h1{
    margin: 0px;
    font-size: 8em;
}
.pageInfoBlock h2{
    margin: 0px;
    font-size: 3.5em;
    margin-bottom: 30px;
}
.pageInfoBlock .b-hero__subtitle{
    margin-bottom: 50px;
}

.pageInfoBlock p:not(.b-hero__subtitle){
    font-size: 1.3em;
    line-height: 1.5;
}

.pageInfoBlock .b-button{
    padding: 14px 28px;
    font-size: 19px;
    font-weight: 400;
}
.pageInfoBlockInfo{
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pageInfoBlockImg{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    width: 50%;
}
.pageInfoBlockImg img{
    max-width: 100%;
}
.textBlock p, .textBlock li{
    line-height: 1.5;
}
.b-footer__copyright {
    display: flex;
    flex-direction: column;
}
.b-footer__copyright .copyright__block{
    display: flex;
    order: 2;
}
.terms__delimiter{
    padding-top: 10px;
    padding-bottom: 10px;
}
.b-footer__copyright .terms__block{
    display: flex;
    order: 1;
}
.b-footer__copyright .terms__block a {
    color:#292929;

}
.cookiesCont{
    display: flex;
    position: fixed;
    bottom: 40px;
    left: 40px;
    background: url('/img/cookies_pattern.jpg');
    width:450px;
    -webkit-box-shadow: 0px 4px 24px 8px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 4px 24px 8px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 4px 24px 8px rgba(34, 60, 80, 0.2);
    border-radius: 10px;
    display: none;
    z-index: 100;
}
.cookiesContWrapper{
    padding:20px 30px;
    background: url('/img/cookies.png') no-repeat;
    background-position-x: 90%;
    background-position-y: 80%;
    background-size: 140px;

}
.cookiesContWrapper p{
    font-size: 14px;
    line-height: 1.4;
    margin: 0px;
    margin-bottom: 15px;
    padding-right: 80px;
}
.cookiesCont p a{
    color: #000;
    text-decoration: underline;
}
.cookiesCont .b-button{
    font-weight: 600;
    font-size: 16px;
}

.close {
    position: absolute;
    right: 33px;
    top: 33px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}
.close:hover {
    opacity: 1;
}
.close:before, .close:after {
    position: absolute;
    content: '';
    height: 32px;
    width: 2px;
    background-color: #333;
}
.close:before {
    transform: rotate(45deg);
    left: 14px;
}
.close:after {
    transform: rotate(-45deg);
    left: 14px;
}

.cookiesCont .close{
    opacity: 1;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
}

.plansGiftCont{
    display: flex;
    position: absolute;
    top: -100px;
    right: 0px;
    background: url('/img/cookies_pattern.jpg');
    width:450px;
    -webkit-box-shadow: 0px 4px 24px 8px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 4px 24px 8px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 4px 24px 8px rgba(34, 60, 80, 0.2);
    border-radius: 10px;
    z-index: 10;
}
.plansGiftWrapper{
    padding:20px 30px;
    background: url('/img/plansGift.png') no-repeat;
    background-position-x: 20px;
    background-position-y: 20px;
    background-size: 140px;
    padding-left: 170px;
}
.plansGiftWrapper p{
    font-size: 14px;
    line-height: 1.4;
    margin: 0px;
    margin-bottom: 15px;

}
.plansGiftCont p a{
    color: #000;
    text-decoration: underline;
}
.plansGiftCont .b-button{
    font-weight: 600;
    font-size: 16px;
}
.plansGiftCont h3{
    margin-top: 0px;
}

.plansGiftCont .close{
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
}

.popupFormCont{
    background: #fff;
    display: flex;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*background: url('/img/cookies_pattern.jpg');*/
    -webkit-box-shadow: 0px 4px 24px 8px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 4px 24px 8px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 4px 24px 8px rgba(34, 60, 80, 0.2);
    border-radius: 10px;
    z-index: 25;
    min-width: 820px;
}

.popupFormCont .b-form__field{
    margin-bottom: 19px;
}

.popupFormContWrapper{
    padding:20px 30px;
}
.popupFormContWrapper p{
    font-size: 14px;
    line-height: 1.4;
    margin: 0px;
    margin-bottom: 15px;
}
.popupFormContBlock{
    display: flex;
    flex-direction: row;
}
.popupFormContLeft{
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 50%;
}
.popupFormContRight{
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 50%;
    align-items: center;
    justify-content: center;
}
.popupFormCont p a{
    color: #000;
    text-decoration: underline;
}
.popupFormCont .b-button{
    font-weight: 600;
    font-size: 16px;
}
.popupFormCont h3{
    margin-top: 0px;
    margin-bottom: 15px;
}

.popupFormCont .close{
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
}
.popupFormCont .b-rates__head::before{
    display: none;
}
.popupFormCont .b-rates__target{
    display: none;
}
.popupFormCont .b-rates__target.active{
    display: block;
}
.popupTitleCont{
    text-align: center;
    padding-bottom: 15px;
}
.popupTitleCont .b-rate-card__price{
    display: inline-block;
}
.popupTitleCont .b-subtitle{
    font-size: 1.2em;
    margin-bottom: 0px;
}

.popupFormCont .b-form__input{
    border: 1px solid #e3e4e4;
}
.popupFormCont .b-form__textarea{
    border: 1px solid #e3e4e4;
}

.popupFormCont .b-form__textarea.error, .popupFormCont .b-form__input.error{
    border: 1px solid #21a9e1;
}

.popupFormContLeftWrapper{
    padding-left: 10px;
    padding-right: 30px;
}
.b-rate-card__num::before{
    right: 18px;
}
.b-rate-card__num{
    font-size: 41px;
}

.popupFormCont .b-rate-card__num::before{
    right: 63px;
}
.paymentPersonType .b-rates__head{
    padding-bottom: 20px;
}
.popupFormAction {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    padding-bottom: 25px;
}

.popupEmailSubscribe{
    max-width: 750px;
}

@media screen and (max-width:830px) {
    .popupFormCont{
        min-width: auto;
        min-width: 90%;

    }
    .popupFormContRight{
        display: none;
    }
    .popupFormContLeft{
        width: 100%;
        max-width: none;
    }

}



.b-ask .b-form__agreement, .b-ask .b-form__agreement a{
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
}

.b-ask .b-form__agreement a {
    text-decoration: underline;
}
.b-socials__list{
    justify-content: flex-start;
}

.b-socials .emoji{
    vertical-align: top;
}

.rates__tabsCont{
    position: relative
}
.b-antispam{
    -webkit-box-shadow: 0px 2px 7px 1px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 2px 7px 1px rgba(34, 60, 80, 0.2);
    box-shadow: 00px 2px 7px 1px rgba(34, 60, 80, 0.2);
    position: relative;
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 10px;
}
.safeLineCont{
    padding-top: 15px;
    padding-bottom: 15px;

}
.safeLineCont .b-antispam__content{
    max-width: 700px;
}
.safeLineCont  .b-antispam__subtitle{
    font-weight: 500;
    font-size: 20px;
}
.safeLineCont .b-antispam__title{
    color: #000;
    line-height: 1.2;
    margin-bottom: 15px;
    font-size: 35px;
}


.forWhoCont .b-goals-card {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%);
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%);
}
.forWhoCont .b-goals-card__title{
    text-align: center;
}

.forWhoCont .b-goals-card__content{
    max-width: none;
    text-align: left;
}
.b-goals__title.b-title{
    margin-bottom: 30px;
}
.forWhoCont  .b-video__info{
    margin-bottom: 50px;
}
.b-goals__inner{
    padding-bottom: 50px;
}

.forWhoCont  .b-goals__list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.forWhoCont .b-goals-card{
    max-width: none;
}
.forWhoCont .b-goals-card__image-wrap{
    border-bottom: 1px solid #e3e4e4;
    margin-top: 30px;
    margin-bottom: 50px;
    height: auto;
    max-width: none;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.forWhoCont .b-goals-card__image-wrap .b-goals-card__image{
    max-width: 400px;
    max-height: 205px;
    margin-bottom: -5px;
}
.forWhoCont .b-goals__goals-card.b-goals-card{
    border: 1px solid #fff;
}
.forWhoCont .b-goals__goals-card.b-goals-card:hover{
    border: 1px solid #36c5f1;
}

.b-goals:not(.forWhoCont) .b-goals-card__image{
    display: flex;
    height: auto;
    justify-content: center;
}
.b-subtitle a {
    color: #466eb6;
    text-decoration: underline;
}

@media screen and (max-width: 1450px) {
    .pageContainer {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 1000px) {
    .pageInfoBlock{
        flex-direction: column;
        padding-top: 130px;
    }
    .pageInfoBlock .pageInfoBlockImg{
        margin-bottom: 50px;
        order: 1;
        width: 100%;
    }
    .pageInfoBlock  .pageInfoBlockInfo{
        order: 2;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
    }
    .pageInfoBlock .b-hero__subtitle{
        line-height: 1.3;
    }
    .pageTopPadding{
        padding-top: 130px;
    }
}

.b-header-mobile__social-link{
    padding: 0px !important;
}

.b-button--blue {
    border: 0px;
}

.popupFormCont .b-form__input:not(:last-child){
    margin-bottom: 0px;
}

.popupOverlay{
    display: none;
    position: fixed;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
}

.b-benefits.inverseBlocks .b-benefits__image-wrap{
    order: 2;
    margin-right: 0px;
    margin-left: 100px;
}
.b-benefits.inverseBlocks .b-benefits__main{
    order: 1;
}

.b-info.inverseBlocks .b-info__image-wrap{
    order: 1;
    margin-right: 0px;
    margin-left: 100px;
}
.b-info.inverseBlocks .b-info__content{
    order: 2;
    margin-right: 0px;
    margin-left: 40px;
}

.b-info.inverseBlocks .b-info__image-wrap{
    margin-left: 0px;
}


.maxHeightContainer{
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}

.businessPage .b-hero {
    background-image: url('/img/hero-bg_v3-business.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
}

.b-header-mobile__side{
    width: 80px;
    border-right: 2px solid #21a9e1;
}

.b-advantages__checked-listMessenger{
    padding-top: 30px;
    padding-bottom: 40px;
}

.b-advantages__checked-listMessenger .b-checked-list__item::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 19px;
    height: 14px;
    background-image: url(../img/svg/checked2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

@media screen and (max-width:991.9px) {
    .businessPage .b-hero {
        background-image: url('/img/hero-bg_v3-2-business.png');
        background-size: 106%;
        background-position: top center
    }
}


.businessPage .b-goals-card__content{
    max-width: none;
    padding-top: 20px;
}
.businessPage .b-goals-card__title{
    font-size: 21px;
    line-height: 35px;
}

.buttonActionCont{
    display: flex;
    flex-direction: row;
    padding-top: 20px;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.buttonActionCont .b-button{
    max-width: 394px;
    width: 100%;
}

@media screen and (max-width: 1600px) {
    .b-rates .swiper-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1499px) {
    .farePlansCont .b-rates__rate-card.b-rate-card{
        min-width: 320px;
    }
    .farePlansCont .b-rates__slider{
        max-width: none;
    }
    .b-footer__copyright{
        font-size: 10px;
    }
}

@media screen and (max-width:1410px) {
    .businessPage .b-hero {
        background-image: url('/img/hero-bg_v3-business.png');
        background-size: cover;
    }
}

@media screen and (max-width:1399px) {
    .b-roles {
        background-size: 70%;
        background-position: 50% 70%;
    }
    .b-planning__benefits-list {
        grid-template-columns: repeat(4,1fr);
        margin: 0 auto;
        margin-bottom: 70px;
        max-width: 700px;
    }
    .b-roles--secondary .b-roles__list {
        margin-bottom: 200px;
    }
    .b-roles.b-roles--secondary{
        background-position-y: 55%;
    }
    .b-info-block__inner{
        flex-direction: row;
        padding-top: 170px;
    }
    .b-info-block__description{
        text-align: left;
    }
    .b-info-block__slider-holder{
        flex-grow: 1;
        align-items: center;
    }
    .b-info-block__title{
        text-align: left;
    }
    .b-info-block__head{
        align-items: flex-start;
    }
    .b-info-block__main{
        align-items: flex-start;
    }
    .b-socials__list{
        justify-content: center;
    }
    .b-footer__copyright.b-footer__copyright--vertical{
        opacity: 0.5;
    }
    .b-footer__inner{
        background: rgba(255,255,255,0.4);
    }
}

@media screen and (max-width:1350px) {
    .b-title--large {
        font-size: 53px;
        line-height: 59px;
        max-width: 500px;
    }
    .b-hero__subtitle.b-subtitle--large{
        font-size: 27px;
        line-height: 44px;
        max-width: 500px;
    }
}

@media screen and (max-width:1250px) {
    .businessPage .b-hero {
        background-image: url('/img/hero-bg_v3-business.png');
        background-size: 100%;
        background-position-x: right;
    }
    .b-title--large {
        font-size: 45px;
        line-height: 54px;
        max-width: 600px;
    }
    .b-hero{
        min-height: 900px;
    }
}

@media screen and (max-width:1199px) {
    .b-benefits-list__item{
       align-items: center;
        text-align: center;
    }
    .b-benefits.inverseBlocks .b-benefits__image-wrap{
        margin-left: 0px;
    }
    .b-advantages__image-wrap{
        display: flex;
        justify-content: center;
    }
    .b-advantages__image-wrap img{
        max-width: 1000px;
    }
    .buttonActionCont{
        padding-top: 50px;
    }
    .b-info__content{
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .b-info__description{
        max-width: 650px;
    }
    .b-info.inverseBlocks .b-info__image-wrap{
        order: 2;
        margin-right: 0px;
        margin-left: 0px;
    }
    .b-info.inverseBlocks .b-info__content{
        order: 1;
        margin-right: 0px;
        margin-left: 0px;
    }
    .b-info.inverseBlocks .b-info__button--mobile{
        margin-bottom: 30px;
    }
    .b-info-block__inner{
        flex-direction: column;
        padding-top: 50px;
        align-items: center;
    }
    .b-info-block__title{
        text-align: center;
    }
    .b-info-block__head{
        align-items: center;
        width: 100%;
    }
    .b-info-block__button{
        margin: 0 auto;
    }
    .b-planning{
        padding-bottom: 50px;
    }
    .b-footer__copyright{
        font-size: 13px;
    }
}


@media screen and (max-width:1070px) {
    .businessPage .b-hero {
        background-image: url('/img/hero-bg_v3-business.png');
        background-size: 100%;
        background-position-x: right;
    }
    .b-title--large {
        font-size: 38px;
        line-height: 54px;
        max-width: 500px;
    }
    .b-hero__subtitle.b-subtitle--large{
        font-size: 27px;
        line-height: 44px;
        max-width: 400px;
    }
    .b-hero{
        min-height: 800px;
    }
}

@media screen and (max-width:991px) {
    .businessPage .b-hero {
        background-image: url('/img/hero-bg_v3-2-business.png');
        background-size: 66%;
        background-position-x: center;
    }
    .b-hero {
        background-size: 66%;
        background-position-x: center;
    }
    .b-title--large {
        max-width: 700px;
    }
    .b-hero__subtitle.b-subtitle--large{
        max-width: 700px;
    }
    .b-partners__slider{
        border-radius: 10px;
    }
    .b-partners .b-navigation__arrow{
        top: 50%;
    }
    .b-button {
        max-width: 320px;
        width: 100%;
        font-size: 21px;
        line-height: 30px;
        padding: 15px 25px;
    }
    .b-posting__benefits-list{
        justify-content: space-evenly;
    }
    .b-planning__benefits-list{
        margin-bottom: 135px;
    }
    .plansGiftCont .b-button{
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .b-rate-card__title{
        display: inline-block;
        border-bottom: 1px dashed #39c3ef;
        color: #39c3ef;
        font-weight: bold;
    }
    .b-rate-card__content{
        text-align: center;
    }
    .b-rate-card__list{
        text-align: left;
    }
}

@media screen and (max-width:850px) {
    .plansGiftCont{
        width: 240px;
        top: -150px
    }
    .plansGiftWrapper{
        background-position-y: 10px;
        background-position-x: center;
        background-size: 80px;
        padding-left: 20px;
        padding-top: 106px;
    }
    .plansGiftWrapper h3{
        margin-bottom: 7px;
    }
}

@media screen and (max-width:768px) {
    .b-roles{
        background-position-y: 90%;
    }
    .b-roles__list{
        margin-bottom: 40px;
    }
    .b-roles.b-roles--secondary{
        margin-bottom: 20px;
        background-size: 100%;
        background-position-y:34%;
    }
    .b-roles--secondary .b-roles__list{
        margin-bottom: 50px;
    }
    .cookiesContWrapper p{
        font-size: 10px;
        padding-right: 90px;
    }
    .cookiesCont .b-button{
        font-size: 13px;
        max-width: 240px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .b-title{
        font-size: 28px;
        line-height: 49px;
        margin-bottom: 13px;
    }
    .b-subtitle {
        font-size: 21px;
        line-height: 36px;
        margin-bottom: 30px;
    }
    .b-title--large{
        font-size: 25px;
        line-height: 44px;
    }
    .b-hero, .businessPage .b-hero{
        background-size: 150%;
        padding-top: 615px;
    }
    .b-hero__subtitle.b-subtitle--large {
        font-size: 21px;
        line-height: 38px;
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .b-button {
        max-width: 350px;
        width: 100%;
        font-size: 19px;
        line-height: 30px;
        padding: 18px 28px;
    }

    .b-goals{
        padding-top: 50px;
    }
    .b-partners__slider{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .b-info{
        padding-top: 50px;
    }
    .b-info--quinary .b-info__item{
        font-size: 17px;
        line-height: 31px;
        padding-left: 55px;
    }

        .b-info--quinary .b-info__item::before {
            font-size: 16px;
            width: 40px;
            height: 40px;
            top: 0px;
        }
    .b-info--quinary .b-info__list{
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }
    .b-info--quinary .b-info__text--accented {
        font-size: 20px;
        line-height: 40px;
    }
    .b-info--quinary .b-info__text{
        font-size: 17px;
        line-height: 31px;
    }
    .b-roles__description{
        font-size: 17px;
        line-height: 31px;
    }
    .b-roles{
        background-position-y: 78%;
    }
    .b-roles__list{
        margin-bottom: 185px;
    }
    .b-posting__description{
        font-size: 17px;
        line-height: 31px;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .b-benefits-list__description{
        font-size: 17px;
        line-height: 31px;
    }
    .b-posting__benefits-list{
        padding-top: 30px;
        justify-content: space-between;
        padding-bottom: 20px;
    }
    .b-posting__benefits-list .b-benefits-list__item{
        max-width: 300px;
    }
    .b-planning__benefits-list{
        grid-template-columns: repeat(2,1fr);
    }
    .b-header__image {
        max-width: 246px;
        max-height: 36px;
        height: 36px;
    }
    .b-planning__slider{
        max-width: 480px;
        height: 286px;
    }
    .b-goals-card{
        max-width: 470px;
        padding-top: 30px;
    }
    .b-goals-card__title{
        font-size: 19px;
        line-height: 36px;
    }
    .b-info--quinary .b-info__content{
        margin-right: 0px;
    }
    .b-posting__image-wrap{
        padding-bottom: 45px;
    }
    .b-posting__navigation .b-navigation__arrow{
        top:-27px;
    }
    .b-posting__navigation .b-navigation__arrow--prev{
        left: 0px;
    }
    .b-posting__navigation .b-navigation__arrow--next{
        right: 0px;
    }
    .b-planning__image--3{
        top: 52%;
        left: 51.5%;
        width: 698px;
        height: auto;
    }
    .b-benefits__benefits-list{
        margin-bottom: 50px;
    }
    .b-benefits__description{
        line-height: 40px;
    }
    .b-checked-list__item{
        font-size: 17px;
        line-height: 31px;
    }
    .b-roles--secondary .b-roles__description{
        font-size: 17px;
        line-height: 31px;
    }
    .b-roles.b-roles--secondary {
        margin-bottom: 0px;
        background-size: 100%;
        background-position-y: 100%;
        padding-bottom: 223px;
        background-position-x: -50px;
    }
    .b-info__description{
        font-size: 17px;
        line-height: 31px;
    }
    .b-info--tertiary .b-info__button{
        max-width: 350px;
    }
    .b-steps__text {
        text-align: left;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 27px;
        max-width: none;
        padding-right: 20px;
    }
    .b-form__button.b-button.b-button--secondary{
        white-space: nowrap;
        display: inline-block;
        max-width: 400px;
    }
    .formContent{
        text-align: center;
    }
    .b-info-block__description{
        font-size: 17px;
        line-height: 31px;
    }
    .b-info .b-info__content{
        margin-bottom: 45px;
    }
    .b-info--tertiary .b-info__checked-list{
        margin-bottom: 30px;
    }
    .b-info.inverseBlocks .b-info__button--mobile{
        margin-bottom: 40px;
    }
    .b-aboutCont{
        padding-top: 0px;
    }
    .plansGiftCont{
        position: relative;
        width: 100%;
        top: auto;
        right: auto;
        margin-bottom: 20px;
    }

    .plansGiftCont {
        margin-bottom: 40px;
        margin-top: 30px;
    }
    .plansGiftWrapper {
        padding: 20px 30px;
        background: url('/img/plansGift.png') no-repeat;
        background-position-x: 20px;
        background-position-y: 20px;
        background-size: 140px;
        padding-left: 170px;
    }
    .b-rates__button{
        width: 188px;
        font-size: 16px;
    }
    .b-rates .b-navigation__arrow{
        top: -23px
    }
    .b-rates .b-navigation__arrow--prev{
        left: 0px;
    }
    .b-rates .b-navigation__arrow--next{
        right: 0px;
    }
    .b-rate-card__button {
        font-size: 16px;
        padding: 10px 20px;
        width: 300px;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
        border-radius: 30px;
    }
    .safeLineCont .b-antispam__title{
        font-size: 25px;
    }
    .safeLineCont .b-antispam__subtitle{
        font-size: 17px;
        line-height: 31px;
    }
    .b-faq-block__title{
        font-size: 17px;
        line-height: 31px;
    }
    .b-faq-block__info, .b-faq-block__link{
        font-size: 17px;
        line-height: 31px;
    }
    .b-faq-block__tag{
        font-size: 15px;
        line-height: 24px;
    }
    .b-faq-block__message--question:before{
        top: 26px
    }
    .b-faq-block__message--question{
        padding-left: 55px;
    }
    .b-socials__info{
        font-size: 17px;
        line-height: 31px;
    }
    .b-contacts-item__title{
        font-size: 17px;
        line-height: 31px;
    }
    .b-contacts-item__contact{
        font-size: 17px;
        line-height: 31px;
    }
    .b-contacts__title{
        margin-bottom: 30px;
    }
    .b-header-mobile__buttons .b-button{
        max-width: 200px;
    }
    .b-header-mobile__social--side .b-header-mobile__social-link{
        width: 50px;
        height: 50px;
    }
    .b-form__input{
        padding: 19px 32px;
    }
    .farePlansCont .b-rates__tabs{
        margin-bottom: 30px;
    }
    .forWhoCont .b-goals__list{
        grid-template-columns: repeat(1,1fr);
    }
    .b-footer__copyright--vertical{
        position: absolute;
        white-space: nowrap;
        bottom: 15px;
        left: auto;
        text-align: center;
        -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
        writing-mode: inherit;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1 !important;
        width: 100%;
        max-width: none;
    }
    .b-footer{
        padding-bottom: 60px;
    }
    .terms__delimiter{
        padding: 0px 10px;
    }
    .b-footer__copyright .terms__block {
        flex-direction: row;
        justify-content: center;
        padding-bottom: 10px;
    }
    .b-footer__copyright .copyright__block{
        flex-direction: row;
        justify-content: center;
    }
    .b-footer__list{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .b-footer__copyright:not(.b-footer__copyright--vertical){
        display: none;
    }
    .b-footer__list:before{
        display: none;
    }
    .b-footer__content{
        margin-bottom: 0px;
    }
    .b-messenger .b-advantages__item.b-advantages__item--1{
        display: none;
    }
    .b-messenger .b-advantages__item.b-advantages__item--2{
        display: none;
    }
    .b-goals:not(.forWhoCont) .b-goals-card__image{
        display: flex;
        height: 100%;
    }
}


@media screen and (max-width:500px) {
    .cookiesCont{
        max-width: 90%;
    }
}

.b-header-mobile__logo{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 260px;
    height: 50px;
    margin-bottom: 0px;
    margin-top: 100px;
}

.disabled{
    opacity: 0.7;
}

.disabled.b-button{
    cursor: not-allowed;
}

.paymentLogo{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
}
.paymentLogo li{
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    margin-bottom: 10px;
    justify-items: center;
    align-items: center;
}

.paymentLogo li div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-grow: 1;
}

.b-rate-card__item .span--accented{
    background: #36c5f1;
    color: #fff;
    padding: 3px 10px;
    border-radius: 10px;
    display: inline-block;
}

[role~="tooltip"][data-microtip-position|="top"]::after {
    bottom: 96%;
    padding: 8px 20px;
    width: 200px;
    white-space: normal;
}

[aria-label][role~="tooltip"]::after{
    background: #21a9e1;
    color: #fff;
}

[role~="tooltip"][data-microtip-position="top"]:hover::after{
    padding: 8px 20px;
    width: 200px;
    white-space: normal;
}

[role~="tooltip"][data-microtip-position|="top"]::before{

    background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22%2321a9e1%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E) no-repeat;

}

.messengerHandlerIcons{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.messengerHandlerIcons li{
    display: flex;
    flex-direction: column;
    width: 150px;
    margin: 10px;
}
.messengerHandlerIcons img{
    width: 70px;
    height: 70px;
}
.messengerHandlerIcons .messengerHandlerIcon{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.messengerHandlerIcons .messengerHandlerIconTitle{
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}


.messengerHandlerIconsCont{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    padding-top: 14px;
}

.b-messenger .b-advantages__item--1 .b-advantages__img {
    right: -55px;
    top: -225px;
}
.b-messenger .b-advantages__item--2 .b-advantages__img {
    left: -55px;
    top: -221px;
}

.b-messenger .b-advantages__item p {
    display: none;
}


.b-header__actions .b-header__button:hover{
    color: #fff;
}
.b-button:hover{
    color: #fff;
}
h1, h2, h3, h4, h5, h6{
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    font-weight: bold;
}
h2{
    font-size: 1.5em;
}
h3{
    font-size: 1.17em;
}

.b-video__button.b-button:hover{
    background: #36c5f1;
}
.b-header__item {
    white-space: nowrap;
}

.b-posting__img-wrapper{
    position: relative;
}

.swiper-lazy-preloader{
    background: url('/images/loader.svg') center center no-repeat;
    animation: none;
    border: none;
    border-radius: initial;
    margin: 0px;
    width: 150px;
    height: 20px;
    transform-origin: none;
    background-size: 100%;
    margin-left: -75px;
    margin-top: -10px;
}

.b-partners .swiper-lazy-preloader{
    width: 70px;
    height: 10px;
    margin-left: -35px;
    margin-top: -5px;
}

.bottomTermsBlock{
    font-size: 12px;
}
.b-footer__copyright{
    padding-top: 10px;
    flex-direction: row;
}

.b-footer__copyright .terms__delimiter{
    padding: 0px 15px;
}
.b-footer__copyright a{
    color: #292929;
}

@media screen and (min-width: 1840px) {
    .b-footer__copyright:not(.b-footer__copyright--vertical) {
        display: block !important;
    }
}

@media screen and (min-width: 768px) {
    .b-footer__copyright.b-footer__copyright--vertical {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .b-footer__copyright.b-footer__copyright--vertical {
        display: block;
        flex-direction: column;
        padding-top: 20px;
    }
    .b-footer__copyright.b-footer__copyright--vertical .terms__block{
        padding-top: 10px;
    }
    .b-footer__inner{
        background: transparent;
    }
}


.shopPage .b-goals-card{

}

.shopPage .b-goals-card__image-wrap{
    height: auto;
}

.shopPage .b-goals-card__title {
    padding-top: 40px;
    padding-bottom: 20px;
}

.b-goals__goals-card.b-goals-card a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.b-goals__goals-card.b-goals-card a .b-goals-card__title{
    text-align: center;
    color: #212529;
}

.b-goals__list{
    padding-top: 40px;
}

.goalsWithAction .buttonActionCont{
    margin-bottom: 80px;
}

@media screen and (max-width:991px) {
    .shopPage .b-goals-card__title {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media screen and (max-width:767px) {
    .shopPage .b-goals-card__title {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .shopPage  .b-goals__list{
        padding-top: 0px;
    }
}

.cbBlockCont::before{
    content: "\0040";
    display: inline-block;
}

.b-ask__form{
    margin-right: 0px;
}

.paymentFormTerms{
    padding-top: 20px;
}

.popupTitleCont h2{
    padding-top: 10px;
    padding-bottom: 0px;
}

@media screen and (max-width:991px) {
    .popupFormContWrapper{
        margin: 0 auto;
    }
    .popupFormContLeftWrapper{
        padding: 0px;
    }
}

/*.mainWrp{*/
/*    zoom: 0.75;*/
/*}*/
/*.zoomFbMessenger{*/
/*    zoom: 1;*/
/*}*/

/*@media screen and (max-width:1700px) {*/
/*    .mainWrp{*/
/*        zoom: 0.9;*/
/*    }*/
/*    .zoomFbMessenger{*/
/*        zoom: 1;*/
/*    }*/
/*}*/

.couponField{
    display: none;
}
.couponField.visible{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}

.couponLabel{
    margin-top: -15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-end;
}
.couponLabel a{
    font-size: 12px;
    color: #36c5f1;
    border-bottom: 1px dashed #36c5f1;
}
.couponFieldAction{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.popupFormCont .b-rates__head{
    margin-bottom: 0px;
}

.couponFieldInput{
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    margin-right: 10px;
    position: relative;
}

.oldPrice{
    display: none;
    font-size: 18px;
    text-decoration: line-through;
    line-height: 8px;
    position: absolute;
    top: -10px;
    margin-left: -28px;
    left: 50%;
}

.oldPrice.visible{
    display: block;
}

.loadingSpinner {
    display: inline-block;
    animation: rotationSpinner 1s infinite linear;
}

@keyframes rotationSpinner {
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.b-header-mobile{
    display: none;
}

@media screen and (max-width:767px) {
    .b-header-mobile{
        display: flex;
    }
}


.relative{
    position: relative;;
}
.blackFridayLabel{
    position: absolute;
    z-index: 2;
    width: 120px;
    height: 120px;
    background: url("/img/svg/bf2023label.svg") center center no-repeat;
    background-size: 100%;
    top:-10px;
    left: 0px;
}
.blackFridayTop{
    position: absolute;
    z-index: 2;
    width: 300px;
    height: 300px;
    background: url("/img/svg/bf2023top1.svg") center center no-repeat;
    background-size: 100%;
    top: -50px;
    right: 0px;
}

@media screen and (max-width:991px) {
    .blackFridayTop{
        top: -550px;
    }
}

@media screen and (max-width:767px) {
    .b-header-mobile{
        display: flex;
    }
}

.trustedIntegrations{
    display: flex;
    flex-direction: row;
}

.trustedIntegrations .messengerHandlerIcon{
    width: 130px;
    height: 130px;
}

.trustedIntegrations li{
    display: flex;
    flex-direction: column;
    justify-content: center;

    background-color: #fff;
    -webkit-box-shadow: 5px 10px 10px 4px rgba(10,14,20,.1);
    box-shadow: 5px 10px 10px 4px rgba(10,14,20,.1);
    border-radius: 30px;
    position: relative;

    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.trustedIntegrations li:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.mainTabsCont{
    padding-top: 70px;
    padding-bottom: 100px;
}

.mainTabsContBodyItem{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 30px;
    padding: 0px 60px 0px 60px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%);
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%);
}

.mainTabsContTop{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.mainTabsContTop ul{
    display: flex;
    flex-direction: row;
    padding-bottom: 35px;
}

.mainTabsContTop ul li{
    margin-right: 50px;
    margin-bottom: 10px;
}

.mainTabsContTop ul li:last-of-type{
    margin-right: 0px;
}

.mainTabsContTop .menuIcon{
    width: 60px;
    margin-right: 20px;
}
.mainTabsContTop .menuItem{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mainTabsContTop .menuItemTitle{
    font-weight: bold;
    font-size: 1.5rem;
    position: relative;
}
.mainTabsContTop .menuItemDescription{
    font-weight: normal;
}

.mainTabsContTop ul a{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-decoration: none;
    color: #000000;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}


.mainTabsContTop li a:hover .menuItemTitle, .mainTabsContTop li a.active .menuItemTitle{
    color: #36c5f1;
}

.mainTabsContTop li a:hover .menuItemTitle:before, .mainTabsContTop li a.active .menuItemTitle:before{
    color: #36c5f1;
    width: 30px;
}

.mainTabsContTop .menuItemTitle:before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0;
    height: 2px;
    background-color: #36c5f1;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.b-info__content.b-info__content__right{
    margin-right: 0px;
    margin-left: 40px;
    max-width: none;
}

.mainTabsContBodyItem{
    display: none;
}

.mainTabsContBodyItem.active{
    display: block;
}

.mainTabsContBody .b-info__head{
    margin-bottom: 0px;
}

.b-magicWriterSecond{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.b-magicWriterSecond p{
    max-width: 710px;
    font-size: 26px;
    line-height: 40px;
    color: #466eb6;
    font-weight: 400;
    text-align: center;
    padding-bottom: 20px;
}

.bSlideItemBorder{
    border-radius: 10px;
    /*border: 1px solid #36c5f1;*/
    overflow: hidden;
    -webkit-box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%);
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%);
}

.b-testimonials__subtitle{
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.b-testimonials__title{
    margin-bottom: 20px;
}
.b-testimonials__inner{
    padding-top: 20px;
    padding-bottom: 50px;
}
.reviewAfterGCont .b-testimonials__inner{
    padding-top: 70px;
}

.b-testimonials-card__info {
    font-size: 1.3rem;
    line-height: 2.1rem;
}

.b-rates .swiper-slide{
    display: flex;
    flex-direction: row;
    justify-content: center;
}