.imgtxt {
    position: relative;
}
.imgtxt .spire {
    display: block;
    position: absolute;
    width: 80vw;
    height: auto;
    top: 0;
    z-index: 1;
    transform: translateX(-50%);
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .4;
}
.imgtxt .spire img {
    animation: rotateSlowly 280s linear infinite;
}
.imgtxt>*:not(.spire) {
    position: relative;
    z-index: 3;
}
.imgtxt__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 120px;
    padding-right: 6vw;
}
.imgtxt--second {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
    position: relative;
}
.imgtxt--second:before {
    content: '';
    opacity: 0.04;
    filter: blur(42px);
    background-color: #fff;
    height: 50%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.imgtxt--second>* {
    position: relative;
    z-index: 3;
}
.imgtxt--second .imgtxt__content {
    padding-right: 3vw;
    padding-left: 15px;
}

.imgtitletxt {
    position: relative;
}
.imgtitletxt .spire {
    display: block;
    position: absolute;
    width: 80vw;
    height: auto;
    top: 0;
    z-index: 1;
    transform: translateX(-50%);
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .4;
}
.imgtitletxt>*:not(.spire) {
    position: relative;
    z-index: 4;
}
.imgtitletxt__items {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    max-width: 100%;
    padding: 40px 0;
    position: relative;
}
.imgtitletxt__items:before {
    content: '';
    background-color: rgba(255,255,255, .03);
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    z-index: 2;
}
.imgtitletxt__content {
    padding: 40px 80px 40px 60px;
    font-size: .9rem;
    position: relative;
    z-index: 4;
}
.imgtitletxt__content>h3 {
    font-size: 2rem;
    margin: 0;
}
.imgtitletxt__content>.subtitle {
    font-size: 1.25rem;
}
.imgtitletxt__img {
    position: relative;
    z-index: 4;
}
.imgtitletxt__img img {
    border-radius: 50%;
    aspect-ratio: 1/1;
    object-fit: cover;
}


.offerboxes__item {
    max-width: 20%;
    flex: 0 0 20%;
    padding: 0 15px;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.offerboxes__item figure {
    width: 100%;
    display: flex;
    justify-content: center;
}
.offerboxes__item img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}
.offerboxes__name {
    display: block;
    margin-top: 15px;
    font-size: 1.1rem;
    font-weight: 600;
}

.clients.clients--subpage {
    margin-top: 160px
}

.packs header {
    margin-bottom: 60px;
}
.packs__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.packs__mobile-nav {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: none;
}
.packs__mobile-nav button {
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #AFAFAF;
    border: 1px solid #707070;
    padding: 8px 15px;
    margin: 5px 10px;
    font-size: 1rem;
    background-color: transparent;
    transition: .3s;
}
.packs__mobile-nav button.active {
    color: #fff;
    border-color: #fff;
    font-weight: 500;
}
.packs__item {
    display: none;
}
.packs__item.active {
    display: flex;
}
.packs__item>div {
    width: 100%;
}
.packs__item-wrapper {
    width: 100%;
    padding: 0 40px;
}
.packs__item-wrapper>div {
    border: 1px solid #707070;
    width: 100%;
    height: 100%;
    padding: 40px;
    color: #AFAFAF;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.packs__item-mobile {
    display: none;
    text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 20px;
    width: 100%;
}
.packs__name {
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 700;
}
.packs__prices {
    position: relative;
    width: 100%;
    padding-bottom: 40px;
}
.packs__prices:before {
    content: '';
    opacity: .2;
    filter: blur(45px);
    background-color: #fff;
    border-radius: 50%;
    width: 110px;
    height: 120px;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
}
.packs__prices:after {
    content: '...........................';
    font-size: 15px;
    color: #989898;
    letter-spacing: 22.5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    overflow: hidden;
}
.packs__price-new {
    font-size: clamp(20px, 2.5vw, 44px);
    line-height: clamp(28px, 2.6vw, 52px);
    display: block;
    text-align: center;
    font-weight: 600;
}
.packs__price-old {
    font-size: 1.2rem;
    display: block;
    text-align: center;
}
.packs__price-old span {
    position: relative;
    display: inline-block;
}
.packs__price-old span:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.packs__txt1 {
    padding-left: 15px;
    width: 100%;
    padding-right: 15px;
}
.packs__txt1 strong {
    font-size: 1.1rem;
}
.packs__txt2 {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.packs__txt2:after {
    content: '...........................';
    font-size: 15px;
    color: #989898;
    letter-spacing: 22.5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.packs__item-bg{
	display: none;
}
.packs__item .btn-arrow {
    font-size: 1.3rem;
    margin-top: 40px;
    position: relative;
    opacity: .6;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
}
.packs__item .btn-arrow:before {
    content: '';
    opacity: .09;
    filter: blur(45px);
    background-color: #fff;
    border-radius: 50%;
    width: 110px;
    height: 120px;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
}
.packs__item .btn-arrow svg {
    height: 16px;
    width: auto;
    position: relative;
    top: -1px;
}
.prods__items--man .man-hide {
    display: none !important;
}
.packs__imgs {
    padding-top: 60px;
    padding-bottom: 60px;
    justify-content: center;
}
.packs__img-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.packs__img-item>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    cursor: pointer;
}
.packs__img-item img {
    transition: .3s;
    width: auto;
    height: 456px;
}
.packs__img-item:hover img {
    filter: brightness(70%);
}
.packs__img-title {
    display: flex;
    text-transform: uppercase;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    opacity: .7;
    font-weight: 400;
    transition: .3s;
}
.packs__img-title:after {
    content: attr(data-name);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: .3s;
    width: 100%;
}
.packs__img-item:hover .packs__img-title {
    opacity: 1;
}
.packs__img-item.active .packs__img-title:after {
    opacity: 1;
}
.packs__img-title span {
    transition: .3s;
}
.packs__img-item.active .packs__img-title span {
    opacity: 0;
}
.packs__img-title svg {
    margin-top: 15px;
}

.selected__items {
    margin-top: 60px;
}
.selected__items ul:not(.slick-dots) {
    list-style: none;
    padding: 0;
    margin: 0;
}
.selected__items ul:not(.slick-dots) li {
    margin-bottom: 40px;
    padding: 0 30px;
}
.selected__img {
    display: block;
    overflow: hidden;
}
.selected__img img {
    aspect-ratio: 1/1;
    width: 100%;
    transition: .3s;
    object-fit: cover;
}
.selected__img:hover img {
    transform: scale(1.05);
    filter: brightness(65%);
}
.selected__title {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 30px 0 0 0;
    color: #9F9F9F;
}


@media(max-width: 1440px) {
    .offerboxes__item {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .packs__item .btn-arrow {
        font-size: 1rem;
    }
    .packs__item .btn-arrow svg {
        height: 12px;
    }
}
@media(max-width: 1280px) {
    .imgtxt__content {
        padding-left: 60px;
        padding-right: 15px;
    }
}
@media(max-width: 992px) {
    .imgtxt__img {
        display: flex;
        justify-content: center;
    }
    .imgtxt__img img {
        /* width: 320px; */
    }
    .imgtxt__content {
        padding-left: 15px;
    }
    .imgtxt--second {
        position: relative;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .imgtxt--second:after {
        content: '';
        background-color: rgba(255, 255, 255, .03);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }
    .imgtxt--second .imgtxt__content {
        padding-right: 15px;
        margin-top: 0;
    }
    .imgtxt--second .imgtxt__img {
        margin-top: 30px !important;
    }

    .imgtitletxt__items {
        padding-top: 0;
    }
    .imgtitletxt__items:before {
        width: 100%;
    }
    .imgtitletxt__content {
        padding: 40px 15px;
    }
    .imgtitletxt__img {
        text-align: center;
    }

    .packs {
        padding-top: 60px;
    }
    .packs header {
        margin-bottom: 0px;
    }
    .packs__item-mobile {
        display: block;
    }
    .packs__imgs {
        display: none !important;
    }
    .packs__mobile-nav {
        display: flex;
    }
    .packs__item-wrapper {
		position: relative;
        padding: 0;
    }
	.packs__item-bg{
		display: block;
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0.3;
		object-fit: contain;
		object-position: center;
	}
    .packs__img-item {
        display: none !important;
    }

    .offerboxes {
        padding-top: 60px;
    }
    .offerboxes__item {
        max-width: 33.333%;
        flex: 0 0 33.333%;
        padding: 0 10px;
        margin-top: 40px;
    }

    .selected__items {
        margin-top: 0;
    }
}
@media(max-width: 767px) {
    .offerboxes__item {
        padding: 0 5px;
        max-width: 50%;
        flex: 0 0 50%;
    }

    .selected__items ul:not(.slick-dots) li {
        padding: 0 6px;
    }
    .selected__title {
        font-size: 1.1rem;
        margin-top: 20px;
    }

    .packs__content {
        padding: 0;
    }
}
@media(max-width: 600px) {
    .imgtxt__img {
        margin-top: 0 !important;
    }
}