/* Отсюда начинаются новые стили  */
.hero-title,
.product_hero-title {
  font-weight: 800;
  font-size: 97px;
  line-height: 101px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}
	
	
.hero-subtitle,
.product_hero-subtitle   {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

.hero_bottom_txt {
  position: absolute;
  bottom: 10%;
}
.product_main_text {
  text-align: left;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  vertical-align: middle;
}

.glass-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 195px;
  height: 45px;
  border-radius: 45.5px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  text-decoration: none;
  transition: all 0.3s ease;
  border: 0px;
}

.glass-button:hover {
  opacity: 1;
  background: rgb(36 36 36 / 82%);   
}

.glass-button .btn-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: white;
    }	
	
.glass-button:hover .btn-text {
  color: white;
}

.glass-button svg path {
  stroke: white;
}	

.glass-button:hover svg path {
  stroke: white;
}

.glass-button .fw {
    flex-shrink: 0;
}	


@media (max-width: 767px) {
.hero-title, .hero-title-other, .product_hero-title  {
    font-weight: 600;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    vertical-align: middle; 
	max-width: 350px;
  }

.hero-subtitle {
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  }
.product_hero-subtitle  {
  font-weight: 400;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 1.5px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  }

}















.products-readmore-span {
    font-weight: bold;
    font-size: 120%;
    line-height: 130%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}


.up-scroll-button {
    position: fixed;
    bottom: 40px;
    right: 40px;
    color: var(--dust);
    background-color: #82828270;
    display: block;
    border-radius: 4px;
    padding: 0 3px;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0.8;
    z-index: 1000;
}

.up-scroll-button.up-scroll-button--hidden {
    opacity: 0;
    z-index: -100;
}


.up-scroll-button:hover {
    opacity: 1;
}

.woocommerce-mini-cart-item.mini_cart_item > .mini-cart__permalink {
    width: 100%;
}

body {
    overflow-x: hidden;
    max-width: 100vw;
}

.body--scroll-disabled {
    overflow: hidden;
}

.info-block-small__icon.info-block-small__icon--dropdown {
    position: relative;
}

.content-dropdown__title {

}

.content-dropdown__title .accordion-btn__marker--small {
    position: relative;
    left: 0;
    top: 0;
}

.collapsed .info-block-small__icon.info-block-small__icon--dropdown::before {
    position: absolute;
    content: " ";
    border-left: solid 2px white;
    border-bottom: solid 2px white;
    z-index: 1;
    width: 10px;
    height: 10px;
    bottom: -30%;
    left: 50%;
    transform-origin: center;
    transform: rotate(-45deg);
    transition: 0.3s;
}

.info-block-small__icon.info-block-small__icon--dropdown::before {
    position: absolute;
    content: " ";
    border-left: solid 2px white;
    border-bottom: solid 2px white;
    z-index: 1;
    width: 10px;
    height: 10px;
    bottom: -30%;
    left: 50%;
    transform-origin: center;
    transform: rotate(-135deg);
    transition: 0.3s;
}


.slim .anounce-box.small > a > .anounce-figure > img {
    height: 110px;
    width: 100% !important;
    object-fit: cover;
}

section:not(.slim) .anounce-box.h-excerpt.h-readmore > a > .anounce-figure > img {
    height: 160px;
    width: 100% !important;
    object-fit: cover;
}

.slim .anounce-box > a > .anounce-figure > img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.anounce-box .anounce-meta {
    /* 	padding-left: 20px; */
}

.woocommerce-product-attributes .shop_attributes {
    border: none;
}

.woocommerce-product-attributes-item__label {
    color: #848A9A;
    font-weight: 300;
}

.woocommerce-product-attributes-item__value {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.06em;
    text-align: left;
    color: #3A3451;
}

#reply-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.06em;
    text-align: left;
    color: #848A9A;
}

#commentform {
    width: 60%;
}

.comment-form .form-submit .submit {
    height: 85px;
}

.site-header:not(.inverse) #header-burger svg > rect {
    fill: #46405b;
}

/* media */


/* media end */
.section-6-ext__content .section-4-ext-button-mobile {
    display: none;
}

.header-block {
    align-items: center;
}

.header__burger-btn {
    cursor: pointer;
}

.site-header.inverse.fixed svg rect {
    /* 	fill: blue; */
}

/* SIDEBAR BLOCK*/
.header-menu {
    position: fixed;
    width: 100vw;
    background-color: #F5F5F7;
    height: 100%;
    transition: max-height 0.3s ease-out;
    max-height: 0;
    overflow-y: hidden;
    left: 0;
    top: 0;
    overflow-y: scroll;
}

.header-menu--opened {
    max-height: 100%;
}

.header-menu-title {
    height: 75px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

.header-menu__banner {
    padding: 20px;
    margin-top: 210px;
}

.header-menu-title__item:first-child {
    margin-left: 0;
    /*     margin-right: auto; */
}

.header-menu-title__item:last-child {
    /* 	margin-left: auto; */
    margin-right: 0;
}

.header-menu-dropdowns {
    padding: 20px;
}

.header-menu-logo {
    padding: 25px;
}

.dropdown {
    display: flex;
    flex-flow: column nowrap;
    max-height: 100%;
}

.dropdown--opened .dropdown__title::before {
    content: "";
    top: 50%;
    left: 5px;
    height: 1px;
    width: 10px;
    background-color: #d1cee1;
    color: #d1cee1;
}

.dropdown__title {
    display: flex;
    position: relative;
    padding: 20px;
    color: #d1cee1;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.06em;
    font-weight: 800;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.dropdown__title::before {
    position: absolute;
    content: "+";
    font-size: 20px;
    left: 5px;

    color: #d1cee1;
}

.dropdown-menu {
    display: flex;
    flex-flow: column nowrap;
    overflow: hidden;
    max-height: 0;
    width: 100%;
    position: relative;
    width: 320px;
    background-color: #2b52c4;
    /* 	transition: max-height 0.3s ease-out; */
    max-height: 0;
    overflow-y: hidden;
}

.dropdown-menu .menu-item.menu-item-type-taxonomy.menu-item-object-category,
.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat,
.menu-item.menu-item-type-post_type.menu-item-object-nutrient,
.dropdown-menu.dropdown-menu--opened ul li a,
#header-menu .dropdown-menu--opened .menu .menu-item,
.dropdown-menu__item,
.header-mobile-menu .menu-item {
    padding: 7px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.06em;
    cursor: pointer;
}

.dropdown-menu--opened {
    max-height: 100%;
    /*border-bottom: 1px solid silver;*/
    width: 100%;
    margin-bottom: 10px;
}

.header__burger-btn--white > svg > rect {
    fill: white;
}

#header-burger-close > svg > rect {
    fill: black;
}

.header-menu .product {
    background: #35DFE1;
    padding: 0px;
    max-width: 100%;
    margin: 0 20px;
    position: relative;
    display: flex;
    flex-flow: column wrap;
    margin-top: 66px;
    min-height: 230px;
}

.header-menu .product__item {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.header-menu .product img {
    position: relative;
    bottom: 0;
    width: 270px;
    height: auto;
    margin-top: -210px;
    object-fit: contain;
}

.header-menu .card-content {
    display: flex;
    flex-flow: column wrap;
    padding: 20px;
    padding-bottom: 5px;
    width: 100%;
    margin-top: 15px;
}

.header-menu .card-header {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
}

.header-menu .card-columns {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: 25px;
    /* 		padding: 10px; */
    /* 		padding-top: 0; */
}

.header-menu .card__title {
    font-size: 35px;
    font-weight: bold;
    color: #2B52C4;
    width: 100%;
}

.header-menu .card__desc {
    width: 100%;
    font-size: 35px;
    font-weight: bold;
    color: white;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.06em;
    text-align: left;
    padding: 30px 0;

}

.header-menu .card-readmore {
    margin: 0 auto 0 0;
    font-size: 38px;
    color: white;
    line-height: 38px;
    display: flex;
    align-items: center;
}

#place_order::before, .mini-cart__button .text::after {
    width: 10px;
    border-bottom: 2px solid var(--white);
}

/*END SIDEBAR BLOCK*
* /
.search-form-footer{
	width: 100vw;
}
/* SEARCH BLOCK */
.search-container {
    margin-top: 200px;
    margin-bottom: 300px;
}

.fs-search-form {
    max-width: 60%;
}

.search-content-container {
    max-width: 60%;
    margin: 0 auto;
}

.search-result-title {
    margin: 50px 0;
    font-size: 14px;
    text-align: center;
    color: #848A9A;
}

.search-posts-count {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.06em;
    text-align: center;
    color: #3A3451;
    margin: 50px 0;
}

.branding .product-cover {
    position: relative;
    background-color: #F3F5F9;
}

.branding .product-name {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.06em;
    text-align: left;
}

.product-cover:hover .product-cover-wrapper {
    opacity: 1;
}

.product-cover-wrapper {
    position: absolute;
    transition: 0.3s;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    background-color: rgba(43, 82, 196, .7);
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
}

.product-cover-wrapper__item {
    padding: 5px;
    font-size: 20px;
}

.search-posts-container .anounce-box > a > .anounce-figure > img {
    height: 110px;
    width: 100%;
    object-fit: cover;
}

.fs-search-form {
    position: relative;
}

.fs-search-form::before {
    content: "   \00a0\00a0";
    position: absolute;
    border-bottom: 4px solid #3A3451;
    bottom: 0;
    right: -10px;
    margin-left: 5px;
}

.search-form-actions {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}

.search-form-actions__title {
    transition: 0.3s;
    padding: 15px 30px;
    margin: 0;

}

.search-form-actions__title--costyl {
    margin-bottom: 0 !important;
}

.search-form-actions__item {
    transition: 0.3s;
    padding: 15px 30px;
    background-color: #F3F5F9;
    margin: 0 8px;
    border: none;
    cursor: pointer;
    font-family: inherit;
}

.search-form-actions__item--active {
    background: #3A3451;
    color: white;
}

.search-form-actions__item--active:hover {
    background-color: #F3F5F9;
    color: #3A3451;
}

.search-form-actions__item:not(.search-form-actions__item--active):hover {
    background: #3A3451;
    color: white;
}

.search-content-container .buttons.search-see-all > li {
    width: 100%;
}

.search-content-container .buttons.search-see-all > li > a {
    width: 100%;
}

/* END SEARCH BLOCK */

#comment {
    height: auto;
    text-align: left;
}

/*TABS START*/
.sn-table tr:nth-child(2n) {
    background-color: #FBFCFF;
}

.sn-table tr {
    background-color: white;
    border-bottom: solid 1px #D1CEE1;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.06em;
    text-align: left;

}

.sn-container-table p {
    max-width: 70%;
}

.woocommerce-product-attributes.shop_attributes {
    border: none;
}

.wc-tabs.tabs li a {
    white-space: nowrap;
}

.tabs.wc-tabs > li:first-child {
    padding-left: 0;
}

.tabs.wc-tabs > li {
    padding: 20px;
}

.tabs.wc-tabs {
    overflow-x: auto;
    justify-content: space-between;
}

.woocommerce-tabs.wc-tabs-wrapper .editor p {
    color: #848A9A;
}

.woocommerce-tabs.wc-tabs-wrapper .editor ul > li {
    color: #848A9A;
}

.woocommerce-tabs.wc-tabs-wrapper .editor strong {
    color: #2b52c4;
}

/*TABS END*/

/* ABOUT */
.menu .page_item a {
    white-space: nowrap;
}

.page-navigation .menu {
    overflow-x: auto;
    justify-content: space-between;

}

.page-navigation .menu li:first-child {
    margin-right: auto;
}

.page-navigation .menu {
    /* 	justify-content: space-between; */
}

/* ABOUT END*/


/* PHILOSOPHY */
.section-6-ext .container, .section-5-ext .container {
    padding: 0 !important;
    padding-bottom: 0 !important;
}

.section-6-ext .bg-placeholder {
    background: url(/wp-content/themes/tobeplus/media/background-7.png);
    background-size: cover;
    min-height: 1000px;
    background-position-x: 94%;
}

.section-6-ext .container__content {
    width: 600px;
    max-width: 100%;
    padding: 30px 30px 0 30px
}

.section-5-ext .bg-placeholder {
    background: url(/wp-content/themes/tobeplus/media/background-8.png);
    background-size: cover;
    min-height: 1100px;
    background-position-x: 94%;
}

.section-5-ext .container__content {
    width: 600px;
    max-width: 100%;
    padding: 30px 30px 0 30px
}

.section-6-ext {
    background-size: 200% !important;
    background-position-x: 100% !important;
    padding: 0 !important;
    height: auto !important;
}

.page-faq > #hero .overlayed > .container .col-xs-12 {
    padding: 15px 0px;
}

.page-news .anounce-meta, .single .anounce-meta {
    padding-left: 20px;
}

.mega-menu-container .menu .menu-item.menu-item-type-post_type {
    break-inside: avoid-column;
    page-break-inside: avoid;
}

.timeline [class*="col-"]:last-child {
    position: relative;
}

.timeline [class*="col-"]:last-child::before {
    position: absolute;
    left: 0;
    top: 0;
    content: " ";
    width: 1px;
    background-color: rgba(255, 255, 255, 0.26);
    height: 90%;
    margin: auto 0;
    bottom: 0;
}

.timeline [class*="col-"]:first-child {
    border-right: none;
}

.siq-powered-by {
    visibility: hidden;
}

body .holdResults._siq_main_searchbox ul .siq-powered-by {
    position: relative !important;
}

body .holdResults._siq_main_searchbox ul .siq-powered-by::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
}

#colophon .fs-search-form.siq_searchForm {
    transition: margin 0.3s ease-in;
    margin-top: -20%;
}

.site-main.single-nutrient .content-header .entry-content .bar .bar-item {
    padding: 15px 0;
}

.section-4-ext-button-container {
    display: none;
}

.main-text-additive {
    text-align: center;
    margin: 65px auto 100px auto;
    padding-bottom: 50px;
    border-bottom: 1px solid #D1CEE1;
}

blockquote.small::after, blockquote.small::before {
    width: 24px;
    height: 20px;
}

.anounce-meta > .excerpt {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-align: left;
    color: var(--dark-blue);
}

.newsline-content .anounce-box .anounce-meta > .title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.06em;
    text-align: left;
    margin: 24px 0 19px 0;
}

.thumbnail {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.single .thumbnail {
    margin-top: 50px;
}

.single-news #newsline {
    margin-top: -68px;
}

.single .archive-loadmore.newsline {
    margin-top: 54px;
}

.single .newsline li::before {
    display: block;
    font-size: 16px;
    font-weight: 700;
    min-width: 180px;
    margin-right: 1.87em;
    content: attr(date);
    color: var(--mid-gray);
    margin-top: -8px;
}

.seo-container h3 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-align: left;
    color: var(--dark-blue);
}

.seo-container p {
    color: #848A9A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.06em;
    text-align: left;
}

.seo-container p, .seo-container h3 {
    margin-bottom: 10px;
}


.woocommerce-cart-form__cart-item.cart_item, table.shop_table, table.shop_table tbody, table.shop_table tr, table.shop_table td {
    /*display: block;*/
    /*max-width: 100%;*/
}

table.shop_table .buttons {
    justify-content: space-between;
    max-width: 100%;
}

table.shop_table .coupon {
    flex-flow: column wrap;
}

.cart-table-mob {
    display: flex;
    flex-flow: column nowrap;
}

.cart-table-mob-product__thumbnail {
    max-width: 150px;
    height: auto;
}

.cart-table-mob-product__thumbnail img {
    max-width: 60px;
    height: auto;
}

.cart-table-mob-product__item {
    #display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 15px;
}

.cart-table-mob-content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

.cart-table-mob-content__item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: baseline;
}

.cart-table-mob-content__item--info {
    justify-content: space-between;
    align-items: center;
}

.cart-table-mob-desc__item--remove {
    font-size: 32px;
    line-height: 21px;
    color: var(--light-gray);
}

.product-quantity-mob {
}

.product-quantity-mob .quantity.ddd {
    display: flex;
    align-items: center;
    width: auto;
    background-color: transparent;
    color: #848A9A;
    font-weight: 400;
    width: 100px;
    max-width: 150px;
}

.product-quantity-mob .qty_button, .product-quantity-mob .qty.text {
    color: #848A9A;
}

.coupon-accordion {
    display: flex;
    flex-flow: column;
}

.coupon-collapse-btn-container {
    display: flex;
    justify-content: flex-end;
}

.coupon-collapse-btn {
    text-align: right;
    color: #219FFF;
    border-bottom: dashed 1px #219FFF;
}

.cart-table-mob-desc__item {
    display: flex;
    align-items: center;
}

.cart-table-mob__item.cart-table-mob-content {
    flex: 9;
}

.cart-table-mob__item {
    flex: 1;
}

.cart-table-mob {
    display: none;
    margin-bottom: 40px;
}

.buttons .button--lightblue {
    color: var(--deep-blue);
    background-color: #F3F5F9;
}

.buttons .button--lightblue::before {
    border-bottom: 1px solid var(--deep-blue);
}

.accordion-btn, .accordion-btn {
    cursor: pointer;
}

.accordion-btn__marker--small {
    width: 12px;
    height: 6px;
}

.accordion-btn__marker {
    transform-origin: center;
    /*transform: scaleY(-1);*/
    transition: opacity 0.3s;
    opacity: 0;
}

.collapsed .accordion-btn__marker {
    /*transform: scaleY(1);*/
    opacity: 1;
}

.accordion-btn__title {
    font-size: 15px;
    line-height: 32px;
    font-weight: bold;
}

.accordion-content {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.06em;
}


.col-xs-12.col-sm-12.col-md-12.col-lg-12.header-block {
    /* 	color: var(--dark-blue); */
}

.notif-card {
    max-width: 100%;
    right: 0;
    z-index: 99999;
}

#terms-slider .swiper-pagination-bullet {
    cursor: pointer;
}

.page-contacts .wp-share-button {
    display: flex;
    flex-flow: row wrap;
}

#cats .section-head {
    margin-top: 146px;
}

.menu-item-468 .sub-menu {
    background-color: var(--deep-blue);
}

.menu-item-468 .sub-menu li {
    crolor: var(--white);
}

.dropdown-header-icon {
    margin-left: 8px;
}

.menu-item-has-children {
    display: flex;
    align-items: baseline;
}

.swiper-inner .button-xxl {
    padding: 31px 68px;
}

.section-quote {
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    text-align: right;
    letter-spacing: 0.06em;
}

.section-quote--author {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 6%;
    text-align: right;
}

.subtitle-text {
    font-size: 20px;
    color: var(--mid-gray);
    font-weight: 500;
    line-height: 32px;
}

#about-product-about {
    padding: 192px 0;
}

#section_products {
    padding-top: 0;
}

.swiper-slide-image {

}

#cats {
    margin-bottom: 200px;
}

#cats .swiper-container {
    overflow: visible;
    margin-bottom: 100px;
}

.terms-navbar {
    bottom: -137px;
}

#section_products .product-swiper {
    justify-content: center;
}

#section_products .product-slide__image {
    padding: 0;
    margin: 0;
    margin-top: -30px;
}

#section_products .product-meta {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
}

#section_products .product__text {
    color: var(--dark-blue);
    font-size: 18px;
}

#section_products .product-slide-info {
    padding: 60px;
}

.product-slide__header[class*="underlined__"].deep-blue::after {
    border-width: 5px;
}

.product-slide__header {
    position: relative;
    color: var(--deep-blue);
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 6%;
    margin-bottom: 54px;
}

.product-slide__header::after {
    position: absolute;
    content: " ";

    width: 30px;
    height: 6px;
    display: block;
    background-color: var(--deep-blue);

    bottom: -24px;
}

.product-meta-info {
    display: flex;
    flex-flow: row nowrap;
}

.product-meta-info__item {
    flex: 4;
}

.product-meta-info__wrapper {
    display: flex;
    flex: 1.5;
}

.product-meta-info__item--image {
    flex: 1;
    position: relative;
}

.info-card {

}

.info-card__item {
    margin-bottom: 40px;
}

.info-card__header {

    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
}

.product-info-content {
    display: flex;
    flex-flow: row nowrap;
    padding: 60px 30px 60px 30px;
}

.product-info-content__item {
    flex: 1;
}

.product-info-content__item:first-child {
    margin-right: 107px;
}

.swiper-slide-image {
    padding: 0;
    margin: 0;
    margin-top: -30px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 110%;
    object-fit: contain;
    object-position: bottom;
}

.uptitle--uppercase {
    text-transform: uppercase;
}

.swiper-slide--extra {
    display: flex;
    justify-content: center;
}


.slide-product-card {
    display: flex;
    flex-flow: column wrap;
    position: relative;

    max-width: 597px;
    height: 100%;

    border: 1px solid #eee;
    border-radius: 20px;
    overflow: hidden;
}


.card-button-buy {
    cursor: pointer;
}

.slide-product-card__buttons {
    transition: 0.3s;
    width: 40%;
    display: flex;
    top: 0;
    left: 0;
    justify-content: center;

}

.card-buttons {

    display: flex;
    flex-flow: row nowrap;
    z-index: 1;

    bottom: 0;
}

.card-buttons__item {
    flex: 1;
    height: 35px;
    width: 50px;
    border-radius: 3px;
    margin: 3px;
    -webkit-box-shadow: 0px 1px 5px rgba(61, 70, 79, .12);
    box-shadow: 0px 1px 5px rgba(61, 70, 79, .12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    color: #597dfc;
    background-color: var(--white);
}


.slide-product-card__image {
    overflow: hidden;
    /*padding: 30px;*/
    /*height: 300px;*/
    background-color: var(--dust);
    display: flex;
    justify-content: center;
}

.slide-product-card__image img {
    /*max-width: 100%;*/
    /*max-height: 100%;*/
    /*height: 600px;*/
    object-fit: cover;
    height: 100%;
    object-position: center;
}

.slide-product-card__title {
    padding: 15px 15px 15px 15px;
    font-size: 18px;
    line-height: 1.5rem;
    min-height: 60px;
    flex: 1;
    background-color: var(--dust);
    z-index: 2;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
}


.products-slider .swiper-pagination-bullet {
    border-radius: 2px;
    width: 8px;
    height: 3px;
}

.products-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
}

.custom-slider {
    padding: 0;
    color: var(--white);
}

.custom-slider .swiper-slide {
    z-index: -1;
    display: flex;
    overflow: hidden;
    position: relative;
    padding: 120px 0 60px 0;
    flex-direction: column;
    justify-content: center;
}

.custom-slider .swiper-slide:nth-child(1) {
    /*transform: scale(0.95);*/
}

.custom-slider .swiper-slide,
.custom-slider .swiper-slide .overlay__mask {
    max-height: 1280px;
    height: 100%;
    background: url() no-repeat center center / cover;
}

.custom-slider .swiper-slide .overlay__mask {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

.custom-slider .swiper-slide .container {
    z-index: 2;
    position: relative;
}

.custom-slider .swiper-navbar {
    z-index: 1;
    width: 100%;
    bottom: 45px;
    position: absolute;
}

.custom-slider .swiper-navbar [class*="col-"] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-slider .swiper-navbar .custom-slider-pagination,
.custom-slider .swiper-navbar .custom-slider-navigation {
    display: flex;
    align-items: center;
}


.custom-slider .swiper-navbar .custom-slider-navigation {
    width: 30%;
    font-size: 28px;
    justify-content: flex-end;
}

.custom-slider .custom-slider-pagination .swiper-pagination-bullet {
    width: 100%;
    height: unset;
    font-size: 18px;
    font-weight: 600;
    border-radius: unset;
    background: transparent;
}

.custom-slider .custom-slider-pagination .swiper-pagination-bullet::before {
    width: 24px;
    content: "";
    display: block;
    padding-bottom: 10px;
    border-top: 3px solid var(--white);
}

.custom-slider .custom-slider-pagination .swiper-pagination-bullet-active {
    border-color: #ffffff52;
}

.custom-slider .custom-slider-pagination > span:not(:last-child),
.custom-slider .custom-slider-navigation > div:not(:last-child) {
    margin-right: 30px;
}

.custom-slider .custom-slider-navigation > div {
    cursor: pointer;
}

/*  */

.custom-slide__title {
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
}

.custom-slide__text {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin: 30px 0 45px 0 !important;
}

.custom-slide__scroll {
    top: 50%;
    right: 15px;
    display: flex;
    position: absolute;
    flex-direction: column;
    transform: translateY(-50%);
    animation-name: drone;
    animation-duration: 3s;
    transition-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes drone {
    0% {
        top: 45%;
    }
    50% {
        top: 50%;
    }
    100% {
        top: 45%;
    }
}


.custom-slider .swiper-navbar [class*="col-"] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-slider .swiper-navbar .custom-slider-pagination,
.custom-slider .swiper-navbar .custom-slider-navigation {
    display: flex;
    align-items: center;
}

.custom-slider .swiper-navbar .custom-slider-pagination {
    width: 70%;
    justify-content: flex-start;
}

.custom-slider .swiper-navbar .custom-slider-navigation {
    width: 30%;
    font-size: 28px;
    justify-content: flex-end;
}

.custom-slider .custom-slider-pagination .swiper-pagination-bullet {
    width: 20px;
    height: unset;
    font-size: 18px;
    font-weight: 600;
    border-radius: unset;
    background: transparent;
}

.custom-slider .custom-slider-pagination .swiper-pagination-bullet::before {
    width: 20px;
    content: "";
    display: block;
    padding-bottom: 10px;
    border-top: 3px solid var(--white);
}

.custom-slider .custom-slider-pagination .swiper-pagination-bullet-active {
    border-color: #ffffff52;
}

.custom-slider .custom-slider-pagination > span:not(:last-child),
.custom-slider .custom-slider-navigation > div:not(:last-child) {
    margin-right: 30px;
}

.custom-slider .custom-slider-navigation > div {
    cursor: pointer;
}

/*  */

.custom-slide__title {
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
}

.custom-slide__text {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin: 30px 0 45px 0 !important;
}

.custom-slide__scroll {
    top: 50%;
    right: 15px;
    display: flex;
    position: absolute;
    flex-direction: column;
    transform: translateY(-50%);
    animation-name: drone;
    animation-duration: 3s;
    transition-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes drone {
    0% {
        top: 45%;
    }
    50% {
        top: 50%;
    }
    100% {
        top: 45%;
    }
}

@media only screen and (max-width: 576px) {
    .custom-slide__title {
        font-size: 24px;
        line-height: 32px;
    }

    .custom-slider .swiper-slide {
        padding: 60px 0;
    }
}

.products {
    padding: 60px;
    max-width: 1254px;
    margin: 0 auto;
}

.products__first {
    margin-top: 200px;
    padding-bottom: 186px;
}


.products-frame {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-flow: row;
}

.products-frame--flow-reversed {
    flex-flow: row-reverse;
}

.products-frame__image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    margin-right: 110px;
}

.products-info {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.products-info-actions {

}

.products-info-actions__item {
    margin-right: 30px;
}

.products-info-actions__item .button-xxl {
    height: 85px;
    font-size: 16px;
    padding: 34px;
    /*width: 280px;*/
    width: 305px;
}

.products-info-actions__item:last-child {
    margin-right: 0;
}

.products-frame--bottom .products-info-actions {
    /*display: none;*/
}


.products-info__header {
    font-size: 50px;
    line-height: 68px;
    font-weight: 600;
}

.products-info__title {
    font-weight: bold;
    color: var(--dark-blue);
}

.products.products__tagline {
    position: relative;
    max-width: 100%;
    padding: 0;
}

.products-tagline {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.products-tagline__item {
    display: flex;
    flex-flow: column;
}

.products-tagline__video {
    width: 100%;
    height: 100%;
}

.products-tagline__video video {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.video {
    position: relative;
}

.video__button {
    background-color: rgba(58, 52, 81, 0.6);
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 1;
}

.video__button:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

.video__start {
    left: 0;
    bottom: 0;
}

.video__mute {
    left: 0;
    top: 0;
}

.video__pause {
    top: 0;
    right: 0;
}

.video__stop {
    bottom: 0;
    right: 0;
}


.products-tagline__header {
    text-align: center;
    font-size: 90px;
    letter-spacing: 3px;
    color: var(--white);
}

.products-tagline__copy {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: var(--orange);
    font-weight: 800;
    font-size: 28px;
}

.products__slider {
    padding-top: 149px;
}

.products__slider .slider-info__title, .products__slider .slider-info__header {
    text-align: center;
}

.slider-info__title {
    font-size: 24px;
    line-height: 40px;
    font-width: bold;
}

.slider-info__header {
    font-size: 32px;
    line-height: 68px;
}

.page-products #postline_new {
    margin-bottom: 0;
    padding-bottom: 0;
}


.swiper-container.products-slider {
    padding-bottom: 50px;
}

.slider-info {

}

.slider-info__title {
    font-weight: bold;
}

.slider-info__header {
    font-weight: bold;
}

.products__facts {
    background: var(--dust);
    max-width: 100%;
}

.products-facts {
    max-width: 1254px;
    margin: 0 auto;
    padding-top: 112px;

}

.products-facts__header {
    color: var(--deep-blue);
    margin-bottom: 40px;
}

.products-fact {
    display: flex;
    border-top: 1px solid #BBBBC6;
    padding-top: 53px;
}

.products-fact__item {
    flex: 1;
}

.products-fact__item:not(.products-fact__item:last-child) {
    margin-right: 168px;
}

.products__facts .products-fact__text {
    font-size: 24px;
    line-height: 40px;
}


.products-fact__text {
    font-weight: bold;
}

.products__more-info {
    height: 800px;
}

.products-frame {
    height: 100%;
}

.products__more-info {

}

.products__more-info .products-info__header {
    font-size: 40px;
    line-height: 64px;
    font-weight: 700;
    letter-spacing: 6%;
}

.products__more-info .products-info__title {
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 6%;
}

.products__more-info .products-frame__image {
    margin-right: 0;
}

.overlay__mask--dark {
    position: relative;
}

.overlay__mask--dark:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.custom-list {
    list-style: none;
}

.custom-list li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.custom-list li::before {
    content: "";
    position: absolute;
    background-color: var(--deep-blue);
    width: 8px;
    height: 4px;
    top: 50%;
    left: 0;
}

.frame {
    display: flex;
    margin-top: 100px;
}


.frame__image {
    display: flex;
    justify-content: center;
    align-items: center;
}


.frame__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-info {
    background: var(--white);
}

.product-info__item {
    margin: 48px 54px;
}

.product-info__name {
    font-weight: bold;
    color: var(--dark-blue);
    margin: 48px 54px;
}

.product-info--shadow {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-left: 60px;
    margin-bottom: 10px;
}

.product-info__item--dark-blue {
    background-color: var(--dark-blue);
    color: var(--white);
    margin: 0;
    padding: 60px;
}


.dropdowns-list {

}

.dropdowns-list__item {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    color: var(--deep-blue);
    font-weight: bold;
    margin: 10px 0;
}


#postline_new {
    padding-bottom: 0;
    height: 720px;
}

.nav-back {
    display: none;
    margin-bottom: 30px;
}


.nav-back__item {
    position: relative;
    padding-left: 20px;
    color: var(#D1CEE1);
}

.nav-back__item::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    height: 2px;
    width: 10px;
    background: #D1CEE1;
}

.sticky-container {
    position: sticky;
}


.sticky-container--offset-top {
    top: 100px;
}

#postline {
    padding-top: 107px;
}

#postline .post {
    height: 128px;
}

.info-block-small {
    display: flex;
    flex-flow: row wrap;
}

.info-block-big {
    display: flex;
    flex-flow: row nowrap;
}

.info-block-big__icon {
    display: flex;
    justify-content: center;
    flex: 100%;
    width: 64px;
    height: 64px;

    flex: 100%;

    margin-right: 30px;
}

.info-block-big__content {

}


.info-block-small__text {
    flex: 6;
    font-size: 17px;
    line-height: 140%;
}

.info-block-small__icon {
    flex: 1;
    margin-right: 32px;
    width: 64px;
    height: 64px;
}

.info-block-small__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-tabs {
    margin-right: 10px;
}

.main-container {
    display: flex;
    flex-flow: row;
    margin: 114px auto 0 auto;
}

.main-container__item {
    flex: 1;
}

.main-container__item--extra-width {
    flex: initial;
    width: 70%;
}

#about-product-about {
    padding: 0;
    height: auto;
}

#about-product-about .main-container__item {
    margin: 192px auto;
}

.circle-tagline {
    position: relative;
    z-index: 100;
}

.header-menu.header-mobile-menu #site-logo {
    filter: brightness(100);
}

.header-mobile-menu .header-menu-title .header-menu-title__item--logo {
    margin-left: 15px;
}

.tabs.wc-tabs.product-tabs {
    justify-content: flex-start;
}

#about-home .section-head__text {
    color: var(--drak-blue);
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
}

#about-home .uptitle {
    margin-bottom: 39px;
}

#about-product-about .main-container {
    margin-top: 0;
}

#about-product-about .main-container__item {
    margin: 181px auto;
}

#about-product-about .section-head .text {
    margin-top: 39px;
}

.site-footer .logo {
    filter: brightness(100);
}

#hero-slider .hero-slide__text {
    margin: 30px 0;
}



.header-mobile-menu .header-menu-nav-links .dropdown-header-icon {
    display: none;
}

.header-mobile-menu .header-menu-nav-links .menu-item a {
    display: block;
    p
    adding: 10px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

.header-mobile-menu .menu-item-468 .sub-menu {
    display: none;
}

.products.products__slider {
    max-width: unset;
    width: 100%;
}

.header-mobile-menu .dropdown-header-icon {
    display: none;
}


.dropdown-content ul, .dropdown-content ol, .dropdown-content dl {
    list-style: initial;
}

* {
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
}




.sn-container-table {
    display: flex;
    flex-flow: column wrap;
    max-width: 100%;
    overflow: auto;
}

