@font-face {
    font-family: Onest;
    font-weight: 400;
    src: url("../fonts/OnestRegular.ttf");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Onest;
    font-weight: 500;
    src: url("../fonts/OnestMedium.ttf");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Onest;
    font-weight: bold;
    src: url("../fonts/OnestBold.ttf");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Onest;
    font-weight: 800;
    src: url("../fonts/OnestExtraBold.ttf");
    font-style: normal;
    font-display: swap;
}


/*------------------------------------------------------------*
**Главная
**------------------------------------------------------------*/

/* CSS Document */
.item.product__type-simple .tiered-pricing-wrapper tbody tr:nth-child(n+4) {
    display: none!important;
}

#wpadminbar {
    top: 0px !important;
}

html {
    margin-top: 0 !important;
}

html, body {
    overflow-x: hidden;
}
.hidden {
	display: none;
}

body {
    margin: 0;
    font-family: Onest, sans-serif;
    background: #F9F9F9;
    padding: 0 0;
    font-size: 16px;
    line-height: 150%;
    color: #5A5A5A;
}

a {
    text-decoration: underline;
    color: #1C1C1C;
}

a, .btn, button {
    transition: .5s;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

p, img {
    margin: 0;
    padding: 0;
    border: 0;
}

p {
    margin: 0 0 15px 0;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    line-height: normal;
    position: relative;
    font-family: Onest, sans-serif;
    padding: 0;
    margin: 0 0 24px 0;
    font-weight: 500;
}

h1, .h1 {
    font-size: 33px;
}

/* h2, .h2 { font-size: 25px;} */
h2, .h2 {
    font-weight: 800;
    font-size: 28px;
    line-height: 36px;
    margin: 0;
}

h3, .h3 {
    font-size: 20px;
}

h4, .h4 {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

table {
    border-spacing: 0;
}

button {
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
}

header,
nav,
section,
article,
aside,
footer {
    display: block
}

input, button, textarea, select {
    font-size: 16px;
    outline: none;
    font-family: Onest, sans-serif;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

button {
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto !important;
    max-height: 100%;
}

iframe {
    max-width: 100% !important;
    max-height: 100% !important;
}

.site-width {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px;
}

.topline {
    padding: 8px 0;
    border-bottom: 1px solid #EBEBEB;
}

.topline .mail {
    margin: 0 43px 0 0;
}

.topline .mail a {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
}

.topline .site-width {
    display: flex;
    align-items: center;
}

.topline .menu {
    flex: 1;
}

.topline ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.topline ul li {
    margin: 0 35px 0 0;
    position: relative;
}

.topline ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 0 24px 24px -16px rgba(0, 0, 0, 0.2);
    z-index: 999;
    display: none;
    width: 220px;
}

.topline ul li:hover > ul {
    display: block;
}

.topline ul li.menu-item-has-children {
    display: flex;
    align-items: center;
}

.topline ul li.menu-item-has-children:after {
    content: "";
    width: 12px;
    height: 7px;
    margin: 0 0 0 10px;
    transition: .8s;
    background: url(../images/about-arrow.svg) no-repeat;
}

.topline ul li ul li {
    margin: 10px 0;
}

.topline ul li a {
    color: #5A5A5A;
    text-decoration: none;
}

.topline ul li a:hover {
   color: #FF590B;
    text-decoration: none;
}

.topline .time {
    display: flex;
    align-items: center;
}

.topline .time:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/time.svg) no-repeat;
    margin: 0 10px 0 0;
    flex-shrink: 0;
}

.header {
    padding: 21px 0;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
}

.header .site-width {
    display: flex;
    align-items: center;
}

.header .logo {
	max-width: 220px;
    margin: 0 20px 0 0;
}

.header .logo a {
    display: block;
    text-decoration: none;
}

.header .btn-catalog button {
    display: flex;
    align-items: center;
    text-decoration: none;
    background: #FF590B;
    border-radius: 7px;
    padding: 11px 32px 12px 24px;
    font-weight: 500;
    color: #FFFFFF;
}

.header .btn-catalog button:before {
    content: "";
    width: 24px;
    height: 25px;
    background: url(../images/header-menu.svg) no-repeat;
    margin: 0 10px 0 0;
    transition: .5s;
}

.header .btn-catalog.active button:before {
    background: url(../images/header-close-menu.svg) no-repeat;
}

.header .search {
    flex: 1;
    margin: 0 30px 0 20px;
    position: relative;
    height: 50px;
    z-index: 5;
}

.header .search form {
    display: flex;
    align-items: center;
    z-index: 1;
    background: #EBEBEB;
    border-radius: 7px;
    padding: 12px 16px;
}

.header .search form.visible .dgwt-wcas-sf-wrapp {
    flex-direction: row;
    width: 100%;
    position: relative;
}

.header .search form.visible .dgwt-wcas-sf-wrapp:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 55px;
    /*background: #ebebeb;*/
    z-index: 3;
    width: 20px;
}

.header .search form.visible button {
    /*margin: 0 0 0 10px;*/
}

.header .search button {
    order: 1;
    width: 24px;
    height: 24px;
    background: url(../images/header-search.svg) no-repeat;
    margin: 0 10px 0 0;
    flex-shrink: 0;
}

.header .search input {
    border: 0;
    order: 2;
    background: none;
    width: 100%;
}

.header .search ::-webkit-input-placeholder {
    color: #B6B6B6;
}

.header .search ::-moz-placeholder {
    color: #B6B6B6;
}

.header .search ::placeholder {
    color: #B6B6B6;
}

.header .mail {
    margin: 0 25px 0 0;
    font-weight: 500;
    color: #1C1C1C;
    text-decoration: none;
}

.header .mail span {
    display: block;
    margin: 2px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    color: #929292;
}

.header .mail a {
    text-decoration: none;
}

.header .phone {
    margin: 0 25px 0 0;
    font-weight: 700;
    color: #1C1C1C;
    text-decoration: none;
}

.header .phone span {
    display: block;
    margin: 2px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    color: #929292;
    cursor: pointer;
}

.header .phone a {
    text-decoration: none;
}

.header .favorite {
    margin: 0 10px 0 0;
    opacity: 1;
    position: relative;
}

.header .favorite .wishlist_products_counter {
    opacity: .7;
}

.header .favorite .wishlist_products_counter.wishlist-counter-with-products {
    opacity: 1;
}

.header .favorite a {
    display: block;
    text-decoration: none;
    position: relative;
    background: url(../images/header-fav.svg) no-repeat center 0;
    font-size: 14px;
    color: #1C1C1C;
    padding: 29px 3px 0 3px;
}

.header .favorite .wishlist_products_counter .wishlist_products_counter_number {
    display: none;
}

.header .favorite .wishlist_products_counter.wishlist-counter-with-products .wishlist_products_counter_number {
    display: block;
}

.header .favorite a .wishlist_products_counter_number {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    background: #FF590B;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    line-height: 1.7;
}

.header .cart {
    display: block;
    text-decoration: none;
    position: relative;
    background: url(../images/header-cart.svg) no-repeat center 0;
    font-size: 14px;
    color: #1C1C1C;
    padding: 29px 3px 0 3px;
}

.header .cart span {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 555px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background: #FF590B;
}

.section-1 {
    background: url(../images/section1-bg.png) no-repeat right 0;
    border-radius: 15px;
    background-size: 100% auto;
    position: relative;
    width: 100%;
    max-width: 1220px;
    margin: 20px auto 20px auto;
    padding: 40px;
    z-index: 1;
}

.section-1 .title h1 {
    position: relative;
    z-index: 2;
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    color: #FFFFFF;
    margin: 0 0 10px 0;
}

.section-1 .desc {
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    margin: 0 0 25px 0;
}

.section-1 .tabs {
    background: #FFFFFF;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    z-index: 9;
}

.section-1 .tabs__caption {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #EBEBEB;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.section-1 .tabs__caption li {
    cursor: pointer;
    position: relative;
    padding: 13px 35px;
    color: #5A5A5A;
}

.section-1 .tabs__caption li.active {
    background: #fff;
    border-radius: 10px 10px 0 0;
    left: -1px;
}

.section-1 .tabs__caption li:first-child.active {
    left: 0;
}

.section-1 .tabs__caption li:last-child:after {
    display: none;
}

.section-1 .tabs__content {
    display: none;
}

.section-1 .tabs__content.active {
    display: flex;
    padding: 30px 30px 36px 10px;
    align-items: center;
}

.section-1 .tabs__caption li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 24px;
    background: #B6B6B6;
    margin: -12px 0 0 0;
}

.section-1 .tabs__caption li.active:before {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 20px;
    box-shadow: 10px 0 0 0 #fff;
    border-radius: 0 0 10px 0;
    bottom: 0;
    top: unset;
    left: -20px;
}

.section-1 .tabs__caption li.active:after {
    content: "";
    display: block !important;
    height: 10px;
    width: 20px;
    position: absolute;
    bottom: 0;
    top: unset;
    right: -20px;
    box-shadow: -10px 0 0 0 #fff;
    border-radius: 0 0 0 10px;
    background: transparent;
}

#shipping_method input {
    display: none;
}

.shipping_method_box {
    padding: 15px 45px 15px 15px;
    background: #FFFFFF;
    border: 2px solid #EBEBEB;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
    display: flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #141414;
    flex-direction: column;
}

.shipping_method_box:before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    right: 15px;
    top: 14px;
    border: 7px solid #EBEBEB;
    background: #EBEBEB;
    border-radius: 50%;
}

input:checked + .shipping_method_box:before {
    background: #49ad33;
}

input:checked + .shipping_method_box {
    border: 2px solid #49ad33;
}

.shipping_method_box > span {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #141414;
    padding-top: 5px;
}

.shipping_method_box span.woocommerce-Price-amount.amount {
    display: none;
}

.shipping_method_box span.woocommerce-Price-amount.amount.custom-shipping-Price {
    display: block;
}

#order_review .image {
    width: 60px;
    padding: 5px;
    height: auto;
    padding-right: 15px;
}

#order_review .product-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #141414;
    padding: 5px;
}

#order_review .count {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #141414;
    white-space: nowrap;
    padding: 5px;
}

#order_review .product-total {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #141414;
    width: auto;
    white-space: nowrap;
    padding-left: 15px;
}

.woocommerce table.shop_table {
    border: none;
}

.woocommerce table.shop_table tr td:first-of-type {
    padding-left: 0;;
}

.woocommerce table.shop_table tr td:last-of-type {
    padding-right: 0;;
}

.woocommerce table.shop_table td {
    border-top: none;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: none;
}

.section-1 .tabs__caption li:last-child:after, .section-1 .tabs__caption li.active:after {
    display: none;
}

.section-1 .images {
    width: 17%;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 0;
}

.irs--round .irs-to,
.irs--round .irs-from {
    display: none !important;
}

.input-alls {
    display: flex;
}

.input-alls .input-all {
    width: 50%;
}

.section-1 .images img {
    max-width: 148px;
}

.section-1 .right-block {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 20px;
}

.select-all .select {
    position: relative;
    width: 100%;
}

.new-select {
    width: 100%;
    border: 0;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #fff;
    transition: .8s;
    position: relative;
}

.new-select:before {
    content: "";
    width: 12px;
    height: 7px;
    position: absolute;
    top: 0;
    right: 0;
    transition: .8s;
    background: url(../images/select.svg) no-repeat;
}

.new-select.on:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.new-select.yes {
    color: #232323;
}

.new-select__list {
    position: absolute;
    top: calc(100% - 5px);
    left: -17px;
    right: -17px;
    box-shadow: 0 1px 2px rgba(198, 228, 246, 0.05);
    border-radius: 0 0 7px 7px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 10px 24px 21px 24px;
    background: #fff;
    z-index: 99999999999;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    margin: 10px 0 0 0;
}

.new-select__list .scroll {
    max-height: 225px;
    overflow-y: auto;
}

.new-select__list.on {
    display: block;
}

.new-select__item span {
    display: block;
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 150%;
    color: #5A5A5A;
    cursor: pointer;
}

.new-select__item span:hover {
    color: #111;
}

.select-all ::-webkit-scrollbar {
    width: 4px;
}

.select-all ::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 99px;
}

.select-all ::-webkit-scrollbar-thumb {
    background-color: #B6B6B6;
    border-radius: 99px;
}

.section-1 .select-all {
    width: 32.2%;
    margin: 0 1.7% 17px 0;
}

.section-1 .input-all {
    width: 20.9%;
    margin: 0 1.7% 0 0;
}

.section-1 .input-all:nth-child(3) {
    width: 32.2%;
    margin: 0 0 17px 0;
}

.section-1 button {
    cursor: pointer;
    width: 32.2%;
    background: #FF590B;
    border-radius: 7px;
    padding: 16px 55px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.section-1 p {
    width: 32.2%;
    margin-bottom: 0;
    display: block;
}

.section-1 p button {
    width: 100%;
}

.title-section {
    display: flex;
    align-items: center;
    margin: 0 0 30px 0;
    font-weight: 800;
    font-size: 28px;
    line-height: 36px;
    color: #1C1C1C;
    text-decoration: none;
}

.title-section .link {
    text-decoration: none;
    width: 30px;
    height: 30px;
    background: url(../images/title-section-arrow.svg) no-repeat;
    margin: 0 0 0 15px;
}

.section-2 {
    padding: 0 0 30px 0;
}

.section-2 .flex {
    display: flex;
    flex-wrap: wrap;
}

.section-2 .item {
    display: flex;
    text-decoration: none;
    width: 31.666%;
    margin: 0 2.5% 30px 0;
    background: #FFFFFF;
    border-radius: 10px;
}

.section-2 .item:nth-child(3n) {
    margin: 0 0 30px 0;
}

.section-2 .item .images {
    font-size: 0;
    line-height: 0;
    width: 140px;
    height: 170px;
}

.section-2 .item:hover {
    box-shadow: 0 24px 24px -16px rgba(0, 0, 0, 0.2);
}

.section-2 .item:hover .name {
    color: #FF590B;
}

.section-2 .left {
    flex: 1;
    padding: 20px 0 20px 20px;
}

.section-2 .name {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 5px 0;
}

.section-2 .desc {
    font-size: 14px;
    line-height: 150%;
    color: #5A5A5A;
}

.section-2 .sale {
    background: #FF590B;
    border-radius: 99px;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    display: table;
    margin: 38px 0 0 0;
}

.section-3 {
    margin: 0 0 40px 0;
}

.section-products {
    display: flex;
	flex: 1 1 auto;
    flex-wrap: wrap;
}

.section-products .item {
    width: 23.125%;
    margin: 0 2.5% 10px 0;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

.section-products .item:nth-child(4n) {
    margin: 0 0 10px 0;
}

.section-products .item:hover {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.section-products .item .onsale, .page-cart .product .price .onsale {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
    flex-wrap: wrap
    
}


.section-products .item .onsale span, .page-cart .product .price .onsale span {
background: #FF0000;
    color: #ffffff;
    font-size: 14px;
    line-height: 27px;
    min-height: unset;
    min-width: unset;
    border-radius: 99px;
    font-weight: 700;
    padding: 0 10px;
}
.section-products .item .add {
    cursor: pointer;
    margin: 16px 0 15px 0;
    width: 100%;
    background: #FF590B;
    border-radius: 7px;
    padding: 16px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.section-products .item .buy {
    cursor: pointer;
    width: 100%;
    border: 1px solid #FF590B;
    border-radius: 7px;
    text-align: center;
    padding: 16px 0;
    background: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FF590B;
}

.section-products .item .added-fav {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    background: url(../images/added-fav.svg) no-repeat;
    font-size: 0;
    line-height: 0;
}

.section-products .item .alg_wc_product_wholesale_pricing_table {
    width: 100%;
    margin-top: 10px;
}

.section-products .item .alg_wc_product_wholesale_pricing_table tbody tr {
    display: none;
}

.section-products .item .alg_wc_product_wholesale_pricing_table tbody tr:nth-child(1), .section-products .item .alg_wc_product_wholesale_pricing_table tbody tr:nth-child(2), .section-products .item .alg_wc_product_wholesale_pricing_table tbody tr:nth-child(3) {
    display: table-row;
}

.section-products .item .alg_wc_product_wholesale_pricing_table th, .section-products .item .alg_wc_product_wholesale_pricing_table td {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid #EBEBEB;
}

.section-products .item .alg_wc_product_wholesale_pricing_table th {
    padding: 5px 0;
    text-align: left;
}

.section-products .item .alg_wc_product_wholesale_pricing_table td {
    padding: 5px 0;
    text-align: right;
}

.section-products .sale {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 0 10px;
    background: #FF0000;
    border-radius: 99px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 3;
}

.section-products .images {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 0 10px 0;
    font-size: 0;
    line-height: 0;
    height: 204px;
    overflow: hidden;
}

.section-products .price {
    align-items: center;
    margin: 0 0 10px 0;
    min-height: 30px;
}

.section-products ins {
    margin: 0 15px 0 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #1C1C1C;
    text-decoration: none;
}

.section-products del {
    color: #929292;
    position: relative;
    text-decoration: none;
}

.section-products del:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: url(../images/old-price.png) no-repeat center center;
}

.section-products .name {
    display: table;
    text-decoration: none;
    color: #1C1C1C;
    min-height: 48px;
}

.section-4 {
    margin: 0 0 63px 0;
    line-height: 180%;
}

.section-4 .title-section {
    margin: 0 0 15px 0;
}

.section-4 .title-section span {
    flex: 1;
}

.section-4 .full {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FF590B;
    text-decoration: none;
}

.section-4 .full:after {
    content: "";
    width: 10px;
    height: 12px;
    background: url(../images/about-arrow.svg) no-repeat;
    margin: 0 0 0 20px;
}

.section-14 .full {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FF590B;
    text-decoration: none;
}

.section-14 .full:after {
    content: "";
    width: 10px;
    height: 12px;
    background: url(../images/about-arrow.svg) no-repeat;
    margin: 0 0 0 20px;
}

.section-4 .flex, .section-14 .flex {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0 0;
}

.section-4 .item {
    width: 23.125%;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 20px;
}

.section-4 .item .name {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 5px 0;
}

.section-4 .item .name img {
    margin: 0 15px 0 0;
}

.section-4 .desc {
    font-size: 14px;
    line-height: 150%;
    color: #929292;
}

.section-5 {
    margin: 60px auto;
    width: 100%;
    max-width: 1220px;
    position: relative;
    background: linear-gradient(96.47deg, #FF590B 9.53%, #FF8F0B 107.33%);
    border-radius: 15px;
    overflow: hidden;
    padding: 40px 50px;
}

.section-5:before {
    content: "";
    width: 667px;
    height: 309px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/section6-bg.png) no-repeat;
    z-index: 1;
}

.section-5 .block {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 518px;
}

.section-5 .title {
    margin: 0 0 30px 0;
    font-weight: 800;
    font-size: 30px;
    line-height: 150%;
    color: #FFFFFF;
}

.section-5 .title span {
    background: #FFFFFF;
    color: #FF590B;
    padding: 2px 10px;
    border-radius: 20.5px;
}

.section-5 .flex {
    display: flex;
    justify-content: space-between;
}

.section-5 .item {
    font-weight: 500;
    color: #FFFFFF;
}

.section-5 .item span {
    display: block;
    font-weight: 800;
    font-size: 36px;
    line-height: 46px;
    color: #FFFFFF;
    margin: 0 0 5px 0;
}

.section-6 {
    margin: 0 0 30px 0;
}

.section-6 .cat-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 25px 0;
}

.section-6 .cat-flex a {
    text-decoration: none;
    margin: 0 0 5px 0;
    border: 1px solid #B6B6B6;
    border-radius: 100px;
    padding: 3px 15px 4px;
    color: #5A5A5A;
}

.section-6 .flex {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px 0;
}

.section-6 .flex .item {
    display: flex;
    align-items: center;
    width: 31.666%;
    border-radius: 15px;
    overflow: hidden;
    text-decoration: none;
    padding: 15px 0 20px 20px;
}

.section-6 .flex .left {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.section-6 .flex .images {
    width: 56%;
    text-align: center;
}

.section-6 .flex .name {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    flex: 1;
}

.section-6 .flex .price {
    font-size: 18px;
    color: #FFFFFF;
}

.section-6 .flex .item:nth-child(1) {
    background: #FF590B;
}

.section-6 .flex .item:nth-child(2) {
    background: linear-gradient(254.96deg, #0FC7A6 -18.25%, #3E63F7 89.48%);
}

.section-6 .flex .item:nth-child(3) {
    background: linear-gradient(251.5deg, #BF11A6 6.23%, #521177 115.11%);
}

.section-6 .block-feedback {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(93.93deg, #353D5D 29.3%, #404C7C 81.35%);
    border-radius: 15px;
    overflow: hidden;
    padding: 25px 60px;
}

.section-6 .block-feedback .name {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
    flex: 1;
}

.section-6 .block-feedback img {
    margin: 0 55px;
}

.section-6 .block-feedback .btn {
    background: #FFFFFF;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.35);
    border-radius: 7px;
    cursor: pointer;
    text-decoration: none;
    padding: 15px 32px 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
}

.section-7 {
    margin: 0 0 60px 0;
}

.section-7 .slider {
    position: relative;
    margin: 0 -10px;
}

.section-7 .item {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 15px;
}

.section-7 .item a {
    text-decoration: none;
}

.section-7 .images {
    font-size: 0;
    line-height: 0;
    margin: 0 -15px 15px -15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-7 .name {
    color: #1C1C1C;
    font-size: 14px;
    text-align: center;
}

.section-7 .slick-arrow {
    padding: 0;
    border: 0;
    cursor: pointer;
    width: 11px;
    height: 18px;
    font-size: 0;
    line-height: 0;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    margin: -9px 0 0 0;
    z-index: 9;
}

.section-7 .slick-prev {
    background: url(../images/section7-arrow.svg) no-repeat center center;
    left: -32px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section-7 .slick-next {
    background: url(../images/section7-arrow.svg) no-repeat center center;
    right: -32px;
}

.section-7 .slick-slide {
    margin: 0 10px;
}

.section-8 {
    background: url(../images/section8-bg.jpg) no-repeat center 0;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto 60px auto;
    padding: 46px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
}

.section-8 .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
}

.section-8 .link {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 7px;
    text-decoration: none;
    padding: 15px 32px 16px 36px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #008DAB;
}

.section-8 .link:after {
    content: "";
    width: 8px;
    height: 13px;
    background: url(../images/section8-arrow.svg) no-repeat;
    margin: 0 0 0 20px;
}

.section-8 .logo {
    font-size: 0;
    line-height: 0;
}

.section-9 {
    margin: 0 0 60px 0;
}

.section-9 .item {
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 20px 20px 20px;
}

.section-9 .item .images {
    display: block;
    text-decoration: none;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    margin: 0 -20px 20px -20px;
    border-radius: 10px;
}

.section-9 .item .name {
    display: table;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 5px 0;
}

.section-9 .item .order {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FF590B;
    text-decoration: none;
	background: transparent;
}

.section-9 .item .order:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/title-section-arrow.svg) no-repeat;
    margin: 0 0 0 10px;
    background-size: contain;
}

.section-9 .slider {
    position: relative;
    margin: 0 -15px;
}

.section-9 .slick-arrow {
    padding: 0;
    border: 0;
    cursor: pointer;
    width: 11px;
    height: 18px;
    font-size: 0;
    line-height: 0;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    margin: -9px 0 0 0;
    z-index: 9;
}

.section-9 .slick-prev {
    background: url(../images/section7-arrow.svg) no-repeat center center;
    left: -32px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section-9 .slick-next {
    background: url(../images/section7-arrow.svg) no-repeat center center;
    right: -32px;
}

.section-9 .slick-slide {
    margin: 0 15px;
}

.section-10 {
    margin: 0 0 60px 0;
}

.section-10 .flex {
    display: flex;
    justify-content: space-between;
}

.section-10 .step {
    position: relative;
    width: 14.5%;
}

.section-10 .icon {
    margin: 0 0 20px 0;
    width: 74px;
    height: 74px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.section-10 .name {
    color: #1C1C1C;
}

.section-10 .step + .step {

}

.section-10 .icon:before {
    content: "";
    width: 96px;
    height: 16px;
    background: url(../images/section10-arrow.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: calc(100% + 20px);
    margin: -8px 0 0 0;
}

.section-10 .step:last-child .icon:before {
    display: none;
}

.section-11 {
    margin: 0 0 60px 0;
}

.section-11 .site-width {
    display: flex;
    justify-content: space-between;
}

.section-11 .col-left {
    width: 48.75%;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 30px 40px;
}

.section-11 .col-right {
    display: flex;
    width: 48.75%;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 30px 40px;
}

.section-11 .top {
    display: flex;
    align-items: center;
    margin: 0 0 30px 0;
}

.section-11 .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #1C1C1C;
}

.section-11 .col-right .left .title {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.section-11 .col-right .left .title:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/title-section-arrow.svg) no-repeat;
    margin: 0 0 0 10px;
    background-size: contain;
    display: block;
}

.section-11 .desc {
    font-size: 14px;
    line-height: 150%;
    color: #929292;
    margin: 12px 0 0 0;
}

.section-11 .top .desc {
    margin: 0 0 0 39px;
    flex: 1;
}

.section-11 .logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-11 .logos img {
    max-height: 57px;
}

.section-11 .left {
    flex: 1;
    padding: 0 36px 0 0;
}

.section-11 .sert {
    display: flex;
    font-size: 0;
    line-height: 0;
}

.section-11 .sert a {
    margin: 0 0 0 20px;
    max-width: 93px;
}

.section-12 {
    margin: 60px 0;
}

.section-12 .item {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 28px 29px;
}

.section-12 .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 5px 0;
}

.section-12 .date {
    margin: 0 0 12px 0;
    font-size: 14px;
    line-height: 150%;
    color: #929292;
}

.section-12 .date span {
    margin: 0 0 0 20px;
}

.section-12 .desc {
    color: #1C1C1C;
    max-height: 291px;
    overflow: hidden;
}

.section-12 .slider {
    margin: 0 -15px;
    position: relative;
}

.section-12 .slick-slide {
    margin: 0 15px;
}

.section-12 .slick-arrow {
    padding: 0;
    border: 0;
    cursor: pointer;
    width: 11px;
    height: 18px;
    font-size: 0;
    line-height: 0;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    margin: -9px 0 0 0;
    z-index: 9;
}

.section-12 .slick-prev {
    background: url(../images/section7-arrow.svg) no-repeat center center;
    left: -32px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section-12 .slick-next {
    background: url(../images/section7-arrow.svg) no-repeat center center;
    right: -32px;
}

.section-13 {
    margin: 60px 0;
}

.section-13 .item {
    position: relative;
    font-size: 0;
    line-height: 0;
    border-radius: 10px;
    overflow: hidden;
}

.section-13 .info {
    position: absolute;
    bottom: 23px;
    left: 26px;
    right: 26px;
    z-index: 1;
}

.section-13 .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0 0 5px 0;
}

.section-13 .date {
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
}

.section-13 .date span {
    margin: 0 0 0 20px;
}

.section-13 .play {
    text-decoration: none;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 41px;
    height: 48px;
    background: url(../images/section13-play.svg) no-repeat;
    margin: -24px 0 0 -20px;
}

.section-13 .slider {
    margin: 0 -15px;
    position: relative;
}

.section-13 .slick-slide {
    margin: 0 15px;
}

.section-13 .slick-arrow {
    padding: 0;
    border: 0;
    cursor: pointer;
    width: 11px;
    height: 18px;
    font-size: 0;
    line-height: 0;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    margin: -9px 0 0 0;
    z-index: 9;
}

.section-13 .slick-prev {
    background: url(../images/section7-arrow.svg) no-repeat center center;
    left: -32px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section-13 .slick-next {
    background: url(../images/section7-arrow.svg) no-repeat center center;
    right: -32px;
}

.section-14 {
    margin: 0 0 40px 0;
}

.section-14 .item {
    margin: 0 0 20px 0;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 60px 20px 20px;
}

.section-14 .question {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #1C1C1C;
    cursor: pointer;
    position: relative;
}

.section-14 .question:before {
    content: "";
    width: 26px;
    height: 27px;
    background: url(../images/section14-arrow.svg) no-repeat;
    position: absolute;
    top: 50%;
    right: -36px;
    z-index: 3;
    margin: -13px 0 0 0;
}

.section-14 .question.active:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section-14 .answer {
    display: none;
    color: #5A5A5A;
    padding: 10px 0 0 0;
}

.section-15 {
    position: relative;
    background: linear-gradient(80.64deg, #FF590B 3.49%, #FFAC0B 92.32%);
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 60px;
}

.section-15:before {
    content: "";
    position: absolute;
    width: 666px;
    height: 666px;
    left: 179.93px;
    top: -464px;
    background: linear-gradient(159.95deg, rgba(217, 217, 217, 0.32) -11.49%, rgba(217, 217, 217, 0) 86.63%);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.section-15:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background: url(../images/section15-bg.png) no-repeat right bottom;
}

.section-15 .block {
    position: relative;
    z-index: 6;
    width: 100%;
    max-width: 454px;
}

.section-15 .title {
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    color: #FFFFFF;
    margin: 0 0 15px 0;
}

.section-15 .desc {
    color: #FFFFFF;
    margin: 0 0 25px 0;
}

.section-15 .order {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    background: #FFFFFF;
    border-radius: 7px;
    padding: 15px 32px 16px 36px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FF590B;
}

.section-15 .order:after {
    content: "";
    margin: 0 0 0 10px;
    width: 24px;
    height: 24px;
    background: url(../images/title-section-arrow.svg) no-repeat;
    background-size: contain;
}

.section-16 {
    margin: 60px 0;
    color: #1C1C1C;
}

.section-16 .hidden {
    display: none;
}

ul.bullet {
    list-style: none;
    margin: 30px 0;
    padding: 0;
}

ul.bullet li {
    position: relative;
    color: #1C1C1C;
    margin: 0 0 15px 0;
    padding: 0 0 0 39px;
}

ul.bullet li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    border-radius: 555px;
    background: #FF590B;
    width: 7px;
    height: 7px;
}

ol {
    list-style: none;
    margin: 30px 0;
    padding: 0;
    list-style-type: none;
    counter-reset: item;
}

ol li {
    position: relative;
    color: #1C1C1C;
    margin: 0 0 15px 0;
    padding: 0 0 0 39px;
}

ol li:before {
    content: '' counter(item) '';
    counter-increment: item;
    font-size: 16px;
    line-height: 150%;
    color: #FF590B;
    position: absolute;
    top: 0;
    left: 8px;
    font-weight: 700;
}


.section-16 .full {
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    padding: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FF590B;
    justify-content: center;
}

.section-16 .full:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/section14-arrow.svg) no-repeat;
    background-size: contain;
    margin: 0 0 0 10px;
}

.section-16 .full.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section-17 {
    margin: 0 0 30px 0;
}

.section-17 .flex {
    display: flex;
    flex-wrap: wrap;
}

.section-17 .item {
    width: 23.125%;
    margin: 0 2.5% 30px 0;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 0 20px 18px 20px;
}

.section-17 .item:nth-child(4n) {
    margin: 0 0 30px 0;
}

.section-17 .images {
    display: block;
    text-decoration: none;
    max-height: 177px;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 -20px 15px -20px;
    font-size: 0;
    line-height: 0;
}

.section-17 .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
    display: table;
    margin: 0 0 14px 0;
    text-decoration: none;
}

.section-17 .date {
    font-size: 14px;
    line-height: 150%;
    color: #929292;
}

.section-18 {
    width: 100%;
    max-width: 1220px;
    margin: 110px auto 0 auto;
    background: linear-gradient(96.47deg, #FF590B 9.53%, #FF8F0B 107.33%);
    border-radius: 15px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.section-18:before {
    content: "";
    position: absolute;
    width: 808px;
    height: 808px;
    left: 320px;
    top: -712.34px;
    background: linear-gradient(159.95deg, rgba(217, 217, 217, 0.32) -11.49%, rgba(217, 217, 217, 0) 86.63%);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}

.section-18 .images {
    flex-shrink: 0;
    position: relative;
    width: 30%;
}

.section-18 img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.section-18 .block {
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
    padding: 60px 6.5% 70px 50px;
}

.section-18 .col-left {
    flex: 1;
    padding: 0 30px 0 0;
}

.section-18 .col-right {
    width: 256px;
}

.section-18 .title {
    font-weight: 800;
    font-size: 30px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0 0 11px 0;
}

.section-18 .desc {
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF !important;
}

.select-all {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0 1px 2px rgba(198, 228, 246, 0.05);
    border-radius: 7px;
    padding: 5px 16px 7px 16px;
}

.select-all select, .select-all input {
    border: 0;
}

.select-all label {
    display: block;
    font-size: 12px;
    line-height: 150%;
    color: #929292;
}

.input-all {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0 1px 2px rgba(198, 228, 246, 0.05);
    border-radius: 7px;
    padding: 5px 16px 7px 16px;
}

.input-all label {
    display: block !important;
    font-size: 12px;
    line-height: 150%;
    color: #929292;
}

.input-all input {
    border: 0;
    width: 100%;
    color: #1C1C1C;
}

.input-all textarea {
    border: 0;
    width: 100%;
    color: #1C1C1C;
    height: 100px;
    padding: 10px;
}

.section-18 button {
    display: flex;
    align-items: center;
    border: 1px solid #FFFFFF;
    border-radius: 7px;
    cursor: pointer;
    padding: 15px 32px 16px 36px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    background: none;
    width: 100%;
    margin: 25px 0 0 0;
}

.section-18 button:after {
    content: "";
    width: 25px;
    height: 24px;
    background: url(../images/arrow-white.svg) no-repeat;
    margin: 0 0 0 10px;
}

#top {
    width: 56px;
    height: 56px;
    background: url(../images/top.svg) no-repeat;
    cursor: pointer;
    position: fixed;
    bottom: 84px;
    right: 62px;
    z-index: 999;
    display: none;
}

.footer {
    margin: 80px 0 0 0;
    background: linear-gradient(286.77deg, #EBEBEB -9.87%, #F7F7F7 122.5%);
    padding: 60px 0 45px 0;
}

.footer .site-width {
    display: flex;
}

.footer .col-left {
    flex: 1;
}

.footer .logo {
    text-decoration: none;
    display: block;
	max-width: 220px;
    margin: 0 0 25px 0;
}

.footer .city {
    margin: 0 0 25px 0;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
}

.footer .city span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 5px 0;
}
.footer .city span b {
    font-size: 16px;
}
.footer .phone {
    margin: 0 0 25px 0;
    font-size: 14px;
    line-height: 150%;
    color: #1C1C1C;
}

.footer .phone a {
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
}

.footer .phone span {
    display: block;
    margin: 2px 0 0 0;
    cursor: pointer;
}

.footer .mail {
    font-size: 14px;
    line-height: 150%;
    color: #1C1C1C;
}

.footer .mail a {
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
}

.footer .mail span {
    display: block;
    margin: 2px 0 0 0;
}

.footer .col {
    padding: 0 30px;
}

.footer .col-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 15px 0;
}

.footer .col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .col ul li {
    margin: 0 0 15px 0;
}

.footer .col ul li a {
    text-decoration: none;
    color: #1C1C1C;
}

.footer .col ul li a:hover {
    text-decoration: none;
    color: #FF590B;
}

.footer .col-right .link {
    display: table;
    text-decoration: none;
    margin: 0 0 15px 0;
    color: #1C1C1C;
}

.footer .col-right {
    max-width: 22.9%;
    margin: 0 0 0 40px;
}

.footer .info {
    margin: 0 0 20px 0;
    color: #5A5A5A;
}

.footer .dev {
    color: #5A5A5A;
    margin: 21px 0 0 0;
}

.footer .dev a {
    color: #FF590B;
    text-decoration: none;
}

.footer .feedback {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    background: #FF590B;
    border-radius: 7px;
    padding: 11px 32px 12px 24px;
    font-weight: 500;
    color: #FFFFFF;
}

.footer .feedback:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/footer-phone.svg) no-repeat;
    margin: 0 10px 0 0;
}

.speedbar {
    font-size: 14px;
    line-height: 150%;
    color: #929292;
    margin: 20px 0 10px 0;
}

.speedbar a {
    position: relative;
    text-decoration: none;
    color: #929292;
    padding: 0 26px 0 0;
}

.speedbar a:after {
    content: "";
    width: 5px;
    height: 9px;
    background: url(../images/speedbar.svg) no-repeat;
    position: absolute;
    top: 50%;
    right: 7px;
    z-index: 1;
    margin: -4px 0 0 0;
}

.title-page {
    margin: 0 0 30px 0;
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    color: #1C1C1C;
}

.desc-page {
    margin: -15px 0 25px 0;
    font-size: 14px;
    line-height: 150%;
    color: #5A5A5A;
}

.production-hero__img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    text-align: center;
    border-radius: 15px;
}

@media screen and (min-width: 992px) {
    .production-hero__img {
        height: 514px !important;
    }
}
@media screen and (max-width: 992px) {
    .production-hero__img {
        height: 200px !important;
    }
}

.block-boxes {
    margin: 25px 0;
}

.block-boxes .name {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 15px 0;
}

.block-boxes ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    gap: 10px;
    align-items: center;
}

.block-boxes ul li {
    margin: 0 0 5px 0;
}

.block-boxes a {
    text-decoration: none !important;
    display: block;
    border: 1px solid #B6B6B6;
    border-radius: 100px;
    padding: 3px 15px 4px;
    color: #5A5A5A !important;
}

.block-boxes .size li:nth-of-type(n+6) {
    display: none;
}

.block-boxes a:hover, .block-boxes .active a {
    background: #FF590B;
    color: #FFFFFF !important;
    border: 1px solid #FF590B;
}

.block-boxes .full {
    display: flex;
    align-items: center;
    color: #FF590B;
    text-decoration: none;
    cursor: pointer;
    margin: -5px 0 0 10px;
}

.block-boxes .full:after {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/section14-arrow.svg) no-repeat;
    background-size: contain;
    margin: 0 0 0 5px;
}

.top-filters .wpc-filter-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 15px 0;
}

.top-filters ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    gap: 10px;
    align-items: center;
}

.top-filters .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item {
    margin: 0 0 5px 0;
}

.top-filters .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label {
    display: block;
    border: 1px solid #B6B6B6;
    border-radius: 100px;
}

.top-filters .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper {
    padding: 3px 15px 4px;
    border-radius: 100px;
}

.top-filters .wpc-filters-main-wrap li.wpc-term-item input.wpc-label-input:checked+label {
    border-color: #ff590b;
}

.top-filters .wpc-filters-main-wrap li.wpc-term-item input.wpc-label-input+label:hover {
    border-color: #ff590b;
}

.top-filters .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper a {
    color: #5A5A5A;
}

.top-filters .wpc-filters-main-wrap li.wpc-term-item input.wpc-label-input+label:hover span.wpc-filter-label-wrapper a {
    color: #fff;
}

.top-filters .wpc-filters-main-wrap li.wpc-term-item input.wpc-label-input:checked+label span.wpc-filter-label-wrapper a {
    color: #fff;
}

.wpc-filters-widget-containers-wrapper .wpc-edit-filter-set {
    display: none;
}

.wpc-filters-range-wrapper .wpc-filters-range-column label {
    background: #fff;
    display: block;
    position: relative;
    border-radius: 7px;
    border: 1px solid #EBEBEB;
    padding: 5px 16px 10px 16px;
    font-size: 12px;
    line-height: 1.5;
    color: #929292;
}

.wpc-filters-range-wrapper .wpc-filters-range-column input[type=number] {
    border: 0;
    background: transparent;
    font-size: 16px;
    line-height: 1.5;
    color: #1c1c1c;
}

.wpc-filter-content .wpc-filters-range-inputs .ui-state-default, .wpc-filter-content .wpc-filters-range-inputs .ui-widget-content .ui-state-default {
    border: 0;
    box-shadow: none;
    background: #ff590b;
}

.wpc-filters-main-wrap.wpc-filter-set-1941 .wpc-filter-title {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 15px;
}

.wpc-filters-section.wpc-filter-collapsible button .wpc-open-icon {
    border-color: #ff590b !important;
    border-width: 2px !important;
}

.wpc-filters-section.wpc-filter-_sale_price .wpc-filter-header {
    display: none;
}

.wpc-filters-main-wrap .wpc-filter-content.wpc-filter-_sale_price ul.wpc-filters-ul-list {
    padding: 0;
    margin: 0;
}

.wpc-filters-main-wrap .wpc-filter-content.wpc-filter-_sale_price li.wpc-term-id-yes__sale_price {
    margin: 0;
    padding: 0;
}

.wpc-filters-main-wrap .wpc-filter-content.wpc-filter-_sale_price li.wpc-term-id-yes__sale_price label {
    border: 0;
}

.wpc-filters-main-wrap .wpc-filter-content.wpc-filter-_sale_price li.wpc-term-id-yes__sale_price label span.wpc-filter-label-wrapper {
    padding: 0;
    border: 0;
}

.wpc-filters-main-wrap .wpc-filter-content.wpc-filter-_sale_price li.wpc-term-id-yes__sale_price label span.wpc-filter-label-wrapper a {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
}

.wpc-filters-main-wrap .wpc-filter-content.wpc-filter-_sale_price li.wpc-term-id-yes__sale_price label span.wpc-filter-label-wrapper a span {
    background: #ff590b;
    color: #fff;
    padding: 0 6px;
    border-radius: 30px;
}

body .wpc-filters-main-wrap .wpc-filter-content.wpc-filter-_sale_price input.wpc-label-input+label:hover span.wpc-filter-label-wrapper {
    background: transparent;
}

body .wpc-filters-main-wrap .wpc-filter-content.wpc-filter-_sale_price input.wpc-label-input+label:hover span.wpc-filter-label-wrapper a {
    color: #1c1c1c;
}

body .wpc-filters-main-wrap .wpc-filter-content.wpc-filter-_sale_price input.wpc-label-input:checked+label span.wpc-filter-label-wrapper {
    background: transparent;
}

body .wpc-filters-main-wrap .wpc-filter-content.wpc-filter-_sale_price input.wpc-label-input:checked+label span.wpc-filter-label-wrapper a {
    color: #1c1c1c;
}

.wpc-filters-main-wrap input.wpc-filter-search-field {
    font-size: 16px;
    color: #1c1c1c;
    padding: 12px 30px 12px 16px;
    border: 1px solid #EBEBEB;
    border-radius: 7px;
}

.wpc-filters-main-wrap input.wpc-filter-search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b6b6b6;
}
.wpc-filters-main-wrap input.wpc-filter-search-field::-moz-placeholder { /* Firefox 19+ */
    color: #b6b6b6;
}
.wpc-filters-main-wrap input.wpc-filter-search-field:-ms-input-placeholder { /* IE 10+ */
    color: #b6b6b6;
}
.wpc-filters-main-wrap input.wpc-filter-search-field:-moz-placeholder { /* Firefox 18- */
    color: #b6b6b6;
}

.wpc-filters-section-1942.wpc-filters-section:not(.wpc-filter-more-less) .wpc-filter-content.wpc-filter-product_cat:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(0deg, rgba(249,249,249,1) 0%, rgba(0,0,0,0) 100%);
    overflow: hidden;
}

.wpc-filters-section li.wpc-term-item label span.wpc-term-swatch,
.wpc-filters-section .wpc-term-swatch-wrapper {
    border-radius: 50px;
}

.catalog-wrapper {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

.catalog-wrapper .sidebar {
    width: 281px;
    margin: 0 30px 0 0;
}

.catalog-wrapper .container {
    flex: 1;
}

.filter-select-category {
    margin: 0 0 20px 0;
}

.filter-select-category .name {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #1C1C1C;
    position: relative;
    padding: 0 24px 0 0;
    cursor: pointer;
}

.filter-select-category .name:after {
    content: "";
    width: 24px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -12px 0 0 0;
    background: url(../images/filter-arrow.svg) no-repeat;
}

.filter-select-category .name.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filter-select-category .block {
    display: none;
}

.filter-select-category .search {
    margin: 10px 0;
}

.filter-select-category .search input {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0 1px 2px rgba(198, 228, 246, 0.05);
    border-radius: 7px;
    width: 100%;
    height: 48px;
    padding: 0 16px;
}

.filter-select-category .scroll {
    max-height: 194px;
    overflow-y: auto;
}

.filter-select-category .scroll a {
    text-decoration: none;
    display: table;
    margin: 0 0 10px 0;
}

.filter-select-category .scroll a:hover {

}


.filter-select-category ::-webkit-scrollbar {
    width: 4px;
}

.filter-select-category ::-webkit-scrollbar-track {
    background: #F9F9F9;
    border-radius: 99px;
}

.filter-select-category ::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    border-radius: 14px;
}

.catalog-wrapper .link-sale {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #1C1C1C;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.catalog-wrapper .link-sale span {
    background: #FF590B;
    border-radius: 99px;
    padding: 0 6px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 0 13px;
}

.filter-select, .woof_container {
    margin: 31px 0 0 0;
}

.filter-select .name, .woof_container_inner h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 15px 0;
}

.filter-select .checkbox {
    display: block;
    margin: 0 0 10px 0;
}

.filter-select .checkbox input {
    display: none;
}

.filter-select .checkbox div {
    padding: 0 0 0 28px;
    position: relative;
    display: flex;
    align-items: center;
}

.filter-select .checkbox div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/checkbox.svg) no-repeat;
    margin: -9px 0 0 0;
}

.filter-select .checkbox input:checked + div:before {
    background: url(../images/checkbox-a.svg) no-repeat;
}

.filter-select .radio {
    display: block;
    margin: 0 0 10px 0;
}

.filter-select .radio input {
    display: none;
}

.filter-select .radio div {
    padding: 0 0 0 28px;
    position: relative;
    display: flex;
    align-items: center;
}

.filter-select .radio div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/radio.svg) no-repeat;
    margin: -9px 0 0 0;
}

.filter-select .radio input:checked + div:before {
    background: url(../images/radio-a.svg) no-repeat;
}

.filter-select .color {
    border: 1px solid #EBEBEB;
    border-radius: 59px;
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 10px 0 0;
}

.catalog-wrapper .sidebar .apply, .woof_submit_search_form {
    cursor: pointer;
    margin: 31px 0 15px 0;
    background: #FF590B;
    border-radius: 7px;
    padding: 16px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.catalog-wrapper .sidebar .clear, .woof_reset_search_form {
    cursor: pointer;
    padding: 16px;
    text-align: center;
    width: 100%;
    background: #EBEBEB;
    border-radius: 7px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FF590B;
}


.block-manager:first-child {
    margin: 40px 0 0 0;
}

.block-manager {
    display: flex;
    align-items: center;
    padding: 16px;
    margin-bottom: 10px;
    background: #FFFFFF;
    border-radius: 10px;
}

.block-manager .photo {
    font-size: 0;
    line-height: 0;
    border-radius: 555px;
    overflow: hidden;
    width: 60px;
}

.block-manager .info {
    flex: 1;
    padding: 0 0 0 13px;
    font-size: 14px;
    line-height: 150%;
    color: #1C1C1C;
}

.block-manager .info a {
    display: table;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 5px 0 0 0;
}

.sorting-block {
    display: flex;
    margin: 0 0 30px 0;
    justify-content: space-between;
}

.sorting-block .sort {
    display: flex;
    align-items: center;
    color: #5A5A5A;
}

.sorting-block .sort select {
    margin: 0 0 0 20px;
    background: #FFFFFF url(../images/select.svg) no-repeat right 23px center;
    border: 1px solid #EBEBEB;
    box-shadow: 0 1px 2px rgba(198, 228, 246, 0.05);
    border-radius: 7px;
    height: 48px;
    padding: 0 54px 0 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.catalog-wrapper .section-products .name {
    font-size: 14px;
	margin-bottom: 13px
}
.section-products .name {
	margin-bottom: 13px
}

.section-19 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(254.96deg, #0FC7A6 -18.25%, #3E63F7 89.48%);
    border-radius: 15px;
    width: 100%;
    position: relative;
    margin: 0 0 10px 0;
    padding: 16px 30px 20px 30px;
}

.section-19 .info {

}

.section-19 .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0 0 5px 0;
}

.section-19 .desc {
    color: #FFFFFF;
}

.section-19 .btn {
    background: #FFFFFF;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.35);
    border-radius: 7px;
    cursor: pointer;
    text-decoration: none;
    padding: 12px 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #3B62C9;
}

.pagination {
    display: flex;
    align-items: center;
    margin: 30px 0 80px 0;
}

.pagination span {
    width: 48px;
    height: 48px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    border-radius: 7px;
    background: #FF590B;
    color: #fff;
}

.pagination a {
    width: 48px;
    height: 48px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #1C1C1C;
    background: #fff;
    border-radius: 7px;
}

.pagination a:hover {
    background: #DEE9FF;
}

.pagination .next {
    background: #EBEBEB;
    width: auto;
    height: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #FF590B;
    padding: 12px 24px 12px 32px;
    display: flex;
    align-items: center;
}

.pagination .next:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/title-section-arrow.svg) no-repeat;
    background-size: contain;
    margin: 0 0 0 10px;
}

.request-calculation {
    background: #FFFFFF;
    border: 2px solid #FF590B;
    border-radius: 10px;
    margin: 30px 0 60px 0;
    padding: 40px;
}

.request-calculation .title {
    font-weight: 800;
    font-size: 28px;
    line-height: 36px;
    color: #1C1C1C;
    margin: 0 0 10px 0;
}

.request-calculation .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5A5A5A;
    margin: 0 0 30px 0;
}

.request-calculation .flex {
    display: flex;
}

.request-calculation .col-left {
    flex: 1;
    padding: 0 47px 0 0;
}

.request-calculation .col-right {
    width: 375px;
}

.request-calculation .col-right .images {
    font-size: 0;
    line-height: 0;
    margin: 0 auto 8px auto;
    max-width: 240px;
}

.request-calculation .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 15px 0;
}

.request-calculation .col-right .inputs {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.request-calculation .col-right .input-all {
    width: 31.666%;
}

.request-calculation .col-right .print {
    margin: 0 0 20px 0;
    display: block;
}

.request-calculation .col-right .print input {
    display: none;
}

.request-calculation .col-right .print span {
    padding: 0 0 0 28px;
    position: relative;
    display: flex;
    align-items: center;
}

.request-calculation .col-right .print span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/checkbox.svg) no-repeat;
    margin: -9px 0 0 0;
}

.request-calculation .col-right .print input:checked + span:before {
    background: url(../images/checkbox-a.svg) no-repeat;
}

.request-calculation .counter {
    display: flex;
    align-items: center;
}

.request-calculation .counter .minus {
    cursor: pointer;
    width: 47px;
    height: 47px;
    flex-shrink: 0;
    background: url(../images/minus.svg) no-repeat center / cover;
    border-radius: 10px;
}

.request-calculation .counter .plus {
    cursor: pointer;
    width: 47px;
    height: 47px;
    flex-shrink: 0;
    background: url(../images/plus.svg) no-repeat center / cover;
    border-radius: 10px;
}

.request-calculation .counter input {
    width: 143px;
    height: 47px;
    margin: 0 10px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0 1px 2px rgba(198, 228, 246, 0.05);
    border-radius: 7px;
    text-align: center;
    padding: 0 16px;
}

.request-calculation .flex.flex--child {
    gap: 40px;
}

.request-calculation .col-right .inputs .input-all input {
    line-height: 22px;
    margin-top: -3px;
    display: block;
}

.request-calculation .col-right .inputs .input-all {
    line-height: 18px;
    padding: 5px 16px 4px;
}

.request-calculation .select-type {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 30px 0;
}

.request-calculation .select-type input {
    display: none;
}

.request-calculation .select-type .info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    width: 134px;
    overflow: hidden;
    padding: 10px;
    height: auto;
    min-height: 122px;
    cursor: pointer;
}

.request-calculation .select-type img {
    max-width: 60px;
}

.request-calculation .select-type span {
    flex: 1;
    padding: 0;
    color: #5A5A5A;
    overflow-wrap: anywhere;
    font-size: 14px;
    line-height: 21px;
}

.request-calculation .select-type input:checked + .info {
    border: 2px solid #FF590B;
    padding: 9px;
}

.request-calculation .send {
    display: block;
    margin: 20px 0 0 0;
    cursor: pointer;
    background: #FF590B;
    border-radius: 7px;
    padding: 16px 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    width: 100%;
}

.request-calculation .select-type--inline .info {
    align-items: center;
    flex-direction: row;
    width: 100%;
    min-height: 47px;
}

.request-calculation .select-type--inline img {
    max-width: 53px;
    margin-right: 10px;
}

.active-filter-select {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 20px 0;
}

.active-filter-select .woocommerce-ordering {
    display: none !important;
}

.active-filter-select div:first-child {
    display: none;
}

.active-filter-select .woof_products_top_panel_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
}

.active-filter-select .woof_products_top_panel_ul ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
}

.active-filter-select .woof_products_top_panel li:first-child {
    order: 100;

}

.active-filter-select .woof_products_top_panel_ul ul li:first-child {
    order: inherit;
}

.active-filter-select .woof_products_top_panel li:first-child button {
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    padding: 4px 14px 4px 20px;
    color: #FF590B;
    background: none;
}

.active-filter-select .woof_products_top_panel li {
    margin: 0 !important;
}

.active-filter-select .woof_products_top_panel li a {
    display: flex;
    align-items: center;
    background: #EBEBEB;
    border-radius: 6px;
    padding: 4px 14px 4px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #5A5A5A;
}

.active-filter-select .woof_products_top_panel li span {
    background: none !important;
    padding: 0 !important;
}

.active-filter-select .woof_products_top_panel li a:after {
    content: "";
    width: 18px;
    height: 19px;
    background: url(../images/active-filter-select-delete.svg) no-repeat;
    cursor: pointer;
    text-decoration: none;
    margin: 0 0 0 10px;
}

.active-filter-select .woof_products_top_panel li:first-child button:after {
    content: "";
    width: 18px;
    height: 19px;
    margin: 0 0 0 10px;
    background: url(../images/active-filter-select-empty.svg) no-repeat;
}

.active-filter-select .label {
    display: flex;
    align-items: center;
    background: #EBEBEB;
    border-radius: 6px;
    padding: 4px 14px 4px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #5A5A5A;
}

.active-filter-select .delete {
    width: 18px;
    height: 19px;
    background: url(../images/active-filter-select-delete.svg) no-repeat;
    cursor: pointer;
    text-decoration: none;
    margin: 0 0 0 10px;
}

.active-filter-select .clear {
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    padding: 4px 14px 4px 20px;
    color: #FF590B;
}

.active-filter-select .clear:after {
    content: "";
    width: 18px;
    height: 19px;
    margin: 0 0 0 10px;
    background: url(../images/active-filter-select-empty.svg) no-repeat;
}

.section-products-empty .name {
    margin: 10px 0;
    font-weight: 700;
    font-size: 24px !important;
    line-height: 150%;
    color: #1C1C1C;
}

.section-products-empty .desc {
    color: #5A5A5A;
    margin: 0 0 25px 0;
}

.section-products-empty .btn {
    display: table;
    cursor: pointer;
    background: #FF590B;
    border-radius: 7px;
    padding: 12px 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    text-decoration: none;
}

.page-product .head-flex {
    display: flex;
    margin: 0 0 30px 0;
}

.page-product .head-flex .col-left {
    width: 31.6%;
    font-size: 0;
    line-height: 0;
}

.page-product .head-flex .col-center {
    flex: 1;
    padding: 0 2.5%;
}

.page-product .head-flex .col-right {
    width: 26.3%;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
}

.page-product .big-slider {
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    margin: 0 0 20px 0;
    max-height: 386px;
}

.page-product .small-slider {
    overflow: hidden;
    margin: 0 -10px;
}

.page-product .small-slider .slick-slide {
    margin: 0 10px;
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    border: 2px solid transparent;
}

.page-product .small-slider .slick-current {
    border: 2px solid #FF590B;
}

.page-product h1 {
    font-weight: 800;
    font-size: 30px;
    line-height: 45px;
    color: #1C1C1C;
    margin: 0 0 10px 0;
    padding: 0;
}

.page-product .col-center .top {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
}

.page-product .col-center .rating {
    display: flex;
    font-size: 0;
    line-height: 0;
    margin: 0 10px 0 0;
}

.page-product .col-center .rating img {
    margin: 0 5px 0 0;
    width: 16px;
}

.page-product .col-center .reviews a {
    color: #FF590B !important;
    margin: 0 30px 0 0;
    text-decoration: none;
}

.page-product .col-center .article {
    font-size: 14px;
    line-height: 150%;
    color: #5A5A5A;
}

.page-product .col-center .n {
    color: #929292;
    margin: 0 0 10px 0;
}

.page-product .select-size {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 20px 0;
}

.page-product .select-size span {
    background: #FFFFFF;
    border-radius: 5px;
    display: block;
    padding: 3px 15px;
    color: #5A5A5A;
    cursor: pointer;
    border: 2px solid transparent;
}

.page-product .select-size input:checked + span {
    border: 2px solid #FF590B;
}

.page-product .select-size input {
    display: none;
}

.page-product .col-center .field {
    display: flex;
    color: #000000;
    margin: 0 0 10px 0;
    justify-content: space-between;
    position: relative;
}

.page-product .col-center .field:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 1px;
    background: #EBEBEB;
}

.page-product .col-center .field span:first-child {
    position: relative;
    background: #F9F9F9;
    z-index: 3;
    bottom: -1px;
    padding: 0 10px 0 0;
}

.page-product .col-center .field span:last-child {
    position: relative;
    z-index: 3;
    background: #F9F9F9;
    bottom: -1px;
    padding: 0 0 0 10px;
}

.page-product .col-center .delivery {
    display: flex;
    align-items: center;
    margin: 25px 0 0 0;
    color: #1C1C1C;
}

.page-product .col-center .delivery:before {
    content: "";
    margin: 0 10px 0 0;
    width: 24px;
    height: 24px;
    background: url(../images/delivery-icon.svg) no-repeat;
}

.page-product .col-right .top {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}

.page-product .col-right .produce {
    display: flex;
    align-items: center;
    color: #1C1C1C;
    flex: 1;
    padding: 0 10px 0 0;
}

.page-product .col-right .produce:before {
    content: "";
    width: 16px;
    height: 12px;
    background: url(../images/produce-arrow.svg) no-repeat;
    margin: 0 9px 0 0;
}

.page-product .col-right .addfav {
    cursor: pointer;
    text-decoration: none;
    width: 24px;
    height: 24px;
    /*background:url(../images/product-fav.svg) no-repeat;*/
}

.page-product .col-right .addfav .tinvwl_add_to_wishlist-text {
    display: none
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    font-size: 24px
}

.page-product .head-flex .price {
    margin: 0 0 25px 0;
}

.page-product .head-flex .price .new {
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 28px;
    line-height: 36px;
    color: #1C1C1C;
}

.page-product .head-flex .price .sale {
    margin: 0 0 0 20px;
    background: #FF0000;
    border-radius: 99px;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    padding: 0 10px;
}

.page-product .head-flex .price .old {
    position: relative;
    font-size: 18px;
    line-height: 150%;
    color: #929292;
    display: table;
}

.page-product .head-flex .price .old:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: url(../images/old-price.png) no-repeat center center;
}

.page-product .head-flex .sadiya__qty {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
}

.page-product .head-flex .sadiya__qty .minus {
    cursor: pointer;
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    background: url(../images/minus.svg) no-repeat center / contain;
}

.page-product .col-right .qib-button.qib-button-wrapper button.minus.qib-button,
.page-product .col-right .qib-button.qib-button-wrapper button.minus.qib-button:hover {
    border: 0;
    cursor: pointer;
    width: 41px;
    height: 41px;
    flex-shrink: 0;
    background: url(../images/minus.svg) no-repeat center / contain;
}

.page-product .head-flex .sadiya__qty .plus {
    cursor: pointer;
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    background: url(../images/plus.svg) no-repeat center / contain;
}

.page-product .col-right .qib-button.qib-button-wrapper button.plus.qib-button,
.page-product .col-right .qib-button.qib-button-wrapper button.plus.qib-button:hover {
    border: 0;
    cursor: pointer;
    width: 41px;
    height: 41px;
    flex-shrink: 0;
    background: url(../images/plus.svg) no-repeat center / contain;
}

.page-product .col-right .qib-button.qib-button-wrapper button.minus.qib-button,
.page-product .col-right .qib-button.qib-button-wrapper button.plus.qib-button {
    font-size: 0;
    background-color: transparent;
    background-size: contain;
}

.page-product .head-flex .counter .quantity {
    flex: 1;
    margin: 0 15px;
}

.page-product .head-flex .sadiya__qty input {
    width: 100%;
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0 1px 2px rgba(198, 228, 246, 0.05);
    border-radius: 7px;
    padding: 0 15px;
    margin: 0 15px;
    text-align: center;
}

.qty__step, .qty__min {
    color: #5A5A5A;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 21px;
}

.page-product .addcart {
    cursor: pointer;
    background: #FF590B;
    border-radius: 7px;
    padding: 16px;
    text-align: center;
    width: 100%;
    margin: 0 0 15px 0;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.page-product .buy-one {
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #FF590B;
    border-radius: 7px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FF590B;
    padding: 15px;
    background: none;
    text-align: center;
}

div#buyclick-popup .text-center {
    position: relative;
}

div#buyclick-popup .text-center .wpcf7-spinner {
    display: block;
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
}

.ordercalculationmanufacturing-popup .text-center {
    position: relative;
}

.ordercalculationmanufacturing-popup .text-center .wpcf7-spinner {
    display: block;
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
}

.page-product .col-right .info {
    margin: 20px 0 0 0;
}

.page-product .col-right .info .name {
    font-size: 14px;
    line-height: 150%;
    color: #929292;
    display: flex;
    margin: 0 0 10px 0;
    justify-content: space-between;
    position: relative;
}

.page-product .col-right .info .line {
    display: flex;
    color: #000000;
    margin: 0 0 10px 0;
    justify-content: space-between;
    position: relative;
}

.page-product .col-right .info .line:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 1px;
    background: #EBEBEB;
}

.page-product .col-right .info .line span:first-child {
    position: relative;
    background: #fff;
    z-index: 3;
    bottom: -1px;
    padding: 0 10px 0 0;
}

.page-product .col-right .info .line span:last-child {
    position: relative;
    z-index: 3;
    background: #fff;
    bottom: -1px;
    padding: 0 0 0 10px;
}

.page-product .col-right .info .line:last-child {
    margin: 0;
}

.shipping-payment {
    display: flex;
    gap: 21px;
    margin: 0 0 60px 0;
}

.shipping-payment .block {
    background: #FFFFFF;
    border-radius: 10px;
    width: 19%;
    padding: 15px 20px;
    color: #5A5A5A;
    position: relative;
}

.shipping-payment .block:last-child {
    flex: 1;
}

.block li:last-child {
    margin-bottom: 20px;
}


.shipping-payment .name {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 5px 0;
}

.shipping-payment .link {
    position: absolute;
    bottom: 15px;
    left: 20px;
    text-decoration: none;
    z-index: 1;
    color: #FF590B;
}

.shipping-payment .block span {
    color: #1C1C1C;
}

.shipping-payment .block ul {
    margin: 0 0 0 20px;
    padding: 0;
}

.page-product .description-block {
    color: #1C1C1C;
    margin: 0 0 70px 0;
}

.review {
    border-bottom: 1px solid #EBEBEB;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

.review .name {
    display: flex;
    align-items: center;
    margin: 0 0 5px 0;
}

.review .name a {
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
}

.review .name span {
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
}

.review .top {
    position: relative;
    display: table;
    margin: 0 0 20px 0;
}

.review .whom {
    display: flex;
    align-items: center;
    color: #929292;
    position: absolute;
    top: 50%;
    left: calc(100% + 30px);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.review .whom:before {
    content: "";
    width: 24px;
    height: 25px;
    background: url(../images/answer-icon.svg) no-repeat;
    margin: 0 10px 0 0;
}

.review .rating {
    margin: 0 0 0 15px;
    display: flex;
}

.review .rating img {
    width: 16px;
    margin: 0 5px 0 0;
}

.review .time {
    font-size: 12px;
    line-height: 150%;
    color: #929292;
}

.review .text {
    color: #1C1C1C;
    margin: 0 0 20px 0;
}

.review .bottom {
    display: flex;
    align-items: center;
}

.review .answer {
    color: #FF590B;
    text-decoration: none;
}

.review .grade {
    display: flex;
    align-items: center;
    margin: 0 0 0 50px;
}

.review .like {
    text-decoration: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: url(../images/like.svg) no-repeat;
}

.review .dislike {
    text-decoration: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: url(../images/dislike.svg) no-repeat;
}

.review .number {
    margin: 0 15px;
}

.review .number.up {
    color: #04C900;
}

.review .number.down {
    color: #DB1035;
}

.review.answer {
    margin: 20px 0 0 0;
    border-bottom: none;
    padding: 20px 0 0 20px;
    border-top: 1px solid #EBEBEB;
}

.review.answer .text {
    margin: 0
}

.comments_template ul.children {
    margin-left: 20px !important;
}

.block-addcomments {
    margin: 30px 0 100px 0;
}

.block-addcomments.page {
    margin: 30px 0 50px 0;
}

.block-addcomments .title {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
}

.block-addcomments .title span {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 40px 0 0;
}

/*.block-addcomments .rating {
  display:flex;
}*/

.block-addcomments .rating img {
    width: 24px;
    margin: 0 5px 0 0;
}

.comment-form-rating .stars {
    margin: 0
}

.comment-form-rating .stars span {
    display: flex
}

.comment-form-rating .stars a {
    background-image: url(/wp-content/themes/gofropack/images/star2.svg);
    line-height: 0;
    font-size: 0;
    color: transparent;
    width: 24px;
    height: 24px;
    background-size: cover;
    display: inline-block;
    transition: none;
}

.comment-form-rating .stars a.light {
    background-image: url(/wp-content/themes/gofropack/images/star1.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
}

.comment-form-rating {
    display: none
}

#review_form_wrapper .comment-form-rating {
    display: flex;
    flex-direction: column;
}

.block-addcomments .form {
    display: flex;
    align-items: center;
    background: #EBEBEB;
    border: 1px solid #EBEBEB;
    box-shadow: 0 1px 2px rgba(198, 228, 246, 0.05);
    border-radius: 7px;
    padding: 8px;
}

.block-addcomments textarea {
    flex: 1;
    border: 0;
    background: none;
    color: #1C1C1C;
    height: 24px;
    padding: 0 16px;
    resize: none;
}

.comment-reply-title {
    display: flex;
    justify-content: space-between;
}

.block-addcomments button, .block-addcomments input[type=submit] {
    cursor: pointer;
    background: #FF590B;
    border-radius: 7px;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    border: none
}

.block-addcomments2 {
    margin: 30px 0 100px 0;
}

.block-addcomments2.page {
    margin: 30px 0 50px 0;
}

.block-addcomments2 .title {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
}

.block-addcomments2 .title span {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 40px 0 0;
}

.block-addcomments2 .input-all {
    background: #EBEBEB;
    max-width: 311px;
    margin: 0 0 15px 0;
}

.block-addcomments2 .input-all input {
    background: none;
}

.block-addcomments2 textarea {
    background: #EBEBEB;
    border: 1px solid #EBEBEB;
    box-shadow: 0 1px 2px rgba(198, 228, 246, 0.05);
    border-radius: 7px;
    padding: 16px;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 20px 0;
    width: 100%;
    height: 158px;
}

.block-addcomments2 button {
    cursor: pointer;
    background: #FF590B;
    border-radius: 7px;
    padding: 15px 32px 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    width: 100%;
    max-width: 286px;
}


.page-services {

}

.page-services .head-flex {
    display: flex;
    align-items: center;
    margin: 0 0 40px 0;
}

.page-services .head-flex .col-left {
    flex: 1;
    padding: 0 50px 0 0;
}

.page-services .head-flex .images {
    width: 48.7%;
    font-size: 0;
    line-height: 0;
    position: relative;
    padding: 0 10px 10px 0;
}

.page-services .head-flex .images:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: #ff590b;
    right: 0;
    bottom: 0;
    border-radius: 10px;
}

.page-services .head-flex .images img {
    border-radius: 10px;
    z-index: 999;
    display: block;
    position: relative;
}

.page-services .head-flex .title {
    font-weight: 800;
    font-size: 36px;
    line-height: 46px;
    color: #1C1C1C;
    margin: 0 0 15px 0;
}

.page-services .head-flex .desc {
    color: #5A5A5A;
    margin: 0 0 30px 0;
}

.page-services .head-flex .btn {
    display: table;
    cursor: pointer;
    background: #FF590B;
    border-radius: 7px;
    padding: 16px 56px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.section-20 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 60px 0;
}

.section-20 .item {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 15px;
    width: 18.72%;
    margin: 0 1.6% 20px 0;
}

.section-20 .item a {
    text-decoration: none;
}

.section-20 .item:hover {
    box-shadow: 0 24px 24px -16px rgba(0, 0, 0, 0.2);
}

.section-20 .item:nth-child(5n) {
    margin: 0 0 20px 0;
}

.section-20 .images {
    font-size: 0;
    line-height: 0;
    margin: 0 -15px 15px -15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-20 .name {
    color: #1C1C1C;
}

.section-21 {
    display: flex;
    align-items: center;
    margin: 60px 0;
}

.section-21 .col-left {
    flex: 1;
    padding: 0 58px 0 0;
}

.section-21 .images {
    font-size: 0;
    line-height: 0;
    width: 46.3%;
    overflow: hidden;
    border-radius: 15px;
}

.section-21 .name {
    font-weight: 800;
    font-size: 28px;
    line-height: 36px;
    color: #1C1C1C;
    margin: 0 0 15px 0;
}

.section-21 .desc {
    color: #5A5A5A;
    margin: 0 0 30px 0;
}

.section-21 .btn {
    display: table;
    background: #FF590B;
    border-radius: 7px;
    padding: 16px 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}


.page-services .section-11 {
    display: flex;
    justify-content: space-between;
}

.section-11.flex {
    display: flex;
    justify-content: space-between;
}

.page-articles-blog .section-17 {
    margin: 0 0 30px 0;
}

.page-articles-blog .pagination {
    justify-content: center;
    margin: 30px 0 100px 0;
}

.wp-pagenavi {
    justify-content: center;
    margin: 30px 0 0 0;
    display: flex;
    align-items: center;
    width: 100%;
}

.previouspostslink,
.prev {
    display: none !important;
}

.current {
    width: 48px;
    height: 48px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    border-radius: 7px;
    background: #FF590B;
    color: #fff;
}

.wp-pagenavi .page {
    width: 48px;
    height: 48px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #1C1C1C;
    background: #fff;
    border-radius: 7px;
}

.wp-pagenavi a {
    text-decoration: none;
}

.wp-pagenavi a:hover {
    background: #DEE9FF;
}

.nextpostslink {
    background: #EBEBEB;
    width: auto;
    height: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #FF590B;
    padding: 12px 24px 12px 32px;
    display: flex;
    margin: 0 5px;
    align-items: center;
    border-radius: 7px;
}

.nextpostslink:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/title-section-arrow.svg) no-repeat;
    background-size: contain;
    margin: 0 0 0 10px;
}

.pagination.center {
    margin: 30px 0 60px 0;
    justify-content: center;
}

.page-article {
    font-size: 18px;
    line-height: 180%;
    color: #1C1C1C;
}

.page-article .desc {
    font-size: 18px;
    line-height: 150%;
    color: #5A5A5A;
}

.info-article {
    display: flex;
    align-items: center;
    margin: 0 0 30px 0;
}

.info-article .author {
    display: flex;
    align-items: center;
}

.info-article .author .photo {
    border-radius: 555px;
    overflow: hidden;
    width: 44px;
    font-size: 0;
    line-height: 0;
    height: 44px;
}

.info-article .author .bl {
    flex: 1;
    padding: 0 0 0 15px;
    color: #5A5A5A;
}

.info-article .author span {
    display: block;
    margin: 2px 0 0 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
}

.info-article .time {
    color: #5A5A5A;
    padding: 0 30px 0 0px;
}

.info-article .views {
    display: flex;
    align-items: center;
    color: #5A5A5A;
    margin: 0 30px 0 0;
}

.info-article .views:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/views.svg) no-repeat;
    margin: 0 8px 0 0;
    flex-shrink: 0;
}

.info-article .rating img {
    margin: 0 5px 0 0;
    height: 15px !important;
}

.info-article .rating .counter {
    display: none;
}


.page-article .flex-content {
    display: flex;
    align-items: flex-start;
}

.page-article .flex-content .col-left {
    flex: 1;
    padding: 0 30px 0 0;
}

.page-article .flex-content .col-right {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}

.page-article .flex-content .col-right .name {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 16px 0;
}

.page-article .flex-content .col-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-article .flex-content .col-right li {
    margin: 0 0 5px 0;
    line-height: 150%;
}

.page-article .flex-content .col-right a {
    text-decoration: none;
    font-size: 14px;
    line-height: 150%;
    color: #1C1C1C;
}

.page-article .flex-content .col-right a:hover {
    text-decoration: underline;
}

.page-article h2 {
    margin: 40px 0 20px 0;
    font-weight: 800;
    font-size: 28px;
    line-height: 36px;
    color: #000000;
}

.page-article a {
    text-decoration: underline;
    color: #FF590B;
    cursor: pointer;
}

.page-article a:hover {
    text-decoration: none;
}

.page-article .col-left ul {
    line-height: 150%;
}

.page-article.post-type__post .flex-content .col-left ul {
    list-style: none;
    margin: 30px 0;
    padding: 0;
}

.page-article.post-type__post .flex-content .col-left ul li {
    position: relative;
    color: #1C1C1C;
    margin: 0 0 15px 0;
    padding: 0 0 0 39px;
}

.page-article.post-type__post .flex-content .col-left ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    border-radius: 555px;
    background: #FF590B;
    width: 7px;
    height: 7px;
}

.page-article.post-type__post .flex-content .col-left ol {
    list-style: none;
    margin: 30px 0;
    padding: 0;
    list-style-type: none;
    counter-reset: item;
}

.page-article.post-type__post .flex-content .col-left ol li {
    position: relative;
    color: #1C1C1C;
    margin: 0 0 15px 0;
    padding: 0 0 0 39px;
}

.page-article.post-type__post .flex-content .col-left ol li:before {
    content: '' counter(item) '';
    counter-increment: item;
    font-size: 16px;
    line-height: 150%;
    color: #FF590B;
    position: absolute;
    top: 0;
    left: 8px;
    font-weight: 700;
}

.page-article.post-type__post .flex-content .col-left p img {
    border-radius: 10px;
}

.page-article blockquote {
    margin: 30px 0 40px 0;
    padding: 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    background: #FFECE3;
    border-radius: 10px;
    color: #1C1C1C;
}

.page-article table {
    width: 100%;
    margin: 30px 0 40px 0;
    line-height: 150%;
    font-size: 16px;
    color: #1C1C1C;
}

.page-article.post-type__post .flex-content .col-left table thead {
    text-align: left;
}

.page-article table td {
    border-bottom: 1px solid #EBEBEB;
    padding: 10px 0;
}

.page-article table tr:first-child td {
    font-weight: 500;
    color: #5A5A5A;
}

.rate-article {
    margin: 40px 0 60px 0;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
    font-size: 16px;
    line-height: 150%;
    color: #5A5A5A;
}

.rate-article .top {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
}

.rate-article .name {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 50px 0 0;
}

.rate-article .rating {

}

.post-ratings {
    display: flex;
}

.rate-article .rating img {
    width: 28px;
    height: 32px;
    margin: 0 10px 0 0;
}

.rate-article .counter {
    font-size: 18px;
    line-height: 150%;
    color: #787878;
    padding: 0 0 0 15px;
}

.rate-article .share {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 10px 0 0 0;
}

.rate-article .share .mobile {
    display: none;
}

.rate-article .share a {
    text-decoration: none;
}

.section-22 {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0;
}

.section-22 .item {
    width: 31.666%;
    margin: 0 2.5% 30px 0;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    font-size: 16px;
    line-height: 180%;
    color: #5A5A5A;
}

.section-22 .item:nth-child(3n) {
    margin: 0 0 30px 0;
}

.section-22 .item .date {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 15px 0;
}

.section-23 {
    margin: 60px 0 0 0;
}

.section-23 .flex {
    display: flex;
    justify-content: space-between;
    margin: 0 0 60px 0;
}

.section-23 .flex .item {
    width: 48.75%;
}

.section-23 .flex .item .name {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 15px 0;
}

.section-23 .flex .item .name img {
    display: table;
    margin: 0 0 15px 0;
}

.section-23 .flex .item .desc {
    font-size: 16px;
    line-height: 180%;
    color: #1C1C1C;
}

.section-23 .flex2 {
    display: flex;
    justify-content: space-between;
    margin: 0 0 60px 0;
}

.section-23 .flex2 .item {
    width: 48.75%;
    font-size: 16px;
    line-height: 180%;
    color: #1C1C1C;
}

.section-23 .flex2 .title {
    font-weight: 800;
    font-size: 28px;
    line-height: 36px;
    color: #212324;
    margin: 0 0 15px 0;
}

.section-23 .video {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 380px;
}

.section-23 .video .name {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 3;
    font-weight: 800;
    font-size: 28px;
    line-height: 36px;
    text-decoration: none;
    color: #FFFFFF;
}

.section-23 .video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 41px;
    height: 48px;
    cursor: pointer;
    background: url(../images/section23-play.svg) no-repeat;
    margin: -24px 0 0 -20px;
}

.section-24 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
}

.section-24 a {
    text-decoration: none;
    font-size: 0;
    line-height: 0;
    width: 23.125%;
    margin: 0 2.5% 30px 0;
    border-radius: 10px;
    overflow: hidden;
}

.section-24 a:nth-child(4n) {
    margin: 0 0 30px 0;
}

.section-25 {
    position: relative;
    margin: 0 -15px 60px -15px;
}

.section-25 .slick-arrow {
    padding: 0;
    border: 0;
    cursor: pointer;
    width: 11px;
    height: 18px;
    font-size: 0;
    line-height: 0;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    margin: -9px 0 0 0;
    z-index: 9;
}

.section-25 .slick-prev {
    background: url(../images/section7-arrow.svg) no-repeat center center;
    left: -32px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section-25 .slick-next {
    background: url(../images/section7-arrow.svg) no-repeat center center;
    right: -32px;
}

.section-25 .slick-slide {
    margin: 0 15px;
}

.section-25 .item {
    background: #FFFFFF;
    border-radius: 15px;
    overflow: hidden;
    padding: 0 20px 20px 20px;
    text-align: center;
}

.section-25 .images {
    margin: 0 -20px 20px -20px;
    max-height: 230px;
    overflow: hidden;
}

.section-25 .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 5px 0;
}

.section-25 .desc {
    color: #5B6475;
}

.section-26 {

}

.section-26 .line {
    position: relative;
    margin: 0 0 10px 0;
}

.section-26 .line span:first-child {
    color: #5A5A5A;
    padding: 0 5px 0 0;
    z-index: 3;
}

.section-26 .line span:last-child {
    color: #1C1C1C;
    position: relative;
}

.section-26 br {
    display: none;
}


.page-works-category {
    display: flex;
    flex-wrap: wrap;
}

.page-works-category .item {
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    width: 23.125%;
    margin: 0 2.5% 30px 0;
    padding: 0 20px 20px 20px;
}

.page-works-category .item:nth-child(4n) {
    margin: 0 0 30px 0;
}

.page-works-category .item .images {
    display: block;
    text-decoration: none;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    margin: 0 -20px 20px -20px;
}

.page-works-category .item .name {
    display: table;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 5px 0;
}

.page-works-category .item .order {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FF590B;
    text-decoration: none;
	background: transparent;
}

.page-works-category .item .order:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/title-section-arrow.svg) no-repeat;
    margin: 0 0 0 10px;
    background-size: contain;
}

.review-block {
    margin: 0 0 30px 0;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 30px;
}

.review-block .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 5px 0;
}

.review-block .date {
    font-size: 14px;
    line-height: 150%;
    color: #929292;
}

.review-block .date span {
    margin: 0 0 0 20px;
}

.review-block .text {
    color: #1C1C1C;
    margin: 10px 0 0 0;
}

.load-reviews {
    cursor: pointer;
    text-decoration: none;
    background: #FFE6DB;
    border-radius: 7px;
    padding: 16px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FF590B;
}

.page-employees {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
}

.page-employees .item {
    background: #FFFFFF;
    border-radius: 15px;
    overflow: hidden;
    padding: 0 20px 20px 20px;
    text-align: center;
    width: 23.125%;
    margin: 0 2.5% 30px 0;
}

.page-employees .item:nth-child(4n) {
    margin: 0 0 30px 0;
}

.page-employees .images {
    margin: 0 -20px 20px -20px;
    max-height: 230px;
    overflow: hidden;
}

.page-employees .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 5px 0;
}

.page-employees .desc {
    color: #5B6475;
}

a.added_to_cart.wc-forward {
    display: none;
}

.page-cart {
    display: flex;
}

.page-cart .col-left {
    flex: 1;
    padding: 0 20px 0 0;
}

.page-cart .col-right {
    padding: 25px 30px;
    width: 392px;
}

.page-cart .col-right .name {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 20px 0;
}

.page-cart .col-right .field {
    display: flex;
    color: #000000;
    margin: 0 0 15px 0;
    justify-content: space-between;
    position: relative;
}

.page-cart .col-right .field:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 1px;
    background: #EBEBEB;
}

.page-cart .col-right .field span:first-child {
    position: relative;
    background: #F9F9F9;
    z-index: 3;
    bottom: -1px;
    padding: 0 10px 0 0;
}

.page-cart .col-right .field span:last-child {
    position: relative;
    z-index: 3;
    background: #F9F9F9;
    bottom: -1px;
    padding: 0 0 0 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
}

.page-cart .col-right .field bdi span {
    padding: 0 !important;
}

.page-cart .col-right .order, .wc-proceed-to-checkout a, .woocommerce #payment #place_order {
    background: #00BC1E !important;
    border-radius: 8px !important;
    padding: 16px !important;
    text-align: center !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #FFFFFF !important;
    width: 100% !important;
    margin: 15px 0 !important;
    cursor: pointer !important;
    display: block !important;
    text-decoration: none;
}
.page-cart .col-right .order:hover, .wc-proceed-to-checkout a:hover, .woocommerce #payment #place_order:hover {
    background: #65d577 !important;
}
.page-cart .col-right .clear {
    border: 1px solid #FF590B;
    border-radius: 8px;
    cursor: pointer;
    padding: 16px;
    text-align: center;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FF590B;
    background: none;
    display: none;
}

.page-cart .product {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 0 0 20px 0 !important;
    padding: 20px 30px 20px 20px;
}

.page-cart .product .images {
    display: block;
    text-decoration: none;
    width: 130px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.page-cart .product .info {
    flex: 1;
    padding: 0 20px;
}

.page-cart .product .name {
    text-decoration: none;
    display: table;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 10px 0;
}

.page-cart .product .make {
    color: #929292;
}

.page-cart .product .make span {
    color: #1C1C1C;
}

.page-cart .product .presence {
    display: flex;
    align-items: center;
    color: #1C1C1C;
}

.page-cart .product .presence:before {
    content: "";
    width: 16px;
    height: 12px;
    background: url(../images/produce-arrow.svg) no-repeat;
    margin: 0 9px 0 0;
}

.page-cart .product .quantity.sadiya__qty {
    display: flex;
    align-items: center;
    width: 143px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 7px;
    padding: 14px 10px;
}

.page-cart .product .counter .quantity {
    flex: 1;
    margin: 0 10px;
}

.page-cart .product .quantity.sadiya__qty input {
    flex: 1;
    width: 100%;
    border: 0;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    color: #1C1C1C;
}

.page-cart .product .plus {
    cursor: pointer;
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/cart-plus.svg) no-repeat;
}

.page-cart .product .minus {
    cursor: pointer;
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/cart-minus.svg) no-repeat;
}

.page-cart .product .price {
    padding: 0 56px 0 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.page-cart .product .price del {
    color: #929292;
    position: relative;
    text-decoration: none;
}

.page-cart .product .price del:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: url(../images/old-price.png) no-repeat center center;
}

.page-cart .product .price .onsale {
    position: relative;
    display: inline-block;
    top: unset;
    left: unset;
    font-size: 12px;
    line-height: 19px;
    padding: 2px 9px;
    border-radius: 8px;
    background: #ff590b;
    color: #FFFFFF;
}

.page-cart .product .sale {
    background: #FF590B;
    border-radius: 8px;
    margin: 0 0 5px 0;
    padding: 2px 9px 0 9px;
    font-weight: 700;
    font-size: 12px;
    line-height: 160%;
    color: #FFFFFF;
    display: table;
}

.page-cart .product .new, .page-cart .product .price bdi {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #1C1C1C;
}

.page-cart .product .old {
    font-size: 18px;
    line-height: 150%;
    color: #B6B6B6;
    position: relative;
    display: table;
}

.page-cart .product .old:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #FF590B;
    z-index: 3;
    display: block;
}

.page-cart .product .delete a {
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: url(../images/cart-delete.svg) no-repeat;
    font-size: 0;
    line-height: normal;
    border-radius: 0;
    display: block;
}

body.cart-items__zero h1.title-section {
    display: none;
}

body.cart-items__zero .site-width .woocommerce svg {
    margin-top: 60px;
}

body.cart-items__zero .site-width .woocommerce h2 {
    color: #1C1C1C;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 800;
}

body.cart-items__zero .site-width .woocommerce p {
    color: #5A5A5A;
    font-size: 16px;
    line-height: 24px;
}

body.cart-items__zero .site-width .woocommerce .return-to-shop {
    font-weight: 500;
    text-decoration: none;
    margin-top: 25px;
    margin-bottom: 120px;
}

body.cart-items__zero .site-width .woocommerce .return-to-shop a {
    text-decoration: none;
    color: #fff;
    background: #ff590b;
    padding: 12px;
    display: block;
    max-width: 125px;
    text-align: center;
    border-radius: 7px;
}

.wrapper-text {
    font-size: 16px;
    line-height: 180%;
    color: #1C1C1C;
}

.wrapper-text h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 20px 0 15px 0;
}

.page-succes-order {
    margin: 100px 0 260px 0;
}

.page-succes-order .site-width {
    display: flex;
}

.page-succes-order .block {
    flex: 1;
    padding: 0 0 0 19px;
}

.page-succes-order .name {
    font-weight: 800;
    font-size: 36px;
    line-height: 46px;
    color: #1C1C1C;
    margin: 0 0 15px 0;
}

.page-succes-order .desc {
    font-size: 18px;
    line-height: 150%;
    color: #5A5A5A;
    margin: 0 0 30px 0;
}

.page-succes-order .link {
    text-decoration: none;
    display: table;
    background: #FF590B;
    border-radius: 7px;
    padding: 16px 36px;
    text-align: center;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.block-job {
    margin: 0 0 30px 0;
    padding: 30px;
    background: #FFFFFF;
    border-radius: 10px;
    font-size: 16px;
    line-height: 180%;
    color: #5A5A5A;
}

.block-job .name {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 15px 0;
}

.block-job ul {
    margin: 0 0 30px 0;
    padding: 0;
}

.block-job .n {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 15px 0;
}

.block-job p {
    margin: 0 0 30px 0;
}

.block-job .bottom {
    display: flex;
    align-items: center;
}

.block-job .bottom a {
    text-decoration: none;
}

.block-job .btn {
    display: table;
    cursor: pointer;
    background: #FF590B;
    border-radius: 7px;
    padding: 12px 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0 25px 0 0;
}

.block-job .info {
    font-size: 18px;
    line-height: 150%;
    color: #5A5A5A;
}

.block-job .info a {
    text-decoration: none;
    color: #FF590B;
}

.vacancy-popup .name {
    font-size: 28px;
    line-height: 35.7px;
    font-weight: 800;
    color: black;
    margin-bottom: 30px;
}

.block-jobs-empty {
    display: flex;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
}

.block-jobs-empty .col-left {
    flex: 1;
    padding: 0 13.3% 0 0;
    color: #1C1C1C;
}

.block-jobs-empty .col-right {
    width: 296px;
}

.block-jobs-empty .col-left .name {
    font-weight: 700;
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 150%;
    color: #1C1C1C;
}

.block-jobs-empty .col-left a {
    text-decoration: none;
    color: #FF590B;
}

.block-jobs-empty .col-right .name {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 20px 0;
}

.block-jobs-empty .add-file, .popup-block .add-file {
    margin: 20px 0;
    display: block;
}

.block-jobs-empty .add-file input, .popup-block .add-file input {
    display: none;
}

.block-jobs-empty .add-file span:nth-child(2), .popup-block .add-file span:nth-child(2) {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #FF590B;
    margin-top: -24px;
}

.block-jobs-empty .add-file span:before, .popup-block .add-file span:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/file.svg) no-repeat;
    margin: 0 10px 0 0;
}

.block-jobs-empty button {
    cursor: pointer;
    width: 100%;
    background: #FF590B;
    border-radius: 7px;
    padding: 16px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.block-jobs-empty .checkbox {
    display: block;
    margin: 20px 0 0 0;
}

.block-jobs-empty .checkbox input {
    display: none;
}

/* .block-jobs-empty .checkbox span {
display:block;
position:relative;
padding:0 0 0 39px;
font-size: 12px;
line-height: 150%;
color: #929292;
} */

.block-jobs-empty .checkbox span {
    display: block;
    padding: 0 0 0 7px;
    font-size: 12px;
    line-height: 150%;
    color: #929292;
}

.block-jobs-empty .checkbox span:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/jobs-check.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -12px 0 0 0;
}

.block-jobs-empty .checkbox input:checked + span:before {
    background: url(../images/jobs-check2.svg) no-repeat;
}

.block-jobs-empty .checkbox a {
    text-decoration: underline;
    color: #FF590B;
}

.block-jobs-empty .checkbox a:hover {
    text-decoration: none;
}

.page-jobs form.wpcf7-form input.wpcf7-tel::-webkit-input-placeholder {
    opacity: .4;
}

.page-jobs form.wpcf7-form input.wpcf7-tel::-moz-placeholder {
    opacity: .4;
}

.page-jobs form.wpcf7-form input.wpcf7-tel::placeholder {
    opacity: .4;
}

.page-jobs form.wpcf7-form .wpcf7-list-item {
    margin: 0;
}

.window-catalog {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    z-index: 99999999999;
    height: 100vh;
    background: #fff;
    max-height: 600px;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    box-shadow: 5px 0 28px rgba(0, 0, 0, 0.04);
    display: none;
}

.window-catalog ul {
    list-style: none;
    margin: 0;
    width: 22%;
    padding: 20px 0;
    background: #FFFFFF;
    border-right: 1px solid #EBEBEB;
    height: 100%;
}

.window-catalog ul li {
    margin: 0 0 10px 0;
    padding: 0 20px;
}

.window-catalog ul li a {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.window-catalog ul li a:hover {
    color: #FF590B!important;
}

.window-catalog ul li.active a {
    color: #FF590B;
}

.window-catalog .menusub {
    display: none;
    position: absolute;
    width: 78%;
    top: 0;
    padding: 23px 25px;
    left: 22%;
}

.window-catalog ul li.sub a:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/about-arrow.svg) no-repeat;
    margin: 5px 0 0 10px;
    transition: .5s;
}

.window-catalog ul li.window-catalog__list-item.active a::after {
    margin: 0 0 0 10px;
    -webkit-transform: translate(2px, -1px) rotate(-90deg);
    transform: translate(2px, -1px) rotate(-90deg);
}

li.sub.window-catalog__list-item.active .menusub {
    display: flex;
    background: #fff;
}

.window-catalog ul {
    display: flex;
    flex-direction: column;
}

.window-catalog .menusub .scroll {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    max-height: 554px;
    overflow-y: auto;
    padding: 0;
    gap: 0 20px;
}

.window-catalog .menusub .scroll.single__col-row {
    width: 100%;
}

.window-catalog .menusub .scroll.single__col-row .popular__col {
    width: 100%;
}

/* .window-catalog .menusub .scroll.single__col-row .popular__col .popular a {
    margin: 0 3.5% 10px 0;
    width: 100%;
    max-width: 150px;
} */

.window-catalog ::-webkit-scrollbar {
    width: 4px;
}

.window-catalog ::-webkit-scrollbar-track {
    background: #EBEBEB;
    border-radius: 99px;
}

.window-catalog ::-webkit-scrollbar-thumb {
    background: #B6B6B6;
    border-radius: 14px;
}

.window-catalog .col-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 15px 0;
}

.window-catalog .col ul {
    width: 100%;
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
    height: auto;
}

/* .window-catalog .col {
    width: 30%;
} */

/* .window-catalog .col:first-child {
    width: 50%;
} */
.window-catalog .popular__col {
   padding-bottom: 20px;
   margin-bottom: 20px;
   border-bottom: 1px solid #ebebeb;
  width: 100%;
}

/* .window-catalog .col + .col {
    margin: 0 0 0 45px;
} */

.window-catalog .col ul li {
    padding: 0;
}

.window-catalog .col ul li:nth-of-type(n+7) {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.window-catalog .col ul li.showList:nth-of-type(n+7) {
    display: list-item;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.window-catalog .col .show {
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #FF590B;
    display: none;
}

.window-catalog .col .show.yes {
    display: flex;
}

.window-catalog .col .show:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/menu-catalog-show.svg) no-repeat;
    margin: 0 0 0 5px;
}

.window-catalog .col .show.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.window-catalog .col ul li a:after {
    display: none;
}

.window-catalog .col ul li a {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #000000;
}

.window-catalog .col ul li a:hover {
    color: #FF590B;
}

.window-catalog .popular {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 20px;
}

.window-catalog .popular a:after {
    display: none;
}

.window-catalog .popular a {
    display: block;
    text-decoration: none;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    height: auto;
    display: flex;
    flex-direction: column;
    flex: 0 0 calc((100% / 5) - 20px);
    padding: 5px 10px;
}
.window-catalog .popular a:hover {
    border: 1px solid #ff590b;
}

/* .window-catalog .popular a:nth-child(2n) {
    margin: 0 0 10px 0;
} */

.window-catalog  .btn {
    margin: auto 10px 0;
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #FF590B;
    border-radius: 7px;
    padding: 11px 24px 12px 24px;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
}
.window-catalog  .btn:hover {
     color: #FFFFFF;
}

.window-catalog .popular .img {
    /* height: 88px; */
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    display: table;
    margin: 0 auto 5px auto;
}
.window-catalog .popular .img img {
    aspect-ratio: 1 / 0.8;
    object-fit: contain;
}
.window-catalog .popular .name {
    font-size: 12px;
    line-height: 150%;
    font-weight: 400;
    color: #5A5A5A;
}

.mobile-menu {
    display: none;
}

.section-1 .tab-mobile-item {
    display: none;
}

.mobile-block {
    display: none;
}

.open-filter-mobile {
    display: none;
}

.request-calculation button.mobile {
    display: none;
}

.request-calculation .mobile-items {
    display: none;
}

.woocommerce-result-count {
    display: none;
}

.woof_btn_default.woof_show_auto_form {
    display: none;
}

.sorting-block br {
    display: none;
}

.sorting-block .sort div:first-child {
    display: none;
}

.sorting-block .sort.name:before {
    content: "Сортировать";
}

.sorting-block .sort.viewspage {
    font-size: 0;
    line-height: 0;
}

.sorting-block .sort.viewspage form:before {
    content: "Показывать по";
    font-size: 16px;
    line-height: 150%;
}

.sorting-block .woof_products_top_panel {
    display: none !important;
}

.cart_totals h2 {
    display: none;
}

.page-checkout {
    display: flex;
    align-items: flex-start;
}

.page-checkout .col-left {
    flex: 1;
    padding: 0 20px 0 0;
}

.page-checkout .col-right {
    padding: 25px 30px;
    width: 40%;
    background: #FFFFFF;
    border-radius: 10px;
}

.page-checkout .col-right .name {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 20px 0;
}

.page-checkout .col-right .field {
    display: flex;
    color: #000000;
    margin: 0 0 15px 0;
    justify-content: space-between;
    position: relative;
}

.page-checkout .col-right .field:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 1px;
    background: #EBEBEB;
}

.page-checkout .col-right .field span:first-child {
    position: relative;
    background: #fff;
    z-index: 3;
    bottom: -1px;
    padding: 0 10px 0 0;
}

.page-checkout .col-right .field span:last-child {
    position: relative;
    z-index: 3;
    background: #fff;
    bottom: -1px;
    padding: 0 0 0 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
}


.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single .select2-selection__rendered {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0 1px 2px rgba(198, 228, 246, 0.05);
    border-radius: 7px;
    padding: 11px 16px;
}

.woocommerce-billing-fields h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #141414;
    margin: 0 0 19px 0;
}

.woocommerce-checkout #payment {
    background: none !important;
}

.select2-container .select2-selection--single {
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 14px;
    right: 10px;
    width: 20px;
}

.tinv-wishlist .tinv-header {
    display: none;
}

.section-products .new {
    margin: 0 15px 0 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #1C1C1C;
}

.section-products .tinvwl-remove {
    position: absolute;
    top: 10px;
    left: 10px;
    background: none;
    cursor: pointer;
    color: #FF590B;
    text-decoration: underline;
}

.section-products .tinvwl-remove:hover {
    text-decoration: none;
}

.section-products .price > span {
    margin: 0 15px 0 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #1C1C1C;
}

.section-products .item.product__type-variable .price {
    font-size: 20px;
    font-weight: 700;
    color: #1c1c1c;
}

.section-products .item.product__type-variable .button.product_type_variable {
    background: #ff590b;
    color: #fff;
    padding: 8px 5px;
    border-radius: 7px;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
}

.section-products .old {
    color: #929292;
    position: relative;
}

.section-products .old:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: url(../images/old-price.png) no-repeat center center;
}

.woocommerce-shipping-totals.shipping {
    margin: 30px 0;
}

.woocommerce-shipping-totals.shipping .newlabel .city {
    font-size: 16px;
    line-height: 150%;
    color: #141414;
    margin: 10px 0 0 0;
    font-weight: normal;
}

.woocommerce-billing-fields .woocommerce-Price-amount.amount {
    order: 2;
    display: flex;
    align-items: center;
}

.woocommerce-shipping-totals.shipping .newlabel .city {
    order: 3;
}

.mobile-head-filter {
    display: none;
}

.site-width .site-width {
    padding: 0;
}

.catalog-wrapper .section-products .item {
	display: flex;
	flex-direction: column;
    width: 24%;
    margin: 0 0.5% 10px 0.5%;
}

.catalog-wrapper .section-products .item:nth-child(4n) {
    margin: 0 0.5% 10px 0.5%;
}

.page-contact .col-right .wpcf7-not-valid-tip {
    color: #fff;
    border: 1px #ff0000 solid;
    padding: 5px;
    margin: 0 0 10px 0;
    text-align: center;
}

.section-18 .wpcf7-acceptance label span {
    color: #fff;
}

.section-18 .wpcf7-acceptance label a {
    color: #fff;
}

.irs--round .irs-handle {
    cursor: pointer;
}

body.id7 .woocommerce-notices-wrapper {
    display: none !important;
}

/* ajax search */

.search-form {
    position: relative;
}

.ajax-search {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    max-height: 370px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    font-size: 14px;
    color: #424348;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
    padding: 10px;
    display: none;
}

.ajax-search::-webkit-scrollbar {
    width: 6px;
    background-color: #eff2f3;
}

.ajax-search::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    border-radius: 4em;
}

.ajax-search__item {
    position: relative;
    cursor: pointer;
    list-style-type: none;
    padding: 2px 0;
}

.ajax-search__link {
    color: var(--accent);
    line-height: 130%;
    font-size: 13px;
    display: block;
}

.ajax-search__excerpt {
    cursor: default;
    font-size: 11px;
    line-height: 140%;
}

.ajax-search__not-found {
    font-size: 12px;
}

.ajax-search__item.linkgo {
    border-top: 1px solid #EBEBEB;
    text-align: center;
    padding: 10px 15px 0 15px;
    margin: 10px 0 0 0;
}

.ajax-search__item.linkgo a {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FF590B;
}

.ajax-search__item a {
    text-decoration: none;
    font-size: 16px;
    line-height: 150%;
}

.ajax-search__item a:hover {
    color: #FF590B;
}

.add-quanty {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0 0 0;
}

.section-products .item .add-quanty {
    display: flex;
	margin-top: auto;
}

.section-products .add-quanty form.cart {
    display: flex;
    justify-content: space-between;
}

.section-products .add-quanty form.cart .tinv-wraper {
    display: none;
}

.add-quanty .input-quant {
    display: flex;
    align-items: center;
    flex: 1;
    border: 1px solid #EBEBEB;
    border-radius: 7px;
    padding: 8px 10px;
    font-size: 0;
}

.add-quanty .input-quant .minus {
    cursor: pointer;
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/input-minus.svg) no-repeat;
    font-size: 0;
    line-height: 0;
}

.add-quanty .input-quant .plus {
    cursor: pointer;
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/input-plus.svg) no-repeat;
    font-size: 0;
    line-height: 0;
}

.add-quanty .input-quant input {
    flex: 1;
    text-align: center;
    width: 100% !important;
    border: 0;
}

.add-quanty .quantity {
    flex: 1;
    font-size: 0;
    line-height: 0;
}

.add-quanty .add-cart {
    text-decoration: none;
    display: block;
    cursor: pointer;
    border: 1px solid #FF590B;
    border-radius: 7px;
    padding: 10px 22px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FF590B;
    flex-shrink: 0;
    background: transparent;
}

.add-quanty .add-cart:hover {
    color: #fff;
    background: #FF590B;
}

.section-products .add-quanty .add-cart {
    width: 40px;
    height: 40px;
    font-size: 0;
    line-height: 0;
    background: url(../images/newcart.svg) no-repeat;
    border: 0;
}

.section-products .add-quanty .quantity {
    flex: 1;
}

.catalog-wrapper .add-quanty .add-cart {
    width: 40px;
    height: 40px;
    font-size: 0;
    line-height: 0;
    background: url(../images/newcart.svg) no-repeat;
    border: 0;
}

.catalog-wrapper .add-quanty .quantity {
    flex: 1;
}

.top-mini-banner {
    padding: 20px 0;
    background: #fff;
}

.top-mini-banner .site-width {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-mini-banner .day-off {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #1C1C1C;
}

.top-mini-banner .day-off img {
    margin: 0 15px 0 0;
}

.top-mini-banner .btn {
    position: absolute;
    top: 50%;
    right: 71px;
    z-index: 1;
    text-decoration: none;
    display: table;
    background: #FF590B;
    border-radius: 7px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin: -20px 0 0 0;
}

.top-mini-banner .close {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 3;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: url(../images/top-mini-banner-close.svg) no-repeat;
    margin: -12px 0 0 0;
}

.info-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 100%;
    max-width: 319px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 13px rgba(0, 0, 0, .13);
    padding: 30px;
}

.info-popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: url(../images/close-new-popup.svg) no-repeat;
}

.info-popup .icon {
    display: table;
    margin: 0 auto 30px auto;
    font-size: 0;
    line-height: 0;
}

.info-popup .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #1C1C1C;
    margin: 0 0 30px 0;
}

#succes-addcart .title {
    text-align: center;
}

#succes-addcart .order {
    cursor: pointer;
    display: block;
    text-decoration: none;
    margin: 0 0 15px 0;
    background: #FF590B;
    border-radius: 7px;
    padding: 12px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

#succes-addcart .cancel {
    cursor: pointer;
    display: block;
    text-decoration: none;
    border: 1px solid #FF590B;
    border-radius: 7px;
    padding: 12px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FF590B;
}

#succes-subscription .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #1C1C1C;
    margin: 0 0 10px 0;
}

#succes-subscription .desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 10px 0;
}

#succes-subscription .warning {
    font-size: 14px;
    line-height: 150%;
    color: #929292;
}

.section-27 {
    margin: 0 0 60px 0;
}

.section-27 .site-width {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 15px;
    max-width: 1218px;
    padding: 40px 50px 50px 50px;
    position: relative;
    overflow: hidden;
}

.section-27 .site-width:before {
    content: "";
    position: absolute;
    top: 0;
    right: -5px;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: url(../images/section27-img.png) no-repeat right bottom;
}

.section-27 .block {
    width: 100%;
    max-width: 500px;
    font-size: 16px;
    line-height: 150%;
    color: #5A5A5A;
    position: relative;
    z-index: 3;
}

.section-27 .title {
    font-weight: 800;
    font-size: 28px;
    line-height: 36px;
    color: #1C1C1C;
    margin: 0 0 17px 0;
}

.section-27 .calc {
    background: #FF590B;
    border-radius: 7px;
    display: table;
    text-decoration: none;
    padding: 16px 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 27px 0 0 0;
    cursor: pointer;
}

.footer .social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 30px 0 0 0;
}

.footer .social .tl {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 5px 10px;
}

.footer .social .tl:before {
    content: "";
    margin: 0 10px 0 0;
    width: 24px;
    height: 24px;
    background: url(../images/footer-tl.svg) no-repeat;
}

.footer .social .wh {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 5px 10px;
}

.footer .social .wh:before {
    content: "";
    margin: 0 10px 0 0;
    width: 24px;
    height: 24px;
    background: url(../images/footer-wh.svg) no-repeat;
}

.footer-bottom {
    background: #EBEBEB;
    padding: 13px 0;
}

.footer-bottom .site-width {
    display: flex;
    align-items: center;
}

.footer-bottom .dev {
    flex: 1;
    padding: 0 20px 0 0;
    font-size: 16px;
    line-height: 19px;
    color: #929292;
}

.footer-bottom .dev a {
    color: #FF590B;
    text-decoration: none;
}

.footer-bottom .dev a:hover {
    text-decoration: underline;
}

.footer-bottom .right {
    display: flex;
    align-items: center;
}

.footer-bottom .name {
    font-size: 16px;
    line-height: 19px;
    color: #929292;
    margin: 0 15px 0 0;
}

.footer-bottom .pay {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.section-28 {
    margin: 60px 0;
}

.section-28 .site-width {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 15px;
    padding: 0;
    max-width: 1230px;
}

.section-28 .col-left {
    width: 50%;
    padding: 40px;
}

.section-28 .col-right {
    width: 50%;
    position: relative;
    background: url(../images/section28-bg.png) no-repeat 0 bottom;
}

.section-28 .col-right .phone {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 0;
    z-index: 3;
    left: 117px;
}

.section-28 .title {
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    color: #1C1C1C;
    margin: 0 0 15px 0;
}

.section-28 .desc {
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 26px 0;
}

.section-28 .social {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.section-28 .wh {
    display: flex;
    align-items: center;
    text-decoration: none;
    background: linear-gradient(0deg, #20B038 0%, #60D66A 100%);
    border-radius: 7px;
    padding: 15px 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.section-28 .wh:before {
    content: "";
    width: 24px;
    height: 25px;
    background: url(../images/section28-wh.svg) no-repeat;
    margin: 0 10px 0 0;
}

.section-28 .tl {
    display: flex;
    align-items: center;
    text-decoration: none;
    background: linear-gradient(180deg, #2AABEE 0%, #229ED9 99.26%), #FF590B;
    border-radius: 7px;
    padding: 15px 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.section-28 .tl:before {
    content: "";
    width: 24px;
    height: 25px;
    background: url(../images/section28-tl.svg) no-repeat;
    margin: 0 10px 0 0;
}

.dgwt-wcas-search-wrapp {
    max-width: none;
}

.header .search button svg {
    display: none;
}

.header .search .dgwt-wcas-sf-wrapp {
    display: flex;
    align-items: center;
    width: 100%;
}

.dgwt-wcas-close {
    display: none !important;
}

.dgwt-wcas-suggestion-product, .dgwt-wcas-suggestion-tax {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 5px 0;
}

.dgwt-wcas-suggestions-wrapp {
    background: #fff;
    padding: 10px;
}

.dgwt-wcas-suggestion-product .dgwt-wcas-si {
    display: none;
}

.dgwt-wcas-meta {
    display: none;
}

.dgwt-wcas-st-title strong, .dgwt-wcas-suggestion-tax .dgwt-wcas-st strong {
    color: #FF590B;
}

.dgwt-wcas-suggestion-headline {
    display: none;
}

.js-dgwt-wcas-suggestion-more {
    display: block;
    width: 100%;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FF590B;
    padding: 12px;
    border-top: 1px solid #EBEBEB;
    text-align: center;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.new-request-calculation {
    display: flex;
    margin: 0 0 50px 0;
    align-items: flex-start;
}

.new-request-calculation .col-left {
    flex: 1;
}

.new-request-calculation .col-center {
    width: 100%;
    margin: 0 0 0 2.6%;
    border-radius: 15px;
    background: rgba(28, 28, 28, 0.03);
    max-width: 169px;
    flex-basis: 169px;
    flex-shrink: 0;
}

.new-request-calculation .col-center .images {
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 6px 0;
}

.new-request-calculation .col-right {
    width: 27.6%;
    margin: 0 0 0 3.5%;
}

.new-request-calculation .col-left .title {
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    color: #1C1C1C;
    margin: 0 0 10px 0;
}

.new-request-calculation .col-left .desc {
    font-size: 14px;
    line-height: 150%;
    color: #5A5A5A;
    margin: 0 0 25px 0;
}

.new-request-calculation .col-left .selects label {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 10px 0;
    gap: 28px;
    justify-content: space-between;
}

.new-request-calculation .col-left .selects {
    margin: 0 0 20px 0;
}

.new-request-calculation .select-all {
    min-height: 56px;
    display: flex;
    align-items: center;
}

.new-request-calculation .new-select:before {
    top: 12px;
}

.new-request-calculation .fl {
    display: flex;
    justify-content: space-between;
}

.new-request-calculation .fl .select-all2:first-child {
    width: 61%;
}

.new-request-calculation .fl .select-all2:last-child {
    width: 36%;
}

.new-request-calculation .input-flex .n {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 15px 0;
    gap: 28px;
}

.new-request-calculation .input-flex .inputs {
    display: flex;
    justify-content: space-between;
}

.new-request-calculation .input-block .input-all {
    width: 100%;
    margin-bottom: 10px;
}

.new-request-calculation .col-center .input-block {
    padding: 0 18px;
}

.new-request-calculation .input-block .n {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 10px 0;
    gap: 28px;
}

.new-request-calculation .input-block .inputs {

}

.new-request-calculation .input-block .input-all {
    width: 100%;
    margin-bottom: 10px;
}

.new-request-calculation .calc_counter-wrap {
    display: flex;
    align-items: center;
}

.new-request-calculation .calc_counter-wrap .name {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 30px 0 0;
}

.new-request-calculation .calc_counter-wrap .counter {
    display: flex;
    align-items: center;
    max-width: 230px;
}

.new-request-calculation .calc_counter-wrap .counter .minus {
    cursor: pointer;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    background: url(../images/minus.svg) 0 0 / cover no-repeat;
}

.new-request-calculation .calc_counter-wrap .counter .plus {
    cursor: pointer;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    background: url(../images/plus.svg) 0 0 / cover no-repeat;
}

.new-request-calculation .calc_counter-wrap .counter input {
    width: 100%;
    height: 50px;
    margin: 0 10px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0 1px 2px rgba(198, 228, 246, 0.05);
    border-radius: 7px;
    padding: 0 16px;
    text-align: center;
}

.new-request-calculation .col-center .name {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 15px 0;
}

.new-request-calculation .col-center .counter {
    display: flex;
    align-items: center;
}

.new-request-calculation .col-center .counter .minus {
    cursor: pointer;
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    background: url(../images/minus.svg) no-repeat;
}

.new-request-calculation .col-center .counter .plus {
    cursor: pointer;
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    background: url(../images/plus.svg) no-repeat;
}

.new-request-calculation .col-center .counter input {
    width: 100%;
    height: 56px;
    margin: 0 10px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0 1px 2px rgba(198, 228, 246, 0.05);
    border-radius: 7px;
    text-align: center;
    padding: 0 16px;
}

.new-request-calculation .col-center .prin_step {
    padding: 0 18px 18px 18px;
}

.new-request-calculation .col-center .print {
    margin: 20px 0 0 0;
    display: block;
}

.new-request-calculation .col-center .print input {
    display: none;
}

.new-request-calculation .col-center .print span {
    padding: 0 0 0 28px;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #1C1C1C;
}

.new-request-calculation .col-center .print span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/checkbox.svg) no-repeat;
    margin: -9px 0 0 0;
}

.new-request-calculation .col-center .print input:checked + span:before {
    background: url(../images/checkbox-a.svg) no-repeat;
}

.new-request-calculation .col-right .name {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #1C1C1C;
    margin: 0 0 15px 0;
}

.new-request-calculation .col-right .input-all {
    margin: 0 0 10px 0;
    padding: 2px 16px 4px 16px;
}

.new-request-calculation .col-right textarea {
    width: 100%;
    height: 112px;
    border: 1px solid #EBEBEB;
    box-shadow: 0 1px 2px rgba(198, 228, 246, 0.05);
    border-radius: 7px;
    padding: 8px 16px;
}

.new-request-calculation .col-right .checkbox {
    display: block;
    font-size: 12px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 15px 0 0 0;
}

.new-request-calculation .col-right .checkbox input {
    display: none;
}

.new-request-calculation .col-right .checkbox span {
    display: block;
    position: relative;
    padding: 0 0 0 30px;
}

.new-request-calculation .col-right .checkbox span:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/check.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -15px 0 0 0;
}

.new-request-calculation .col-right .checkbox input:checked + span:before {
    background: url(../images/check2.svg) 0 0 / cover no-repeat;
}

.col-right .file {
    display: block;
    cursor: pointer;
    margin: 10px 0;
}

.col-right .file input {
    display: none;
}

.col-right .file-upload-btn {
    display: block;
    font-size: 14px;
    line-height: 150%;
    color: #FF590B;
    padding: 0 0 0 34px;
    background: url(../images/new-request-calculation-file.svg) left center no-repeat;
}

.col-right .file span.the_return {
    background: transparent;
    text-align: left;
}

.new-request-calculation .col-right .btn {
    cursor: pointer;
    width: 100%;
    background: #FF590B;
    border-radius: 7px;
    padding: 12px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.new-request-calculation-window {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.new-request-calculation-window .new-request-calculation {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    border: 2px solid #FF590B;
    border-radius: 15px;
    width: 100%;
    max-width: 930px;
    padding: 30px;
    overflow-y: scroll;
}

.new-request-calculation-window .close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
    width: 24px;
    height: 24px;
    background: url(../images/new-request-calculation-window-close.svg) no-repeat;
}

.new-request-calculation .col-right .error {
    color: #ff0000;
}

.thank {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 23px;
}

.select-all2 select {
    background: #FFFFFF url(../images/select.svg) no-repeat right 16px center;
    border: 1px solid #EBEBEB;
    box-shadow: 0 1px 2px rgb(198 228 246 / 5%);
    border-radius: 7px;
    padding: 5px 16px 7px 16px;
    min-height: 56px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.section-188 {
    background: linear-gradient(96.47deg, #FF590B 9.53%, #FF8F0B 107.33%);
    border-radius: 15px;
    width: 100%;
    max-width: 1220px;
    margin: 60px auto;
    display: flex;
    position: relative;
}

.section-188:before {
    content: "";
    background: url(../images/section188-bg.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.section-188 .block {
    display: flex;
    flex: 1;
    padding: 40px 40px 40px 34px;
    position: relative;
    z-index: 3;
}

.section-188 .col-left {
    flex: 1;
    padding: 0 52px 0 0;
}

.section-188 .col-right {
    width: 39.5%;
}

.section-188 .images {
    width: 34.5%;
    font-size: 0;
    line-height: 0;
    position: relative;
}

.section-188 .images img {
    position: absolute;
    top: -40px;
}

.section-188 .col-left .wpcf7-list-item {
    margin: 0;
}

.section-188 .title {
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    color: #FFFFFF;
    margin: 0 0 15px 0;
}

.section-188 .desc {
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0 0 45px 0;
}

.section-188 .wpcf7-list-item label, .section-188 .wpcf7-list-item label a {
    color: #fff;
}

.section-188 .wpcf7 form .wpcf7-response-output {
    color: #fff;
}

.section-188 textarea {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0 1px 2px rgba(198, 228, 246, 0.05);
    border-radius: 7px;
    margin: 0 0 15px 0;
    height: 155px;
    width: 100%;
    padding: 11px 16px;
}

.section-188 .bottom-flex {
    display: flex;
}

.section-188 .bottom-flex p {
    margin: 0;
}

.section-188 .bottom-flex .input-all {
    flex: 1;
    margin: 0 15px 0 0;
}

.section-188 .bottom-flex button {
    cursor: pointer;
    background: none;
    border: 1px solid #FFFFFF;
    border-radius: 7px;
    padding: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.section-189 {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 15px;
    width: 100%;
    max-width: 1220px;
    margin: 60px auto;
    display: flex;
    position: relative;
    padding: 30px 128px 30px 60px;
    overflow: hidden;
}

.section-189:before {
    content: "";
    background: url(../images/section189-bg.png) no-repeat right 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-size: contain;
}

.section-189 .icon {
    position: relative;
    z-index: 3;
}

.section-189.two:before {
    content: "";
    background: url(../images/section189-bg2.png) no-repeat 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-size: contain;
}

.section-189 .block {
    flex: 1;
    position: relative;
    z-index: 3;
    padding: 0 100px 0 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #1C1C1C;
}

.section-189 .col-right {
    position: relative;
    z-index: 3;
    width: 256px;
}

.section-189 .title {
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    color: #1C1C1C;
    margin: 0 0 10px 0;
}

.section-189 input {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0 1px 2px rgba(198, 228, 246, 0.05);
    width: 100%;
    border-radius: 7px;
    height: 56px;
    margin: 0 0 15px 0;
    padding: 0 16px;
    font-size: 16px;
    line-height: 150%;
}

.section-189 button {
    background: #FF590B;
    border-radius: 7px;
    width: 100%;
    height: 56px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.section-189 .text-center {
    position: relative;
}

.section-189 .text-center .wpcf7-spinner {
    display: block;
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
}

.section-189 .wpcf7 .wpcf7-response-output {
    display: none;
}

.section-189 .wpcf7 input.wpcf7-form-control.wpcf7-not-valid {
    border-color: red;
}

.section-189 .wpcf7 .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.section-189 .wpcf7 span.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 0;
    position: absolute;
    bottom: 15px;
    display: block;
    left: 17px;
}

.irs--round .irs-handle {
    background-color: #FF590B !important;
    border-color: #FF590B !important;
}

.woof .input-alls {
    display: flex;
    gap: 20px;
}

.section-190 {
    margin: 0 0 60px 0;
    display: flex;
    position: relative;
    background: #FFFFFF;
    border-radius: 15px;
    overflow: hidden;
}

.section-190:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: url(../images/section190-bg.png) no-repeat right 0;
    background-size: contain;
}

.section-190 .col-left {
    flex: 1;
    padding: 48px 60px;
    position: relative;
    z-index: 3;
    font-size: 18px;
    line-height: 150%;
    color: #1C1C1C;
}

.section-190 .col-right {
    font-size: 0;
    line-height: 0;
    position: relative;
    z-index: 3;
    padding: 0 43px 0 0;
    display: flex;
    align-items: flex-end;
}

.section-190 .title {
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    color: #1C1C1C;
    margin: 0 0 15px 0;
}

.section-190 .btn {
    display: table;
    text-decoration: none;
    cursor: pointer;
    margin: 30px 0 0 0;
    background: #FF590B;
    border-radius: 7px;
    padding: 16px 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.section-191 {
    display: flex;
    margin: 0 0 30px 0;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 20px 30px;
    flex-wrap: wrap;
    GAP: 10PX;
}

.section-191 .info {
    display: flex;
    border-right: 1px solid #EBEBEB;
}

.section-191 .info div {
    margin: 0 50px 0 0;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
}

.section-191 .info div a {
    display: table;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 2px 0;
}

.section-191 .social {
    margin: 0 40px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-191 .social .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 10px 0 0;
}

.section-191 .social .tl {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 5px 10px;
}

.section-191 .social .tl:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/footer-tl.svg) no-repeat;
}

.section-191 .social .wh {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 5px 10px;
}

.section-191 .social .wh:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/footer-wh.svg) no-repeat;
}

.section-191 .feedback {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    background: #FF590B;
    border-radius: 7px;
    padding: 11px 32px 12px 24px;
    font-weight: 500;
    color: #FFFFFF;
}

.section-191 .feedback:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/footer-phone.svg) no-repeat;
    margin: 0 10px 0 0;
}

.section-192 {
    margin: 0 0 60px 0;
}

.section-192 .tabs__content {
    display: none;
    flex: 1;
}

.section-192 .tabs__content iframe {
    width: 100% !important;
    height: 100% !important;
}

.section-192 .tabs__content.active {
    display: block;
}

.section-192 .tabs {
    display: flex;
}

.section-192 .tabs__caption {
    list-style: none;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 10px;
    width: 386px;
    margin: 0 30px 0 0;
}

.section-192 .tabs__caption li {
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 15px;
}

.section-192 .tabs__caption li.active {
    border: 1px solid #FF590B;
    cursor: default;
}

.section-192 .name {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 5px 0;
}

.section-192 .city {
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 5px 0;
}

.section-192 .city:hover {
    cursor: pointer;
    color: #FF590B;
}

.section-192 .info {
    margin: 0 0 15px 0;
}

.section-192 .info a {
    text-decoration: none;
    margin: 0 20px 0 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #1C1C1C;
}

.section-192 .info span {
    font-size: 14px;
    line-height: 150%;
    color: #929292;
}

.section-192 .link {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.section-192 .link button {
    text-decoration: none;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 150%;
    color: #1C1C1C;
}

.section-192 .link button:hover {
    border-color: #ff590b;
}

.section-192 .link button.active__ch {
    border-color: #ff590b;
}

.section-192 .link img {
    margin: 0 10px 0 0;
}

.page__delivery .title-page {
    margin-bottom: 50px;
}

.page__delivery .section-192 {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
}

.page__delivery .section-192 h2 {
    font-size: 24px;
    line-height: 30.6px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 700;
}

.page__delivery .section-192 p {
    font-size: 16px;
    line-height: 28.8px;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
}

.page__delivery .section-192 .tabs__caption {
    padding: 0;
}

.page__delivery .section-192 .tabs__content {
    border-radius: 15px;
    overflow: hidden;
}

.section-192.alt__section h2 {
    margin-bottom: 15px;
}

.section-192.alt__section h3 {
    font-size: 18px;
    line-height: 27px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 500;
}

div#mapnavig {
    border-radius: 15px;
    overflow: hidden;
}

.page__delivery .section-192-2 p {
    margin-bottom: 0;
}

.page__delivery .section-189.two {
    margin-top: 170px;
}

.section-193 {
    margin: 0 0 60px 0;
    display: flex;
    background: linear-gradient(96.47deg, #FF590B 9.53%, #FF8F0B 107.33%);
    border-radius: 15px;
    position: relative;
    padding: 35px 40px;
}

.section-193:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: url(../images/section193-bg.png) no-repeat 0 0;
    background-size: contain;
}

.section-193 .col-left {
    position: relative;
    z-index: 3;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    width: 100%;
    max-width: 309px;
}

.section-193 .wpcf7 {
    position: relative;
    z-index: 3;
    flex: 1;
    padding: 0 0 0 115px;
}

.section-193 .col-center {
    position: relative;
    z-index: 3;
    flex: 1;
    margin: 0 10px 0 0;
}

.section-193 .col-right {
    position: relative;
    z-index: 3;
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-193 .title {
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    color: #FFFFFF;
    margin: 0 0 15px 0;
}

.section-193 textarea {
    width: 100%;
    height: 121px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 10px 0;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0 1px 2px rgba(198, 228, 246, 0.05);
    border-radius: 7px;
}

.section-193 .wpcf7-list-item-label, .section-193 .wpcf7-list-item-label a {
    color: #fff;
}

.section-193 .wpcf7-form-control-wrap {
    margin: 0 0 10px 0;
    display: block;
}

.section-193 .wpcf7-list-item {
    margin: 0;
}

.section-193 .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
}

.section-193 .col-right .wpcf7-form-control-wrap {
    margin: 0;
}

.section-193 .col-right button {
    width: 100%;
    cursor: pointer;
    background: none;
    border: 1px solid #FFFFFF;
    border-radius: 7px;
    padding: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 10px 0 0 0;
}

.section-194 {
    margin: 60px 0 0 0;
}

.section-194 .title {
    font-weight: 800;
    font-size: 28px;
    line-height: 36px;
    color: #1C1C1C;
    margin: 0 0 30px 0;
}

.section-194 .flex {
    display: flex;
    flex-wrap: wrap;
}

.section-194 .item {
    width: 31.666%;
    margin: 0 2.5% 30px 0;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 30px;
}

.section-194 .item:nth-child(3n) {
    margin: 0 0 30px 0;
}

.section-194 .head {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px 0;
    gap: 10px;
}

.section-194 .name {
    flex: 1;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #1C1C1C;
}

.section-194 .rating {
    font-size: 0;
    line-height: 0;
    gap: 6px;
}

.section-194 .text {
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 21px 0;
}

.section-194 .link-review {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
    background: #FFFFFF;
    box-shadow: 0 4px 13px rgba(0, 0, 0, 0.05);
    border-radius: 7px;
    padding: 5px 15px;
}

.section-194 .link-review img {
    width: 24px;
    margin: 0 10px 0 0;
}

.section-194 .load {
    cursor: pointer;
    text-decoration: none;
    margin: 30px 0 0 0;
    background: #FFE6DB;
    border-radius: 7px;
    padding: 16px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FF590B;
    opacity: 0;
    visibility: hidden;
}

.section-194 .load.visible {
    opacity: 1;
    visibility: visible;
}

.section-194 .item:nth-of-type(n+7) {
    display: none;
}

.woocommerce-info {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.section-certificates {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

@media screen and (max-width: 1400px) {

    .section-7 .slick-next {
        right: 0;
    }

    .section-7 .slick-prev {
        left: 0;
    }

    .section-9 .slick-next {
        right: 0;
    }

    .section-9 .slick-prev {
        left: 0;
    }

    .section-12 .slick-next {
        right: 0;
    }

    .section-12 .slick-prev {
        left: 0;
    }

    .section-13 .slick-next {
        right: 0;
    }

    .section-13 .slick-prev {
        left: 0;
    }

    .section-25 .slick-next {
        right: 0;
    }

    .section-25 .slick-prev {
        left: 0;
    }


}

@media screen and (max-width: 1200px) {

    .header .mail {
        display: none;
    }

    .add-quanty .add-cart {
        font-size: 14px;
        padding: 10px;
        text-align: center;
    }


    .header .search form.active {
        width: 500px;
    }

    .header .search form.visible {
        width: 500px;
    }

    .section-193 .wpcf7 {
        padding: 0 0 0 20px;
    }


}

@media screen and (max-width: 1000px) {

    .header .btn-catalog {
        display: none;
    }

    .header .search {
        display: none;
    }

    .header .phone {
        display: none;
    }

    .header .favorite {
        display: none;
    }

    .header .cart {
        display: none;
    }

    .mobile-menu {
        display: block;
        cursor: pointer;
        width: 24px;
        height: 24px;
        background: url(../images/mobile-menu.svg) no-repeat;
    }

    .mobile-menu.active {
        background: url(../images/mobile-menu-close.svg) no-repeat;
    }

    .header .site-width {
        justify-content: space-between;
    }

    .topline ul li {
        margin: 0 15px 0 0;
    }

    .section-1 {
        padding: 20px;
    }

    .section-1 .tabs__caption li {
        padding: 13px;
        font-size: 14px;
    }

    .section-2 .sale {
        padding: 5px;
        font-size: 8px;
        width: 100%;
        text-align: center;
    }

    .section-products .name {
        font-size: 14px;
        line-height: 150%;
    }

    .section-products ins {
        font-size: 18px;
        line-height: 150%;
    }

    .section-products del {
        font-size: 14px;
        line-height: 150%;
    }

    .section-10 .name {
        font-size: 14px;
    }

    .section-11 .site-width {
        display: block;
    }

    .section-11 .col-left {
        width: 100%;
        padding: 15px;
        margin: 0 0 10px 0;
    }

    .section-11 .col-right {
        width: 100%;
        padding: 15px;
    }

    .footer .col {
        padding: 0 10px;
    }

    .footer .feedback {
        padding: 10px;
    }

    .footer .feedback:before {
        flex-shrink: 0;
    }

    .topline {
        display: none;
    }

    .mobile-block {
        display: none;
        position: fixed;
        top: 66px;
        left: 0;
        right: 0;
        z-index: 999999999999999;
        bottom: 0;
        overflow-y: auto;
        background: #fff;
        padding: 20px 10px 80px 10px;
    }

    .mobile-block .menu ul {
        list-style: none;
        margin: 0 0 20px 0;
        padding: 0;
        border-bottom: 1px solid #EBEBEB;
    }

    .mobile-block .menu ul li {
        margin: 0 0 20px 0;
    }

    .mobile-block .menu ul ul {
        margin: 20px 0 0 20px;
    }

    .mobile-block .menu ul li a {
        text-decoration: none;
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        color: #1C1C1C;
    }

    .mobile-block .phone {
        margin: 0 0 15px 0;
        font-size: 14px;
        line-height: 150%;
        color: #929292;
    }

    .mobile-block .phone a {
        display: table;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
        color: #1C1C1C;
        margin: 0 0 2px 0;
    }

    .mobile-block .city {
        margin: 0 0 15px 0;
        font-size: 14px;
        line-height: 150%;
        color: #929292;
    }

    .mobile-block .city span {
        display: block;
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
        color: #1C1C1C;
        margin: 0 0 2px 0;
    }

    .mobile-block .mail {
        font-size: 14px;
        line-height: 150%;
        color: #929292;
    }

    .mobile-block .mail a {
        display: table;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
        color: #1C1C1C;
        margin: 0 0 2px 0;
    }

    .mobile-block .bottom {
        display: flex;
        justify-content: space-between;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        background: #EBEBEB;
        padding: 8px 20px 15px 20px;
        text-align: center;
    }

    .mobile-block .bottom a {
        text-decoration: none;
    }

    .mobile-block .bottom span {
        display: block;
        font-size: 12px;
        line-height: 150%;
        color: #5A5A5A;
    }

    .mobile-block .bottom a:hover span {
        color: #FF590B;
    }

    .mobile-block .bottom a:hover path {
        fill: #FF590B;
    }

    body.noscroll {
        overflow: hidden !important;
    }

    .catalog-wrapper .sidebar {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 99;
        width: 100%;
        background: #F9F9F9;
        padding: 20px 10px;
        overflow: hidden;
        overflow-y: auto;
        max-height: 100vh;
    }

    .section-19 {
        display: none;
    }

    .page-product .head-flex {
        display: block;
    }

    .page-product .head-flex .col-left {
        width: 100%;
    }

    .page-product .big-slider {
        max-height: none;
    }

    .page-product .small-slider {
        display: none;
    }

    .page-product .big-slider .slick-dots {
        display: flex !important;
    }

    .page-product .big-slider .slick-dots {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 0;
        line-height: 0;
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: 15px;
        left: 0;
        right: 0;
        z-index: 3;
    }

    .page-product .big-slider .slick-dots li {
        margin: 0 4px;
    }

    .page-product .big-slider .slick-dots button {
        border-radius: 555px;
        width: 8px;
        height: 8px;
        font-size: 0;
        line-height: 0;
        background: #B6B6B6;
        opacity: 0.2;
    }

    .page-product .big-slider .slick-dots .slick-active button {
        background: #B6B6B6;
        opacity: 1;
    }

    .page-product .head-flex .col-center {
        padding: 10px 0;
    }

    .page-product h1 {
        font-size: 20px;
        line-height: 150%;
        margin: 0 0 9px 0;
    }

    .page-product .col-center .reviews {
        font-size: 14px;
        line-height: 150%;
        margin: 0 5px 0 0;
    }

    .page-product .col-center .top {
        gap: 10px;
    }

    .page-product .col-center .rating {
        margin: 0 5px 0 0;
    }

    .page-product .select-size {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .page-product .col-center .delivery {
        justify-content: center;
    }

    .page-product .head-flex .col-right {
        width: 100%;
    }

    .page-services .section-11 {
        display: block;
    }

    .info-article {
        margin: 0 0 20px 0;
        gap: 10px;
        flex-wrap: wrap;
    }

    .info-article .time {
        padding: 0;
    }

    .info-article .views {
        margin: 0;
    }

    .info-article .author {
        margin: 0;
    }

    .info-article .rating {
        width: 100%;
    }

    .section-22 .item {
        padding: 15px;
        width: 100%;
        max-width: 282px;
        border: 1px solid #EBEBEB;
    }

    .section-22 .item .date {
        font-size: 24px;
        line-height: 150%;
        margin: 0 0 10px 0;
    }

    .section-23 .flex2 {
        margin: 0 0 40px 0;
        flex-direction: column-reverse;
    }

    .section-23 .flex2 .item {
        width: 100%;
    }

    .section-23 .flex2 .item:first-child {
        margin: 40px 0 0 0;
    }

    .section-11.flex {
        display: block;
    }

    .page-contact .fields {
        display: block;
    }

    .page-contact .fields .col:first-child {
        padding: 0;
    }

    .page-contact .fields .col:last-child {
        width: 100%;
    }

    .page-cart {
        display: block;
    }

    .page-cart .col-left {
        padding: 0;
    }

    .page-cart .col-right {
        width: 100%;
        padding: 40px 0 0 0;
    }

    .page-checkout {
        display: block;
    }

    .page-checkout .col-left {
        padding: 0;
    }

    .page-checkout .col-right {
        width: 100%;
        padding: 20px;
        margin: 31px 0 0 0;
    }

    .section-27 .site-width:before {
        display: none;
    }

    .section-27 .block {
        max-width: none;
    }

    .add-quanty {
        flex-wrap: wrap;
    }

    .add-quanty .add-cart {
        width: 100%;
    }

    .footer-bottom .right {
        display: block;
        text-align: center;
    }

    .section-28 .col-right {
        display: none;
    }

    .section-28 .col-left {
        width: 100%;
        padding: 20px;
        text-align: left;
    }

    .section-28 .col-left br {
        display: none;
    }

    .section-28 .social {
        justify-content: center;
    }

    .new-request-calculation {
        display: block;
    }

    .new-request-calculation .col-center {
        width: 100%;
        margin: 30px 0;
    }

    .new-request-calculation .col-right {
        width: 100%;
        margin: 0;
    }

    .new-request-calculation-window .new-request-calculation {
        top: 5%;
        left: 5%;
        right: 5%;
        width: 90%;
        max-height: 90vh;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        overflow-y: auto;
        padding: 20px;
    }

    .section-188 {
        display: block;
    }

    .section-188 .images {
        display: none;
    }

    .section-188 .block {
        padding: 20px;
        flex-direction: column;
    }

    .section-188 .col-left {
        padding: 0 0 20px 0;
        text-align: center;
    }

    .section-188 .col-right {
        width: 100%;
    }

    .section-188 .wpcf7-form-control.wpcf7-acceptance {
        display: none;
    }

    .section-188 .desc {
        margin: 0;
        font-size: 16px;
    }

    .section-188 .title {
        font-size: 24px;
        margin: 0 0 15px 0;
    }

    .section-189 {
        display: block;
        padding: 20px;
        text-align: center;
        max-width: calc(100% - 20px);
        overflow: hidden;
    }

    .section-189 .block {
        padding: 0 0 20px 0;
        font-size: 12px;
        line-height: 18px;
    }

    .section-189 .col-right {
        width: 100%;
    }

    .section-189:before {
        background: #ffdabf !important;
        background-size: cover !important;
    }

    .section-190:before {
        background-size: cover !important;
    }

    .section-190 .col-left {
        padding: 20px;
    }

    .section-191 .social {
        margin: 0;
    }

    .section-191 {
        gap: 15px;
    }

    .section-191 .info div {
        margin: 0;
    }

    .section-191 .info {
        gap: 15px;
        border: 0;
    }

    .section-193 {
        flex-wrap: wrap;
    }

    .section-193 .col-left {
        max-width: none;
        margin: 0 0 20px 0;
        text-align: center;
    }

    .section-193 .wpcf7 {
        padding: 0;
    }

    .section-194 .item {
        padding: 15px;
    }

    .section-certificates {
        grid-template-columns: repeat(3, 1fr);
    }
}

.section-28 .top__img {
    display: none;
}

@media screen and (max-width: 750px) {

    h2, .h2 {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        margin: 0;
    }

    .new-request-calculation .fl {
        display: block;
    }

    .new-request-calculation .fl .select-all22:first-child {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .new-request-calculation .fl .select-all22:last-child {
        width: 100%;
    }

    .section-16 .seo__text .visible__part {
        position: relative;
    }

    .section-16 .seo__text .visible__part:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, #f9f9f9 100%);
        bottom: 0;
    }

    .section-16 .seo__text.active .visible__part:after {
        display: none;
    }

    .section-22.slick-initialized.slick-slider .slick-slide {
        margin-right: 10px;
    }

    .section-28 {
        padding: 0 10px;
        margin: 40px 0;
    }

    .section-28 .top__img {
        display: block;
        margin-bottom: -95px;
    }

    .section-28 .site-width {
        padding-top: 95px;
    }

    .section-28 .title {
        font-size: 24px;
    }

    .section-28 .social {
        gap: 10px;
    }

    .section-28 .social a {
        border-radius: 5px;
        padding: 5px 10px;
        font-weight: 400;
        font-size: 14px;
        width: calc(50% - 5px);
        justify-content: center;
    }

    .section-188 {
        max-width: calc(100% - 20px);
    }

    .section-188 .titlee:before {
        content: "";
        display: block;
        height: 237px;
        width: 100%;
        position: absolute;
        right: calc(-100% - 20px);
        bottom: 0;
        background: url(../images/37.png) no-repeat center 0;
    }

    .section-188 .titlee {
        font-size: 18px;
        font-weight: 700;
        line-height: 23px;
        width: 50%;
        text-align: left;
        position: relative;
    }

    .topline {
        display: none;
    }

    .header {
        padding: 15px 0;
    }

    .site-width {
        padding: 0 10px;
    }

    .header .logo a {
        width: 200px;
        height: 35px;
        background-size: contain !important;
    }

    .section-1 {
        margin: 0 0 40px 0;
        border-radius: 0;
        background: url(../images/section1-bg-mobile.jpg) no-repeat center 0;
        background-size: cover;
        padding: 20px 10px;
    }

    .section-1 .title {
        font-size: 20px;
        line-height: 150%;
        margin: 0 0 5px 0;
    }

    .section-1 .desc {
        font-size: 14px;
        line-height: 150%;
        margin: 0 0 20px 0;
    }

    .section-1 .tab-mobile-item {
        display: block;
        font-size: 16px;
        line-height: 150%;
        color: #1C1C1C;
        border-bottom: 1px solid #EBEBEB;
        padding: 15px 30px 15px 0;
        position: relative;
        cursor: pointer;
    }

    .section-1 .tabs {
        padding: 0 15px;
    }

    .section-1 .tabs__caption {
        display: none;
    }

    .section-1 .tab-mobile-item:after {
        content: "";
        width: 24px;
        height: 24px;
        background: url(../images/title-section-arrow.svg) no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        right: 0;
        margin: -12px 0 0 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .section-1 .tab-mobile-item.active:after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .section-1 .tabs__content.active {
        padding: 0;
    }

    .section-1 .tab-mobile-item.active {
        border: 0;
    }

    .section-1 .images {
        display: none;
    }

    .section-1 .select-all,
    .section-1 .input-all {
        width: 100% !important;
        margin: 0 0 10px 0 !important;
    }

    .section-1 .input-all.mob {
        width: 31% !important;
    }

    .section-1 .right-block {
        justify-content: space-between;
        padding: 0 0 10px 0;
    }

    .section-1 button {
        width: 100%;
        padding: 16px;
        text-align: center;
    }

    .title-section {
        font-size: 20px;
        line-height: 150%;
        margin: 0 0 15px 0;
    }

    .section-2 .item {
        width: 100%;
        margin: 0 0 10px 0 !important;
    }

    .section-2 .left {
        padding: 15px;
    }

    .section-2 .name {
        font-size: 16px;
        line-height: 150%;
        margin: 0 0 8px 0;
    }

    .section-2 .desc {
        font-size: 14px;
        line-height: 150%;
    }

    .section-2 .images {
        width: 33%;
        text-align: center;
    }

    .section-2 .sale {
        display: none;
    }

    .section-2 {
        padding: 0;
    }

    .section-3 {
        margin: 40px 0;
    }

    .section-3 .section-products.slider {
        margin: 0;
        display: block;
    }

    .section-3 .woocommerce.section-products.slick-slider {
        margin: 0 -10px 0 0;
    }

    .section-products.slider .item {
        margin: 0 !important;
        width: 100% !important;
        max-width: 219px;
        height: 100%;
    }

    .section-products.slider .slick-track {
        display: flex !important;
    }

    .section-products.slider .slick-slide {
        margin: 0 10px 0 0;
    }

    .section-products.slider .slick-slide > div {
        height: 100%;
    }

    .section-4 .desc {
        font-size: 16px;
        line-height: 180%;
    }

    .section-4 .full {
        margin: 15px 0 0 0;
    }

    .section-4 .slick-slide {
        margin: 0 10px 0 0;
    }

    .section-4 .item {
        width: 100%;
        max-width: 282px;
    }

    .section-4 .item .desc {
        font-size: 14px;
        line-height: 150%;
    }

    .section-4 .item .full {
        display: none;
    }

    .section-5 {
        margin: 30px 0 40px 0;
        background: linear-gradient(96.47deg, #FF590B 9.53%, #FF8F0B 107.33%);
        border-radius: 15px;
        padding: 15px 15px 146px 15px;
    }

    .section-5:before {
        bottom: 0;
        right: 0;
        height: 126px;
        width: 100%;
        max-width: 320px;
        background: url(../images/section6-bg-mobile.png) no-repeat;
    }

    .section-5 .block {
        max-width: none;
    }

    .section-5 .title {
        font-size: 20px;
        line-height: 150%;
        margin: 0 0 20px 0;
    }

    .section-5 .title span {
        background: none;
        color: #fff;
        padding: 0;
    }

    .section-5 .item span {
        font-size: 24px;
        line-height: 150%;
    }

    .section-5 .item {
        font-size: 12px;
        line-height: 150%;
    }

    .section-6 .cat-flex {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .section-6 .cat-flex a {
        margin: 0 10px 0 0;
        white-space: nowrap;
    }

    .section-6 .flex {
        display: block;
        margin: 0;
    }

    .section-6 .flex .item {
        margin: 0 0 10px 0;
        width: 100%;
        padding: 15px 0 15px 15px;
        align-items: inherit;
    }

    .section-6 .flex .images {
        width: auto;
    }

    .section-6 .flex .name {
        font-size: 16px;
        line-height: 150%;
    }

    .section-6 .flex .price {
        font-size: 14px;
        line-height: 150%;
    }

    .section-6 br {
        display: none;
    }

    .section-6 .flex .left {
        height: auto;
    }

    .section-6 .block-feedback {
        display: block;
        text-align: center;
        padding: 15px 15px 25px 15px;
    }

    .section-6 .block-feedback img {
        display: none;
    }

    .section-6 .block-feedback .name {
        font-size: 16px;
        line-height: 150%;
        margin: 0 0 15px 0;
    }

    .section-6 .block-feedback .btn {
        padding: 12px 24px;
        margin: 0 auto;
        display: table;
    }

    .section-6 {
        margin: 0 0 40px 0;
    }

    .section-7 {
        margin: 0 0 40px 0;
    }

    .section-7 .item {
        width: 100%;
        max-width: 227px;
        height: 100%;
    }

    .section-7 .slick-slide {
        margin: 0 20px 0 0;
    }

    .section-7 .slick-track {
        display: flex !important;
    }

    .section-7 .slick-slide > div {
        height: 100%;
    }

    .section-8 {
        display: none;
    }

    .section-9 .item {
        width: 100%;
        max-width: 282px;
    }

    .section-9 .slick-slide {
        margin: 0 10px 0 0;
    }

    .section-9 .slider {
        margin: 0 -10px 0 0;
    }

    .section-products.slider {
        margin: 0 -10px 0 0;
    }

    .section-4 .flex {
        margin: 30px -10px 0 0;
    }

    .section-9 {
        margin: 0 0 40px 0;
    }

    .section-10 .name {
        font-size: 16px;
    }

    .section-10 .step {
        width: 100%;
        max-width: 178px;
    }

    .section-10 .slick-slide {
        margin: 0 30px 0 0;
    }

    .section-10 {
        margin: 0 0 40px 0;
    }

    .section-11 .top {
        display: block;
        margin: 0 0 16px 0;
    }

    .section-11 .title {
        font-size: 18px;
        line-height: 150%;
        margin: 0 0 5px 0;
    }

    .section-11 .top .desc {
        font-size: 14px;
        line-height: 150%;
        margin: 0;
    }

    .section-11 .logos {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: flex-start;
    }

    .section-11 .left {
        padding: 0 0 15px 0;
    }

    .section-11 .col-right {
        display: block;
    }

    .section-11 .sert a {
        margin: 0 10px 0 0;
    }

    .section-12 {
        margin: 40px 0;
    }

    .section-12 .item {
        padding: 15px;
        width: 100%;
        max-width: 282px;
    }

    .section-12 .slider {
        margin: 0 -10px 0 0;
    }

    .section-12 .slick-slide {
        margin: 0 10px 0 0;
    }

    .section-12 .name {
        font-size: 16px;
        line-height: 150%;
    }

    .section-12 .date {
        margin: 0 0 10px 0;
    }

    .section-13 {
        margin: 40px 0 62px 0;
    }

    .section-13 .slider {
        margin: 0;
    }

    .section-7 .slider {
        margin: 0 -10px 0 0;
    }

    .section-13 .slick-slide {
        margin: 0;
    }

    .section-13 .slick-dots {
        display: flex !important;
    }

    .section-13 .slick-dots {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 0;
        line-height: 0;
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: -22px;
        left: 0;
        right: 0;
        z-index: 3;
    }

    .section-13 .slick-dots li {
        margin: 0 4px;
    }

    .section-13 .slick-dots button {
        border-radius: 555px;
        width: 8px;
        height: 8px;
        font-size: 0;
        line-height: 0;
        background: #B6B6B6;
        opacity: 0.2;
    }

    .section-13 .slick-dots .slick-active button {
        background: #B6B6B6;
        opacity: 1;
    }

    .section-13 .info {
        left: 15px;
        right: 15px;
        bottom: 15px;
    }

    .section-13 .name {
        font-size: 16px;
        line-height: 150%;
    }

    .section-13 .date {
        font-size: 12px;
        line-height: 150%;
    }

    .section-14 .item {
        margin: 0 0 10px 0;
        padding: 15px 51px 15px 15px;
    }

    .section-14 .question {
        font-size: 16px;
        line-height: 150%;
    }

    .section-15 {
        padding: 0 10px;
        background: none;
        background: #FFFFFF;
        border-radius: 10px;
    }

    .section-15:before {
        content: "";
        width: 100%;
        max-width: 320px;
        height: 143px;
        background: url(../images/section15-bg-mob.png) no-repeat;
        display: block;
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        margin: 0 auto;
    }

    .section-15:after {
        display: none;
    }

    .section-15 .block {
        max-width: none;
        margin: 0 0 0 0;
        padding: 15px 15px 25px 15px;
    }

    .section-15 .title {
        font-size: 18px;
        line-height: 150%;
        color: #1C1C1C;
        margin: 0 0 6px 0;
    }

    .section-15 .desc {
        font-size: 12px;
        line-height: 150%;
        color: #5A5A5A;
        margin: 0 0 20px 0;
    }

    .section-15 .order {
        background: #FF590B;
        color: #FFFFFF;
        padding: 12px 24px 12px 32px;
    }

    .section-15 .order:after {
        background: url(../images/title-section-arrow-white.svg) no-repeat;
        background-size: contain;
    }

    .section-16 {
        margin: 40px 0;
    }

    .section-17 .item {
        margin: 0 !important;
        width: 100%;
        max-width: 282px;
    }

    .section-17 .slick-slide {
        margin: 0 10px 0 0;
    }

    .section-18 {
        margin: 40px 0 0 0;
        display: block;
        position: relative;
    }

    .section-18 .block {
        padding: 15px 15px 20px 15px;
        display: block;
        position: relative;
    }

    .section-18 .images {
        position: absolute;
        top: -20px;
        right: 0;
        z-index: 1;
        width: 155px;
        height: 152px;
    }

    .section-18 .col-left {
        padding: 0 0 15px 0;
    }

    .section-18 .col-right {
        width: 100%;
    }

    .section-18 .title {
        font-size: 20px;
        line-height: 150%;
        margin: 0 0 10px 0;
        max-width: 155px;
    }

    .section-18 .desc {
        font-size: 16px;
        line-height: 150%;
    }

    .section-18 button {
        justify-content: center;
        margin: 10px 0 0 0;
        padding: 15px;
    }

    .section-27:before {
        content: "";
        display: block;
        position: absolute;
        background: url("../images/35284.png") no-repeat right top;
        width: 100%;
        height: 290px;
        background-size: 340px;
        z-index: 3;
        overflow: hidden;
        top: 0;
    }

    .section-27 {
        position: relative;
        margin: 0 10px 60px 10px;
        background: #FFFFFF;
        border: 1px solid #EBEBEB;
        border-radius: 15px;
        padding-top: 211px;
        overflow: hidden;
    }

    .section-27 .site-width {
        padding: 5px 20px 20px 20px;
        border: 0;
        border-radius: 0;
    }

    .section-27 .block {
        font-size: 12px;
        line-height: 18px;
    }

    .section-27 .title {
        font-weight: 700;
        font-size: 20px;
        line-height: 25.5px;
        margin: 0 0 6px 0;
        max-width: 250px;
    }

    .section-27 .calc {
        padding: 12px 32px;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        margin: 15px 0 0 0;
        cursor: pointer;
        width: 100%;
        text-align: center;
    }

    .footer {
        margin: 40px 0 0 0;
        padding: 30px 0;
    }

    .footer .col:nth-child(2), .footer .col:nth-child(3) {
        display: none;
    }

    .footer .site-width {
        display: block;
        text-align: center;
    }

    .footer .logo {
        display: table;
        margin: 0 auto 30px auto;
    }

    .footer .city span, .footer .phone a, .footer .mail a {
        font-size: 16px;
        line-height: 150%;
    }

    .footer .col-right {
        max-width: none;
        display: flex;
        flex-direction: column;
        margin: 29px 0 0 0;
        align-items: center;
    }

    .footer .col-right .link {
        display: none;
    }

    .footer .feedback {
        order: 1;
        width: 100%;
        justify-content: center;
    }

    .footer .info {
        order: 2;
        font-size: 16px;
        line-height: 150%;
        margin: 30px 0 15px 0;
    }

    .footer .dev {
        order: 3;
        margin: 0;
    }

    .title-page {
        font-size: 20px;
        line-height: 150%;
        margin: 0 0 10px 0;
    }

    .desc-page {
        margin: 0 0 10px 0;
        font-size: 14px;
        line-height: 150%;
    }

    .block-boxes .name {
        font-size: 16px;
        line-height: 150%;
        margin: 0 0 10px 0;
    }

    .block-boxes ul {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
    }

    .block-boxes {
        margin: 20px 0;
    }

    .section-products .item {
        width: 47% !important;
        margin: 0 1.5% 10px 1.5% !important;
    }


    .pagination {
        gap: 10px;
        flex-wrap: wrap;
    }

    #top {
        display: none !important;
    }

    .sorting-block .sort span {
        display: block;
        margin: 0 0 5px 0;
    }

    .sorting-block .sort select {
        margin: 0;
    }

    .sorting-block .sort.mobile {
        display: none;
    }

    .sorting-block .sort {
        display: block;
		width: 70%
    }
	.sorting-block .sort select.orderby {
		width: 100%
	}
    .open-filter-mobile {
        cursor: pointer;
        color: #FF590B;
        display: flex;
        align-items: center;
        margin: 0 0 12px 0;
    }

    .open-filter-mobile:before {
        content: "";
        width: 24px;
        height: 24px;
        background: url(../images/filter-mobile.svg) no-repeat;
        margin: 0 5px 0 0;
    }

    .sorting-block {
        align-items: flex-end;
    }

    .wrapper .section-products ins {
        font-size: 16px;
        line-height: 150%;
    }

    .wrapper .section-products del {
        font-size: 12px;
        line-height: 150%;
    }

    .request-calculation {
        margin: 0 0 40px 0;
        padding: 15px;
    }

    .request-calculation .title {
        font-size: 20px;
        line-height: 150%;
    }

    .request-calculation .flex {
        display: block;
    }

    .request-calculation .col-left {
        display: none;
    }

    .request-calculation .col-right {
        width: 100%;
    }

    .request-calculation .col-right .images {
        text-align: center;
        margin: 0 0 13px 0;
    }

    .request-calculation .input-all {
        padding: 5px 12px;
    }

    .request-calculation .name {
        font-size: 16px;
        line-height: 150%;
        margin: 0 0 6px 0;
    }

    .request-calculation .col-right .inputs {
        margin: 0 0 20px 0;
    }

    .request-calculation .col-right .print {
        margin: 0 0 20px 0;
    }

    .request-calculation button.mobile {
        display: block;
        cursor: pointer;
        margin: 20px 0 0 0;
        background: #FF590B;
        border-radius: 7px;
        padding: 16px;
        text-align: center;
        font-weight: 500;
        color: #FFFFFF;
        width: 100%;
    }

    .request-calculation .mobile-items {
        display: block;
    }

    .request-calculation .mobile-items .select-all {
        height: 48px;
        display: flex;
        align-items: center;
        margin: 0 0 20px 0;
    }

    .request-calculation .mobile-items .new-select:before {
        top: 50%;
        margin: -3px 0 0 0;
    }

    .section-products-empty {
        padding: 30px 0 40px 0;
        text-align: center;
    }

    .section-products-empty .name {
        font-size: 24px;
        line-height: 150%;
        margin: 10px 0;
    }

    .section-products-empty .btn {
        margin: 0 auto;
    }

    .shipping-payment {
        display: block;
        margin: 0 0 40px 0;
    }

    .shipping-payment .block {
        width: 100%;
        margin: 0 0 15px 0;
        padding: 15px;
    }



    .shipping-payment .link {
        display: table;
        position: relative;
        bottom: auto;
        left: auto;
        margin: 15px 0 0 0;
    }

    .block-addcomments .title {
        display: block;
        margin: 0 0 20px 0;
    }

    .block-addcomments .title span {
        margin: 0 0 15px 0;
    }

    .block-addcomments .form {
        display: block;
        padding: 0;
        background: none;
        border: 0 !important;
    }

    .block-addcomments textarea {
        width: 100%;
        height: 252px;
        background: #EBEBEB;
        border: 1px solid #EBEBEB;
        box-shadow: 0 1px 2px rgba(198, 228, 246, 0.05);
        border-radius: 7px;
        padding: 16px;
        color: #1C1C1C;
    }

    .block-addcomments button {
        width: 100%;
        padding: 12px;
        text-align: center;
    }

    .block-addcomments {
        margin: 40px 0;
    }

    .page-services .head-flex {
        flex-direction: column-reverse;
    }

    .page-services .head-flex .images {
        width: 100%;
    }

    .page-services .head-flex .col-left {
        padding: 20px 0 0 0;
    }

    .page-services .head-flex .title {
        font-size: 24px;
        line-height: 150%;
    }

    .page-services .head-flex .desc {
        font-size: 16px;
        line-height: 180%;
        margin: 0 0 20px 0;
    }

    .page-services .head-flex .btn {
        padding: 16px;
        text-align: center;
        width: 100%;
    }

    .section-20 {
        margin: 0 -10px 40px 0;
    }

    .section-20 .item {
        width: 100%;
        max-width: 227px;
        height: 100%;
    }

    .section-20 .slick-slide {
        margin: 0 10px 0 0;
    }

    .section-20 .slick-track {
        display: flex !important;
    }

    .section-20 .slick-slide > div {
        height: 100%;
    }

    .request-calculation .counter input {
        width: 100%;
        text-align: center;
    }

    .section-21 {
        margin: 40px 0;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .section-21 .images {
        width: 100%;
        text-align: center;
    }

    .section-21 .col-left {
        padding: 15px 0 0 0;
    }

    .section-21 .name {
        font-size: 20px;
        line-height: 150%;
        margin: 0 0 15px 0;
        text-align: left;
    }

    .section-21 .desc {
        margin: 0 0 20px 0;
    }

    .section-21 .btn {
        width: 100%;
        padding: 16px;
        text-align: center;
    }

    .section-4 {
        margin: 0 0 40px 0;
    }

    .section-17 .flex.page .item {
        max-width: none;
        margin: 0 0 10px 0 !important;
    }

    .section-17 .images img {
        min-width: 100%;
    }

    .page-article .flex-content {
        display: block;
    }

    .page-article .flex-content .col-left {
        padding: 0;
    }

    .page-article .flex-content .col-right {
        position: relative;
        top: auto;
        margin: 10px 0 0 0;
    }

    .page-article h2 {
        margin: 30px 0 10px 0;
        font-size: 20px;
        line-height: 150%;
    }

    .page-article {
        font-size: 16px;
        line-height: 180%;
    }

    .page-article blockquote {
        padding: 20px;
        font-size: 18px;
        line-height: 150%;
    }

    .page-article table tr:first-child td {
        font-size: 14px;
        line-height: 150%;
        padding: 10px;
    }

    .page-article table td {
        font-size: 14px;
        line-height: 150%;
        padding: 10px;
    }

    .rate-article .top {
        display: block;
    }

    .rate-article .name {
        margin: 0 0 15px 0;
        font-size: 20px;
        line-height: 150%;
    }

    .rate-article .counter {
        padding: 0;
    }

    .rate-article .share img {
        display: none;
    }

    .rate-article .share .mobile {
        display: block;
    }

    .section-22 {
        margin: 20px -10px 40px 0;
    }

    .section-22 .slick-slide {
        margin: 0 0 0 0;
    }

    .section-23 {
        margin: 40px 0 0 0;
    }

    .section-23 .flex {
        display: block;
    }

    .section-23 .flex .item {
        width: 100%;
    }

    .section-23 .flex .item .desc {
        display: none;
        padding: 5px 0 0 0;
    }

    .section-23 .flex .item .name {
        display: flex;
        align-items: center;
        font-size: 20px;
        line-height: 150%;
        cursor: pointer;
        border-bottom: 1px solid #EBEBEB;
        padding: 15px 0;
        margin: 0;
        position: relative;
    }

    .section-23 .flex .item .name img {
        margin: 0 15px 0 0;
    }

    .section-23 .flex .item .name:after {
        content: "";
        width: 24px;
        height: 24px;
        background: url(../images/title-section-arrow.svg) no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        right: 0;
        margin: -12px 0 0 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .section-23 .flex .item .name.active:after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .section-23 .flex2 .title {
        font-size: 20px;
        line-height: 150%;
        margin: 0 0 15px 0;
    }

    .section-23 .video .name {
        font-size: 16px;
        line-height: 150%;
        bottom: 15px;
        left: 15px;
        right: 15px;
    }

    .section-23 .video {
        height: 204px;
    }

    .section-23 .video .play {
        width: 32px;
        height: 32px;
        margin: -16px 0 0 -16px;
        background-size: contain !important;
    }

    .section-23 .video img {
        min-height: 100%;
        min-width: 100%;
    }

    .section-11 {
        margin: 0 0 40px 0;
    }

    .section-24 a {
        width: 100%;
        margin: 0 !important;
        max-width: 282px;
    }

    .section-24 .slick-slide {
        margin: 0 10px 0 0;
    }

    .section-25 .item {
        width: 100%;
        margin: 0 !important;
        max-width: 282px;
    }

    .section-25 .slick-slide {
        margin: 0 10px 0 0;
    }

    .section-25 {
        margin: 0 -10px 40px 0;
    }

    .section-24 {
        margin: 0 -10px 30px 0;
    }

    .section-26 .line {
        display: block;
        margin: 0 0 15px 0;
    }

    .section-26 .line:before {
        display: none;
    }

    .section-26 .line span:first-child {
        display: block;
        padding: 0;
        bottom: auto;
    }

    .section-26 .line span:last-child {
        display: block;
        padding: 0;
        bottom: auto;
        margin: 10px 0 0 0;
        font-weight: 500;
    }

    .page-contact .flex {
        display: block;
        margin: 0 0 40px 0;
    }

    .page-contact .col-left {
        padding: 0;
    }

    .page-contact .col-right {
        width: 100%;
        margin: 18px 0 0 0;
        padding: 15px;
    }

    .page-contact .fields .item {
        font-size: 16px;
        line-height: 150%;
        margin: 0 0 15px 0;
    }

    .page-contact .maps {
        height: 281px;
    }

    .page-contact .col-right .name {
        font-size: 20px;
        line-height: 150%;
    }

    .page-contact .col-right .desc {
        font-size: 14px;
        line-height: 150%;
    }

    .page-works-category .item {
        width: 100%;
        max-width: 320px;
        margin: 0 0 10px 0 !important;
        padding: 0 15px 15px 15px;
    }

    .page-works-category .item .images {
        margin: 0 -15px 15px -15px;
    }

    .page-works-category {
        justify-content: center;
    }

    .page-works-category .item .images img {
        min-width: 100%;
    }

    .review-block {
        padding: 15px;
        margin: 0 0 10px 0;
    }

    .review-block .name {
        font-size: 16px;
        line-height: 150%;
    }

    .review-block .date {
        font-size: 12px;
        line-height: 150%;
    }

    .page-employees .item {
        width: 100%;
        margin: 0 0 10px 0 !important;
    }

    .page-cart .product {
        padding: 15px;
        margin: 0 0 10px 0;
        position: relative;
        flex-wrap: wrap;
    }

    .page-cart .product .delete {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1;
    }

    .page-cart .product .counter {
        width: 47.5%;
        margin: 0 5% 0 0;
    }

    .page-cart .product .price {
        width: 47.5%;
        padding: 0;
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        position: relative;
    }

    .page-cart .product .sale {
        position: absolute;
        top: 0;
        right: 0;
    }

    .page-cart .product .info {
        flex: none;
        padding: 0 15px;
        width: 70.6%;
    }

    .page-cart .product .images {
        width: 18.75%;
    }

    .page-cart .product .new {
        font-size: 20px;
        line-height: 150%;
    }

    .page-cart .product .old {
        font-size: 16px;
        line-height: 150%;
    }

    .page-cart .product .make, .page-cart .product .presence {
        padding: 0 0 10px 0;
    }

    .page-cart .col-right .name {

    }

    .section-products .item .add, .section-products .item .buy {
        padding: 9px;
        text-align: center;
        width: 100%;
        font-size: 14px;
        line-height: 150%;
    }

    .section-products .item {
        padding: 0 10px 15px 10px;
    }

    .section-products .item .added-fav {
        width: 24px;
        height: 24px;
        top: 10px;
        right: 10px;
        background-size: contain !important;
    }

    .page-succes-order {
        margin: 30px 0 150px 0;
    }

    .page-succes-order .site-width {
        display: block;
        text-align: center;
    }

    .page-succes-order .block {
        padding: 10px 0 0 0;
    }

    .page-succes-order .name {
        font-size: 30px;
        line-height: 38px;
        margin: 0 0 10px 0;
    }

    .page-succes-order .desc {
        font-size: 16px;
        line-height: 150%;
        margin: 0 0 20px 0;
    }

    .page-succes-order .link {
        margin: 0 auto;
    }

    .block-job {
        padding: 15px;
    }

    .block-job .name {
        font-size: 20px;
        line-height: 150%;
        margin: 0 0 15px 0;
    }

    .block-job .bottom {
        display: block;
    }

    .block-job .btn {
        margin: 0 0 25px 0;
    }

    .vacancy-popup .name {
        font-size: 20px;
        line-height: 150%;
        font-weight: 800;
        color: black;
        margin-bottom: 20px;
    }

    .block-jobs-empty {
        display: block;
        padding: 15px;
    }

    .block-jobs-empty .col-left {
        padding: 0 0 15px 0;
    }

    .block-jobs-empty .col-left .name {
        font-size: 20px;
        line-height: 150%;
        margin: 0 0 15px 0;
    }

    .block-jobs-empty .col-right {
        width: 100%;
    }
	
	
	
	
	


	
	

    .section-certificates {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 30px;
    }

}

@media screen and (max-width: 400px) {
    .select-all label, .input-all label {
        font-size: 11px;
    }

    .input-all.mob, .select-all {
        padding: 5px 12px 7px 12px;

    }
}

.wpcf7-spinner {
    display: none;
}

.woof_submit_search_form_container {
    flex-direction: column-reverse
}

.woof_checkbox_instock_container {
    margin-left: 3px;
}

.woof_checkbox_instock_container label {
    margin-left: 7px
}

.icheckbox_square-blue.checked {
    background: url(../images/checkbox-a.svg) no-repeat;
    background-size: cover
}

.woof_term_39 label:before, .woof_term_40 label:before {
    content: "";
    border: 1px solid #EBEBEB;
    border-radius: 59px;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    top: 5px;
}

.woof_term_39 label:before {
    background: #fff;
}

.woof_term_40 label:before {
    background: #BD8A5D;
}


.irs--round .irs-bar {
    border-color: #FF590B !important;
    background-color: #FF590B !important;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background-color: #FF590B !important;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
    border-top-color: #FF590B !important;
}

.page-product .slick-slide img {
    width: 100%;
}

#review_form_wrapper {
    margin: 50px 0 70px 0;
}

.block-addcomments-step {
    margin-bottom: 50px
}

.block-addcomments-step .head {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
}

.block-addcomments-step .input-all {
    margin: 0 29px 0 0;
    width: 100%;
    max-width: 311px;
    background: #EBEBEB;
}

.block-addcomments-step .input-all input {
    background: none;
}

.block-addcomments-step .rating img {
    width: 24px;
}

.block-addcomments-step .rating span {
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #929292;
    /*margin:0 0 5px 0;*/
}

.block-addcomments-step textarea {
    background: #EBEBEB;
    border: 1px solid #EBEBEB;
    box-shadow: 0 1px 2px rgba(198, 228, 246, 0.05);
    border-radius: 7px;
    height: 158px;
    font-size: 16px;
    line-height: 150%;
    padding: 16px;
    color: #1C1C1C;
    margin: 0 0 30px 0;
    width: 100%;
    max-width: 802px;
}

.block-addcomments-step button, .block-addcomments-step input[type=submit] {
    cursor: pointer;
    background: #FF590B;
    border-radius: 7px;
    padding: 16px 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    display: table;
    border: none;
}


/*POP UP WINDOW */


.popup-block {
    display: none;
}

.popup-block .popup-bg {
    min-height: 100vh;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*position: fixed;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*background: rgba(18, 25, 39, 0.65);*/
    /*z-index: 99999999999999;*/
    /*overflow: auto;*/
    /*width: 100%;*/
    /*height: 100%;*/
}

.popup-block .block {
    background: #FFFFFF;
    width: 100%;
    max-width: 495px;
    position: relative;
    /* top: 50%; */
    /* left: 50%; */
    z-index: 99999999999;
    margin: auto;

    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
    padding: 30px;
    max-height: 90vh;
    overflow-y: auto;
}

.popup-block .close {
    width: 24px;
    height: 24px;
    background: url(../images/popup-close.svg) no-repeat;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}

#calcwindow-popup .block {
    max-width: 1218px;
    top: 5%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    overflow-y: auto;
    max-height: 90vh;
    padding: 0;
    border-radius: 10px;
}

#calcwindow-popup .request-calculation {
    padding: 40px;
    margin: 0;
}

.buyclick-popup .title {
    font-weight: 800;
    font-size: 28px;
    line-height: 36px;
    color: #1C1C1C;
    margin: 0 0 20px 0;
}

.buyclick-popup .flex {
    display: flex;
    align-items: center;
}

.buyclick-popup .images {
    text-decoration: none;
    width: 112px;
}

.buyclick-popup .bl {
    flex: 1;
    padding: 0 0 0 15px;
}

.buyclick-popup .name {
    text-decoration: none;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 5px 0;
}

.buyclick-popup .price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.buyclick-popup .price .new {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 10px 0 0;
}

.buyclick-popup .price .old {
    font-size: 14px;
    line-height: 150%;
    color: #929292;
    margin: 0 11px 0 0;
    position: relative;
}

.buyclick-popup .price .sale {
    background: #FF0000;
    border-radius: 99px;
    padding: 0 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}

.buyclick-popup .price .old:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: url(../images/old-price.png) no-repeat center center;
}

.buyclick-popup .n {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 10px 0;
}

.buyclick-popup .counter {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
    max-width: 263px;
}

.buyclick-popup .counter .minus {
    cursor: pointer;
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    background: url(../images/minus.svg) no-repeat;
}

.buyclick-popup .counter .plus {
    cursor: pointer;
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    background: url(../images/plus.svg) no-repeat;
}

.buyclick-popup .counter input {
    width: 100%;
    height: 56px;
    margin: 0 15px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0 1px 2px rgba(198, 228, 246, 0.05);
    border-radius: 7px;
    padding: 0 16px;
    text-align: center;
}

.buyclick-popup button {
    cursor: pointer;
    margin: 20px 0;
    padding: 16px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    width: 100%;
    background: #FF590B;
    border-radius: 7px;
}

.buyclick-popup .checkbox {
    display: block;
    font-size: 12px;
    line-height: 150%;
    color: #929292;
}

.buyclick-popup .checkbox a {
    color: #FF590B;
}

.buyclick-popup .checkbox input {
    display: none;
}

.buyclick-popup .checkbox span {
    display: block;
    position: relative;
    padding: 0 0 0 39px;
}

.buyclick-popup .checkbox span:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/check.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -12px 0 0 0;
}

.buyclick-popup .checkbox input:checked + span:before {
    background: url(../images/check2.svg) no-repeat;
}

.ordercalculation-popup button {
    cursor: pointer;
    margin: 20px 0;
    padding: 16px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    width: 100%;
    background: #FF590B;
    border-radius: 7px;
}

.ordercalculation-popup .text-center {
    position: relative;
}

.ordercalculation-popup .text-center .wpcf7-spinner {
    display: block;
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
}

.ordercalculation-popup .checkbox {
    display: block;
    font-size: 12px;
    line-height: 150%;
    color: #929292;
}

.ordercalculation-popup .checkbox a {
    color: #FF590B;
}

.ordercalculation-popup .checkbox input {
    display: none;
}

.ordercalculation-popup .checkbox span {
    display: block;
    position: relative;
    padding: 0 0 0 39px;
}

.ordercalculation-popup .checkbox span:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/check.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -12px 0 0 0;
}

.ordercalculation-popup .checkbox input:checked + span:before {
    background: url(../images/check2.svg) no-repeat;
}

.ordercalculation-popup .input-all {
    margin: 10px 0 0 0;
}

.ordercalculation-popup .head {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
}

.ordercalculation-popup .images {
    text-decoration: none;
    width: 108px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.ordercalculation-popup .title {
    flex: 1;
    padding: 0 0 0 30px;
    font-weight: 800;
    font-size: 28px;
    line-height: 36px;
    color: #1C1C1C;
}

.ordercalculation-popup .field {
    display: flex;
    margin: 0 0 10px 0;
    justify-content: space-between;
    position: relative;
    color: #1C1C1C;
}

.ordercalculation-popup .field:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 1px;
    background: #EBEBEB;
}

.ordercalculation-popup .field span:first-child {
    position: relative;
    background: #fff;
    z-index: 3;
    bottom: -1px;
    padding: 0 10px 0 0;
    color: #5A5A5A;
}

.ordercalculation-popup .field span:last-child {
    position: relative;
    z-index: 3;
    background: #fff;
    bottom: -1px;
    padding: 0 0 0 10px;
}

.ordercalculation-popup .margin {
    margin: 20px 0 0 0;
}

.succes-popup img {
    display: table;
    margin: 0 auto;
}

.succes-popup .title {
    margin: 28px 0 10px 0;
    font-weight: 800;
    font-size: 28px;
    line-height: 36px;
    color: #1C1C1C;
    text-align: center;
}

.succes-popup .desc {
    font-size: 16px;
    line-height: 150%;
    color: #5A5A5A;
    text-align: center;
}

/*** Новые 16.01.2023 ***/

.ordercalculationmanufacturing-popup .head {
    display: flex;
    align-items: flex-start;
    margin: 20px 0 30px 0;
}

.ordercalculationmanufacturing-popup .images {
    width: 133px;
    border-radius: 10px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.ordercalculationmanufacturing-popup .right {
    flex: 1;
    padding: 0 0 0 25px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #1C1C1C;
}

.ordercalculationmanufacturing-popup .right .title {
    font-weight: 800;
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 10px 0;
    padding: 0;
}

.ordercalculationmanufacturing-popup .n {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 10px 0;
}

.ordercalculationmanufacturing-popup .counter {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
    max-width: 263px;
}

.ordercalculationmanufacturing-popup .counter .minus {
    cursor: pointer;
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    background: url(../images/minus.svg) no-repeat;
}

.ordercalculationmanufacturing-popup .counter .plus {
    cursor: pointer;
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    background: url(../images/plus.svg) no-repeat;
}

.ordercalculationmanufacturing-popup .counter input {
    width: 100%;
    height: 56px;
    margin: 0 15px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0 1px 2px rgba(198, 228, 246, 0.05);
    border-radius: 7px;
    padding: 0 16px;
    text-align: center;
}

.ordercalculationmanufacturing-popup button, .requestcallback-popup button {
    cursor: pointer;
    margin: 20px 0;
    padding: 16px;
    text-align: center !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF !important;
    width: 100%;
    justify-content: center;
    background: #FF590B;
    border-radius: 7px;
}

.wpcf7-acceptance label,
.cf-checkbox label,
.ordercalculationmanufacturing-popup .checkbox,
.requestcallback-popup .checkbox {
    display: block;
    font-size: 12px;
    line-height: 150%;
    color: #929292;
}


.wpcf7-acceptance label a,
.cf-checkbox label a,
.ordercalculationmanufacturing-popup .checkbox a,
.requestcallback-popup .checkbox a {
    color: #FF590B;
}

.page-contact .wpcf7-acceptance label a,
.section-18 .cf-checkbox label {
    color: #fff;
}

.wpcf7-acceptance label input,
.cf-checkbox label input,
.ordercalculationmanufacturing-popup .checkbox input,
.requestcallback-popup .checkbox input {
    display: none;
}

.wpcf7-acceptance label span,
.cf-checkbox label span,
.ordercalculationmanufacturing-popup .checkbox span,
.requestcallback-popup .checkbox span {
    display: block;
    position: relative;
    padding: 0 0 0 39px;
}

.wpcf7-acceptance label span:before,
.cf-checkbox label span:before,
.ordercalculationmanufacturing-popup .checkbox span:before,
.requestcallback-popup .checkbox span:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/check.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -12px 0 0 0;
}

.wpcf7-acceptance label input:checked + span:before,
.cf-checkbox label input:checked + span:before,
.ordercalculationmanufacturing-popup .checkbox input:checked + span:before,
.requestcallback-popup .checkbox input:checked + span:before {
    background: url(../images/check2.svg) no-repeat;
}

.ordercalculationmanufacturing-popup .inputs {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.ordercalculationmanufacturing-popup .inputs .input-all {
    width: 31.666%;
}

.ordercalculationmanufacturing-popup .select-type {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.ordercalculationmanufacturing-popup .select-type label {
    width: 48%;
    cursor: pointer;
}

.ordercalculationmanufacturing-popup .select-type input {
    display: none;
}

.ordercalculationmanufacturing-popup .select-type .info {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
}

.ordercalculationmanufacturing-popup .select-type img {
    max-width: 60px;
}

.ordercalculationmanufacturing-popup .select-type span {
    flex: 1;
    padding: 0 0 0 10px;
    color: #5A5A5A;
    overflow-wrap: anywhere;
}

.ordercalculationmanufacturing-popup .select-type input:checked + .info {
    border: 1px solid #FF590B;
}

.loadfile {
    display: block;
    margin: 20px 0 0 0;
}

.loadfile input {
    display: none;
}

.loadfile span {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    line-height: 150%;
    color: #FF590B;
}

.loadfile span:before {
    content: "";
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
    background: url(../images/icon-download.svg) no-repeat;
}

.block-addcomments-step {
    margin: 50px 0 70px 0;
}

.block-addcomments-step .head {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
}

.block-addcomments-step .input-all {
    margin: 0 29px 0 0;
    width: 100%;
    max-width: 311px;
    background: #EBEBEB;
}

.block-addcomments-step .input-all input {
    background: none;
}

.block-addcomments-step .rating img {
    width: 24px;
}

.block-addcomments-step .rating span {
    display: block;
    font-size: 12px;
    line-height: 150%;
    color: #929292;
    margin: 0 0 5px 0;
}

.block-addcomments-step textarea {
    background: #EBEBEB;
    border: 1px solid #EBEBEB;
    box-shadow: 0 1px 2px rgba(198, 228, 246, 0.05);
    border-radius: 7px;
    height: 158px;
    font-size: 16px;
    line-height: 150%;
    padding: 16px;
    color: #1C1C1C;
    margin: 0 0 30px 0;
    width: 100%;
    max-width: 802px;
}

.block-addcomments-step button {
    cursor: pointer;
    background: #FF590B;
    border-radius: 7px;
    padding: 16px 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    display: table;
}


@media screen and (max-width: 750px) {


    .section-194 .item {
        width: 100%;
        margin: 0 0 20px 0 !important;
    }


    .section-193 .col-center .wpcf7-acceptance, .section-193 .col-center .wpcf7-checkbox {
        display: none;
    }

    .section-193 .title {
        font-size: 24px;
    }

    .section-193 .col-left {
        font-size: 16px;
    }

    .section-193 {
        padding: 20px;
    }

    .section-191 .info {
        gap: 15px;
        border: 0;
        flex-wrap: wrap;
    }

    .section-193 .col-center {
        margin: 0;
    }

    .section-193 .wpcf7-form-control-wrap, .section-193 textarea {
        margin: 0;
    }

    .page-contact .col-right {
        padding: 0;
        margin: 2px 0 0 0;
    }

    .section-191 {
        padding: 20px;
    }

    .section-191 .social {
        flex-wrap: wrap;
    }

    .section-191 .social .name {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .section-191 .social .name br {
        display: none;
    }

    .page__delivery .section-192 {
        padding: 20px;
    }

    .page__delivery .section-192 h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .section-192.alt__section h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .page__delivery .section-192 p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 20px;
    }

    .section-192 .tabs {
        display: block;
    }

    .page__delivery .section-192 .tabs__content {
        border-radius: 15px;
        overflow: visible;
    }

    .tabs__content #map {
        width: 100vw !important;
        margin: 0 -50vw !important;
        position: relative;
        left: 50%;
        right: 50%;
    }

    .section-192 .tabs__caption {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .page__delivery .section-192 .tabs__caption {
        display: flex;
        flex-wrap: wrap;
    }

    .page__delivery .section-192 .tabs__caption li.active {
        order: 99;
    }

    .section-192 .info span {
        display: block;
    }

    .section-192 .tabs__content {
        height: 700px;
    }

    .section-190 .btn {
        margin: 20px auto;
    }

    .section-190 .col-right {
        padding: 0;
        display: block;
    }

    .section-190 .title {
        font-size: 24px;
    }

    .section-190 .col-left {
        font-size: 16px;
    }


    .section-190 {
        display: block;
        text-align: center;
    }

    .section-190:before {
        display: none;
    }

    .section-189 .title {
        font-size: 18px;
        line-height: 23px;
    }

    .section-188 .bottom-flex {
        display: block;
    }

    .section-188 .bottom-flex .input-all {
        margin: 0 0 20px 0;
    }

    .section-188 .bottom-flex button {
        width: 100%;
    }


    .new-request-calculation .col-center .images {
        height: auto;
        margin: 0 0 20px 0;
    }

    .new-request-calculation .col-center {
        padding: 20px;
    }

    .new-request-calculation .input-flex .inputs {
        flex-direction: column;
        gap: 15px;
    }

    .new-request-calculation .input-flex .input-all {
        width: 100%;
    }

    .top-mini-banner {
        display: none;
    }

    .popup-block .block {
        /*overflow-y: auto;*/
        /*top: 5%;*/
        /*-webkit-transform: translate(-50%, 0%);*/
        /*transform: translate(-50%, 0%);*/
        /*max-height: 90vh;*/
    }

    .ordercalculation-popup .title {
        font-size: 16px;
        line-height: 140%;
    }

    .ordercalculationmanufacturing-popup .head {
        display: block;
    }

    .ordercalculationmanufacturing-popup .images {
        width: 100%;
    }

    .ordercalculationmanufacturing-popup .right {
        padding: 15px 0 0 0;
    }

    .ordercalculationmanufacturing-popup .right .title {
        font-size: 23px;
    }

    .ordercalculationmanufacturing-popup .inputs .input-all {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .ordercalculationmanufacturing-popup .inputs {
        flex-wrap: wrap;
        margin: 0;
    }

    .ordercalculationmanufacturing-popup .select-type img {
        max-width: 30px;
    }

    .block-addcomments-step .head {
        display: block;
    }

    .block-addcomments-step .input-all {
        max-width: 100%;
        margin: 0 0 15px 0;
    }

    .block-addcomments-step button {
        width: 100%;
    }

    .block-addcomments-step textarea {
        margin: 0 0 15px 0;
    }


}


/*POP UP WINDOW END */


.icon_big_times::before {
    color: #FF590B;
}

.icon_big_heart_check::before {
    color: #FF590B;
}

.tinvwl_button_view {
    cursor: pointer;
    margin: 31px 0 15px 0;
    background: #FF590B;
    border-radius: 7px;
    padding: 16px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.tinvwl_button_close {
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #FF590B;
    border-radius: 7px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FF590B;
    padding: 15px;
    background: none;
    text-align: center;
}

.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 15px;
}

.billing_first_name_billing_last_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.billing_first_name {
    width: 47%;
}

.billing_last_name {
    width: 47%;
}

.woocommerce-billing-fields {
    /* width: 490px; */
}

@media screen and (max-width: 750px) {

    .footer-bottom .site-width {
        display: block;
    }

    .footer .social {
        justify-content: center;
    }

    .footer-bottom .dev {
        padding: 0 0 20px 0;
        text-align: center;
    }

    .footer-bottom .name {
        margin: 0 0 5px 0;
    }

    .footer-bottom .pay {
        justify-content: center;
    }

    .woocommerce-billing-fields {
        width: 100%;
    }

    .mobile-head-filter {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 20px 0;
    }

    .mobile-head-filter .title {
        font-weight: 700;
        font-size: 20px;
        line-height: 150%;
        color: #1C1C1C;
    }

    .mobile-head-filter .close {
        width: 24px;
        height: 24px;
        background: url(../images/filter-close.svg) no-repeat;
        cursor: pointer;
    }

    /***Отзывы **/
    .review-block .pdf {
        width: 100%;
        position: relative;
        padding: 10px 10px 10px 59px;
        margin: 10px 0 0 0;
    }

    .review-block .pdf:before {
        position: absolute;
        top: 50%;
        left: 22px;
        z-index: 1;
        margin: -12px 0 0 0;
    }

    .review-block .photo img {
        max-width: 32%;
    }

    .review-block .photo {
        gap: 2%;
    }

    .add-reviews textarea {
        height: 252px;
    }

    .add-reviews .title {
        font-size: 20px;
        line-height: 150%;
        margin: 0 0 20px 0;
    }

    .add-reviews .add-file, .popup-block .add-file {
        margin: 20px 0 0 0;
    }

    .add-reviews .add-file .name, .popup-block .add-file .name {
        font-size: 16px;
        line-height: 150%;
        margin: 0 0 15px 0;
    }

    .add-reviews .add-file .file:before, .popup-block .add-file .file:before {
        width: 70px;
        height: 70px;
    }

    .add-reviews .add-file label, .popup-block .add-file label {
        font-size: 14px;
        line-height: 150%;
    }

    .add-reviews .add-file span, .popup-block .add-file span {
        font-size: 12px;
        line-height: 150%;
    }

    .add-reviews button {
        width: 100%;
        margin: 30px 0 0 0;
        padding: 12px;
        text-align: center;
        font-size: 16px;
        line-height: 150%;
    }


}

p.nm-shipping-th-title, .woocommerce-shipping-totals.shipping th {
    display: none;
}

#billing_country_field {
    display: none;
}

#place_order {
    text-decoration: none;
    display: table;
    background: #FF590B;
    border-radius: 7px;
    padding: 16px 36px;
    text-align: center;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}


/***Новые отзывы**/

.review-block .photo {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 0;
    line-height: 0;
    margin: 25px 0 0 0;
}

.review-block .photo img {
    border-radius: 10px;
    width: 100%;
    max-width: 160px;
}

.review-block .pdf {
    display: flex;
    text-decoration: none;
    background: #F9F9F9;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    padding: 23px;
    flex-direction: column;
}

.review-block .pdf:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(/wp-content/themes/gofropack/images/reviews-icon1.svg) no-repeat;
    margin: 0 0 21px 0;
}

.review-block .pdf .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0;
}

.review-block .pdf .size {
    font-size: 14px;
    line-height: 150%;
    color: #929292;
}

.add-reviews {
    margin: 60px 0 0 0;
}

.add-reviews .title {
    font-weight: 800;
    font-size: 28px;
    line-height: 36px;
    color: #1C1C1C;
    margin: 0 0 30px 0;
}

.add-reviews .input-all {
    margin: 0 0 15px 0;
    max-width: 489px;
    background: #EBEBEB;
    border-radius: 7px;
}

.add-reviews textarea {
    padding: 16px;
    width: 100%;
    max-width: 916px;
    height: 158px;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
    background: #EBEBEB;
    box-shadow: 0 1px 2px rgba(198, 228, 246, 0.05);
    border-radius: 7px;
    border: 0;
}

.add-reviews .input-all input {
    background: none;
}

.add-reviews .add-file, .popup-block .add-file {
    margin: 30px 0 0 0;
}

.add-reviews .add-file .name, .popup-block .add-file .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #1C1C1C;
    margin: 0 0 20px 0;
}

.add-reviews .add-file input, .popup-block .add-file input {
    display: none;
}

.add-reviews .add-file label, .popup-block .add-file label {
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
    display: table;
    cursor: pointer;
}

.add-reviews .add-file span, .popup-block .add-file span {
    display: block;
    font-size: 14px;
    line-height: 150%;
    color: #929292;
    margin: 5px 0 0 0;
}

.add-reviews .add-file .file, .popup-block .add-file .file {
    display: flex;
    align-items: center;
}

.add-reviews .add-file .block, .popup-block .add-file .block {
    flex: 1;
    padding: 0 0 0 20px;
}

.add-reviews .add-file .file:before, .popup-block .add-file .file:before {
    content: "";
    width: 100px;
    height: 100px;
    background: #EBEBEB url(/wp-content/themes/gofropack/images/reviews-icon2.svg) no-repeat center center;
    border-radius: 10px;
}

.add-reviews .add-file.scan .file:before, .popup-block .add-file.scan .file:before {
    background: #EBEBEB url(/wp-content/themes/gofropack/images/reviews-icon3.svg) no-repeat center center;
}

.add-reviews .add-file .action-delete {
    background: #EBEBEB url(/wp-content/themes/gofropack/assets/images/remove.svg) no-repeat center center;
}

.add-reviews button {
    cursor: pointer;
    display: table;
    margin: 40px 0 0 0;
    background: #FF590B;
    border-radius: 7px;
    padding: 15px 32px 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.opt dl > div {
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    line-height: 150%;
    color: #1C1C1C;
    padding: 5px 0;
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: 1px solid #EBEBEB;
}

.opt dl dt {
    display: block;
    position: relative;
    z-index: 0;
    background: #fff;
}

.opt dl dd {
    display: block;
    position: relative;
    z-index: 1;
    background: #fff;
    padding-left: 3px;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
}

.opt dl > div:last-child {
    border-bottom: 0;
    padding: 5px 0 0 0;
}

.section-products .item .quantity.sadiya__qty {
    max-width: 100%;
    position: relative;
    padding: 0;
    margin: 0 10px 0 0;
    float: none;
    border: 1px solid #EBEBEB;
    border-radius: 7px;
    overflow: hidden;
    width: auto;
    display: flex;
    align-items: center;
}

.section-products .item .quantity.sadiya__qty span.minus,
.section-products .item .quantity.sadiya__qty span.plus {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    width: auto;
    border: 0;
    font-size: 0;
    background: transparent;
    height: 100%;
    line-height: 0;
    cursor: pointer;
}

.section-products .item .quantity.sadiya__qty span.minus:before {
    content: "";
    position: relative;
    width: 14px;
    height: 2px;
    display: block;
    background: #B6B6B6;
    border-radius: 15px;
    top: 1px;
}

.section-products .item .quantity.sadiya__qty input {
    max-width: 100%;
    width: 100%;
    background: transparent;
    border: 0;
    height: 40px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0;
    text-align: center;
}

.section-products .item .quantity.sadiya__qty span.plus {
    background: transparent;
}

.section-products .item .quantity.sadiya__qty span.plus:after {
    content: "";
    display: block;
    position: relative;
    height: 2px;
    width: 14px;
    background: #B6B6B6;
    right: 0;
    line-height: 0;
    border-radius: 15px;
}

.section-products .item .quantity.sadiya__qty span.plus:before {
    content: "";
    display: block;
    height: 2px;
    width: 14px;
    background: #B6B6B6;
    right: 0;
    line-height: 0;
    border-radius: 15px;
    position: absolute;
    -webkit-transform: translateX(calc(-50% - 7px)) rotate(90deg);
    transform: translateX(calc(-50% - 7px)) rotate(90deg);
}

@-webkit-keyframes myAnim {
    0% {
        opacity: 0.8;
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }

    80% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
    }
}

@keyframes myAnim {
    0% {
        opacity: 0.8;
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }

    80% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
    }
}

.page-product .addcart.loading {
    position: relative;
    color: transparent;
}

.page-product .addcart.loading span {
    width: 30px;
    height: 30px;
    border: 3px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
}

.page-product .addcart.loading span :after {
    content: "";
    position: absolute;
    left: 11px;
    top: 19px;
    border: 6px solid transparent;
    border-right-color: #FFF;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    opacity: 0;
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

button.single_add_to_cart_button.button.alt.add-cart.loadingg:before {
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    height: 200px;
    background: #ff590b;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    right: 0;
    bottom: 0;
    border-radius: 100%;
    -webkit-animation: myAnim 2s ease 0s 9 normal forwards;
    animation: myAnim 2s ease 0s 9 normal forwards;
}

@-webkit-keyframes sadiyaPulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }

}

@keyframes sadiyaPulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }

}

.item.adding_to_cart {
    -webkit-animation: sadiyaPulse 2s ease 0s infinite normal none;
    animation: sadiyaPulse 2s ease 0s infinite normal none;
}

.tinvwl-icon-heart.no-txt.tinvwl-product-make-remove {
    color: #ff590b;
}

.page-cart .product.cart_item .qib-button.qib-button-wrapper {
    max-width: 150px;
    position: relative;
    padding: 0 !important;
    margin: 0 10px 0 0 !important;
    float: none;
    display: block;
    border: 1px solid #EBEBEB;
    border-radius: 7px;
    overflow: hidden;
    width: auto;
}

.page-cart .product.cart_item .qib-button.qib-button-wrapper .qib-button {
    display: block !important;
    position: absolute;
    padding: 14px;
    width: auto;
    border: 0;
    font-size: 0;
    background: transparent;
    height: 100%;
    line-height: 0;
}

.page-cart .product.cart_item .qib-button.qib-button-wrapper button.minus.qib-button:before {
    content: "";
    position: relative;
    width: 14px;
    height: 2px;
    display: block;
    background: #B6B6B6;
    border-radius: 15px;
    top: 1px;
}

.page-cart .product.cart_item .qib-button.qib-button-wrapper .quantity.wqpmb_quantity {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.page-cart .product.cart_item .qib-button.qib-button-wrapper .quantity.wqpmb_quantity input {
    max-width: 100%;
    width: 100%;
    background: transparent;
    border: 0;
    height: 40px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0;
}

.page-cart .product.cart_item .qib-button.qib-button-wrapper .plus.qib-button {
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
}

.page-cart .product.cart_item .qib-button.qib-button-wrapper button.plus.qib-button:before,
.page-cart .product.cart_item .qib-button.qib-button-wrapper button.plus.qib-button:after {
    content: "";
    display: block;
    position: relative;
    height: 2px;
    width: 14px;
    background: #B6B6B6;
    right: 0;
    line-height: 0;
    border-radius: 15px;
}

.page-cart .product.cart_item .qib-button.qib-button-wrapper button.plus.qib-button:before {
    top: 1px;
}

.page-cart .product.cart_item .qib-button.qib-button-wrapper button.plus.qib-button:after {
    top: unset;
    bottom: 1px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.woocommerce-billing-fields__field-wrapper p label span.optional {
    display: none;
}

.woocommerce-billing-fields__field-wrapper .form-row label {
    display: block;
}

.woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper,
.woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input {
    width: 100%;
    display: block;
}

.woocommerce-PaymentMethods {
    padding: 0;
    list-style: none;
}

li.woocommerce-PaymentMethod input {
    display: none;
}

.payment_method_box {
    padding: 15px 45px 15px 15px;
    background: #FFFFFF;
    border: 2px solid #EBEBEB;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
    display: flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #141414;
    flex-direction: column;
    min-height: 120px;
}

.payment_method_box:before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    right: 15px;
    top: 14px;
    border: 7px solid #EBEBEB;
    background: #EBEBEB;
    border-radius: 50%;
}

input:checked + .payment_method_box:before {
    background: #49ad33;
}

input:checked + .payment_method_box {
    border: 2px solid #49ad33;
}

.payment_method_box > span {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #141414;
    padding-top: 5px;
}

.payment_method_box .payment_method_description {
    font-weight: 400;
    font-size: 16px;
}

.payment_method_box .payment_method_instructions {
    font-weight: 400;
    font-size: 14px;
    color: #929292;
}

.woocommerce-checkout-review-order-table tfoot th {
    text-align: left;
    color: #141414;
    padding-bottom: 10px;
}

.woocommerce-checkout-review-order-table tfoot .product-total {
    width: 50%;
}

button.width__no-active, button.leight__no-active, button.height__no-active {
    pointer-events: none;
}

.input-all:has(.width__is-empty), .input-all:has(.leight__is-empty), .input-all:has(.height__is-empty) {
    border-color: red;
}

.section-products .item dl.variation {
    display: flex;
}

.section-products .item button[name="tinvwl-remove"] {
    position: absolute;
    top: 10px;
    right: 15px;
    line-height: 1;
    background: transparent;
}

.section-products .item button[name="tinvwl-remove"]:before {
    content: "\e908";
    font-family: tinvwl-webfont !important;
    font-size: 36px;
    color: #ff590b;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
    color: #ff590b;
}

.wpc-filter-content.wpc-filter-product_cat span.wpc-term-count {
    display: none;
}

li.more-less__toggle {
    font-size: 16px;
    line-height: 150%;
    color: #ff590b;
    cursor: pointer;
}

li.more-less__toggle:after {
    content: "";
    width: 10px;
    height: 8px;
    margin: 0 0 0 10px;
    transition: .8s;
    background: url(../images/arrow-down.svg) no-repeat;
    display: inline-block;
}

a.added_to_cart.wc-forward {
    display: none;
}

.tag-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: stretch;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.tag-link {
	display: flex;
	padding: 3px 15px 4px 15px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 5px;
	border: 1px solid  #B6B6B6;
	background: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	color: #5A5A5A;
	text-decoration: none;
	transition: border 0.05s ease;
}

.tag-link:hover {
	border: 1px solid #FF590B;
}

.item.product__type-simple.tiered-pricing-wrapper tbody tr:nth-child(n+4) {
    display: none;
}

.found-products {
	position: absolute;
	display: flex;
	width: auto;
padding: 10px 20px 10px 20px;
	gap: 3px;
align-items: center;
border-radius: 7px;
border: 1px solid var(--Grey-2, #EBEBEB);
background: var(--White, #FFF);
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.11);
color: var(--Grey-5, #5A5A5A);
/* 16 reg 150 */
font-family: Onest;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
	z-index: 999
}

.found-products span {
flex: 0 0 auto;
	color: var(--Orange, #FF590B);
font-weight: 500;
}



.filter__handle-ico .filter__icon-plus,.filter__handle-ico  .filter__icon-minus {
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
}
.filter__handle-ico  .filter__icon-minus {
	transform: rotate(180deg)
}
.filter__handle-ico .filter__icon-plus::before,
.filter__handle-ico .filter__icon-plus::after,
.filter__handle-ico .filter__icon-minus::before,
.filter__handle-ico .filter__icon-minus::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
   	width: 8px;
	height: 3px;
	display: block;
	background: #FF590B;
	transform: rotate(45deg);
}
.filter__handle-ico .filter__icon-minus::before,
.filter__handle-ico .filter__icon-minus::after {
	background: #5A5A5A;
}

.filter__handle-ico .filter__icon-minus::before, .filter__handle-ico .filter__icon-plus::before {
    transform: rotate(-45deg);
	left: auto;
	right: 0;
}
.filter__checkgroup-link {
	align-items: flex-start;
}
.filter__checkgroup-control {
	align-self: center;
}
.filter__header {
	cursor: pointer;
}
.filter__checkgroup-title {
	color: var(--Black, #1C1C1C);
}
.filter__properties-item:not(:last-child) {
	margin-bottom: 10px;
}
.filter__properties-item a {
    text-decoration: none !important;
    transition: color 0.05s ease;
}
.filter__properties-item a:hover {
    color: var(--Orange, #FF590B);
}

.pc-active-filter__list-item a[aria-label="Сбросить фильтр"] {
    display: flex;
    width: 100%;
    height: 56px;
    padding: 15px 0px 17px 0px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: var(--Orange, #FF590B);
    background: var(--Grey-2, #EBEBEB);
    text-align: center;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    border-radius: 7px;
    margin-bottom: 40px;
}
.pc-active-filter__list-item a[aria-label="Сбросить фильтр"]:hover {
    text-decoration: none !important;
    background: var(--Orange, #FF590B);
    color: var(--White, #FFF);
}
.pc-active-filter__list-item a[aria-label="Сбросить фильтр"] .pc-active-filter__item-delete {
    display: none;
}

.pc-active-filter__list-item a[aria-label="Очистить фильтр"] {
    display: none;
}
.filter-selected-terms {
    display: flex;
    overflow-x: auto;
    padding-left: 0;
    gap: 10px;
    margin-top: 1em;
    margin-bottom: 1em;
    flex-wrap: wrap;
}
.filter-selected-terms   a[aria-label="Очистить фильтр"], .filter-selected-terms  a[aria-label="Сбросить фильтр"] {
    text-decoration: none;
    font-weight: 400;
    /*border-radius: 50px;*/
    /*padding: 1px 10px 2px;*/
    display: inline-block;
    outline: 0;
    /*border: 1px solid #ff590b;*/
    position: relative;
    padding: 2px 14px 2px 20px;
    /*color: #333;*/
    border-radius: 6px;
    background: var(--Grey-2, #EBEBEB);
    color: var(--Grey-5, #5A5A5A);
    display: flex;
    align-items: center;
    gap: 10px;
    /*margin-right: 0.5em;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%
}

.filter-selected-terms  a[aria-label="Сбросить фильтр"] {
    background: transparent;
    color: var(--Orange, #FF590B);
}
.filter-selected-terms   a[aria-label="Очистить фильтр"]:hover,  .filter-selected-terms  a[aria-label="Сбросить фильтр"]:hover {
    text-decoration: none!important;
}
.filter-selected-terms  .pc-active-filter__item-link:after {
    display: none;
}
.filter-selected-terms   a[aria-label="Очистить фильтр"]:hover .pc-active-filter__item-delete {
    color: #FF590B;
}
.filter-selected-terms   a[aria-label="Очистить фильтр"] .pc-active-filter__item-delete,  .filter-selected-terms  a[aria-label="Сбросить фильтр"] .pc-active-filter__item-delete {
    width: auto;
    display: flex;
    align-items: center;
    border: none;
    font-size: 16px;
    margin-bottom: 3px;
}

.filter-selected-terms  a[aria-label="Сбросить фильтр"] .pc-active-filter__item-delete {
    color: var(--Orange, #FF590B);
}

.custom-filter-ecommerce .filter__checkgroup:before {
    display: none!important;
}



.add-quanty .product_type_simple {
    text-decoration: none;
    width: 100%;
    border-radius: 7px;
    border: 1px solid var(--Orange, #FF590B);
    background: #FFF;
    display: flex;
    padding: 14px 24px 15px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Orange, #FF590B);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.add-quanty .product_type_simple:hover {
    background: var(--Orange, #FF590B);
    color: var(--White, #FFF);
}
.sorting-block .sort select.orderby {
    margin: 0;
}

.filter__properties-list {
    max-height: 190px;
    overflow: auto;
}

.filter-item-s {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    padding: 12px 16px;
    align-items: center;
    align-self: stretch;
    border-radius: 7px;
    border: 1px solid var(--Grey-2, #EBEBEB);
    background: var(--White, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(198, 228, 246, 0.05);
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.screen-reader-text {
    display: none;
}
.yaydp-pricing-table th:nth-child(2), .yaydp-pricing-table td:nth-child(2) {
    display: none!important;
}


 .header-admin {
    margin-top: 32px!important;
}
@media (max-width: 1210px) {
    .header-admin {
         margin-top: 46px!important;
    }
}
@media (max-width: 767.98px) {
    .header-admin {
        margin-top: 0px!important;
    }
}
.tinv-wishlist table td, .tinv-wishlist table th {
    padding: 0;
}



.catalog__list-container {
	margin-bottom: 30px;
}

	.catalog__list-title {
		font-size: 20px;
    	font-weight: 600;
    	color: #1c1c1c;
	}
	.catalog__list {
		margin: 0;
		padding: 0;
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-content: stretch;
		gap: 10px 15px;
	}
	.catalog__list-link {
		text-decoration: none;
		display: flex;
		padding: 4px 15px;
		align-items: center;
		justify-content: center;
		border: 1px solid #B6B6B6;
		border-radius: 100px;
		color: #5A5A5A;
		text-align: center;
	}
.catalog__list-link:hover {
	color: #ff590b;
	border: 1px solid #ff590b;
}
	.show-all-button {
		background: transparent;
		color: #ff590b;
		border: none;
	}

@media (max-width: 991.98px) {
.catalog__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
}
	.catalog__list-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
}


.cld-like-dislike-wrap {
	margin: 0;
    margin-left: 20px;
}


.popup-block {
    overflow: hidden auto;
    /* height: 100%; */
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(18, 25, 39, 0.65);
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
}

.filter__inner--scroll {
    max-height: 196px;
    overflow-x: hidden;
}

.filter__properties-list::-webkit-scrollbar {
    width: 5px;
}
.filter__properties-list::-webkit-scrollbar-track {
    background-color: #EBEBEB;
    border-radius: 9999px;
}
.filter__properties-list::-webkit-scrollbar-thumb {
    background-color: #ff590b;
    border-radius: 9999px;
}


.color-orange a, .color-orange span {
    color: #ff590b;
    font-weight: bold;
}
.section-17 .images {
    max-height: auto;
    aspect-ratio: 9/6;
}
.section-17 .images img {
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 9/6;
    object-fit: cover;
}

.section-24 img {
    height: 100%!important;
}

blockquote {
border-left: 1px solid #ff590b;
    margin: 1em 0;
    padding: 0 40px;
}

blockquote p {
font-style: italic;
}


.marketplaces {
    margin-top: 20px;
}

/* Заголовок */
.marketplaces__title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

/* Контейнер для иконок */
.marketplaces__icons {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.cart-subtotal {
    padding-top: 20px;
}


.file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.file-item span {
    margin-right: 10px;
    word-break: break-all;
}

.file-item .remove-file {
    background: none;
    border: none;
    color: red;
    cursor: pointer;
    font-size: 16px;
}

.woocommerce-invalid-required-field input {
    border: 1px solid red!important
}

.woocommerce-error li {
    color: red
}

.woocommerce form .form-row .required {
    text-decoration: none;
    color: red;
}

.color-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.col .col  {
margin: 0 0 0 0!important;
width: 100%!important;
}
.grecaptcha-badge {
	display: none!important;
}

.multi__col-row .simple__col {
    flex: 0 0 20%;
    margin-bottom: 30px;
}

.col-name a::after {
    display: none;
}
.col-name a {
    color: #1c1c1c;
}

.delivery-block {
    margin-bottom: 50px;
}

.delivery-block h2 {
    color: #E05900;
    margin-bottom: 40px;
}

.delivery-block  .item {
    background-color: transparent;
    border-radius: 0px;
    border-bottom: 1px solid black;
    margin-bottom: 0;
}
.delivery-block  .item:first-child {
     border-top: 1px solid black;
}

.delivery-block  .row,  .delivery-block ul {
    margin: 0;
    margin-left: 30px;
}

.delivery-block  .answer p {
    color: #000;
    font-size: 16px;
    margin: 18px 0;
}
.delivery-block  .answer p b, .delivery-block  .answer p strong {
    color: #E05900;
    font-weight: 500;
}

.delivery-block .row {
    display: flex;
    gap: 36px;
    padding-bottom: 18px;
}

@media (max-width: 767px) {
    .delivery-block  .row,  .delivery-block ul {
    margin: 0;
    margin-left: 0px;
}
    .delivery-block .row {
        flex-direction: column;
        gap: 18px;
    }
}
.delivery-block li::marker {
  font-size: 35px;
  color: #E05900;
} 
.delivery-block li {
    color: #000;
    font-size: 16px;
    line-height: 35px;
}

.img-right {
    display: flex;
    justify-content: flex-end;
}

.page__delivery .section-189.two {
    margin-top: 0;
}
.page-checkout {
    position: relative;
}
.page-checkout::after {
    content: '';
    display: block;
    width: 450px;
    height: 450px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("../images/enot2.png") bottom right / contain no-repeat;
}