.section1 {
    margin-bottom: 60px;
}

.full-preview {
    height: 100vh;
    width: 100%;
}

.full-preview-mask {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    background: #100F0F;
    opacity: 0.6
}

.full-preview__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.full-preview__description {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.full-preview__title {
    font-family: 'YouthMedium', sans-serif;
    text-transform: uppercase;
    font-size: 64px;
    letter-spacing: calc(1em / 20);
    color: #FFFFFF;
    line-height: 1;
    text-wrap: balance;
    opacity: 0;
    max-width: 700px;
}

.full-preview__text {
    font-family: 'JostRegular', sans-serif;
    color: #FFFFFF;
    letter-spacing: calc(1em / 20);
    line-height: 27.64px;
    font-size: 20px;
    max-width: 680px;
    margin-top: 36px;
    opacity: 0;
}

.full-preview .blur-button {
    margin-top: 40px;
    width: 240px;
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .full-preview__title {
        font-size: 40px;
    }

    .full-preview__text {
        font-size: 16px;
        width: 80%;
        margin-top: 30px;
    }

    .full-preview .blur-button {
        margin-top: 40px;
        width: 60%;
    }
}



/**********************************************/
.whob2b__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
.whob2b__item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.whob2b__item-photo {
    padding-bottom: 100%;
}
.whob2b__item-photo img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
}
.whob2b__item-info {
    width: auto;
    position: absolute;
    left: 10px; right: 10px;
    bottom: 10px;
    border-radius: 10px;
    z-index: 2;
    padding: 10px 12px;
    font-family: "JostRegular", sans-serif;
    color: #fff;
    line-height: 1.38182;
    letter-spacing: 0.05em;
}
.whob2b__item-info:before {
    border-radius: 10px;
}
.whob2b__item-title {
    font-size: 20px;
}
.whob2b__item-text {
    font-size: 14px;
    margin-top: 8px;
}
@media screen and (max-width: 1150px) {
    .whob2b__items {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 991px) {
    .whob2b__items {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 610px) {

    .whob2b__items {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
    }
    .whob2b__item-photo {
        padding-bottom: 80%;
    }
}

/**********************************************/
.worksb2b {
    overflow: hidden;
}
.worksb2b .section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.worksb2b__nav {
    display: flex;
    gap: 10px;
}
.worksb2b__nav-prev,
.worksb2b__nav-next {
    width: 50px; height: 50px;
}
.worksb2b__nav-prev:hover,
.worksb2b__nav-next:hover {
    background: #DEDBD6;
}
.worksb2b__nav-prev {
    transform: rotate(180deg);
}
.worksb2b__slider {
    padding: 0 10px;
    overflow: initial;
}
.worksb2b__slide {
    position: relative;
    border-radius: 30px;
    padding-bottom: 45%;
    z-index: 2;
    overflow: hidden;
}
.worksb2b__slide img {
    object-fit: cover;
    z-index: -1;
}
.worksb2b__slide img,
.worksb2b__slide iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
.worksb2b__slide-name {
    position: absolute;
    left: 50%; top: 17px;
    z-index: 2;
    max-width: 90%;
    padding: 12px 8px;
    transform: translateX(-50%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgba(48, 48, 48, 0.5);
    border-radius: 10px;
    color: #fff; font-size: 20px;
    font-family: "JostRegular", sans-serif;
}
@media screen and (max-width: 991px) {
    .worksb2b__slide {
        padding-bottom: 55%;
    }
    .worksb2b__slide-name {
        font-size: 16px;
        padding: 8px;
    }    
}
@media screen and (max-width: 610px) {
    .worksb2b__slider {
        padding: 0;
    }
    .worksb2b__slide {
        padding-bottom: 65%;
        border-radius: 20px
    }
    .worksb2b__slide-name {
        font-size: 12px;
        padding: 4px;
        top: 10px
    }  

}

/**********************************************/
.howb2b__inner {
    max-width: 820px;
    margin: 0 auto;
    position: relative;
}
.howb2b__item {
    font-family: "JostRegular", sans-serif;
    color: #fff;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgba(48, 48, 48, 0.5);
    border-radius: 10px;
    padding: 15px 30px 30px 20px;
    margin-top: 30px;
}
.howb2b__item-numb {
    font-family: "JostBold";
    font-size: 40px;
    line-height: 1;
}
.howb2b__item-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid #393939;
}
.howb2b__item-title {
    font-family: "YouthMedium", sans-serif;
    font-size: 24px;
    letter-spacing: 0.05em;
}
.howb2b__item-text {
    font-size: 14px;
    margin-top: 20px;
    letter-spacing: 0.05em;
}
.howb2b__item-photo {
    border-radius: 20px;
    width: 280px;
    height: 164px;
    position: relative;
    overflow: hidden;
}
.howb2b__item-photo img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 610px) {
    .howb2b__item-numb {
        font-size: 30px;
    }
    .howb2b__item-body {
        flex-direction: column;
        align-items: flex-start;
    }
    .howb2b__item-title {
        font-size: 20px;
    }
    .howb2b__item-photo {
        width: 100%;
        padding-bottom: 50%;
        height: auto;
    }

}

/**********************************************/
.prices__inner {
    display: flex;
    gap: 20px;
    overflow: auto;
    width: calc(100% + 1.875rem);
    padding-right: 1.875rem;
    padding-bottom: 5px;
}
.prices__item {
    flex: 0 0 auto;
    width: 354px;
    text-align: center;
    padding: 0 20px 20px;
    background: url(../images/price-bg-item.png) no-repeat top;
    background-size: 100% 100%;
}
.prices__labels {
    width: 200px;
    text-align: left;
    padding: 0;
    background: none;
    position: sticky;
    left: 0;
}
.section__bg .prices__labels {
    background: #181818;
}
.prices__item-head {
    height: 50px;
    font-size: 26px;
    font-family: YouthMedium, sans-serif;
    padding-top: 5px;
}
.prices__item-row {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #393939;
    font-family: "JostRegular", sans-serif;
    font-size: 16px;
}
.prices__labels .prices__item-row {
    font-family: YouthMedium, sans-serif;
    justify-content: flex-start;
    border-bottom-color: transparent;;
}
.prices__item-row img {
    height: 26px;
}
.prices__item-price {
    margin-top: 20px;
}
.prices__item-price__val {
    font-family: YouthMedium, sans-serif;
    font-size: 30px;
}
.prices__item-price__lab {
    margin-top: 10px;
    font-size: 16px;
    font-family: "JostRegular", sans-serif;
}
.prices__item-buttons {
    margin-top: 20px;
}
.prices__item-buttons .outline-button {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .prices__inner {
        gap: 10px;
    }
    .prices__item {
        width: 300px;
    }
    .prices__labels {
        width: 150px;
    }
    .prices__item-head {
        font-size: 20px;
    }
    .prices__item-row {
       font-size: 14px; 
       height: 55px;
    }
    .prices__labels .prices__item-row {
        font-size: 12px;
    }
}
@media screen and (max-width: 768px) {
    .prices__inner {
        width: calc(100% + 1rem);
        padding-right: 1rem;
    }
}
@media screen and (max-width: 610px) {
    .prices__item {
        width: 260px;
    }
    .prices__labels {
        width: 80px;
    }
    .prices__item-head {
        font-size: 20px;
    }
    .prices__item-row {
       font-size: 14px; 
       height: 55px;
       line-height: 1.2;
    }
    .prices__labels .prices__item-row {
        font-size: 10px;
    }
    .prices__item-price__val {
        font-size: 24px;
    }
    .prices__item-price__lab {
        font-size: 14px;
    }
}



/**********************************************/
.addit__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
}
.addit__items {
    flex: 1 0 0;
    max-width: 675px;
}
.addit__item:last-child {
    border: none;
}
.addit__item .accordion_title {
    padding: 23px 0;
}
.addit__item .accordion_title  .icon-shape {
    width: 25px; height: 25px;
}
.addit__item .accordion_title-text h3 {
    font-family: YouthMedium, sans-serif;
  font-size: 32px;
  letter-spacing: initial;
}
.addit__item .answer {
    width: 100%;
  max-width: 560px;
  font-size: 20px;
  letter-spacing: 0.02em;
}
.addit__item .answer > * + *{
    margin-top: 20px;
}
.addit__item .answer > * + ul {
    margin-top: 30px;
}
.addit__item .answer ul {
    margin-left: 20px;
}
.addit__item .answer li {
    padding-left: 40px;
    position: relative;
}
.addit__item .answer li + li {
    margin-top: 20px
}
.addit__item .answer li:before {
    position: absolute; 
    left: 0; top: 50%;
    transform: translateY(-50%);
    width: 30px; height: 30px;
    background: url(../images/zv-li.svg) no-repeat;
    background-size: 100%;
    content: '';
}
.addit__photo {
    width: 48%;
    max-width: 630px;
    padding-bottom: 48%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.addit__photo img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 1150px) {
    .addit__item .accordion_title-text h3 {
        font-size: 24px;
    }
    .addit__item .answer {
        font-size: 18px;
    }
    .addit__item .answer > * + ul {
        margin-top: 20px;
    }
    .addit__item .answer ul {
        margin-left: 15px;
    }
    .addit__item .answer li {
        padding-left: 35px;
    }
    .addit__item .answer li + li {
        margin-top: 15px
    }
    .addit__item .answer li:before {
        width: 25px; height: 25px;
    }
}
@media screen and (max-width: 991px) {
    .addit__inner {
        flex-direction: column;
    }
    .addit__items {
        max-width: 100%;
        width: 100%;
        flex: 0 0 auto;
    }
    .addit__photo {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 610px) {
    .addit__item .accordion_title {
        padding: 17px 0;
        gap: 10px;
    }
    .addit__item .accordion_title  .icon-shape {
        width: 20px; height: 20px;
    }
    .addit__item .accordion_title  .icon-shape::before {
        width: 20px; height: 2px;
    }
    .addit__item .accordion_title  .icon-shape::after {
        height: 20px; width: 2px;
    }
    .addit__item .accordion_title-text h3 {
        font-size: 20px;
    }
    .addit__item .answer {
        font-size: 16px;
    }
    .addit__item .answer > * + *{
        margin-top: 15px;
    }
    .addit__item .answer > * + ul {
        margin-top: 15px;
    }
    .addit__item .answer ul {
        margin-left: 10px;
    }
    .addit__item .answer li {
        padding-left: 30px;
    }
    .addit__item .answer li + li {
        margin-top: 10px
    }
    .addit__item .answer li:before {
        width: 20px; height: 20px;
    }
    .addit__photo {
        padding-bottom: 100%;
    }
}




/**********************************************/
.worth__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 120px;
}
.worth__item {
    width: 100%;
    max-width: 360px;
    text-align: center;
}
.worth__item-icon {
    height: 30px;
    margin-bottom: 15px;
}
.worth__item-icon img {
    height: 100%;
    margin: 0 auto;
}
.worth__item-title {
    font-family: YouthMedium, sans-serif;
    font-size: 26px;
    line-height: 1.38182;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.worth__item-list li {
    border-bottom: 1px solid #d9d9d9;
    padding: 8px 5px 12px 35px;
    min-height: 65px;
    display: flex;
    align-items: center;
    text-wrap: balance;
    font-family: "JostRegular", sans-serif;
    font-size: 16px;
    line-height: 1.38182;
    letter-spacing: 0.05em;
    text-align: left;
}
.worth__item-list li:before {
    display: none;
}

@media screen and (max-width: 991px) {
    .worth__items  {
        gap: 40px;
    }
}


/**********************************************/
.b2bjoin {
  width: 100%;
  border-radius: 30px 30px 0 0;
  background: #000;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.b2bjoin__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.b2bjoin__photos {
    height: 740px;
    width: 500px;
    flex: 0 0 auto;
    margin-left: 30px;
    display: flex;
    gap: 20px;
}
.b2bjoin__carousel {
    flex: 1 0 0;
}
.b2bjoin__carousel .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.b2bjoin__carousel .swiper-slide {
  height: auto;
}
.b2bjoin__carousel-item {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding-bottom: 130%;
}
.b2bjoin__carousel-item img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
}
.b2bjoin__info {
    width: 100%;
    max-width: 675px;
}
.b2bjoin__tt {
    margin-bottom: 40px;
    max-width: 470px;
    line-height: 1.38182;
    letter-spacing: 0.1em;
}
.b2bjoin__form {
    max-width: 380px;
}
.b2bjoin__form-title {
    font-size: 16px;
    letter-spacing: 0.03em;
    font-family: "YouthMedium";
    margin-bottom: 40px;
}
.b2bjoin__form .bottom-line-input {
    margin-bottom: 20px;
}
.b2bjoin__form .outline-button {
    font-family: "JostMedium";
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.03em;
}
@media screen and (max-width: 1150px) {
    .b2bjoin__photos {
        width: 400px;
        height: 600px;
    }

}
@media screen and (max-width: 991px) {
    .b2bjoin {
        padding: 50px 0;
    }
    .b2bjoin__inner {
        flex-direction: column;
        gap: 50px;
    }
    .b2bjoin__tt {
        max-width: 100%;
    }
    .b2bjoin__photos {
        width: 100%;
        height: auto;
        flex-direction: column;
        margin-left: 0;
        order: 2;
    }
    .b2bjoin__carousel {
        overflow: initial !important;
        width: 100%;
        flex: 0 0 auto;
    }
    .b2bjoin__carousel-item {
        padding-bottom: 100%;
    }
}
@media screen and (max-width: 610px) {
    .b2bjoin__carousel-item {
        padding-bottom: 115%;
    }

}