

/* Start:/b2b/style.css?177506062324946*/


/* Start:/b2b/style.css?164613310421071*/
/* General */
body {
    margin: 0;
    padding: 0;
    font-family: 'Graphik-Regular-Cy', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
body p,
body li {
    color: #808080;
}

main * {
    box-sizing: border-box;
}
.b2b-breadcrumb .breadcrumbs {
    display: none;
}
.b2b-container {
    max-width: 1024px;
    padding: 0 32px;
    margin: auto;
}
@media all and (max-width: 1023px) {
    .b2b-container {
        padding: 62px 16px 75px;
    }
    .b2b-breadcrumb .breadcrumbs {
        display: block;
        margin-top: 48px;
    }
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.b2b-white {
    background: white;
}

/* End general */

/* Grid */

/***** Components *****/
/* svg-icons */

/* buttons */
.b2b-btn {
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
    padding: 9px 24px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    background: #CFCFCF;
    border-radius: 5px;
    width: auto;
    border: none;
}

.b2b-btn_main {
    margin-right: 11px;
    background: #000000;
    font-size: 16px;
    line-height: 48px;
    padding: 0 24px;
}

.b2b-btn_main:hover {
    background: #505050;
}

.b2b-btn_main:active {
    background: #000000;
}

.b2b-btn_pink {
    background: #fff;
    color: #000000;
    background: #fff;
    font-size: 16px;
    line-height: 48px;
    padding: 0 24px;
}

.b2b-btn_pink:hover {
    background: #E8E8ED;
}

.b2b-btn_pink:active {
    background: #D1D0D9;
}

/* Typography */

/***** End components *****/

/***** Page sections *****/
/* Page cover */
.b2b-cover-bg{
    background: #F0F0F5;
}

.b2b-cover {
    display: flex;
    align-items: center;
    min-height: 400px;
    overflow: hidden;
}
@media all and (max-width: 1023px) {
    .b2b-cover {
        flex-direction: column;
    }
}
.b2b-cover__banner {
    flex-shrink: 0;
    max-width: 556px;
    mix-blend-mode: darken;
    position: relative;
    right: 0;
}

.b2b-cover__container {
    text-align: center;
}

.b2b-cover__title {
    font-family: 'Graphik-Medium-Cy' !important;
    color: #000000;
    font-size: 38px !important;
    line-height: 46px;
}

.b2b-cover__text {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 36px;
}
@media all and (max-width: 1023px) {
    .b2b-cover__title {
        font-size: 30px !important;
        line-height: normal;
        text-align: center;
    }
    .b2b-cover__text {
        margin: 20px 0 16px;
    }
    .b2b-cover__banner {
        max-width: 328px;
        margin: 51px 0 10px;
    }
}
.btb-list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -10px 40px;
}

.btb-list__item {
    width: calc(33.3333% - 20px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 346px;
    background: #f7f7f7;
    border-radius: 16px;
    padding: 30px;
    margin: 10px;
    box-sizing: border-box;
}

.btb-list__item--full {
    position: relative;
    display: block;
    width: calc(66.6666% - 20px);
}
@media all and (max-width: 1023px) {
    .btb-list {
        margin: 0;
    }
    .btb-list__item, .btb-list__item--full {
        width: 100%;
    }
}
.btb-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    border-radius: 16px;
    overflow: hidden;
}

.btb-background > img {
    position: absolute;
}

.btb-list__item--map {
    background: #E3F2FA;
}

.btb-list__item--map .btb-background > img {
    background: #E3F2FA;
    right: 0;
    bottom: 0;
}

.btb-list__item--certificate {
    background: #E7EBF3;
}

.btb-list__item--certificate .btb-background > img {
    right: 17px;
    bottom: -94px;
}

.btb-list__item--care {
    background: #EAEAFF;
}
@media all and (max-width: 540px) {
    .btb-list__item--certificate, .btb-list__item--care {
        min-height: 420px;
    }
}
.btb-list__item--care .btb-background > img {
    right: -1px;
    bottom: 8px;
}
@media all and (max-width: 1023px) {
    .btb-list__item--certificate .btb-background > img, .btb-list__item--care .btb-background > img {
        bottom: 0;
    }
}
.btb-list__item--mac {
    background: #F5F5F7;
}

.btb-list__item--mac .btb-background > img {
    right: 27px;
    bottom: 22px;
}

.btb-titles {
    position: relative;
    color: #fff;
    z-index: 2;
}

.btb-list__item--full .btb-titles, .btb-list__item--color-black .btb-titles {
    color: #000000;
}

.btb-titles__pre-title {
    font-family: "Graphik-Regular-Cy";
    font-size: 14px;
    line-height: 20px;
}

.btb-titles__title {
    font-family: 'Graphik-Medium-Cy';
    font-size: 22px;
    line-height: 30px;
    margin-top: 7px;
}

.btb-titles__title > span {
    display: block;
}

.btb-button {
    display: inline-flex;
    align-items: center;
    font-family: "Graphik-Regular-Cy";
    outline: none;
    border: none;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    text-align: center;
    color: #FFFFFF;
    padding: 0 24px;
    cursor: pointer;
    border-radius: 6px;
}

@media all and (max-width: 414px) {
    .btb-button {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }

}

.btb-button--small {
    height: 40px;
}

.btb-button--black {
    color: #fff;
    background: #000000;
}

.btb-button--black:hover {
    background: #505050;
}

.btb-button--black:active {
    background: #000000;
}

.btb-button--grey {
    color: #000;
    background: #F0F0F5;
}

.btb-button--grey:hover {
    background: #E8E8ED;
}

.btb-button--grey:active {
    background: #D1D0D9;
}

.btb-button--white {
    color: #000000;
    background: #fff;
}

.btb-button--white:hover {
    background: #E8E8ED;
}

.btb-button--white:active {
    background: #D1D0D9;
}

.btb-button--pink {
    color: #fff;
    background: #ED5AAE;
}

.btb-button--pink:hover {
    background: #FF5BB9;
}

.btb-button--pink:active {
    background: #E743A1;
}

.btb-titles__button {
    margin-top: 27px;
}

.btb-tooltip-box {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    position: relative;
}

.btb-tooltip-button {
    position: relative;
    z-index: 1;
}

.btb-tooltip-button > svg {
    display: block;
    opacity: 0.5;
}

.btb-services-list__item--trade-in .btb-tooltip-button > svg {
    opacity: 1;
}

@media all and (min-width: 1025px) {
    .btb-tooltip-box:hover .btb-tooltip-button > svg {
        opacity: 1;
    }
}

@media all and (max-width: 1024px) {
    .btb-tooltip-box.active .btb-tooltip-button > svg {
        opacity: 1;
    }
}

.btb-tooltip-button--grey > svg > path {
    fill: #8D8D92;
}

.btb-tooltip-button:after {
    content: "";
    border-style: solid;
    border-width: 0 12px 12px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: -15px;
    left: -4px;
    opacity: 0;
    visibility: hidden;
}

.btb-tooltip-box:hover .btb-tooltip-button:after {
    opacity: 1;
    visibility: visible;
}

@media all and (max-width: 1024px) {
    .btb-tooltip-box.active .btb-tooltip-button:after {
        opacity: 1;
        visibility: visible;
    }
}

.btb-tooltip {
    width: 362px;
    padding: 16px 20px;
    box-sizing: border-box;
    font-family: "Graphik-Regular-Cy";
    background: #fff;
    position: absolute;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    left: 50%;
    box-shadow: 0 4px 16px rgba(45, 48, 54, 0.1);
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 12px);
}

.btb-tooltip-box:hover .btb-tooltip {
    opacity: 1;
    visibility: visible;
}

@media all and (max-width: 1024px) {
    .btb-tooltip-box.active .btb-tooltip {
        opacity: 1;
        visibility: visible;
    }
}

.btb-background__img-desktop {
    display: block;
}

.btb-background__img-mobile {
    display: none;
}
@media all and (max-width: 1023px) {
    .btb-background__img-desktop {
        display: none;
    }
    .btb-background__img-mobile {
        display: block;
    }
}
.btb-how {
    margin: 0 0;
}

.btb-title {
    font-family: 'Graphik-Medium-Cy';
    font-size: 38px;
    line-height: 46px;
    color: #000000;
    margin: 59px 0 29px;
}

.btb-how-border {
    border: 1px solid #F0F0F5;
}

.btb-how-list {
    display: flex;
    margin: 0 -10px;
}

.btb-how-border + .btb-how-list {
    margin-top: 10px;
}

.btb-how-list-item {
    width: calc(50% - 20px);
    margin: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.btb-how-list-item.btb-how-border {
    min-height: 359px;
}

.btb-col-card {
    width: 100%;
    padding: 34px 30px 37px;
    box-sizing: border-box;
    /* background: aliceblue; */
}

.btb-col-figure {
    display: flex;
    align-items: center;
    height: 50px;
}

.btb-how-title {
    font-family: 'Graphik-Medium-Cy';
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    margin-top: 27px;
}

.btb-how-text {
    max-width: 350px;
    font-family: "Graphik-Regular-Cy";
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-top: 12px;
}

.how-list {
    padding-left: 16px;
}

.how-list li {
    list-style: initial;
    color: #000;
}

.btb-how-mail {
    width: 100%;
    background: #F5F5FA;
    border-radius: 12px;
    padding: 32px 30px 30px;
    box-sizing: border-box;
    margin-right: 30px;
}

.btb-how-mail-section:not(:first-child) {
    margin-top: 22px;
}

.btb-how-mail-text {
    font-family: "Graphik-Regular-Cy";
    font-size: 14px;
    line-height: 20px;
    color: #8D8D92;
}

.btb-how-mail-link {
    display: block;
    font-family: 'Graphik-Medium-Cy';
    font-size: 30px;
    line-height: 30px;
    color: #ED5AAE;
    margin-top: 10px;
    text-decoration: none;
}

.btb-how-buttons {
    display: flex;
    margin: 28px 0 0;
}

.btb-how-button:not(:first-child) {
    margin-left: 12px;
}

.btb-business-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2px 69px;
}

.btb-business-list-item {
    width: calc(33.3333% - 2px);
    min-height: 360px;
    background: #F5F5F7;
    padding: 18px 0 26px;
    margin: 1px;
}

.btb-business-card {
    text-align: center;
}

.btb-business-card > a {
    display: block;
    color: #000000;
}

.btb-business-card-figure {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 170px;
    margin: 20px;
}

.btb-business-card-figure > img {
    display: block;
    max-height: 100%;
    object-fit: contain;
    mix-blend-mode: darken;
}

.btb-business-card-title {
    font-family: 'Graphik-Medium-Cy';
    font-size: 16px;
    line-height: 24px;
}

.btb-business-card-models {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 230px;
    margin: 10px auto 0;
}
@media all and (max-width: 1023px) {
    .btb-business-card-models {
        display: none;
    }
    .btb-business-list-item {
        width: calc(50% - 2px);
        height: 198px;
        min-height: 0;
        padding: 22px 0;
    }
    .btb-business-card-figure {
        height: 88px;
        margin: 21px 20px 21px;
    }
    .btb-business-card-figure > img {
        max-width: 93px;
    }
}
.models-mac {
    max-width: 174px;
}

.btb-business-card-model {
    font-family: "Graphik-Regular-Cy";
    font-size: 12px;
    line-height: 10px;
    text-align: center;
    color: #8D8D92;
    padding: 6px 7px 5px 6px;
    text-decoration: none;
}


.btb-business-card-model:hover {
    color: #ea4993;
}

.btb-services-list {
    display: flex;
    flex-wrap: wrap;
    margin: -10px -10px 40px;
}

.btb-services-list__item {
    width: calc(33.3333% - 20px);
    color: #000000;
    text-align: center;
    background: #f7f7f7;
    border-radius: 16px;
    padding: 31px 25px 34px;
    margin: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.btb-services-list__item--full {
    position: relative;
    width: calc(66.6666% - 20px);
    text-align: left;
}

.btb-services-list__item--leasing {
    background: linear-gradient(0deg, #EAEAFF, #EAEAFF), linear-gradient(0deg, #FEABB1, #FEABB1), linear-gradient(0deg, rgba(230, 247, 252, 0.59), rgba(230, 247, 252, 0.59)), linear-gradient(156.13deg, #FDEDEE 10.83%, #FEE6FE 46.05%, #DDE9FF 77.29%, #F2F7FF 97.66%);
}

.btb-services-list__item--insurance {
    color: #000000;
    background: #D7DAE4;
}

.btb-services-list__item--trade-in {
    background: #D5E9BE;
    z-index: 2;
}

.btb-services-list__item--device-setup {
    background: #312F2F;
    color: #fff;
}

.btb-services-list__item--help-choose {
    background: #E3F2FA;
}

.btb-services-titles {
    position: relative;
    z-index: 2;
}

.btb-services-titles__link {
    font-family: 'Graphik-Medium-Cy';
    color: #ED5AAE;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

.btb-services-titles__title {
    font-family: 'Graphik-Medium-Cy';
    font-size: 22px;
    line-height: 30px;
    margin: -2px 0 0;
}

.btb-services-titles__title > span {
    display: block;
}

.btb-services-list__item--full .btb-services-titles__title {
    font-family: 'Graphik-Medium-Cy';
    font-size: 38px;
    line-height: 46px;
    margin-top: 18px;
}

.btb-services-titles__subtitle {
    font-family: "Graphik-Regular-Cy";
    font-size: 16px;
    line-height: 24px;
    margin: 16px 0 22px;
}

.btb-services-titles__subtitle > span {
    display: block;
}

.btb-services-detail-list {
    margin: 24px 0 24px;
}

.btb-services-detail-item {
    font-family: "Graphik-Regular-Cy";
    font-size: 16px;
    line-height: 24px;
    padding: 6px 0 6px 26px;
    position: relative;
}

.btb-services-detail-item:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #ED5AAE;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    bottom: 0;
    left: 0;
}

.btb-services-list__item-img {
    display: block;
    margin: 39px auto 0;
}

.btb-services-titles__group-img {
    display: none;
}

.btb-services-list__item--full .btb-services-list__item-img {
    margin: 0 0 0 auto;
}
@media all and (max-width: 1023px) {
    .btb-services-list__item, .btb-services-list__item--full {
        width: 100%;
    }
}
.btb-services__button {
    margin: 0 0;
}

.btb-faq-accordion {
    margin: 0 0 70px;
    border-top: 1px solid #E9E9E9;
}

.btb-faq-accordion-item {
    padding: 38px 0 33px;
    border-bottom: 1px solid #E9E9E9;
}

.btb-faq-accordion-header {
    font-family: 'Graphik-Medium-Cy';
    font-size: 22px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
    padding: 0 0 5px;
    cursor: pointer;
}

.btb-faq-accordion-header-icon {
    flex-shrink: 0;
    position: relative;
    width: 25px;
    height: 25px;
    transition: transform 0.25s ease 0s;
    margin-left: 10px;
}

.btb-faq-accordion-item.open .btb-faq-accordion-header-icon {
    transform: rotate(90deg);
}

.btb-faq-accordion-header-icon:before, .btb-faq-accordion-header-icon:after {
    content: '';
    position: absolute;
    background: #000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 6px;
    transition: opacity 0.25s ease 0s;
}

.btb-faq-accordion-header-icon:before {
    width: 100%;
    height: 3px;
}

.btb-faq-accordion-header-icon:after {
    width: 3px;
    height: 100%;
}

.btb-faq-accordion-item.open .btb-faq-accordion-header-icon:before {
    opacity: 0;
}
@media all and (max-width: 1023px) {
    .btb-faq-accordion-header {
        font-size: 16px;
        line-height: 24px;
    }
    .btb-faq-accordion-header-icon {
        width: 16px;
        height: 16px;
    }
    .btb-faq-accordion-header-icon:before {
        height: 2px;
    }
    .btb-faq-accordion-header-icon:after {
        width: 2px;
    }
}
.btb-faq-accordion-body {
    display: none;
    margin: 0;
}

.btb-faq-accordion-body-title, .btb-faq-accordion-body-text {
    font-family: 'Graphik-Medium-Cy';
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}

.btb-faq-accordion-body-title {
    margin-top: 24px;
}

.btb-faq-list + .btb-faq-accordion-body-title {
    margin-top: 17px;
}

.btb-faq-accordion-body-text {
    font-family: "Graphik-Regular-Cy";
    margin-top: 25px;
}

.btb-faq-accordion-body-title + .btb-faq-accordion-body-text {
    margin-top: 11px;
}

.btb-faq-link {
    color: #ED5AAE;
    text-decoration: none;
}

.btb-faq-list {
    margin: 18px 0 0;
}

.btb-faq-accordion-body-title + .btb-faq-list {
    margin: 9px 0 0;
}

.btb-faq-item {
    font-family: "Graphik-Regular-Cy";
    font-size: 16px;
    line-height: 24px;
    padding: 6px 0 6px 26px;
    position: relative;
}

.btb-faq-item:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #ED5AAE;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    bottom: 0;
    left: 0;
}
@media all and (max-width: 1023px) {
    .btb-faq-accordion-body-title, .btb-faq-accordion-body-text, .btb-faq-item {
        font-size: 14px;
        line-height: 20px;
    }
}
.btb-faq-note {
    display: inline-block;
    font-family: "Graphik-Regular-Cy";
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    background: #F5F5FA;
    padding: 21px 24px;
    margin: 21px 0 12px;
    border-radius: 8px;
}

.btb-faq-note > span {
    font-family: 'Graphik-Medium-Cy';
}


.btb-documents-list{
    display: flex;
    -ms-overflow-style: none;
    scrollbar-width: none; /* Firefox */
    margin: 0 -10px 0;
}

.btb-title + .btb-documents-list{
    margin-top: -10px;
}
@media all and (max-width: 1023px) {
    .btb-title {
        margin: 47px 0 22px;
        font-size: 30px;
        line-height: 38px;
    }
}
.btb-documents-list::-webkit-scrollbar {
    display: none;
}

.btb-documents-list-item {
    width: calc(33.3333% - 20px);
    min-height: 217px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;

    font-family: "Graphik-Regular-Cy";
    background: #F5F5FA;
    padding: 24px 30px 24px;
    margin: 10px;
    border-radius: 4px;
}
@media all and (max-width: 1023px) {
    .btb-documents-list {
        overflow: auto;
    }
    .btb-documents-list-item {
        width: 280px;
        flex-shrink: 0;
    }
}
.btb-documents-card-title {
    font-size: 18px;
    line-height: 26px;
    color: #343333;
    max-width: 177px;
    white-space: normal;
}

.btb-documents-card-sub-title,
.btb-documents-card-link {
    font-size: 14px;
    line-height: 20px;
    color: #8D8D92;
    padding: 14px 0;
    white-space: normal;
}

.btb-documents-card-link {
    padding: 0 0 35px;
    display: block;
    text-decoration: none;
    color: #ED5AAE;
    cursor: pointer;
}

.btb-business-card-link {
    color: #ED5AAE;
    text-decoration: none;
}

.btb-button__icon {
    margin-left: 10px;
}

.btb-doc-add-list {
    display: flex;
    flex-wrap: wrap;
    margin: 60px -10px 103px;
}

.btb-doc-add-list::-webkit-scrollbar {
    display: none;
}

.btb-doc-add-list-item {
    width: calc(50% - 20px);
    min-height: 217px;
    font-family: "Graphik-Regular-Cy";
    background: #F5F5FA;
    padding: 25px 30px 30px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
    border-radius: 12px;
}
@media all and (max-width: 1023px) {
    .btb-doc-add-list {
        margin: 32px 0 -30px;
    }
    .btb-doc-add-list-item {
        width: 100%;
        gap: 20px;
    }
}
.btb-doc-add-card-title {
    font-size: 16px;
    line-height: 24px;
    color: #343333;
}

.btb-doc-add-card-title > span{
    display: block;
}

.btb-doc-add-card-sub-title,
.btb-doc-add-card-link {
    font-size: 14px;
    line-height: 20px;
    color: #8D8D92;
    padding: 21px 0 11px;
    white-space: normal;
}

.btb-doc-add-card-link {
    padding: 0;
    display: block;
    text-decoration: none;
    color: #ED5AAE;
    font-size: 30px;
    line-height: 30px;
    font-family: 'Graphik-Medium-Cy';
}

.btb-button__icon {
    margin-left: 10px;
}

.btb-doc-add__buttons{
    display: flex;
}

.btb-doc-add__button:not(:first-child){
    margin-left: 10px;
}
@media all and (max-width: 1023px) {
    .btb-doc-add__buttons {
        gap: 10px;
        flex-wrap: wrap;
    }
    .btb-doc-add__button:not(:first-child){
        margin-left: 0;
    }
    .btb-how, .btb-business, .btb-services, .btb-faq, .btb-documents {
        margin: 0 10px;
    }
}
@media all and (max-width: 1190px) {

    .btb-tooltip-box {
        position: static;
    }

    .btb-titles__title, .btb-tooltip-button {
        position: relative;
        z-index: 2;
        max-width: 417px;
    }

    .btb-tooltip {
        left: inherit;
        right: -20px;
    }

    .btb-tooltip {
        width: auto;
        max-width: 362px;
        left: inherit;
        right: -20px;
        transform: translate(0, calc(-100% - 30px));
        padding: 16px 20px;
        z-index: 1;
    }

    .btb-tooltip-button--grey + .btb-tooltip {
        bottom: inherit;
        top: inherit;
        transform: translate(0, 14px);
        padding: 16px 20px;
        z-index: 1;
    }

    .btb-tooltip-button:after {
        content: "";
        border-style: solid;
        border-width: 12px;
        border-color: #fff transparent transparent transparent;
        bottom: 6px;
    }

    .btb-tooltip-button--grey:after {
        content: "";
        border-style: solid;
        border-width: 0 12px 12px;
        border-color: transparent transparent #fff transparent;
        bottom: -15px;
    }

}

@media all and (max-width: 1024px) {

    .btb-services-titles__title > span, .btb-services-titles__subtitle > span {
        display: inline;
    }

}

@media all and (max-width: 820px) {

    .btb-how-list {
        display: block;
        margin: 0 0;
    }

    .btb-how-list-item {
        width: 100%;
        margin: 12px 0;
    }

    .btb-how-mail {
        margin: -18px 18px 27px;
    }

}

.btb-popup {
    max-width: 644px;
}

.btb-popup-title {
    font-family: 'Graphik-Medium-Cy';
    font-size: 22px;
    line-height: 30px;
    padding: 0 0 0 2px;
}

.btb-popup-list {

}

.btb-popup-list-item {
    font-family: "Graphik-Regular-Cy";
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    padding: 8px 0 0 12px;
    position: relative;
}

.btb-popup-list-item:before{
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #ED5AAE;
    border-radius: 50%;
}
.popup-line{
    height: 1px;
    opacity: 0.1;
    background: #000;
    margin-top: 30px;
}

.popup-footer {
    padding-top: 15px
}

.popup-footer-add {
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 8px;
    color: #999999;
    font-family: "Graphik-Regular-Cy";
}

@media (max-width: 1100px) {
    #popup-requirements.popup-wrap.is-showed {
        padding: 0;
    }
    #popup-requirements.popup-wrap.is-showed .popup-block {
        position: fixed;
        top: initial;
        bottom: 0;
        width: 100%;
        height: calc(100% - 48px);
        overflow-y: auto;
        overflow-x: hidden;
    }
    #popup-requirements.popup-wrap.is-showed .popup-block .popup-close {
        top: 7px !important;
        right: 10px !important;
    }
}
/* End */
/* /b2b/style.css?164613310421071 */

/* End */
/* /b2b/style.css?177506062324946 */
