body,
p {
    font-family: 'Cera Thin';
}
h2 {
    font-family: 'Cera Bold';
    font-size: 38px;
}
.wrapper {
    max-width: 1200px;
}
.b-header {
    display: none;
}
#prepaid-card .b-product_promo.b-freebg-content > .wrapper {
    margin-left: 0;
}
.b-product_promo .b-mainpromo_cont {
    padding: 10px 0;
}
.b-product_promo__order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}
.b-product_promo__order .btn {
    width: 170px;
}
.b-product_promo {
    width: 1200px;
    height: 500px;
}
.wrapBackrundBanner {
    background-image: url(img/background-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#prepaid-card .b-mainpromo_cont .l-mainpromo_title {
    font-family: 'Cera Bold';
}
#prepaid-card .subtitle {
    font-family: 'Cera Regular';
}
#prepaid-card .btn {
    font-family: 'Cera Medium';
    border-radius: 10px;
    font-size: 16px;
    height: 46px;
}
#prepaid-card .b-product_promo.b-freebg-content .b-mainpromo_cont {
    row-gap: 15px;
    max-width: 495px;
}
#prepaid-card .b-mainpromo_cont .l-mainpromo_title {
    margin: 0;
}
#prepaid-card .b-mainpromo_cont .l-mainpromo_title {
    font-size: 42px;
}
.b-product_promo.b-freebg-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.imgBanner {
    position: absolute;
    bottom: 0;
    right: 60px;
}
.imgLogo {
    width: 220px;
}
.b-freebg-content .imgLogo {
    margin-bottom: 80px;
}
.wrBannerContent,
.wrBannerTxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
.wrBannerContent {
    row-gap: 40px;
}
.wrBannerTxt {
    row-gap: 20px;
}
.wrapper.b-product_promo__detail {
    width: 100%;
}
.subtitle {
    font-size: 24px;
}
#tabsSteps {
    margin-top: 60px;
}
#tabsSteps .ui-tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
#tabsSteps .ui-state-default a {
    font-family: 'Cera Medium';
    font-size: 20px;
    color: #98ABC4;
    position: relative;
}
#tabsSteps .ui-state-default.ui-state-active a {
    color: #001A34;
}
#tabsSteps .ui-state-default.ui-state-active a:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    background-color: #5A4FFF;
    width: 100%;
    bottom: -6px;
}
.typeFileIco {
    width: 20px;
    margin-right: 7px;
}
.wrapTarifs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    column-gap: 72px;
}
.wrapTarifs > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 35px;
}
#usloviya {
    padding-bottom: 100px;
}
.col-1 > h3 {
    margin-top: 60px;
    font-family: 'Cera Medium';
    font-size: 30px;
}
.wrapTarifs a {
    font-family: 'Cera Medium';
    font-size: 16px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.social img {
    width: 40px;
    height: 40px;
}
.wrapFooter {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "tkblogo infotkb    tkboffice"
                         "itblogo infoitb    itboffice"
                         "social  footPhones copiright";
    -ms-grid-rows: min-content;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 80px 0;
}
.tkblogo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: tkblogo;
}
.itblogo {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: itblogo;
}
.social {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: social;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
}
.infotkb {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: infotkb;
}
.infoitb {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: infoitb;
}
.footPhones {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    grid-area: footPhones;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tkboffice {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: tkboffice;
}
.itboffice {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: itboffice;
}
.copiright {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
    grid-area: copiright;
}
.wrapFooter > div {
    color: #fff;
}
.footPhones > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    row-gap: 5px;
}
.wrapFooter p {
    font-family: 'Cera Regular';
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}
.wrapFooter strong {
    font-family: 'Cera Medium';
    font-size: 20px;
    line-height: normal;
}
.wrapFooter .footPhones span {
    font-family: 'Cera Regular';
    font-size: 12px;
}
.logotipy {
    width: 225px;
}
.wrapFooter > div:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
}
.wrapFooter > div:nth-child(2) > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.info--ns {
    position: relative;
}
.hint_btn {
    width: 12px;
    height: 12px;
    line-height: 9px;
    font-size: 8px;
    color: unset;
    border: unset;
    display: inline-block;
}
.fourBlocks .hint_btn img {
    width: 12px;
    height: 12px;
}
#prepaid-card .hint + .notice {
    left: 50%;
    bottom: -95px;
    border: unset;
    background-color: #7E94B4;
    color: #fff;
    font-family: 'Cera Regular';
    font-size: 14px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}
.hint + .notice::before {
    border: 11px solid #7E94B4;
    border-color: transparent transparent #7E94B4 transparent;
    top: -22px;
    bottom: auto;
    left: 52%;
}
.notice {
    border: unset;
    background-color: #7E94B4;
    color: #fff;
    font-family: 'Cera Regular';
    font-size: 14px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    width: 200px;
}
.noticetstyle {
    border: 11px solid #7E94B4;
    border-color: transparent transparent #7E94B4 transparent;
    width: 0px;
    display: none;
    border-radius: 0;
    padding: 0;
}
.hint + .notice::after {
    display: none;
}
.cityGrid .city__list:not(:first-child) .city__item:nth-child(1) {
    margin-bottom: 5px;
}
.cityGrid .city__list .city__item {
    font-family: 'Cera Regular';
}
.cityGrid .city__list .city__item strong {
    font-family: 'Cera Bold';
    font-size: 18px;
}
.cityGrid .city__list:nth-child(1) .city__item strong {
    font-family: 'Cera Medium';
}

@media all and (max-width: 1600px) {
    #prepaid-card .b-product_promo.b-freebg-content > .wrapper {
        margin-left: 12.5%;
    }
    .b-product_promo {
        width: 100%;
    }
    .imgBanner {
        right: 12.5%;
    }
}
@media all and (max-width: 1253px) {
    .wrapBackrundBanner {
        background-position: 50% 100%;
    }
}
@media all and (max-width: 1200px) {
    .titleBlock {
        padding: 0 25px;
        box-sizing: border-box;
    }
    #footerLanding > .wrapper {
        padding: 0 25px;
    }
}
@media all and (max-width: 1168px) {
    .wrapBackrundBanner {
        background-position: 25% 100%;
    }
    #prepaid-card .b-product_promo.b-freebg-content > .wrapper {
        margin-left: 2.5%;
    }
    .imgBanner {
        right: 2.5%;
    }
}
@media all and (max-width: 1147px) {
    .wrapBackrundBanner {
        background-image: linear-gradient(103.91deg, rgba(0, 185, 205, 0.5) 11.44%, #00B9CD 57.04%, #584FFF 103.79%);
    }
    .b-product_promo {
        height: 320px;
    }
    .b-freebg-content .imgLogo {
        margin-bottom: 0;
    }
    .imgBanner {
        width: 225px;
        right: 16.5%;
    }
    #prepaid-card .b-product_promo.b-freebg-content .b-mainpromo_cont {
        row-gap: 30px;
    }
    .wrBannerTxt {
        row-gap: 10px;
    }
    .b-product_promo__order .btn {
        width: auto;
    }
}
@media all and (max-width: 1139px) {
    .infoitb br {
        display: none;
    }
}
@media all and (max-width: 1116px) {
    .infotkb br {
        display: none;
    }
}
@media all and (max-width: 1052px) {
    .wrapTarifs a {
        line-height: 18px;
    }
}
@media all and (max-width: 1047px) {
    .wrapFooter {
        -ms-grid-columns: 23%;
        grid-template-columns: 23%;
    }
}
@media all and (max-width: 1046px) {
    .wrapFooter {
        gap: 60px;
    }
    .wrapFooter > div:nth-child(2) > div br {
        display: none;
    }
}
@media all and (max-width: 1016px) {
    .wrapFooter {
        -ms-grid-columns: 223px 350px 240px;
        grid-template-columns: 223px 350px 240px;
    }
}
@media all and (max-width: 983px) {
    .wrapFooter {
        grid-row-gap: 60px;
        grid-column-gap: 20px;
    }
}
@media all and (max-width: 980px) {
    .imgBanner {
        right: 5.5%;
    }
}
@media all and (max-width: 936px) {
    .wrapFooter {
        grid-template-areas:
        "tkblogo   infotkb    tkboffice"
        "itblogo   infoitb    itboffice"
        "social    footPhones footPhones"
        "copiright copiright  copiright";
    }
}
@media all and (max-width: 903px) {
    .wrapFooter {
        -ms-grid-columns: 223px 260px 240px;
        grid-template-columns: 223px 260px 240px;
    }
}
@media all and (max-width: 895px) {
    #prepaid-card .b-product_promo.b-freebg-content {
        background-color: unset!important;
    }
    .wrapBackrundBanner {
        background: linear-gradient(
                103.91deg, rgba(0, 185, 205, 0.5) 11.44%, #00B9CD 57.04%, #584FFF 103.79%);
    }
    #prepaid-card .b-product_promo.b-freebg-content .b-mainpromo_cont {
        width: auto;
        border-radius: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        max-width: 488px;
        row-gap: 20px;
        text-align: left;
        margin: unset;
    }
    .b-mainpromo_btn {
        margin: unset;
    }
    #prepaid-card .b-freebg-content .b-product_promo__order {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        gap: 40px;
    }
}
@media all and (max-width: 830px) {
    .wrapFooter {
        -ms-grid-columns: 208px 208px 208px;
        grid-template-columns: 208px 208px 208px;
    }
    .imgLogo {
        width: 208px;
    }
    .copiright {
        width: 208px;
    }
}
@media all and (max-width: 790px) {
    .imgBanner {
        right: 2.5%;
    }
}
@media all and (max-width: 768px) {
    .titleBlock,
    #prepaid-card #deposit-calc {
        padding: 0px 60px!important;
    }
    #footerLanding > .wrapper {
        padding: 0 60px;
    }
    #preimuszhestva .wrapper {
        padding: 50px 60px!important;
    }
    h2 {
        font-size: 24px;
    }
    .titleBlock h2 {
        margin-top: 0px;
    }
    #prepaid-card .b-product_promo.b-freebg-content > .wrapper {
        margin-left: 60px;
    }
    .imgBanner {
        right: 60px;
    }
    #prepaid-card .b-freebg-content .b-product_promo__order {
        gap: 20px;
    }
    .b-product_promo {
        height: 280px;
    }
    .imgLogo {
        width: 200px;
    }
    #prepaid-card .b-mainpromo_cont .l-mainpromo_title {
        font-size: 26px;
    }
    .imgBanner {
        width: 200px;
    }
    .subtitle {
        font-size: 16px;
    }
    .imgLogo {
        width: 160px;
    }
    .social img {
        width: 34px;
        height: 34px;
    }
    .wrapFooter {
        margin: 40px 0;
        grid-row-gap: 40px;
    }
    .wrapFooter p {
        font-size: 12px;
        line-height: 14px;
    }
    .wrapFooter strong {
        font-size: 18px;
    }
    .social {
        gap: 30px;
    }
    .copiright {
        padding: 0 0px;
        bottom: 4px;
    }
    .footPhones {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-column-gap: 25%;
        -moz-column-gap: 25%;
        column-gap: 20%;
    }
    .wrapTarifs a {
        font-size: 14px;
    }
    .typeFileIco {
        width: 15px;
        margin-right: 14px;
    }
    #usloviya .col-1 > h3 {
        margin-top: 30px;
    }
    .wrapTarifs {
        column-gap: 40px;
        margin-top: 20px;
    }
    .wrapTarifs > div {
        gap: 15px;
    }
    #usloviya {
        padding-bottom: 60px;
    }
}
@media all and (max-width: 739px) {
    .typeFileIco {
        margin-right: 10px;
    }
}
@media all and (max-width: 731px) {
    .wrapTarifs {
        flex-flow: column;
        gap: 15px;
    }
}
@media all and (max-width: 730px) {
    .imgBanner {
        right: 40px;
    }
}
@media all and (max-width: 718px) {
    .imgBanner {
        right: 40px;
    }
}
@media all and (max-width: 713px) {
    .wrapFooter {
        -ms-grid-columns: 180px 180px 180px;
        grid-template-columns: 180px 180px 180px;
    }
    .imgLogo {
        width: 180px;
    }
    .copiright {
        bottom: 0;
        padding: 0;
    }
}
@media all and (max-width: 679px) {
    .wrBannerContent {
        row-gap: 20px;
    }
    #prepaid-card .b-product_promo_cont,
    .wrapper.b-product_promo__detail {
        padding: 0;
    }
}
@media all and (max-width: 654px) {
    .wrapTarifs > div {
        width: 100%;
    }
    .footPhones {
        -webkit-column-gap: 14%;
        -moz-column-gap: 14%;
        column-gap: 14%;
    }
}
@media all and (max-width: 640px) {
    .b-product_promo {
        height: 250px;
    }
    .imgBanner {
        width: 27%;
    }
    #prepaid-card .b-product_promo.b-freebg-content > .wrapper {
        margin-top: 30px;
    }
}
@media all and (max-width: 630px) {
    .wrapFooter {
        grid-template-areas:
                            "tkblogo   infotkb    infotkb"
                            "tkblogo   tkboffice  tkboffice"
                            "itblogo   infoitb    infoitb"
                            "itblogo   itboffice  itboffice"
                            "social    footPhones footPhones"
                            "copiright copiright  copiright";
    }
    .wrapFooter {
        -ms-grid-columns: 180px 30% 30%;
        grid-template-columns: 180px 30% 30%;
        grid-row-gap: 20px;
    }
    .footPhones {
        column-gap: 20px;
    }
    .copiright {
        width: 100%;
    }
}
@media all and (max-width: 580px) {
    #prepaid-card .btn {
        height: 40px;
    }
}
@media all and (max-width: 575px) {
    .wrapFooter {
        grid-template-areas:
                            "tkblogo"
                            "infotkb"
                            "tkboffice"
                            "itblogo"
                            "infoitb"
                            "itboffice"
                            "social"
                            "footPhones"
                            "copiright";
    }
    .wrapFooter {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
}
@media all and (max-width: 580px) {
    #prepaid-card .b-product_promo.b-freebg-content > .wrapper {
        margin-top: 0;
    }
    #prepaid-card .b-product_promo .b-mainpromo_cont {
         padding: 0px 0 10px;
    }
    #prepaid-card .l-mainpromo_slide.b-freebg-content,
    #prepaid-card .b-product_promo.b-freebg-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
    }
    .imgBanner {
        position: relative;
        bottom: -11px;
        right: 20px;
    }
    .b-product_promo {
        height: 250px;
    }
    #prepaid-card .b-product_promo.b-freebg-content > .wrapper {
        width: 279px;
        min-width: 279px;
    }
    #prepaid-card .b-mainpromo_cont .l-mainpromo_title {
        font-size: 30px;
    }
    .subtitle {
        font-size: 16px;
    }
    .b-product_promo__actions {
        display: none;
    }
    .titleBlock, #prepaid-card #deposit-calc {
        padding: 0px 10px!important;
    }
    #footerLanding > .wrapper {
        padding: 0 20px;
    }
    #prepaid-card .b-product_promo.b-freebg-content > .wrapper {
        margin-left: 20px;
        padding: 0;
    }
    .titleBlock h2 {
        margin-top: 30px;
    }
    .logotipy {
        width: auto;
    }
    .wrapFooter {
        grid-row-gap: 30px;
    }
    .btn {
        line-height: 40px;
        height: 40px;
    }
}
@media all and (max-width: 576px) {
    .imgBanner {
        bottom: -12px;
    }
}
@media all and (max-width: 570px) {
    .imgBanner {
        bottom: -13px;
    }
}
@media all and (max-width: 564px) {
    .imgBanner {
        bottom: -14px;
    }
}
@media all and (max-width: 558px) {
    .imgBanner {
        bottom: -15px;
    }
}
@media all and (max-width: 553px) {
    .wrapFooter {
        grid-row-gap: 20px;
    }
}
@media all and (max-width: 552px) {
    .imgBanner {
        bottom: -16px;
    }
}
@media all and (max-width: 546px) {
    .imgBanner {
        bottom: -17px;
    }
}
@media all and (max-width: 541px) {
    .imgBanner {
        bottom: -18px;
    }
}
@media all and (max-width: 535px) {
    .imgBanner {
        bottom: -19px;
    }
}
@media all and (max-width: 529px) {
    .imgBanner {
        bottom: -20px;
    }
}
@media all and (max-width: 523px) {
    .imgBanner {
        bottom: -21px;
    }
}
@media all and (max-width: 517px) {
    .imgBanner {
        bottom: -22px;
    }
}
@media all and (max-width: 511px) {
    .imgBanner {
        bottom: -23px;
    }
}
@media all and (max-width: 506px) {
    .imgBanner {
        bottom: -24px;
    }
}
@media all and (max-width: 500px) {
    .imgBanner {
        bottom: -25px;
    }
}
@media all and (max-width: 499px) {
    #prepaid-card .b-product_promo.b-freebg-content > .wrapper {
        width: 267px;
        min-width: 267px;
    }
}
@media all and (max-width: 495px) {
    #prepaid-card .b-product_promo.b-freebg-content > .wrapper {
        width: 200px;
        min-width: 200px;
    }
}
@media all and (max-width: 494px) {
    .imgBanner {
        bottom: -26px;
    }
}
@media all and (max-width: 489px) {
    #prepaid-card .b-product_promo.b-freebg-content > .wrapper {
        width: 185px;
        min-width: 185px;
    }
    #prepaid-card .b-product_promo.b-freebg-content .b-mainpromo_cont {
        width: 186px;
        float: left;
    }
    .wrapper.b-product_promo__detail {
        width: auto;
        margin: 0;
    }
}
@media all and (max-width: 488px) {
    .imgBanner {
        bottom: -27px;
    }
}
@media all and (max-width: 482px) {
    .imgBanner {
        bottom: -28px;
    }
}
@media all and (max-width: 476px) {
    .imgBanner {
        bottom: -29px;
    }
}
@media all and (max-width: 470px) {
    .imgBanner {
        bottom: -30px;
    }
}
@media all and (max-width: 465px) {
    .imgBanner {
        bottom: -31px;
    }
}
@media all and (max-width: 459px) {
    .imgBanner {
        bottom: -32px;
    }
}
@media all and (max-width: 453px) {
    .imgBanner {
        bottom: -33px;
    }
}
@media all and (max-width: 447px) {
    .imgBanner {
        bottom: -34px;
    }
}
@media all and (max-width: 441px) {
    .imgBanner {
        bottom: -35px;
    }
}
@media all and (max-width: 440px) {
    #prepaid-card .btn {
        font-size: 14px;
    }
    .wrapTarifs > div {
        width: 100%;
        gap: 10px;
    }
    .wrapTarifs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }
    .social img {
        width: 34px;
        height: 34px;
    }
}
@media all and (max-width: 435px) {
    .imgBanner {
        bottom: -36px;
    }
}
@media all and (max-width: 429px) {
    .imgBanner {
        bottom: -37px;
    }
}
@media all and (max-width: 424px) {
    .imgBanner {
        bottom: -38px;
    }
}
@media all and (max-width: 418px) {
    .imgBanner {
        bottom: -39px;
    }
}
@media all and (max-width: 412px) {
    .imgBanner {
        bottom: -40px;
    }
}
@media all and (max-width: 406px) {
    .imgBanner {
        bottom: -41px;
    }
}
@media all and (max-width: 403px) {
    #prepaid-card .b-product_promo.b-freebg-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    #prepaid-card .b-product_promo.b-freebg-content > .wrapper {
        margin-top: 24px;
        margin-left: 0;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .b-product_promo {
        height: 393px;
    }
    .imgBanner {
        width: 130px;
        bottom: 15px;
        margin: 0 auto;
        right: unset;
    }
}
@media all and (max-width: 400px) {
    .footPhones {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        row-gap: 30px;
    }
    .social {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
        grid-area: social;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 40px;
    }
}
@media all and (max-width: 382px) {
    #prepaid-card .b-product_promo.b-freebg-content > .wrapper,
    #footerLanding > .wrapper {
        padding: 0 10px;
    }
    .titleBlock,
    #prepaid-card #deposit-calc {
        padding: 0!important;
    }
}