.section-about-banner {
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.section-about-banner__image {
    width: 100%;
    height: 100%;
    display: block;
}
.section-about-banner__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-about-banner__content {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
}
.section-about-banner__content h2 {
    color: var(--neutral_100);
    font-family: 'Cormorant', serif;
    font-size: 56px;
    font-style: italic;
    font-weight: 400;
    line-height: 61.6px;
    display: flex;
    align-items: center;
    max-width: 857px;
}
.section-about-banner__content h2 span {
    font-family: 'Masvol', sans-serif;
    font-size: 146px;
    line-height: 167.9px;
    text-align: left;
    font-style: normal;
    display: inline-block;
    margin-bottom: -12px;
    margin-right: 10px;
}
.section-about-banner__content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 20.68px;
    text-align: left;
    color: var(--neutral_100);
    max-width: 527px;
    margin-left: 477px;
}
.section-about-banner__text-bg {
    position: absolute;
    left: 80%;
    bottom: 20%;
    filter: blur(120px);
}
.section-about-banner__text-bg.orange-bg {
    position: absolute;
    left: 30%;
    bottom: -100px;
    filter: blur(120px);
    opacity: 0.5;
}
.section-developer__wrapper {
    display: flex;
    align-items: center;
}
.section-developer {
    margin: 160px 0;
    display: block;
    position: relative;
}
.section-developer .section-about-banner__text-bg {
    bottom: -17%;
    left: 90%;
}
.section-developer__left {
    width: 48%;
    display: flex;
    justify-content: flex-end;
}
.section-developer__left img {
    max-width: none;
}
.section-developer__right {
    width: 48%;
}
.section-developer__right_title {
    font-family: 'Masvol', sans-serif;
    font-weight: 0;
    font-size: 120px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    position: relative;
}
.section-developer__right_title span {
    margin-left: 270px;
    display: block;
}
.section-developer__right_name {
    font-family: 'Cormorant', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 46px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-align: right;
    text-transform: uppercase;
    color: var(--intuition_0);
    max-width: 270px;
    position: absolute;
    left: -20px;
    bottom: 15px;
}
.section-developer__right p {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    max-width: 640px;
    margin-left: auto;
    margin-top: 100px;
}
.section-developer__right blockquote {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    color: var(--neutral_40);
    margin-top: 94px;
    position: relative;
    border-top: 1px solid #B7B3AE;
    padding-top: 20px;
}
.section-developer__right blockquote:after {
    content: '';
    position: absolute;
    opacity: 0.7;
    left: -40px;
    top: -30px;
    width: 70px;
    height: 53px;
    background: url('../images/quote.svg') no-repeat center center;
}
.section-standart__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-top: 60px;
}
.standard {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.standard span {
    font-family: 'Masvol', sans-serif;
    font-weight: 0;
    font-size: 44px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    max-width: 420px;
}
.standard p {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-top: 57px;
}
.standard .number {
    position: absolute;
    left: 0;
    top: -80px;
    font-family: 'Cormorant', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 200px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #FF80491F;
}
.section-standart {
    position: relative;
}
.section-standart .section-about-banner__text-bg:first-child {
    bottom: 0;
    left: 90%;
    position: absolute;
    display: block;
    opacity: 0.9;
    filter: blur(73px);
}
.section-standart .section-about-banner__text-bg:nth-child(2) {
    bottom: -17%;
    left: auto;
    right: 90%;
    position: absolute;
    display: block;
    opacity: 0.9;
    filter: blur(73px);
}
.section-blog.page-blog {
    margin-top: 0;
}
.section-blog-list__wrapper {
    display: flex;
    align-items: flex-start;
}
.section-blog-list__left {
    width: calc(100% - 421px);
    border-right: 1px solid #000;
}
.section-blog-list__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid #000000
}
.section-blog-list__item:nth-child(4) {
    border-bottom: 0;
}
.section-blog-list__item_image {
    height: 617px;
}
.section-blog-list__item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-blog-list__item_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 53px;
}
.section-blog-list__item_mark {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 31px;
    color: var(--neutral_60);
}
.section-blog-list__item_name {
    font-family: 'Masvol', sans-serif;
    font-weight: 0;
    font-size: 86px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.section-blog-list__item_title-pre {
    font-family: 'Cormorant', serif;
    font-weight: 300;
    font-style: italic;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.section-blog-list__item_text {
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    max-width: 400px;
}
.section-blog-list__item .btn {
    margin-top: auto;
}
.page-numbers {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #8F97A3;
}
.pagination {
    display: flex;
    align-items: center;
}
.next.page-numbers {
    width: auto;
    padding: 10px;
}
.prev.page-numbers {
    width: auto;
    padding: 10px;
}
.page-numbers.current {
    text-decoration: underline;
    color: #313B4A;
}
.section-blog-list__right {
    width: 390px;
    padding-left: 30px;

}
.section-blog-list__right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.section-blog-list__right ul a {
    font-family: 'Masvol', sans-serif;
    font-weight: 0;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    padding: 23px 20px 8px;
    display: block;
    border-bottom: 1px solid #000000
}
.section-blog-detail__head {
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}
.section-blog-detail__head_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.section-blog-detail__head_left h1 span {
    font-family: 'Cormorant', serif;
    font-weight: 300;
    font-style: italic;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    display: block;
}
.section-blog-detail__head_left h1 {
    font-family: 'Masvol',sans-serif;
    font-weight: 0;
    font-size: 86px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;

}
/*.section-blog-list__item_text {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/

/*}*/
.section-blog-content__wrapper {
    max-width: 970px;
}
.section-blog-content__wrapper p {
    font-family: 'Manrope',sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    color: var(--neutral_30);
    margin-bottom: 80px;
}
.section-blog-content__wrapper .wp-block-quote p {
    max-width: 840px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    border-top: 1px solid var(--neutral_40);
    color: var(--neutral_40);
    padding-top: 12px;
    margin-bottom: 80px;
}
.section-blog-content__wrapper h2 {
    font-family: 'Masvol', sans-serif;
    font-weight: 0;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 44px;
}
.wp-block-image img {
    max-height: 439px;
    object-fit: cover;
    width: 100%;
}
.wp-block-image :where(figcaption) {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: var(--neutral_30);
    margin-bottom: 80px;
}
.section-blog-content__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 970px;
    margin-bottom: 160px;
}
.section-blog-content__author {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: var(--neutral_30);
}
.section-blog-content__year {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: var(--neutral_30);
}
.section-other-post h2 {
    font-family: 'Masvol', sans-serif;
    font-weight: 0;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 44px;
}
.section-other-post__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 27px;
}
.section-other-post__wrapper .section-blog-list__item {
    grid-template-columns: repeat(1, 1fr);
}
.section-other-post__wrapper .section-blog-list__item_image {
    max-height: 398px;
    margin-bottom: 24px;
}
.section-other-post__wrapper .section-blog-list__item_content {
    padding-left: 0;
}
.section-other-post__wrapper .section-blog-list__item_name {
    font-weight: 0;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 0;
}
.section-other-post__wrapper .section-blog-list__item_title-pre {
    font-weight: 300;
    font-style: italic;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.section-other-post__wrapper .section-blog-list__item_text {
    position: relative;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: var(--neutral_40);
    margin-bottom: 24px;
}
.section-other-post__wrapper .section-blog-list__item {
    border-bottom: 0;
}
.section-other-post {
    margin-bottom: 100px;
}
.section-blog-content {
    position: relative;
}
.section-blog-content .section-about-banner__text-bg:first-child {
    bottom: 80%;
}
.section-blog-content .section-about-banner__text-bg:nth-child(2) {
    bottom: 70%;
}
.section-contacts__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.section-contacts__left {
    width: 396px;
}
.section-contacts__right {
    width: calc(100% - 420px);
}
.section-contacts {
    margin: 100px 0;
}
.section-contacts__left h1 {
    font-family: 'Masvol', sans-serif;
    font-weight: 0;
    font-size: 86px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 62px;
}
.section-contacts__left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.section-contacts__left li {
    margin-bottom: 18px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #313B4A;
    display: flex;
    align-items: center;
}
.section-contacts__left li strong {
    margin-right: 10px;
}
.section-contacts__left li:first-child strong {
    display: block;
    width: 24px;
    height: 24px;
    background: url("../images/location_on.svg") no-repeat center center;
}
.section-contacts__left li:nth-child(2) strong {
    width: 24px;
    height: 24px;
    background: url("../images/call.svg") no-repeat center center;
    display: block;
}
.section-contacts__left li:nth-child(3) strong {
    width: 24px;
    height: 24px;
    background: url("../images/mail.svg") no-repeat center center;
    display: block;
}
.section-deliv__wrapper {
    max-width: 970px;
}
.section-deliv h2 {
    font-weight: 0;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 36px;
}
.section-deliv p {
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: var(--neutral_30);
    margin-bottom: 56px;
}
.section-deliv p strong {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-decoration: underline;

}
.tinv-wishlist .tinv-header {
    display: none;
}
.tinvwl-table-manage-list thead {
    display: none;
}
.tinvwl-table-manage-list tfoot {
    display: none;
}
.tinvwl-table-manage-list .product-cb {
    display: none;
}
.tinvwl-table-manage-list .product-date {
    display: none;
}
.tinvwl-table-manage-list .product-stock {
    display: none;
}
.tinvwl-table-manage-list .product-thumbnail {
    width: 200px;
    height: 183px;
    padding: 0;
    margin-right: auto;
}
.tinvwl-table-manage-list .product-thumbnail a {
    display: block;
    width: 200px;
    height: 183px;
}
.tinvwl-table-manage-list .product-thumbnail a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tinvwl-table-manage-list .product-remove {
    position: absolute;
    right: 0;
    top: 0;
}
.wishlist_item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 44px;
    padding-bottom: 20px;
    border-bottom: 1px solid ;
}
.wishlist_item .product-name {
    font-family: 'Masvol', sans-serif;
    font-weight: 0;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    position: absolute;
    left: 220px;
    top: 0;
    padding-left: 0;
}
.wishlist_item .product-price {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    position: absolute;
    left: 220px;
    top: 50px;
    padding-left: 0;
}
.wishlist_item .product-action {
    position: absolute;
    left: 220px;
    bottom: 21px;
    padding-left: 0;
    width: auto;
    padding: 0;
}
.wishlist_item .product-action button {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: var(--neutral_20);
    background: none!important;
    border: 1px solid #514D48;
    border-radius: 200px;
}
.wishlist_item .product-action button:hover {
     background: var(--skin_tones_0)!important;
    border-color: transparent;
 }

.wishlist_item .product-action .tinvwl-txt {
    white-space: nowrap;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: var(--neutral_20);
}
.wish-popup .tinv-wishlist {
    width: 100%;
}
.majc-coupon {
    padding: 0;
}