/*   
Theme Name: Bp-Present
Theme URI: http://wp-themes/
Description:
Author: Vladislav Klevtsov
Author URI: 
Version: 1.0
*/

/*
@font-face {
	font-family: 'd_Kallisto';
	src: url('fonts/d_Kallisto.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
*/

/*
 start region style
*/

.modal#modal-popup-region{
	max-width:500px;
}

.modal#modal-popup-region .modal__title{
	margin-bottom:30px;
	text-align:left;
}

.region{
	display:block;
	font-size:13px;
	margin-top:5px;
	color:#b74900;
	text-decoration:none;
}

.modal ul{
	columns:2;
}

.modal ul li{
	text-align:left;
	list-style:none;
	margin-bottom:10px;
}

.modal ul li:last-child{
	margin-bottom:0;
}

/*
 end region style
*/ 


.wrap.cat{padding: 0px 15px 60px;}
.present-category.cat{display: grid;
    grid-template-columns: repeat(5, 1fr);}
.present-category.cat a{    background: #B74900;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    color: #fff;}
.present-category.cat a:hover{    background: #dcdcdc; color: #000;
}

.present-category.cat.mag{    display: grid;
    grid-template-columns: repeat(5, auto);
  }
.present-category.cat.mag a{    background: #dcdcdc;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    color: #000;
 font-size: 14px;   
}
.present-category.cat.mag a:hover{    background: #B74900;
 color: #fff;}
.wpcf7-form-control.wpcf7-submit{background: #b74900!important;}
.header__center .tel {background: #b74900;
    padding: 6px 14px;
    border-radius: 2px;
    color: #fff;
text-decoration: none;}

.product .add_to_cart_button {background: #b74900;
    padding: 6px 14px;
    border-radius: 2px;
    color: #fff;
text-decoration: none;}
/* ÃÂºÃÂ°Ã‘â€šÃÂµÃÂ³ÃÂ¾Ã‘â‚¬ÃÂ¸ÃÂ¸ ÃÂ½ÃÂ° ÃÂ³ÃÂ»ÃÂ°ÃÂ²ÃÂ½ÃÂ¾ÃÂ¹ */

.present-category {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-gap: 10px;
	min-width: 275px;
}
.present-category__item {
	display: block;
	height: 296px;
	text-decoration: none;
	position: relative;
}
.present-category__item:nth-child(1) {
	background: url(img/present-cat1.png) left center no-repeat;
	background-size: cover;
}
.present-category__item:nth-child(2) {
	background: url(img/present-cat2.png) left center no-repeat;
	background-size: cover;
}
.present-category__item:nth-child(3) {
	background: url(img/present-cat3.png) left center no-repeat;
	background-size: cover;
}
.present-category__item:nth-child(4) {
	background: url(img/present-cat4.png) left center no-repeat;
	background-size: cover;
}
.present-category__item:nth-child(5) {
	background: url(img/present-cat5.png) left center no-repeat;
	background-size: cover;
}
.present-category__item:nth-child(6) {
	background: url(img/present-cat6.png) left center no-repeat;
	background-size: cover;
}
.present-category__item:nth-child(7) {
	background: url(img/present-cat7.png) left center no-repeat;
	background-size: cover;
}
.present-category__item:nth-child(8) {
	background: url(img/present-cat8.png) left center no-repeat;
	background-size: cover;
}
.present-category__text {
	font-family: 'Whitney', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.284em;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	display: block;
	padding: 10px 20px;
	background: #DCDCDC;
	position: absolute;
	bottom: 0;
	left: 18px;
	width: max-content;
	transform: rotate(270deg) translateY(100%);
	transform-origin: bottom left;
	transition: 0.3s;
}
@media (hover: hover) {
	.present-category__item:hover .present-category__text {
		background: #B74900;
		color: #fff;
	}
}

@media screen and (max-width: 1200px) {
	.present-category {
		grid-gap: 8px;
	}
	.present-category__text {
		left: 12px;
		font-size: 19px;
	}
}
@media screen and (max-width: 960px) {
	.present-category {
		grid-gap: 7px;
	}
	.present-category__item {
		height: 280px;
	}
	.present-category__text {
		left: 7px;
		font-size: 18px;
		padding: 8px 16px;
	}
}
@media screen and (max-width: 768px) {
	.present-category {
		grid-template-columns: 1fr;
		grid-auto-rows: 1fr;
		grid-gap: 10px;
	}
	.present-category__item {
		height: auto;
		padding: 20px 20px 20px 0;
	}
	.present-category__text {
		position: static;
		transform: none;
		bottom: unset;
		top: 10px;
		left: 0;
		font-size: 20px;
		padding: 10px 20px;
		width: fit-content;
	}
}
@media screen and (max-width: 560px) {
	.present-category {
		grid-gap: 7px;
	}
	.present-category__item {
		padding: 15px 20px 15px 0;
	}
	.present-category__text {
		font-size: 18px;
		padding: 8px 16px;
	}
}
/*ÃÂºÃÂ°Ã‘â€šÃÂµÃÂ³ÃÂ¾Ã‘â‚¬ÃÂ¸ÃÂ¸ ÃÂ½ÃÂ° ÃÂ³ÃÂ»ÃÂ°ÃÂ²ÃÂ½ÃÂ¾ÃÂ¹ ÃÂºÃÂ¾ÃÂ½ÃÂµÃ‘â€ */

@font-face {
	font-family: 'Sverdlovsk';
	src: url('fonts/Sverdlovsk.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Whitney';
	src: url('fonts/Whitney-SSm-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html,
body,
div,
footer,
header,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
form,
label,
img,
iframe,
table,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

details,
figcaption,
figure,
nav,
section,
article,
aside,
footer,
header {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:active,
a:focus,
button,
label,
input,
textarea {
    outline: none;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
button {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    border-radius: 0;
}

.clearfix::after {
    content: '';
    clear: both;
    display: block;
}

body {
    max-width: 1920px;
    margin: 0 auto;
}

html.overflow__hidden__modal,
html.overflow__hidden__modal body,
html.overflow__hidden__menu,
html.overflow__hidden__menu body,
html.overflow__hidden__slb,
html.overflow__hidden__slb body {
    overflow: hidden;
}

html:not(.overflow__hidden__modal):not(.overflow__hidden__menu):not(.overflow__hidden__slb) body {
    margin-right: auto!important;
}

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

/* ----------------------------------------------- Text */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Whitney', sans-serif;
    color: #000;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

.title.flex {
    flex-wrap: nowrap;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}

.title::before,
.title::after {
    content: '';
    display: block;
    flex-grow: 1;
    height: 1px;
    background: #000;
}

.title::before {
    margin-right: 20px;
}

.title::after {
    margin-left: 20px;
}

p,
a,
li {
    font-family: 'Whitney', sans-serif;
    font-size: 16px;
    color: #000;
}

a {
    text-decoration: underline;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

a:hover {
    color: #DCDCDC;
    text-decoration: none;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
p > a,
li > a,
span > a,
h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span,
p > span,
a > span,
li > span {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.btn {
    display: inline-block;
    color: #000!important;
    padding: 12px 25px;
    background: #DCDCDC;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none!important;
    line-height: 1;
    z-index: 1;
}

.btn:hover {
    background: none;
}

.wrap, .site-main{
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 15px;
    box-sizing: border-box;
}
.woocommerce-product-gallery{
	max-width:360px;
	float:left;
	margin-top: 19px;
	margin-right: 35px;
}
.summary.entry-summary{
	width:calc(100% - 395px);
	float: left;
	margin-top: 19px;
}
.summary.entry-summary .product_title{
	font-size: 24px;
	font-weight: bold;
	width: 100% !important;
}
.product_meta{
	display:none
}
.summary.entry-summary .price{
	width:200px;
	float:left;
}

.min__height {
    min-height: 100vh;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.product .flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.product-type-simple{
    margin-top:19px;
}
.product-type-simple .content{
	max-width:800px;
}
.product-type-simple .added_to_cart{
	display:none;
}
#added-text{
    font-size:15px;
    margin-top:0px !important;
    margin-left:10px;
}

/* ---------------------------------------------- Content */

.content::after {
    content: '';
    clear: both;
    display: block;
}

.content p,
.content a,
.content li {
    line-height: 1.5;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    margin: 0 0 15px 0;
}

.content p + h1,
.content p + h2,
.content p + h3,
.content p + h4,
.content p + h5,
.content p + h6 {
    margin-top: 20px;
}

.content p {
    margin-bottom: 15px;
}

.content ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.content li {
    list-style: disc;
    margin-bottom: 5px;
}

.content ol {
    margin-bottom: 20px;
    padding-left: 20px;
}

.content ol li {
    list-style: decimal;
}

.content img {
    margin: 0 auto 20px;
}

.content img.alignleft {
    float: left;
    margin-right: 30px;
}

.content img.alignright {
    float: right;
    margin-left: 30px;
}

@media screen and (max-width: 460px) {
    .content img.alignleft {
        float: none;
        margin-right: auto;
    }

    .content img.alignright {
        float: none;
        margin-left: auto;
    }
}

.content p + p > img,
.content h1 + p > img,
.content h2 + p > img,
.content h3 + p > img,
.content h4 + p > img,
.content h5 + p > img,
.content h6 + p > img {
    margin-top: 20px;
}

.content hr {
    margin: 30px 0;
    border-top: 0;
    border-color: #e1e1e1;
}

.wrap__table {
    margin: 30px auto;
    overflow-x: auto;
}

table {
    width: auto!important;
    margin: auto;
}

table tr td,
table tr th {
    font-family: 'Whitney', sans-serif;
    font-size: 16px;
    color: #000;
    border: 1px solid #eee;
    padding: 10px;
    vertical-align: middle;
}

table tr th {
    font-weight: bold;
    color: #fff;
    background: #DCDCDC;
}

/* -------------------------------------- Owl Carousel */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab .owl-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {

}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy[src^=""],
.owl-carousel .owl-item img.owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/* Owl Theme */

.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
/*    max-width: 1200px;*/
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme:hover .owl-nav {
    opacity: 1;
}

.owl-theme .owl-nav [class*='owl-'] {
    display: block;
    position: absolute;
    top: -25px;
    width: 50px;
    height: 50px;
    border: 1px solid #000!important;
    border-radius: 50%;
    box-sizing: border-box;
    transition: background 0.25s ease-in-out;
    z-index: 99;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    background-color: rgba(255, 255, 255, 1);
    background-image: url('img/left.png');
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
    background-color: rgba(255, 255, 255, 1);
    background-image: url('img/right.png');
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: #fff!important;
}

.owl-theme .owl-nav .disabled {
    opacity: 0;
    cursor: default;
}

.owl-theme .owl-dots {
    margin-top: 15px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border: 1px solid #000;
    box-sizing: border-box;
    -webkit-backface-visibility: visible;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}

/* ----------------------------------------- SimpleLightBox */

.sl-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1035;
}

.sl-wrapper {
    z-index: 1040;
}

.sl-wrapper button {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

.sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
    color: #fff;
    z-index: 1060;
}

.sl-wrapper .sl-navigation {
    display: none;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
/*    max-width: 1200px;*/
    margin: 0 auto;
    z-index: 10060;
}

.sl-wrapper .sl-navigation button {
    position: absolute;
    top: -19px;
    width: 20px;
    height: 38px;
}

.sl-wrapper .sl-navigation button.sl-prev {
    left: 15px;
}

.sl-wrapper .sl-navigation button.sl-next {
    right: 15px;
}

.sl-wrapper .sl-navigation button::before,
.sl-wrapper .sl-navigation button::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 27px;
    height: 3px;
    background: #fff;
}

.sl-wrapper .sl-navigation button.sl-prev::before {
    left: 0;
    margin-top: -1px;
    border-radius: 10px 10px 10px 0;
    transform: rotate(-45deg);
    transform-origin: left center;
}

.sl-wrapper .sl-navigation button.sl-prev::after {
    left: 0;
    margin-top: -2px;
    border-radius: 0 10px 10px 10px;
    transform: rotate(45deg);
    transform-origin: left center;
}

.sl-wrapper .sl-navigation button.sl-next::before {
    right: 0;
    border-radius: 10px 10px 0 10px;
    transform: rotate(45deg);
    transform-origin: right center;
}

.sl-wrapper .sl-navigation button.sl-next::after {
    right: 0;
    margin-top: -1px;
    border-radius: 10px 0 10px 10px;
    transform: rotate(-45deg);
    transform-origin: right center;
}

.sl-wrapper .sl-navigation button.sl-prev:hover::before,
.sl-wrapper .sl-navigation button.sl-prev:hover::after {
    animation: prev_hover 0.4s ease-in-out 2;
}

.sl-wrapper .sl-navigation button.sl-next:hover::before,
.sl-wrapper .sl-navigation button.sl-next:hover::after {
    animation: next_hover 0.4s ease-in-out 2;
}

@keyframes prev_hover {
    0% {
        left: 0;
    }

    50% {
        left: -5px;
    }

    100% {
        left: 0;
    }
}

@keyframes next_hover {
    0% {
        right: 0;
    }

    50% {
        right: -5px;
    }

    100% {
        right: 0;
    }
}

.sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000;
}

.sl-wrapper .sl-image img {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: auto;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.sl-wrapper .sl-image iframe {
    background: #000;
    border: none;
}

.sl-wrapper .sl-image .sl-caption {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 1rem;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
}

.sl-wrapper .sl-image .sl-caption.pos-top {
    bottom: auto;
    top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
    bottom: auto;
}

.sl-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.sl-transition {
    transition: -moz-transform ease 200ms;
    transition: -ms-transform ease 200ms;
    transition: -o-transform ease 200ms;
    transition: -webkit-transform ease 200ms;
    transition: transform ease 200ms;
}

.sl-wrapper .sl-close {
    display: none;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 22px;
    height: 22px;
    transition: all 0.25s ease-in-out;
    z-index: 10060;
    cursor: pointer;
}

.sl-wrapper .sl-close::before,
.sl-wrapper .sl-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 3px;
    margin: -2px 0 0 -15px;
    background: #fff;
    border-radius: 10px;
    transform-origin: center;
}

.sl-wrapper .sl-close::before {
    transform: rotate(45deg);
}

.sl-wrapper .sl-close::after {
    transform: rotate(-45deg);
}

.sl-wrapper .sl-close:hover {
    transform: rotate(180deg);
}

@-webkit-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@-moz-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@-o-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@-ms-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.sl-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 5px solid #fff;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: pulsate 1s ease-out infinite;
    -moz-animation: pulsate 1s ease-out infinite;
    -ms-animation: pulsate 1s ease-out infinite;
    -o-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite;
    z-index: 1007;
}

/* --------------------------------------------------- CF7 */

.wpcf7 form {
    width: 100%;
    box-sizing: border-box;
}

.wpcf7 form span.wpcf7-form-control-wrap + br {
    display: none;
}

.wpcf7 form input[type="text"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="email"],
.wpcf7 form textarea {
    font-family: 'Whitney', sans-serif;
    font-size: 16px;
    color: #000;
    max-width: 400px;
    width: 100%;
    margin-bottom: 15px;
    padding: 5px 15px;
    border: 1px solid #999;
    box-sizing: border-box;
}
.wpcf7 form input::-webkit-input-placeholder { 
	color: #000;
}
.wpcf7 form input::-moz-placeholder  { 
	color: #000;
}

.wpcf7 form textarea {
    display: block;
    resize: vertical;
}

.wpcf7 form input[type="submit"] {
    display: inline-block;
    font-family: 'Whitney', sans-serif;;
    font-size: 16px;
    color: #fff;
    background: #DCDCDC;
    padding: 12px 25px;
    border: 1px solid #DCDCDC;
    border-radius: 0;
    box-sizing: border-box;
    transition: all 0.25s ease-in-out;
    line-height: 1;
    cursor: pointer;
}

.wpcf7 form input[type="submit"]:hover {
    color: #DCDCDC;
    background: #fff;
}

.wpcf7 form input[type="text"]::-webkit-input-placeholder,
.wpcf7 form input[type="tel"]::-webkit-input-placeholder,
.wpcf7 form input[type="email"]::-webkit-input-placeholder,
.wpcf7 form textarea::-webkit-input-placeholder {
    color: #e1e1e1;
}

.wpcf7 form input[type="text"]::-moz-placeholder,
.wpcf7 form input[type="tel"]::-moz-placeholder,
.wpcf7 form input[type="email"]::-moz-placeholder,
.wpcf7 form textarea::-moz-placeholder {
    color: #e1e1e1;
}

.wpcf7 form input[type="text"]:-moz-placeholder,
.wpcf7 form input[type="tel"]::-moz-placeholder,
.wpcf7 form input[type="email"]:-moz-placeholder,
.wpcf7 form textarea:-moz-placeholder {
    color: #e1e1e1;
}

.wpcf7 form input[type="text"]:-ms-input-placeholder,
.wpcf7 form input[type="tel"]::-ms-input-placeholder,
.wpcf7 form input[type="email"]:-ms-input-placeholder,
.wpcf7 form textarea:-ms-input-placeholder {
    color: #e1e1e1;
}

.ajax-loader {
    display: none!important;
}

body div.wpcf7-response-output {
    max-width: 100%;
    box-sizing: border-box;
}

body span.wpcf7-not-valid-tip {
    font-family: 'Whitney', sans-serif;
    font-size: 14px;
    color: red;
    margin: -10px 0 15px;
    padding: 0 5px;
    background: #fff;
}

body div.wpcf7-validation-errors {
    display: none!important;
}

body div.wpcf7-response-output,
body div.wpcf7-acceptance-missing {
    font-family: 'Whitney', sans-serif;
    font-size: 14px;
    margin: 20px 0 0;
    padding: 5px;
    color: red;
    background: #fff;
    border: 1px solid red;
    line-height: 1.1;
}

body div.wpcf7-mail-sent-ok {
    font-family: 'Whitney', sans-serif;
    font-size: 14px;
    color: #DCDCDC;
    padding: 5px;
    border: 1px solid #DCDCDC;
    background: #fff;
}

/* ---------------------------------------- Modal */

.modal__overlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: visibility 0.25s ease-in-out, background 0.25s ease-in-out, z-index 0.25s ease-in-out;
    z-index: -1;
}

html.modal__active .modal__overlay {
    visibility: visible;
    background: rgba(0, 0, 0, 0.7);
    z-index: 500;
}

.modal {
    visibility: hidden;
    position: absolute;
    max-width: 400px;
    width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    overflow-y: auto;
    opacity: 0;
    transform: translateY(25%);
    transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    z-index: -1;
}

.modal.active {
    visibility: visible;
    position: relative;
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
}

.modal__content {
    position: relative;
    width: 100%;
    padding: 25px 30px 30px;
    border-radius: 5px;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}

.modal__content > h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footnote {
    font-size: 14px;
    margin-bottom: 15px;
}

.close__modal {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
    transform-origin: center;
    transition: transform 0.25s ease-in-out;
    cursor: pointer;
}

.close__modal::before,
.close__modal::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 1px;
    margin: 0 0 0 -12px;
    background: #000;
    border-radius: 10px;
    transform-origin: center;
}

.close__modal::before {
    transform: rotate(45deg);
}

.close__modal::after {
    transform: rotate(-45deg);
}

.close__modal:hover {
    transform: rotate(180deg);
}

/* -------------------------------------------- Breadcrumbs */

.presents__header.flex {
    justify-content: space-between;
}

.breadcrumbs.flex {
    justify-content: flex-start;
    margin: 0 30px 15px 0;
}

.header__note {
    margin-bottom: 15px;
}

/* -------------------------------------------------- Bg */

body.tax-product_cat {
    position: relative;
    padding-top: 146px;
}

body.tax-product_cat::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: inherit;
    z-index: -1;
}

body.term-8-marta::after {
    background: url(img/bg-8-marta2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

body.term-novyj-god::after {
    background: url(img/bg-new-year-min.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

body.term-prosto-podarki::after {
    background: url(img/bg-prosto-podarki.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

/* -------------------------------------------- Header */

.header {
  /*  background-image: url(img/bg.png);
    background-color: #000;*/
    background-repeat: repeat-x;
    background-size: contain;
    background-position: bottom center;
    z-index: 3;
}

body.tax-product_cat .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
}

body.term-8-marta .header {
    background: url(img/bg-8-marta.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

body.term-novyj-god .header {
    background: #fff;
    border-bottom: 3px solid red;
}

html:not(.overflow__hidden__modal):not(.overflow__hidden__menu):not(.overflow__hidden__slb) body.tax-product_cat .header {
    margin-right: 0!important;
}

/* Header Top */

.header__top {
    background: #DCDCDC;
}

.header__top > .wrap {
    padding: 5px 15px 4px;
}

.header__top > .wrap * {
    font-size: 14px;
    color: #000;
    text-align: center;
    letter-spacing: 10px;
}

/* Header Center */

.header__center.wrap.flex {
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 10px 15px;
}

.header__logo.flex {
    flex-wrap: nowrap;
    font-size: 46px;
    font-family: 'Sverdlovsk';
  
    text-decoration: none;
}

body.term-8-marta .header__logo.flex,
body.term-novyj-god .header__logo.flex {
    color: #000;
}

.header__logo img {
    min-width: 40px;
    max-width: 40px;
    margin-right: 7px;
}

.header__center__right.flex {
    flex-direction: column;
    align-items: flex-end;
}

.header__center__right a.tel {
    position: relative;
    color: #fff;
    margin-bottom: 15px;
    padding-left: 38px;
}

body.term-8-marta .header__center__right a.tel,
body.term-novyj-god .header__center__right a.tel {
    color: #000;
}

.header__center__right a.tel::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 26px;
    height: 32px;
    margin-top: -16px;
    background: url('img/call-icon-white.png') no-repeat;
    background-size: contain;
    background-position: center;
}

body.term-8-marta .header__center__right a.tel::before,
body.term-novyj-god .header__center__right a.tel::before {
    background: url('img/call-icon.png') no-repeat;
    background-size: contain;
    background-position: center;
}
 

body.term-8-marta .header__center__right > p,
body.term-novyj-god .header__center__right > p {
    color: #000;
}

/* Header Bottom */

.header__bottom.wrap.flex {
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 15px;
}

/* Menu */

ul.menu.flex {
    flex-wrap: nowrap;
    padding-bottom: 15px;
}

ul.menu li {
    list-style: none;
}

ul.menu > li {
    position: relative;
    padding: 0 20px;
}

ul.menu > li:first-child {
    padding-left: 0;
}

ul.menu > li:last-child {
    padding-right: 0;
}

ul.menu > li::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background: #000;
}

body.term-8-marta ul.menu > li::before,
body.term-novyj-god ul.menu > li::before {
    background: #000;
}

ul.menu > li:first-child::before {
    display: none;
}

ul.menu li a {
    display: block;
    font-size: 15px;
   
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
}

body.term-8-marta ul.menu li a,
body.term-novyj-god ul.menu li a {
    color: #000;
}

ul.menu li a:hover,
ul.menu li.current-menu-item > a {
    color: #DCDCDC!important;
}

.menu__toggle {
    display: none;
}

/* Cart */

.header__cart {
    position: relative;
    flex-wrap: nowrap;
    padding: 10px 15px 27px 40px;
    background-color: #DCDCDC;
    background-image: url('img/dark-cart.png');
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 9px 8px;
    margin-bottom: -12px;
    text-decoration: none;
}

.header__cart::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -11px;
    border: 6px solid transparent;
    border-top: 6px solid #DCDCDC;
    border-right: 6px solid #DCDCDC;
}

.header__cart::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -11px;
    border: 6px solid transparent;
    border-top: 6px solid #DCDCDC;
    border-left: 6px solid #DCDCDC;
}

.header__cart p {
    color: #000;
}

.header__cart__value {
    margin-left: 7px;
}

/* -------------------------------------------- Footer */

.footer__top {
   /* background-image: url(img/bg.png);
    background-color: #000;*/
    background-repeat: repeat-x;
    background-size: contain;
    background-position: bottom center;
}

body.term-8-marta .footer__top {
    background: url(img/bg-8-marta.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

body.term-novyj-god .footer__top {
    background: #DCDCDC;
}

.footer__top > .wrap.flex {
    justify-content: space-between;
}

 

body.term-8-marta .footer__top a {
    color: #000!important;
}

.footer__top__left a {
    margin-left: 30px;
}

.footer__top__left a:first-child {
    margin-left: 0;
}

.footer__top__right a {
    margin-right: 30px;
}

.footer__top__right a:last-child {
    margin-right: 0;
}

 

.footer__down > .wrap {
    padding: 10px 15px;
    text-align: center;
}

 

/* -------------------------------------------- Homepage */

.home__block1 > .wrap {
    padding: 60px 15px;
}

/* Directions */

.directions.flex {
    flex-wrap: nowrap;
}

.direction {
    position: relative;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
}

.direction::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.25s ease-in-out;
    z-index: -1;
}

.direction:hover::before {
    background: none;
}

/*.direction:first-child,
.direction:nth-child(3) {
    width: 35%;
    height: 260px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.direction:nth-child(2) {
    width: 40%;
    height: 320px;
    margin: 0 -5%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
    z-index: 2;
}*/
.direction {
    width: 24%;
    height: 320px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
    z-index: 1;
	margin: 0px 7px;
}

.direction h1,
.direction h3 {
    font-size: 22px;
    padding: 10px 20px;
    color: #000;
    background: #DCDCDC;
    text-transform: uppercase;
}

/* home__block2 */

.home__block2 {
    background: #DCDCDC;
}

.home__block2 > .wrap {
    padding: 30px 15px 10px;
}

.advantages.flex {
    align-items: stretch;
    margin: 0 -5px;
}

.advantage.flex {
    flex-wrap: nowrap;
    width: calc(25% - 10px);
    margin: 0 5px 20px;
    box-sizing: border-box;
}

.advantage__img {
    position: relative;
    min-width: 76px;
    max-width: 76px;
    height: 71px;
    margin-right: 15px;
    border-radius: 5px;
    background-color: #b74900;
    transition: background 0.25s ease-in-out;
    overflow: hidden;
}

.advantage:hover .advantage__img {
    background-color: #fff;
}

.advantage__img::before,
.advantage__img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform 0.25s ease-in-out;
}

.advantage__img::after {
    transform: translateY(100%);
}

.advantage:hover .advantage__img::before {
    transform: translateY(-100%);
}

.advantage:hover .advantage__img::after {
    transform: translateY(0%);
}

.advantage:first-child .advantage__img::before {
    background: url('img/rocket-white.png') no-repeat;
    background-size: 34px;
    background-position: center;
}

.advantage:first-child .advantage__img::after {
    background: url('img/rocket.png') no-repeat;
    background-size: 34px;
    background-position: center;
}

.advantage:nth-child(2) .advantage__img::before {
    background: url('img/call-icon-white.png') no-repeat;
    background-size: 26px;
    background-position: center;
}

.advantage:nth-child(2) .advantage__img::after {
    background: url('img/call-icon.png') no-repeat;
    background-size: 26px;
    background-position: center;
}

.advantage:nth-child(3) .advantage__img::before {
    background: url('img/present-white.png') no-repeat;
    background-size: 33px;
    background-position: center;
}

.advantage:nth-child(3) .advantage__img::after {
    background: url('img/present.png') no-repeat;
    background-size: 33px;
    background-position: center;
}

.advantage:nth-child(4) .advantage__img::before {
    background: url('img/document-white.png') no-repeat;
    background-size: 32px;
    background-position: center;
}

.advantage:nth-child(4) .advantage__img::after {
    background: url('img/document.png') no-repeat;
    background-size: 32px;
    background-position: center;
}

.advantage p {
    color: #000;
    width: 100%;
}

/* home__block3 */

.home__block3 .wrap {
    padding-bottom: 30px;
    text-align: center;
}

.review__btn {
    margin-bottom: 30px;
}

/*
.clients__slider .slide {
    height: 120px;
}
*/

.clients.flex {
    margin: 0 -15px;
}

.clients .client {
    width: calc(16.666% - 30px);
    height: 120px;
    margin: 0 15px 30px;
}

/* -------------------------------------------- Review Page */

.review {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}

.review p,
.review li,
.review a {
    font-style: italic;
}

/* ------------------------------------------ Presents */

.not__relevant {
    margin: 40px 0;
    text-align: center;
}

.present.flex {
    align-items: stretch;
    flex-wrap: nowrap;
    margin-bottom: 40px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
}

.present > .flex {
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    padding: 30px 30px 40px;
    box-sizing: border-box;
    text-align: center;
}

.present > .flex:nth-child(2) {
    position: relative;
}

.present > .flex:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, transparent 1%, #000 50%,  transparent 99%);
}

body.term-8-marta .present > .flex:nth-child(2)::before {
    background: linear-gradient(to bottom, transparent 1%, #ed7db7 50%,  transparent 99%);
}

body.term-novyj-god .present > .flex:nth-child(2)::before {
    background: linear-gradient(to bottom, transparent 1%, red 50%,  transparent 99%);
}

.title__present {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px!important;
}
.title__present a{
    text-decoration:none;
}

body.term-8-marta .title__present a{
    color: #ed7db7;
}

body.term-novyj-god .title__present a{
    color: red;
}

body .title__present a{
    color: inherit;
}

.present > .flex > .flex {
    flex-direction: column;
    width: 100%;
}

.present p.price {
    font-size: 24px;
    margin-bottom: 15px;
    white-space: nowrap;
}

.present p.price del {
    margin-right: 15px;
}

.present p.price ins {
    text-decoration: none;
}

body.term-8-marta .present p.price {
    color: #ed7db7;
}

body.term-novyj-god .present p.price {
    color: red;
}

.present__note {
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    background: #000;
}

body.term-8-marta .present .present__note {
    background: #ed7db7;
}

body.term-novyj-god .present .present__note {
    background: #DCDCDC;
}

.present .present__slider {
    max-width: 345px;
    width: 100%;
    margin: 15px 0 40px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
}

.present .present__slider .img__present {
    width: 100%;
    height: 450px;
}

.present .present__slider.owl-theme .owl-nav {
    opacity: 1;
}

.present .present__slider.owl-carousel .owl-nav button.owl-prev {
    left: -70px;
}

.present .present__slider.owl-carousel .owl-nav button.owl-next {
    right: -70px;
}

.no__presents {
    margin: 150px 0;
    text-align: center;
}

/* ------------------------------------------ Modal Present */

.modal.modal__present {
    max-width: 1000px;
}

.modal__present > .modal__content.flex {
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 30px;
    text-align: left;
}

.slider__modal__wrap {
    position: relative;
    max-width: 345px;
    min-width: 345px;
    margin-right: 40px;
}

.slider__modal .img__present {
    display: block;
    width: 100%;
    height: 450px;
}

.slider__nav {
    margin-top: 10px;
}

.slider__nav .img__present {
    height: 80px;
    transition: border-radius 0.2s ease-in-out;
    cursor: pointer;
}

.slider__nav .img__present:hover,
.slider__nav .owl-item.active:first-child .img__present {
    border-radius: 5px;
}

p.zoom {
    position: absolute;
    top: -24px;
    right: 0;
    z-index: 2;
}

p.zoom::before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    right: 107%;
    width: 86px;
    height: 53px;
    background: url(img/arr.png) no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(-66deg);
}

.modal__present .content {
    width: 100%;
}

.present__summ__wrap.flex {
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}
.product .present__summ__wrap.flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    align-items: center;
}

.present__summ__wrap p {
    font-size: 24px;
    margin: 0;
    white-space: nowrap;
}

.present__summ__wrap p del {
    margin-right: 15px;
}

.present__summ__wrap p ins {
    text-decoration: none;
}

.present__summ__wrap p.price + p {
    margin: 0 15px;
}

body.term-8-marta .present__summ__wrap p.price {
    color: #ed7db7;
}

body.term-novyj-god .present__summ__wrap p.price {
    color: red;
}

.present__summ__wrap input {
    font-family: 'Whitney', sans-serif;
    font-size: 16px;
    color: #000;
    max-width: 250px;
    width: 100%;
    padding: 7px 5px 7.5px 15px;
    border: 1px solid #eee;
    box-sizing: border-box;
    margin-right:15px;
}

.modal__present .content a.add_to_cart_button {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 12px 25px;
    background: #DCDCDC;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none!important;
    line-height: 1;
    z-index: 1;
}

.modal__present .content a.add_to_cart_button:hover {
    color: #000!important;
    background: none;
}

/* -------------------------------------------- Cart page */

.shop_table {
    width: 100%!important;
    margin-bottom: 30px;
    text-align: center;
}

.shop_table .img__present__cart {
    min-width: 100px;
    max-width: 100px;
    height: 135px;
    margin: 0 auto;
}

.shop_table .product-remove a.remove {
    font-family: sans-serif;
    font-size: 32px;
    text-decoration: none;
}

.shop_table .quantity input {
    font-family: 'Whitney', sans-serif;
    font-size: 16px;
    color: #000;
    max-width: 150px;
    width: 100%;
    padding: 5px 5px 5px 15px;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.shop_table .quantity input::-webkit-input-placeholder {
    color: #e1e1e1;
}

.shop_table .quantity input::-moz-placeholder {
    color: #e1e1e1;
}

.shop_table .quantity input:-moz-placeholder {
    color: #e1e1e1;
}

.shop_table .quantity input:-ms-input-placeholder {
    color: #e1e1e1;
}

.shop_table .total__summ > * {
    display: inline-block;
}

.shop_table .total__summ p {
    margin-bottom: 0;
}

.shop_table .actions,
.shop_table .total__summ {
    text-align: right;
}

.shop_table .actions .button {
    font-family: 'Whitney', sans-serif;
    font-size: 16px;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.shop_table .actions {
    padding-bottom: 0;
}

.shop_table .actions > * {
    line-height: 1;
    margin: 0 15px 10px;
}

/* -------------------------------------------- Checkout */

.woocommerce-NoticeGroup {
    display: none!important;
}

.woocommerce-billing-fields__field-wrapper label {
    display: none!important;
}

.woocommerce-billing-fields__field-wrapper p {
    margin-bottom: 0;
}

.woocommerce-billing-fields__field-wrapper input[type="text"],
.woocommerce-billing-fields__field-wrapper input[type="tel"],
.woocommerce-billing-fields__field-wrapper input[type="email"],
.woocommerce-billing-fields__field-wrapper textarea {
    font-family: 'Whitney', sans-serif;
    font-size: 16px;
    color: #000;
    max-width: 400px;
    width: 100%;
    margin-bottom: 15px;
    padding: 5px 15px;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.woocommerce-billing-fields__field-wrapper textarea {
    display: block;
    resize: vertical;
}

.woocommerce-billing-fields__field-wrapper input[type="text"]::-webkit-input-placeholder,
.woocommerce-billing-fields__field-wrapper input[type="tel"]::-webkit-input-placeholder,
.woocommerce-billing-fields__field-wrapper input[type="email"]::-webkit-input-placeholder,
.woocommerce-billing-fields__field-wrapper textarea::-webkit-input-placeholder {
    color: #e1e1e1;
}

.woocommerce-billing-fields__field-wrapper input[type="text"]::-moz-placeholder,
.woocommerce-billing-fields__field-wrapper input[type="tel"]::-moz-placeholder,
.woocommerce-billing-fields__field-wrapper input[type="email"]::-moz-placeholder,
.woocommerce-billing-fields__field-wrapper textarea::-moz-placeholder {
    color: #e1e1e1;
}

.woocommerce-billing-fields__field-wrapper input[type="text"]:-moz-placeholder,
.woocommerce-billing-fields__field-wrapper input[type="tel"]::-moz-placeholder,
.woocommerce-billing-fields__field-wrapper input[type="email"]:-moz-placeholder,
.woocommerce-billing-fields__field-wrapper textarea:-moz-placeholder {
    color: #e1e1e1;
}

.woocommerce-billing-fields__field-wrapper input[type="text"]:-ms-input-placeholder,
.woocommerce-billing-fields__field-wrapper input[type="tel"]::-ms-input-placeholder,
.woocommerce-billing-fields__field-wrapper input[type="email"]:-ms-input-placeholder,
.woocommerce-billing-fields__field-wrapper textarea:-ms-input-placeholder {
    color: #e1e1e1;
}

.woocommerce-checkout-payment .button {
    font-family: 'Whitney', sans-serif;
    font-size: 16px;
    max-width: 400px;
    width: 100%;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.footnote__checkout {
    font-size: 14px;
    max-width: 400px;
    text-align: center;
}

/* -------------------------------------------- Order */

.img__present__order {
    min-width: 100px;
    max-width: 100px;
    height: 135px;
    margin: 0 auto;
}

/* -------------------------------------------- Media */

@media screen and (max-width: 1200px) {
		.present-category.cat.mag { 
		grid-template-columns: repeat(4, 1fr);}
    .wrap {
        max-width: 960px;
    }
    
    /* Header */
    
    .header__center.wrap.flex {
        max-width: 100%;
        padding-right: 60px;
    }
    
    .header__bottom.wrap.flex {
        justify-content: flex-end;
        max-width: 100%;
        padding-right: 60px;
    }
    
    /* Menu */
    
    body::before {
        content: '';
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: visibility 0.25s ease-in-out, background 0.25s ease-in-out, z-index 0.25s ease-in-out;
        z-index: -1;
    }

    html.menu__active body::before {
        visibility: visible;
        background: rgba(0, 0, 0, 0.7);
        z-index: 100;
    }
    
    .menu__toggle {
        position: absolute;
        top: 35px;
        right: 15px;
        display: block;
        min-width: 25px;
        max-width: 25px;
        height: 20px;
        z-index: 202;
        cursor: pointer;
    }

    .menu__toggle div {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 3px;
        margin-top: -1px;
        border-radius: 10px;
        background: #fff;
        transition: background 0s ease-in-out 0.2s;
    }

    .menu__toggle div::before,
    .menu__toggle div::after {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 3px;
        border-radius: 10px;
        background: #fff;
        transform-origin: center;
    }

    .menu__toggle div::before {
        top: -7px;
        transition: top 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
    }

    .menu__toggle div::after {
        bottom: -7px;
        transition: bottom 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
    }
    
    html.menu__active .menu__toggle div {
        background: none;
    }

    html.menu__active .menu__toggle div::before {
        top: 0;
        transform: rotate(45deg);
        transition: top 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.2s;
    }

    html.menu__active .menu__toggle div::after {
        bottom: 0;
        transform: rotate(-45deg);
        transition: bottom 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.2s;
    }

    ul.menu.flex {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        width: 320px;
        margin: 0;
        padding: 90px 0 15px;
        box-sizing: border-box;
        overflow-y: auto;
        background: #DCDCDC;
        transform: translateX(320px);
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        z-index: 201;
    }

    html.menu__active ul.menu {
        right: 0!important;
        transform: translateX(0);
        box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease-in-out 0.01s, box-shadow 0.3s ease-in-out;
    }

    ul.menu > li {
        padding: 0;
    }
    
    ul.menu > li::before {
        display: none;
    }

    ul.menu li a {
        color: #fff!important;
        padding: 10px 15px;
        border-top: 1px solid #fff;
    }

    ul.menu > li:last-child > a {
        border-bottom: 1px solid #fff;
    }

    ul.menu li a:hover,
    ul.menu li.current-menu-item > a {
        color: #000!important;
        background: #fff!important;
    }
    
    /* Header Cart */
    
    .header__cart {
        padding: 8px 15px 20px 40px;
        background-position: 9px 7px;
    }
    
    /* Homepage */
    
    .direction:nth-child(2) {
        height: 248px;
    }
    
    .direction:first-child,
    .direction:nth-child(3) {
        height: 202px;
    }
    
    .direction h1,
    .direction h3 {
        font-size: 18px;
        padding: 8px 14px;
    }
    
    /* Presents */
    
    body.tax-product_cat {
        padding-top: 137px;
    }
    
    .title__present,
    .present p.price,
    .present__summ__wrap p {
        font-size: 22px;
    }
    
    .present > .flex {
        padding: 30px;
    }
    
    .title__present {
        margin-bottom: 12px!important;
    }
    
    .present p.price {
        margin-bottom: 10px;
    }
    
    .present .present__slider {
        margin-bottom: 30px;
    }
    
    .owl-theme .owl-nav [class*='owl-'] {
        top: -20px;
        width: 40px;
        height: 40px;
    }
    
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        background-size: 24px;
    }
    
    .present .present__slider.owl-carousel .owl-nav button.owl-prev {
        left: -50px;
    }
    
    .present .present__slider.owl-carousel .owl-nav button.owl-next {
        right: -50px;
    }
    
/*
    p.zoom {
        top: -29px;
        font-size: 24px;
    }
    
    p.zoom::before {
        width: 74px;
        height: 46px;
    }
*/
}

@media screen and (max-width: 960px) {
    .wrap {
        max-width: 768px;
    }
    
    a.btn,
    .modal__present .content a.add_to_cart_button,
    .wpcf7 form input[type="submit"],
    .woocommerce-checkout-payment .button {
        padding: 10px 20px;
    }
    
    /* Homepage */
    
    .direction:nth-child(2) {
        height: 198px;
    }
    
    .direction:first-child,
    .direction:nth-child(3) {
        height: 160px;
    }
    
    .direction h1,
    .direction h3 {
        font-size: 16px;
        padding: 6px 12px;
    }
    
    .advantage.flex {
        width: calc(50% - 10px);
    }
    
    .clients .client {
        width: calc(20% - 30px);
        height: 96px;
    }
    
    /* Presents */
    
    .title__present,
    .present p.price,
    .present__summ__wrap p {
        font-size: 20px;
    }
    
    .title__present {
        margin-bottom: 10px!important;
    }
    
    .present .present__slider.owl-carousel .owl-nav button.owl-prev {
        left: 15px;
    }
    
    .present .present__slider.owl-carousel .owl-nav button.owl-next {
        right: 15px;
    }
    
    .present .present__slider .img__present,
    .slider__modal .img__present {
        height: 410px;
    }
    
    .slider__modal__wrap {
        max-width: 309px;
        min-width: 309px;
    }
    
    .slider__nav .img__present {
        height: 65px;
    }
    
    .present__summ__wrap.flex {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .present__summ__wrap p.price {
        margin-bottom: 15px;
    }
    
    .present__summ__wrap p.price + p {
        display: none;
    }
    
    .present__summ__wrap input {
        max-width: 206px;
        padding-left: 5px;
    }
}

@media screen and (max-width: 768px) {
	.header__center .tel{margin: 10px 0;}
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }
    
    p,
    a,
    li,
    table tr td,
    table tr th,
    .wpcf7 form input[type="text"],
    .wpcf7 form input[type="tel"],
    .wpcf7 form input[type="email"],
    .wpcf7 form textarea,
    .wpcf7 form input[type="submit"],
    .shop_table .quantity input,
    .shop_table .actions .button,
    .present__summ__wrap input,
    .woocommerce-checkout-payment .button,
    .woocommerce-billing-fields__field-wrapper input[type="text"],
    .woocommerce-billing-fields__field-wrapper input[type="tel"],
    .woocommerce-billing-fields__field-wrapper input[type="email"],
    .woocommerce-billing-fields__field-wrapper textarea {
        font-size: 14px;
    }
    
    body span.wpcf7-not-valid-tip,
    body div.wpcf7-response-output,
    body div.wpcf7-acceptance-missing,
    body div.wpcf7-mail-sent-ok {
        font-size: 12px;
    }
    
    .wrap {
        max-width: 560px;
    }
    
    /* Header */
    
    .header__top > .wrap * {
        font-size: 12px;
    }
    
    .header__logo.flex {
        font-size: 34px;
    }
    
    .header__logo img {
        min-width: 28px;
        max-width: 28px;
    }
    
    /* Footer */
    
    .footer__top > .wrap.flex {
        padding: 15px 15px 0 15px;
    }
    
    .footer__top > .wrap.flex,
    .footer__top__left.flex,
    .footer__top__right.flex {
        flex-direction: column;
        align-items: center;
    }
    
    .footer__top a {
        margin: 0 0 15px 0!important;
    }
    
    /* Homepage */
    
    .home__block1 .wrap {
        padding-bottom: 30px;
    }
    
    .directions.flex {
        flex-direction: column;
    }
    
    .direction:first-child,
    .direction:nth-child(2),
    .direction:nth-child(3) {
        width: 100%;
        margin: 0 0 20px 0;
        height: 240px;
    }
    
    .clients .client {
        width: calc(25% - 30px);
    }
    
    /* Presents */
    
    body.tax-product_cat {
        padding-top: 126px;
    }
    
    .present.flex {
        flex-direction: column;
        margin-bottom: 0;
        background: none;
        box-shadow: none;
    }
    
    .present > .flex {
        width: 100%;
        margin-bottom: 40px;
        background: rgba(255, 255, 255, 0.7);
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
    }
    
    .present > .flex:nth-child(2)::before {
        display: none;
    }
    
    .modal.modal__present {
        max-width: 460px;
    }
    
    .modal__present > .modal__content.flex {
        flex-direction: column;
        align-items: center;
    }
        
    .slider__modal__wrap {
        max-width: 345px;
        min-width: initial;
        width: 100%;
        margin: 0 0 30px 0;
    }
    
    .present__summ__wrap input {
        max-width: 181px;
        margin-bottom: 20px;
    }
    
/*
    p.zoom {
        right: 0;
    }
*/
    
    .title__present {
        text-align: center;
    }
    
    /* Cart page */
    
    .shop_table thead {
        display: none;
    }
    
    table tr td,
    table tr th {
        display: block;
    }
    
    .shop_table .actions,
    .shop_table .total__summ {
        text-align: center;
    }
    
    .mob__hidden {
        display: none;
    }
    
    /* Checkout */
    
    .woocommerce-billing-fields {
        text-align: center;
    }
    
    .woocommerce-billing-fields__field-wrapper input[type="text"],
    .woocommerce-billing-fields__field-wrapper input[type="tel"],
    .woocommerce-billing-fields__field-wrapper input[type="email"],
    .woocommerce-billing-fields__field-wrapper textarea,
    .footnote__checkout,
    .woocommerce-checkout-payment .button {
        max-width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .header__center.wrap.flex {
        flex-direction: column;
        padding-right: 15px;
    }
    
    .header__center__right.flex {
        align-items: center;
    }
    
    .header__logo.flex {
        margin-bottom: 15px;
    }
    
    .header__bottom.wrap.flex {
        justify-content: center;
        padding-right: 15px;
    }
    
    body.tax-product_cat {
        padding-top: 172px;
    }
}

@media screen and (max-width: 560px) {
 .present-category.cat {
	 grid-template-columns: repeat(1, 1fr);}
	.present-category.cat.mag { 
		grid-template-columns: repeat(2, 1fr);}
	.wrap {
        max-width: 360px;
    }
    
    /* Header */
    
    .header__top > .wrap * {
        letter-spacing: 3px;
    }
    
    /* Homepage */
    
    .direction:first-child,
    .direction:nth-child(2),
    .direction:nth-child(3) {
        height: 190px;
    }
    
    .advantage.flex {
        width: calc(100% - 10px);
    }
    
    .clients .client {
        width: calc(50% - 30px)
    }

    /* Presents */
    
    .present > .flex {
        padding: 20px 25px 25px;
    }
    
    .present .present__slider {
        margin-bottom: 25px;
    }
    
    .modal.modal__present {
        max-width: 360px;
    }
    
    .modal__present > .modal__content.flex {
        padding: 30px 20px;
    }
    
    .slider__modal__wrap {
        margin-bottom: 25px;
    }
    
    .present .slider .img__present,
    .slider__modal .img__present {
        height: 360px;
    }
    
    .present__summ__wrap p.price + p {
        margin: 0 10px;
    }
    
/*
    p.zoom {
        top: -27px;
        right: 30px;
        font-size: 22px;
    }
    
    p.zoom::before {
        top: 11px;
        width: 68px;
        height: 42px;
    }
*/
    
    .close__modal {
        top: 10px;
        right: 10px;
    }
}

@media screen and (max-width: 359px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 26px;
    }

    .wrap {
        max-width: 320px;
    }
    
    .modal__content {
        padding: 25px 25px 30px;
    }
    
    /* Header */
    
    .header__logo.flex {
        font-size: 30px;
    }
    
    .header__logo img {
        min-width: 26px;
        max-width: 26px;
    }
    
    /* Homepage */
    
    .direction:first-child,
    .direction:nth-child(2),
    .direction:nth-child(3) {
        height: 170px;
    }
    
    .clients .client {
        height: 80px;
    }
    
    /* Presents */
    
    body.tax-product_cat {
        padding-top: 168px;
    }
    
    .present > .flex {
        padding: 20px 20px 25px;
    }
    
    .modal__present > .modal__content.flex {
        padding: 30px 20px;
    }
    
    .modal.modal__present {
        max-width: 360px;
    }
    
    .present .slider .img__present,
    .slider__modal .img__present {
        height: 320px;
    }
    
    .slider__nav .img__present {
        height: 60px;
    }

}
.present-category.cat a.cat_activ{
	background: #B74900;
    color: #fff;
	pointer-events: none; /* ÃÂ´ÃÂµÃÂ»ÃÂ°ÃÂµÃÂ¼ Ã‘ÂÃ‘ÂÃ‘â€¹ÃÂ»ÃÂºÃ‘Æ’ ÃÂ½ÃÂµÃÂºÃÂ»ÃÂ¸ÃÂºÃÂ°ÃÂ±ÃÂµÃÂ»Ã‘Å’ÃÂ½ÃÂ¾ÃÂ¹ */
    cursor: default;  /* Ã‘Æ’Ã‘ÂÃ‘â€šÃÂ°ÃÂ½ÃÂ°ÃÂ²ÃÂ»ÃÂ¸ÃÂ²ÃÂ°ÃÂµÃÂ¼ ÃÂºÃ‘Æ’Ã‘â‚¬Ã‘ÂÃÂ¾Ã‘â‚¬ ÃÂ² ÃÂ²ÃÂ¸ÃÂ´ÃÂµ Ã‘ÂÃ‘â€šÃ‘â‚¬ÃÂµÃÂ»ÃÂºÃÂ¸ */
}

@media screen and (max-width: 300px){	.present-category.cat.mag { 
		grid-template-columns: repeat(1, 1fr);}}