a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{margin:0;padding:0;outline:0;font-size:100%;background:0 0}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}strong{font-weight:700}

:root {
    --darkorange: #ff4000;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

table.blog td,
table.blog th {
    border: 1px solid gray;
    padding: 5px;
}

table.blog {
    width: 100%;
    border-collapse: collapse;
}

table.blog th {
    text-align: center;
}

/* .product-page .tabs-ul li:nth-child(2) {
    width: 160px;
} */

.video-frame iframe {
    border: 0;
}

.center {
    margin: 0 auto;
}

body {
    font-size: 16px;
    font-weight: 400;
    font-family: "Arial";
    background-color: #fff;
    color: #444;
    word-wrap: break-word;
}

/* .tc {
    padding: 20px;
} */

.tar {
    text-align: right;
}

.color-red {
    color: red;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

textarea {
    resize: none;
}

#blog_menu {
    color: #555;
}

a {
    text-decoration: none;
    transition-timing-function: ease;
    transition: 0.4s;
}

li {
    list-style-type: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

button:focus,
input:focus {
    outline: none;
}

@font-face {
    font-family: "Inform";
    src: url(/design/aromat/fonts/inform.ttf);
}

@font-face {
    font-family: "oswald";
    src: url(/design/aromat/fonts/oswald-regular.ttf);
}

::placeholder {
    color: #b7b6b6;
    font-family: "Arial";
    font-size: 14px;
}

/* input[type="text"]:focus,
textarea:focus {
    border: 1px solid #ff0000;
} */

.main-block {
    width: 100%;
    max-width: 1140px;
    margin: 50px auto;
    box-shadow: 1px 1px 20px #bfbfbf /*-1px -1px 30px #bfbfbf*/;
    background-color: #fff;
}

.smoke-background {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    background-image: url(/design/aromat/images/tools/smoke.jpg);
    background-size: inherit;
    background-repeat: no-repeat;
}

.christmas_theme .smoke-background {
    background-image: url(/design/aromat/images/tools/ny_bg.jpg);
    background-size: inherit;
    background-repeat: no-repeat;
}

header {
    background-color: #fff;
}

div#top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    height: 40px;
    background-color: #fff;
}

div#top_background {
    border-bottom: 1px dotted #e8e8e8;
}

ul#menu {
    display: flex;
}

ul#menu li {
    font-size: 14px;
    padding: 0 10px;
}

ul#menu .selected a {
    color: #f07800;
}

.right-block-header {
    display: flex;
    flex-direction: row;
}

.right-block-header > div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.fixed .right-block-header > div:nth-child(1),
.fixed .right-block-header > div:nth-child(2),
.fixed .right-block-header #account {
    display: none;
}

.fixed .search {
    top: 80px;
}

a.facebook {
    display: block;
    width: 9px;
    height: 17px;
    background-image: url(/design/aromat/images/tools/css_sprites.png);
    background-position: -54px -133px;
    padding: 5px 10px;
    background-repeat: no-repeat;
    border-right: 1px dotted #e8e8e8;
    position: relative;
    top: -1px;
}

a.instagram {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/design/aromat/images/tools/insta.png);
    padding: 5px 10px;
    background-repeat: no-repeat;
    border-right: 1px dotted #e8e8e8;
    margin-right: 10px;
}

div#account {
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
}

#logout {
    content: "";
    display: inline-flex;
    background-image: url(/design/aromat/images/tools/login.png);
    width: 18px;
    height: 18px;
    background-size: cover;
    position: relative;
    top: 0;
    margin-left: 5px;
}

div#header {
    display: grid;
    grid-template-columns: 400px auto auto 210px;
    height: 86px;
    align-items: center;
    padding: 0 10px;
}

div#logo {
    border-right: 1px dotted #e8e8e8;
    height: 100%;
}

div#logo img {
    padding: 0;
    width: 90%;
}

div#logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

a.ico-tel:before,
.footer_ico-tel:before {
    content: "";
    display: flex;
    width: 24px;
    height: 24px;
    background-image: url(/design/aromat/images/tools/css_sprites.png);
    background-position: -135px -56px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

a.ico-tel {
    font-weight: 700;
    font-size: 18px;
    display: flex;
    justify-content: center;
}

a.ico-tel:hover,
#top_background a:hover {
    color: #f07800;
}

a.ico-tel:first-child {
    margin: 5px 0;
}

a.ico-tel span {
    margin-right: 5px;
}

span.orange-text {
    color: #f07800;
}

.h3_btn {
    width: 100%;
}

.darkorange-btn {
    border: 1px solid #ff4000;
    background: #ff4000;
    text-align: center;
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    cursor: pointer;
    transition: 0.5s;
    font-size: 12px;
}

.darkorange-btn:hover {
    background-color: #fff;
    color: #ff4000;
}

.header_row-btns .call-to-viber {
    font-size: 12px;
    max-width: 160px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    margin: 0 0 5px;
}

.header_row-btns1 .call-to-viber {
    display: inline;
    font-size: 12px;
    padding: 10px 20px;
}

.header_row-btns1 .darkorange-btn {
    height: 36px;
}

.header_row-btns1.is_comp {
    margin-top: 5px;
}

div#callback {
    text-align: center;
}

div#callback p {
    font-size: 14px;
}

.btn-callback {
    margin-bottom: 5px;
    display: inline-block;
}

div#search-cart {
    display: flex;
    justify-content: flex-end;
}

div#btn-search {
    width: 32px;
    height: 32px;
    background-image: url(/design/aromat/images/tools/css_sprites.png);
    background-position: -62px -81px;
    cursor: pointer;
}

div#btn-search.active {
    background-image: url(/design/aromat/images/tools/cross.png);
    background-position: center;
}

p.cart-text {
    font-size: 14px;
    margin-left: 14px;
    font-weight: 700;
}

p.cart-text span {
    font-weight: 400;
    font-size: 12px;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    max-width: 1140px;
    box-shadow: 0 2px 10px rgba(206, 206, 206, 0.5);
}

.fixed-menu {
    position: fixed;
    top: 40px;
    z-index: 999;
    width: 100%;
    max-width: 1140px;
    box-shadow: 0 3px 5px rgba(165, 164, 164, 0.5);
}

.nav-line {
    background-color: #f07800;
}

#nav-icon {
    display: none;
}

.contact_fixed,
.callback_fixed {
    display: none;
}

.fixed .contact_fixed,
.fixed .callback_fixed {
    display: block;
}

.fixed .callback_fixed {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.callback_fixed .btn-callback {
    margin: 0;
}

#search-cart {
    position: relative;
}

.search {
    display: none;
    position: absolute;
    top: 59px;
    left: -50px;
    width: 271px;
    z-index: 9;
}

.search.isActive {
    display: block;
}

.input_search:focus {
    outline: none !important;
}

.button_search {
    background-image: url(/design/aromat/images/tools/search.png);
    background-size: cover;
    border: 1px solid #ddd;
    background-color: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
}

div#catalog_menu {
    background-color: #f07800;
}

.maincat {
    display: flex;
}

.subcat {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    min-width: 100%;
    background: #343434;
    border-radius: 0px 0px 3px 3px;
    overflow: hidden;
}

.subcat li a {
    white-space: nowrap;
    padding: 10px 20px;
    justify-content: flex-start;
}

.i-have-sub:hover .subcat {
    display: block;
}

.maincat .subcat a:after {
    content: none;
}

div#catalog_menu a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    padding: 15px 10px;
    display: flex;
}

.maincat li {
    position: relative;
    transition: 0.5s;
}

div#catalog_menu li:hover {
    background-color: #ff9429;
}

.owl-carousel1 {
    position: relative;
}

.owl-item {
    position: relative;
}

.owl-carousel-btn {
    position: absolute;
    right: 252px;
    bottom: 90px;
    width: 260px;
}

.owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 100%;
}

button.owl-prev {
    position: absolute;
    left: 0;
}

button.owl-prev span,
button.owl-next span {
    background-color: #f07800;
    color: #fff;
    font-size: 38px;
    border: 2px solid #f89f45;
    padding: 0 3px 7px 5px;
    font-weight: 400;
}

button.owl-next {
    position: absolute;
    right: 0;
}

button.owl-next,
button.owl-prev {
    margin: 0 !important;
}

.title-fork-spoon {
    font-size: 28px;
    text-align: center;
    border: 1px solid #000;
    max-width: 380px;
    margin: 40px auto;
    padding: 15px 0;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
}

.title-fork-spoon:before {
    content: "";
    display: block;
    border: 1px solid #000;
    width: 386px;
    position: absolute;
    left: -5px;
    top: -4px;
    height: 68px;
}

.title-fork-spoon:after {
    content: "";
    display: block;
    width: 53px;
    height: 51px;
    background: url(/design/aromat/images/tools/css_sprites.png), #f7f6f2;
    background-position: -10px -10px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.grey-block-main {
    background-color: #f7f6f2;
}

.padding-block-main {
    padding: 45px;
}

.grid-four-column {
    display: grid;
    grid-template-columns: repeat(4, 23.5%);
    grid-gap: 20px;
}

.compare_price {
    text-decoration: line-through;
    font-size: 16px;
    padding-right: 10px;
}

.image_resize {
    margin-bottom: 15px;
}

.product .image {
    margin-bottom: 10px;
}

.product .block-var {
    margin: 5px 0;
}

.product .variants {
    margin-bottom: 30px;
}

.product p.description {
    margin-bottom: 15px;
}


p.description {
    height: 30px;
    overflow: hidden;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(100%, rgba(0, 0, 0, 0.4)), to(transparent));
    font-size: 14px;
    margin-bottom: 10px;
}

span.currency {
    font-size: 18px;
}

.about-up-info {
    display: grid;
    grid-template-columns: 40% 60%;
}

.about-up-info div {
    padding: 0 10px;
}

.all-h1,
.all-h2 {
    font-size: 28px;
    margin: 0 0 20px;
}

.about-up-info .hide-text-main {
    padding: 0;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(100%, rgba(0, 0, 0, 0.4)), to(transparent));
    transition: 0.5s;
}


div#blog_menu {
    padding: 45px;
}


div#blog_menu .open-all {
    width: 160px;
    margin: 30px auto 0;
    display: block;
}

footer#footer {
    background-color: #f1f1f1;
    padding: 45px;
    display: grid;
    grid-template-columns: 270px auto 170px;
    position: relative;
}

h3.footer-title {
    color: #000;
    margin-bottom: 10px;
    font-size: 18px;
}

.footer_left-column a {
    display: block;
    margin: 0 auto 60px 0;
}

.copyrights {
    color: #999;
    line-height: 150%;
}

.footer_center-column {
    display: grid;
    grid-template-columns: 25% 40% 35%;
    padding: 0 0 0 10px;
}

#footer li:not(:last-child) {
    margin-bottom: 10px;
}

footer#footer a {
    color: #f07800;
    position: relative;
}

footer#footer li:before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-flex;
    background: url(/design/aromat/images/tools/right.png);
    background-size: 14px;
}

.footer_center-column a:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #f07800;
    position: absolute;
    bottom: -3px;
    left: 0;
    transition: 0.5s;
}

footer#footer .footer-list-contacts li:before {
    content: none;
}

.footer_center-column a:hover:after {
    width: 100%;
}

.center-column_right a {
    margin-bottom: 10px;
}

.social-block a {
    display: inline-flex;
    margin: 0 5px 0 0;
}

.padding-pages {
    padding: 15px 25px;
}

.page-other p {
    font-size: 1rem;
    line-height: 120%;
    margin: 10px 0;
    color: #444;
}

.page-other h2 {
    margin: 10px 0 15px;
}

.page-other h3 {
    margin: 10px 0 15px;
}

.page-other ul, .page-other ol {
    margin: 0 0 0 2rem ;
}
.page-other ul li, .page-other ol li {
    margin-bottom: 8px;
}
.page-other ul li {
    list-style-type: disc;
}
.page-other ol li {
    list-style-type: decimal;
}

.padding-pages h1 {
    /* font-family: "oswald"; */
    font-size: 40px;
    text-align: center;
    margin-bottom: 15px;
}

.block-article {
    display: grid;
    grid-template-columns: 400px auto;
}

.block-article p {
    word-break: break-all;
    line-height: 150%;
}

li.block-comment.admin_note {
    margin-left: 15px;
    border-left: solid 2px #f07800;
}

.footer-comments .captcha img {
    margin: 0;
}

.footer-comments .cart-row {
    grid-template-columns: 100px auto;
}

span.comment-moderetion {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    color: red;
}

div#path {
    padding: 10px 25px;
    font-size: 14px;
    background: #f1f1f1;
    color: #919191;
}

div#path a:not(:last-child):after {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-flex;
    background: url(/design/aromat/images/tools/knife.png);
    background-size: 14px;
    position: relative;
    top: 1px;
    transform: rotate(-90deg);
    margin-left: 5px;
    background-repeat: no-repeat;
}

div#path span {
    color: #f07800;
    transition-timing-function: ease;
    transition: 0.4s;
    cursor: pointer;
}

.products-block-features-list {
    display: grid;
    grid-template-columns: 100%;
}

.features-mob-title {
    display: none;
}

.box-feature {
    background: #fff;
}

.box-feature:not(:last-child) {
    margin-bottom: 10px;
}

.feature_name.features-open:after {
    transform: rotate(180deg);
}

.grid-three-column {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
    grid-gap: 10px;
}

.block-var {
    display: flex;
    width: 100%;
}

.sort {
    margin-bottom: 1%;
    padding: 5px 0;
}

.sort a {
    border: 1px solid #e8e8e8;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
}

.sort .selected {
    background-color: #f07800;
    color: #fff;
    border: 1px solid #f07800;
}


.product-heading_lines {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.product-heading_line {
    width: 100%;
    background-color: #7c7c7c;
    display: block;
    height: 1px;
    margin-bottom: 1px;
}

.product-image {
    width: 450px;
    background-color: #fff;
    border: 2px solid #ededed;
    border-radius: 5px;
    padding: 10px 0;
}

.product-features {
    display: block;
}

.about-up-info,
.product-description {
    color: #515151;
    font-size: 1rem;
}

.product-description a {
    color: #f07800;
    text-decoration: underline;
}

.product-description a:hover {
    text-decoration: none;
}

.product-description h2,
.product-description h3,
.product-description h4,
.about-up-info p,
.about-up-info h2,
.about-up-info h3,
.about-up-info h4,
.blog-block-article p,
.blog-block-article h2,
.blog-block-article h3,
.blog-block-article h4,
.product-description p {
    line-height: 120%;
    margin: 16px 0;
}

.about-up-info h2,
.product-description h2 {
    font-size: 1.5rem;
}

.about-up-info h3,
.product-description h3 {
    font-size: 1.25rem;
}

.blog-block-article ul,
.about-up-info ul,
.product-description ul {
    margin: 16px 0 16px 30px;
    list-style: disc;
}

.blog-block-article li,
.about-up-info li,
.product-description li {
    margin: 16px 0;
    list-style: disc;
}

.related-variants {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 70px;
    justify-content: space-between;
    margin-top: 10px;
}

.related-variants .button {
    margin: 0;
}

.padding-pages_product {
    background-color: #f9f9f9;
    padding: 15px 25px 0;
}

.page-other {
    padding: 15px 25px;
}

.page-heading_24 {
    font-size: 1.5rem;
}

.feedback_form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}

.feedback-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 49.5%);
    grid-gap: 1%;
    margin-bottom: 50px;
}

.feedback-left {
    padding-top: 20px;
}

.feedback-left h3 {
    font-size: 1.125rem;
    margin-bottom: 10px;
}

.feedback-left p {
    margin-bottom: 20px;
}

.feedback-row:nth-child(3) {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}

.feedback-row textarea {
    resize: none;
    border: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 10px;
}

.feedback-row textarea:focus {
    outline: none;
}

.checkout_button,
.feedback_btn {
    display: inline-block;
    background-color: #f07800;
    border: 1px solid transparent;
    font-size: 16px;
    cursor: pointer;
    transition: 0.5s;
    color: #fff;
    padding: 10px 40px;
    font-weight: 600;
}

.checkout_button:hover,
.feedback_btn:hover {
    border: 1px solid #f07800;
    color: #f07800;
    background-color: #fff;
}

.feedback_btn_reverse {
    background-color: #fff;
    color: #f07800;
    border: 1px solid #f07800;
}

.feedback_btn_reverse:hover {
    background-color: #f07800;
    color: #fff;
}

#username {
    margin-right: 8px;
}

.user-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0 25px;
    margin-bottom: 25px;
    flex-direction: column;
}

.user-right {
    width: 100%;
    border-top: 1px solid #ddd;
    margin-bottom: 10px;
    padding-top: 10px;
    margin-top: 25px;
}

.user-left {
    width: 100%;
}

.orders_history li {
    padding: 5px 0;
}

.orders_history li a {
    color: #f07800;
    text-decoration: underline;
}

.orders_history li:nth-child(2n) {
    background-color: #ddd;
}

.history-row {
    display: grid;
    grid-template-columns: 25% 25% 15% 18% 17%;
    border-bottom: 1px solid #333;
}

.history-row:first-child {
    background-color: #ddd;
}

.history-row > div {
    padding: 10px;
}

.history-row > div:nth-child(2) {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

.history-row > div:nth-child(3),
.history-row > div:nth-child(4) {
    border-right: 1px solid #333;
}

.history-row:last-child {
    border-bottom: none;
}

.orders_history {
    margin-top: 35px;
}

.callback-notice_wrapper,
.callback-form_wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
}

.callback-notice_wrapper.isActive,
.callback-form_wrapper.isActive {
    display: block;
    animation: bgFadeIn 0.5s;
}

@keyframes bgFadeIn {
    from {
        background-color: rgba(0, 0, 0, 0);
    }

    to {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

.callback-form {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    z-index: 9;
    width: 320px;
    height: max-content;
    padding: 20px;
}

.isActive .callback-form {
    animation: formScale 0.5s;
}

@keyframes formScale {
    from {
        transform: scale(0.5);
    }

    to {
        transform: scale(1);
    }
}

.callback-close,
.callback-close-thank {
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 30px;
    line-height: 20px;
}

.callback-title {
    margin-bottom: 25px;
}

.callback_notice {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 320px;
    height: 280px;
    padding: 20px;
}

.callback_notice.isActive {
    display: block;
}

.google_map {
    height: 210px;
}

.nav-line span.num-goods {
    color: #f07800;
    background-color: #fff;
}

.maincat {
    position: relative;
}

.fixed-menu .cart-text {
    display: none;
}

.fixed-menu .search {
    top: 37px;
    left: -180px;
}

.fixed .contact_fixed {
    width: 340px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.fixed .contact_fixed .ico-tel {
    width: 50%;
    font-size: 14px;
    margin: 0;
    line-height: 24px;
}

.nav-line.fixed-menu {
    position: fixed;
    top: 39px;
}

.isMobileHeader {
    display: none;
}

.isMobileHeader p {
    font-size: 14px;
}

.checkbox {
    display: inline-block;
}

.checkbox-wrapper h3 {
    display: inline-block;
}

.novaposhta_delivery {
    padding-left: 25px;
    margin: 15px 0 0;
}

.fixed-menu div#search-cart {
    position: absolute;
    right: 0;
    top: 7px;
}

.variant_many {
    flex-direction: column;
}

.variant_many table {
    width: 100%;
    margin-bottom: 20px;
}

.price_total_mobile {
    opacity: 0;
}

.novaposhta_delivery div {
    margin-bottom: 0;
}

.ukrposhta {
    padding-left: 25px;
    margin-top: 15px;
}

.small {
    font-size: 0.875rem;
}

.order_wrapper {
    padding: 15px 0;
}

.purchases .price_total {
    text-align: left;
    border: 1px solid #f4e7e0;
    padding: 15px 10px;
}

.hidden {
    display: none;
}

.viber_btn .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.viber_btn .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.viber_btn:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#purchases td.name {
    font-size: 0.9375rem;
    max-width: 300px;
}

#purchases td .download_attachment {
    white-space: nowrap;
    color: #3b8500;
    padding: 5px 10px 7px;
    border-bottom: 1px dotted green;
    background-color: #ccff72;
    line-height: 30px;
}

#purchases .price {
    white-space: nowrap;
}

.coupon.cart_form .price.price_total {
    display: flex;
    width: 100%;
    padding-top: 30px;
}

.purchases td.price {
    font-size: 0.9375rem;
}

.price.price_total b {
    margin-right: 20px;
}

.purchases .remove {
    text-align: right;
}

#purchases .amount {
    font-size: 0.9375rem;
}

#purchases .amount select {
    font-size: 0.9375rem;
}

#purchases .coupon .name {
    font-size: 14px;
}

#purchases .coupon .name input.coupon_code {
    width: 200px;
}

#purchases .coupon .name input {
    font-size: 16px;
}

.deliverise-paying {
    width: 48%;
}

.deliverise-paying p {
    margin: 10px 0;
}

.deliveries-wrappers-wrapper {
    display: flex;
    justify-content: space-between;
}

.deliveries-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /* justify-content: space-between; */
    flex-direction: column;
    margin: 20px 0px;
}

.deliveries-wrapper form {
    width: 49%;
}

.deliveries-wrapper .cart_form .captcha {
    margin-top: 0;
    margin-right: 10px;
}

.cart_form {
    width: 100%;
    padding: 20px;
    border: 1px solid #f4e7e0;
    margin-bottom: 20px;
}

.cart-title {
    font-weight: 400;
    color: #444;
    font-size: 1.5rem;
    margin: 10px 0;
}

.cart-title_gray {
    background-color: #f3f3f3;
    margin: 0;
    padding: 10px 5px;
    margin-bottom: 20px;
}

.cart-half {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.cart-half-div {
    width: 48%;
}

.btn_offer {
    padding: 10px 45px;
    font-size: 1rem;
}

.btn_offer:hover {
    background-color: #00b671;
    color: #fff;
}

.btn_red {
    background-color: #fff;
    border-color: #f05544;
    color: #f05544;
    display: inline-block;
}

.btn_red:hover {
    background-color: #f05544;
    color: #fff;
}

.tabs {
    position: relative;
    padding-bottom: 45px;
}

.tabs input[name="tab-control"] {
    display: none;
}

.tabs .slider {
    position: relative;
    width: 130px;
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.tabs .slider .indicator {
    position: relative;
    width: 60px;
    max-width: 100%;
    height: 3px;
    top: -1px;
    background: #f07800;
    border-radius: 1px;
}

.tabs .slider-wrapper.ukr .indicator {
    width: 40px;
}

.tabs .tabs-content {
    margin-top: 30px;
}

.tabs .tabs-content .section {
    display: none;
    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    line-height: 1.4;
}

.tabs
input[name="tab-control"]:nth-of-type(1):checked
~ ul
> li:nth-child(1)
> label {
    cursor: default;
    color: #000;
}

.tabs
input[name="tab-control"]:nth-of-type(1):checked
~ ul
> li:nth-child(1)
> label
svg {
    fill: #000;
}

.tabs
input[name="tab-control"]:nth-of-type(1):checked
~ .slider-wrapper
.slider {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.tabs
input[name="tab-control"]:nth-of-type(1):checked
~ .tabs-content
> .section:nth-child(1) {
    display: block;
}

.tabs
input[name="tab-control"]:nth-of-type(2):checked
~ ul
> li:nth-child(2)
> label {
    cursor: default;
    color: #000;
}

.tabs
input[name="tab-control"]:nth-of-type(2):checked
~ ul
> li:nth-child(2)
> label
svg {
    fill: #000;
}

.tabs
input[name="tab-control"]:nth-of-type(2):checked
~ .slider-wrapper
.slider {
    -webkit-transform: translateX(72px);
    transform: translateX(72px);
}

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider-wrapper.ukr .slider {
    -webkit-transform: translateX(68px);
    transform: translateX(68px);
}

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider-wrapper .slider .indicator {
    width: 100px;
}

.tabs
input[name="tab-control"]:nth-of-type(2):checked
~ .tabs-content
> .section:nth-child(2) {
    display: block;
}

.tabs
input[name="tab-control"]:nth-of-type(3):checked
~ ul
> li:nth-child(3)
> label {
    cursor: default;
    color: #000;
}

.tabs
input[name="tab-control"]:nth-of-type(3):checked
~ ul
> li:nth-child(3)
> label
svg {
    fill: #000;
}

.tabs
input[name="tab-control"]:nth-of-type(3):checked
~ .slider-wrapper
.slider {
    -webkit-transform: translateX(257px);
    transform: translateX(257px);
}

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider-wrapper.ukr .slider {
    -webkit-transform: translateX(220px);
    transform: translateX(220px);
}

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider-wrapper .slider .indicator {
    width: 65px;
}

.tabs
input[name="tab-control"]:nth-of-type(3):checked
~ .tabs-content
> .section:nth-child(3) {
    display: block;
}

.slider-wrapper {
    width: 100%;
    height: 1px;
    background-color: #d3d3d3;
}

@-webkit-keyframes content {
    from {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes content {
    from {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.feedback_form {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 70px;
}

.lblInp {
    position: relative;
    display: block;
    height: 38px;
    cursor: text;
}

.lblInpt {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}

.lblInpt input {
    width: 100%;
    border: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    vertical-align: bottom;
    font-size: 16px;
    padding: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #ddd;
}

.lblInpt input:focus {
    outline: none;
}

.lblInp input:focus + label,
.lblInp input.filled + label {
    position: absolute;
    transform: translateY(-34px);
    font-size: 12px;
    color: rgba(000, 000, 000, 0.6);
}

.lblInp input + label {
    color: #000;
    line-height: 38px;
    padding-left: 3px;
    transform: translateY(0);
    transition: all 0.3s ease;
    pointer-events: none;
}

.fa-envelope {
    font-size: 14px;
    top: 17px;
}

.fa-lock {
    font-size: 18px;
    top: 16px;
}

.m-btm-40 {
    margin-bottom: 20px;
}

.remind_password {
    display: inline-block;
    color: #313131;
    margin-bottom: 20px;
}

#nav-icon {
    z-index: 3;
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 10px;
}

#nav-icon span:nth-child(4) {
    top: 20px;
}

#nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}

.nav {
    display: none;
    list-style: none;
}

.nav.active {
    display: block;
}

.nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 60px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
}

.nav_link {
    height: 10vh;
    line-height: 10vh;
    text-transform: uppercase;
    display: block;
    background: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.7) 50%,
            rgba(0, 0, 0, 0.9) 50%
    );
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 1s ease;
}

.nav_link:hover {
    color: #fff;
    background-position: left bottom;
}

.discount_history {
    max-width: 500px;
    margin: 20px 0;
}

.discount-row {
    display: grid;
    grid-template-columns: 50% 50%;
    border-bottom: 1px solid #333;
}

.discount-row.active {
    background-color: #f07800;
    color: #fff;
}

.discount-row div {
    padding: 10px;
}

.discount-row div:first-child {
    border-right: 1px solid #333;
}

.discount-row:first-child {
    background-color: #ddd;
}

.cart-row div {
    position: relative;
}

#phoneInput-error {
    position: absolute;
    top: 37px;
    background: #fff;
    border: 1px solid #ddd;
    right: 0;
    font-size: 14px;
}

.cart-row #phoneInput-error {
    position: absolute;
    top: calc(100% + 10px);
    left: 80%;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #356295;
    z-index: 1;
    border-radius: 4px;
    padding: 10px;
    font: normal normal 10px/14px Verdana, Arial, serif;
    color: #848484;
    width: 188px;
}

.cart-row #phoneInput-error:after {
    content: '';
    position: absolute;
    bottom: calc(100% + -1px);
    left: 0;
    z-index: 2;
    background-image: url(../js/baloon/i/baloon-header.gif);
    width: 187px;
    height: 19px;
    background-repeat: no-repeat;
}

@media (max-width: 419px) {
    .cart-row #phoneInput-error {
        right: 10%;
        left: unset;
    }

    .cart-row #phoneInput-error:after {
        background-image: url(../js/baloon/i/baloon-header-flip.gif);
    }
}


input.error {
    border-color: red;
}

#top.fixed {
    top: 0;
    animation: topFixed 0.5s;
}

.nav-line.fixed-menu {
    animation: navFixed 0.8s;
}

.catalog-menu.fixed-menu {
    animation: navMenuFixed 0.8s;
}

@keyframes topFixed {
    from {
        top: -60px;
    }

    to {
        top: 0;
    }
}

@keyframes navMenuFixed {
    from {
        top: -40px;
    }

    to {
        top: 40px;
    }
}

@keyframes navFixed {
    from {
        top: 0;
        z-index: -9;
    }

    to {
        top: 0;
    }
}

.toTop {
    width: 50px;
    height: 50px;
    border: 2px solid #f07800;
    border-radius: 50%;
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    transition: 0.3s ease;
}

.toTop:before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    display: block;
    border: 4px solid #f07800;
    transform: rotate(135deg);
    border-right: 0;
    border-top: 0;
    transition: 1s ease;
}

.toTop:hover {
    background-color: #f07800;
}

.toTop:hover:before {
    border-color: #fff;
}

.coupon-wrapper {
    font-size: 18px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    width: 100%;
    line-height: 22px;
    position: relative;
}

.coupon-wrapper-item {
    flex: 1 0 0%;
}

.coupon-wrapper-input {
    width: 100%;
    min-width: auto !important;
}

.coupon-wrapper-button {
    width: fit-content !important;
    padding: 0px 15px;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 5px !important;
}

.coupon_error, .coupon_success {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    margin-top: 10px;
    padding: 10px 10px 10px 15px;
    position: relative;
    border-radius: 5px;
}

.coupon_error {
    background: #FFEBEE;
    border: none;
    border-left: 3px solid #E53935;
    color: #E53935;
}

.coupon_success {
    background: #E8F5E9;
    border: none;
    border-left: 3px solid #43A047;
    color: #43A047;
}

.coupon_success_type {
    background: #43A047;
    color: #FFFFFF;
    padding: 2px 6px;
    border-radius: 5px;
}

div#catdescriptionAnchor ul {
    position: relative;
    margin: 16px 16px 16px 30px;
}

div#catdescriptionAnchor ul li {
    margin: 10px 0;
    position: relative;
}

div#catdescriptionAnchor li:before {
    content: "";
    position: absolute;
    left: -15px;
    padding: 0;
    width: 7px;
    height: 7px;
    background: #f0781e;
    transform: rotate(45deg);
    top: 5px;
}

div#catdescriptionAnchor h2 {
    font-size: 24px;
    color: #ff401a;
    margin-top: 30px !important;
}

div#catdescriptionAnchor h3 {
    font-size: 20px;
    color: #444;
}

.rating .rater-starsOff,
.rating .rater-starsOn {
    width: 80px;
    display: inline-block;
    background: url(../images/rating.jpg) repeat-x 0 0;
    height: 16px;
}

.rating .rater-starsOn {
    background-position: 0 -16px;
}

.right-block-header > div:nth-child(1),
.right-block-header > div:nth-child(2) {
    margin: 0 10px;
}

.videowrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.viber-ico:before {
    background-image: url(../images/viber.svg) !important;
    border-radius: 50%;
    overflow: hidden;
    background-position: center !important;
}

.footer_viber-ico,
.footer_ico-tel,
.footer_email-ico {
    display: flex;
    align-items: center;
}

.footer_viber-ico:before {
    content: "";
    display: flex;
    width: 24px;
    margin: 0 10px 0 0;
    height: 24px;
    background-image: url(../images/viber.svg) !important;
    border-radius: 50%;
    overflow: hidden;
}

.owl-carousel3 button.owl-next,
.owl-carousel3 button.owl-prev {
    position: absolute;
    top: 20%;
}

.sec-product {
    position: relative;
    max-width: 240px;
    width: 100%;
}

.disabled-complect {
    background: #bfbfbf;
}

.footer__payment {
    width: 150px;
    height: 50px;
    background: url(../images/payment.png);
    margin: 0 auto;
}

.footer_right-column {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

.center-column_left li {
    display: flex;
    align-items: flex-start;
}

footer#footer .center-column_left li:before {
    margin: 0 5px 0 0;
}

.fn_delivery_payment .checkbox-wrapper {
    display: flex;
}

.flex-phone-number {
    display: flex;
    align-items: center;
    margin: 10px 0 0;
    justify-content: space-between;
}

.flex-phone-number .align_i input {
    margin: 0px 10px 0 10px;
    width: unset;
}

.flex-phone-number input {
    margin: 0 0 0 10px;
    width: 100%;
}

.bord-orange-sum {
    font-weight: 700;
    color: #f07800;
}

.small-italic-text {
    font-style: italic;
    font-size: 12px;
    margin: 15px 0 0;
}

.user-wrapper,
.bonus-warpper {
    line-height: 150%;
}

.complect__block-var {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info-flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.no-phone-here {
    max-width: 320px;
    margin: 0 auto 0 15px !important;
    box-shadow: 0 0 10px #dcdada;
    padding: 20px;
}

.bonus-btn {
    background: #f07800;
    color: #fff;
    padding: 10px 0;
    max-width: 180px;
    text-align: center;
    cursor: pointer;
    margin: 20px auto 0;
}

.history-row:nth-child(odd):not(:first-child) {
    background: #ececec;
}

.user-info-table {
    width: 100%;
    margin: 0 0 10px;
}

.user-info-table td {
    padding: 10px;
    border: 1px solid;
}

.user-info-table tr:nth-child(odd) {
    background: #efefef;
}

.mobile-discount {
    display: none;
}

.thanks-message-call {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
}

.ui-effects-transfer.transfer_class {
    z-index: 99999 !important;
}

.grid-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 10px;
    align-items: flex-start;
}

.info-flex > div {
    margin: 0 auto;
}

.history-row:first-child {
    font-weight: 700;
}

.shadow-form {
    box-shadow: 0 0 10px #dcdada;
    padding: 1em;
}

.footer-categories li {
    text-align: left;
}

.two-big-col {
    grid-template-columns: 294px auto;
    grid-gap: 20px;
}

.thanks-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto 20px;
}

.thanks-left {
    width: 49%;
}

.thanks-center img {
    max-height: 200px;
}

.thanks-center {
    flex-basis: 240px;
    margin: 0 20px;
}

.thanks-right {
    width: 49%;
}

.margin_form {
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
}

.image_resize img {
    /* max-height: 80px */
    width: 232px;
    height: 115px;
    object-fit: cover;
    object-position: center;
}

.viber_btn {
    position: relative;
}

.order_form form {
    text-align: center;
    margin-bottom: 25px;
}

.check_btns {
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
}

.ty_order {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 600;
    border: 5px solid #f07800;
    padding: 10px;
    margin: 25px 0;
}

.btn__viber-icon {
    content: "";
    background: url(../images/viber_1_1.svg) no-repeat center;
    width: 22px;
    height: 22px;
    display: block;
    margin: 0 10px 0 0;
}

.call-to-viber {
    background: #7d3daf;
    border: 1px solid #7d3daf;
    padding: 7px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0.5;
    width: 100%;
    max-width: 200px;
    transition: 0.5s;
}

.call-to-viber:hover {
    transition: 0.5s;
    background-color: #fff;
    color: #7d3daf;
}

.call-to-viber:hover .btn__viber-icon {
    background: url(../images/viber_hover.svg) no-repeat center;
}

.email-sent {
    text-align: center;
    max-width: 450px;
    margin: 30px auto;
    box-shadow: 0 0 10px #dcdada;
    padding: 20px;
    width: 100%;
}

.footer_email-ico::before {
    content: "";
    display: flex;
    width: 24px;
    margin: 0 10px 0 0;
    height: 24px;
    background-image: url(../images/email_1.svg);
    overflow: hidden;
}

.btns-row .select2 {
    max-width: 75px;
}

.article-img {
    max-width: 300px;
    max-height: 350px;
    float: right;
    margin: 0 0 20px 20px;
}

.blog-block-article {
    max-width: 800px;
    margin: 0 auto 50px;
}

.blog-block-article ul {
    background: #f5f4f4;
    margin: 0 0 20px;
    list-style-position: inside !important;
    border-left: 4px solid #f07800;
    padding: 15px 30px;
    width: fit-content;
}

.blog-block-article img:not([class]) {
    max-width: 400px;
    max-height: 400px;
    height: auto;
    width: auto;
}

.blog-block-article h3 {
    font-size: 24px;
    line-height: 100%;
    margin: 25px 0;
    position: relative;
}

.blog-block-article p,
.blog-block-article li {
    font-size: 14px;
    line-height: 130%;
    margin: 0;
    color: #444;
    padding: 0;
}

.blog-block-article p:not(:last-child) {
    margin-bottom: 20px;
}

.blog-block-article li {
    padding: 0;
    margin: 0;
    line-height: 120%;
    color: #444;
}

.blog-block-article li:not(:last-child) {
    margin: 0 0 10px;
}

.footer-comments .orange-btn {
    background: #f07800;
    border: 1px solid #f07800;
}

.is_mobile {
    display: none;
}

.payment-delivery-subhead {
    text-transform: uppercase;
    margin-left: 50px;
    text-align: center;
    margin-top: 40px !important;
    font-size: 1.4em;
    font-family: "oswald", Arial, sans-serif;
}

.payment-wrapper {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9em;
}

.align_i {
    display: flex;
    flex-direction: row-reverse;

    align-items: center;
    padding: 5px;
}

.payment-item {
    flex: 1;
    min-width: 300px;
    padding: 15px;
}

.lablesab {
    /* padding-left:15px !important; */
    white-space: nowrap;
}

.payment-item__title {
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.payment-item__image {
    max-width: 100%;
    margin-bottom: 12px;
}

.delivery-wrapper,
.exchange-wrapper {
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 40px;
}

.delivery-wrapper svg {
    margin-bottom: 18px;
    margin-top: 14px;
}

.delivery-wrapper p strong,
.exchange-wrapper p strong {
    text-transform: uppercase;
}

/* .fancybox-inner {
  max-width: 800px;
  max-height: 600px;
}

.fancybox-opened {
  width: auto!important;
  top: 50%!important;
  left: 50%!important;
  transform: translate(-50%, -50%);
} */
.hide-block {
    display: none;
}

.container.align_i {
    margin-left: 10px;
}


.user.flex-phone-number {
    flex-direction: column;
}

.user.flex-phone-number .flex-phone-number {
    margin: 0;
}

/* .recipes_wrapper {
    display: flex;
    flex-direction: column;
} */

.first_part,
.second_part {
    margin-bottom: 40px;
}

.recipes_wrapper {
    margin-bottom: 100px;
}

.first_part,
.second_part {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ingredients_wrapper,
.stages_wrapper {
    display: flex;
    flex-direction: column;
}

.first_part .image_block,
.second_part .ingredients_wrapper {
    width: 28.9999%;
}

.first_part .description_block,
.second_part .stages_wrapper {
    width: 63.9999%;
}

.image_block {
    max-width: 408px;
    max-height: 300px;
    overflow: hidden;
}

.stages_block p,
.ingredients_block p,
.description_block p {
    margin-bottom: 15px;
}

.stages_wrapper h2,
.ingredients_wrapper h3 {
    margin-bottom: 30px;
    font-size: inherit;
}

.ingredients_block,
.stages_block {
    padding: 15px;
    border: 1px solid #ececec;
}

.stages_wrapper h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 44px;
    color: #444444;
}

.ingredients_wrapper h3 {
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    color: #444444;
}

.wish {
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    color: #444444;
}

.wish_wrap {
    text-align: center;
}

.ny_logo,
.ny_bg {
    display: none;
}

.christmas_theme .ny_logo,
.christmas_theme .ny_bg {
    display: block;
}

.christmas_theme .normal_logo,
.christmas_theme .normal_bg {
    display: none;
}

.christmas_theme .title-fork-spoon span {
    position: absolute;
    top: -10px;
    bottom: -24px;
    left: -10px;
    right: -10px;
}

.christmas_theme .title-fork-spoon span:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/design/aromat/images/tools/snow_ttl.png);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.christmas_theme footer:after {
    content: "";
    display: block;
    width: 200px;
    height: 230px;
    background: url(/design/aromat/images/tools/ny_footer.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.christmas_theme .post-block:before {
    content: "";
    display: block;
    width: 40px;
    height: 75px;
    background: url(/design/aromat/images/tools/ny_news.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -76px;
    right: 50%;
    transform: translateX(50%);
    z-index: 0;
}

.christmas_theme .grey-block-main.padding-block-main {
    background-image: url(/design/aromat/images/tools/top_bg.png);
    background-repeat: no-repeat;
}

.logo {
    max-width: 342px;
    width: 100%;
    height: 64px;
    margin: 0 auto;
    background-image: url(/design/aromat/images/logo-ru.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: inherit;
}

.logo_ua {
    max-width: 342px;
    width: 100%;
    height: 64px;
    margin: 0 auto;
    background-image: url(/design/aromat/images/logo-ua.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: inherit;
}

.logo-foot-ua {
    max-width: 274px;
    width: 100%;
    height: 54px;
    margin: 0 auto;
    background-image: url(/design/aromat/images/logo-foot-ua.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: inherit;
}

.logo-foot-ru {
    max-width: 274px;
    width: 100%;
    height: 54px;
    margin: 0 auto;
    background-image: url(/design/aromat/images/logo-foot-ru.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: inherit;
}

.christmas_theme .logo {
    background-image: url(/design/aromat/images/tools/ny_logo.jpg);
    background-size: contain;
    background-position: center;
}

.autocomplete-suggestions {
    box-shadow: 0 3px 5px rgb(165 164 164 / 50%);
}

.autocomplete-suggestion img {
    display: inline;
    margin: unset;
    margin-right: 5px;
}

.autocomplete-suggestion {
    font-size: 14px;
    display: flex;
}

.autocomplete-suggestions div {
    padding: 5px 5px 2px !important;
    white-space: initial !important;
    border-bottom: 1px solid #eaeaea;
}

#search .button_search {
    cursor: pointer;
}

.variant_radiobutton {
    position: relative;
    display: none;
}

.blog_photo-wrap {
    height: 130px;
    margin-bottom: 15px;
}

.blog_photo-wrap a {
    height: 100%;
    display: flex;
    align-items: center;
}

.blog_photo-wrap img {
    max-height: 100%;
    height: auto;
}

#main .annotation-blog {
    margin-top: 15px;
}


.informer_name {
    text-transform: uppercase;
}

.lang_item:nth-child(2) {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid rgb(25, 25, 25);
}

.lang_item.active {
    color: rgb(25, 25, 25);
}

.login_btns_wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.login_btns_wrapper a.remind_password {
    text-decoration: underline;
    color: #f07800;
}

div#path a {
    display: inline-block;
}

div#path a:not(:first-child),
div#path span {
    margin: 5px 7px;
}

div#path a:first-child {
    margin: 5px 7px 5px 0;
}

.images.owl-theme .owl-nav {
    margin-top: 30px;
}

.images.owl-theme img {
    padding: 0px 5px;
}

.grecaptcha-badge {
    display: none !important;
}

.header-google-rating-wrapper, ul li .nav-item-wrapper .header-google-rating-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-google-rating__starsOff {
    width: 80px;
    display: inline-block;
    background: url(../images/rating.jpg) repeat-x 0 0;
    height: 16px;
}

.header-google-rating__starsOn {
    width: 80px;
    display: inline-block;
    height: 16px;
    background: url(../images/rating.jpg) repeat-x 0 -16px;
}

.header-google-rating-wrapper .rating {
    line-height: 0;
    height: fit-content;
    padding: 0;
    width: max-content;
}

.order_form {
    margin: 20px 0;
}

.order_form .orange-btn {
    max-width: 150px;
    margin: 0 auto;
}