@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');
:root {
	--red: #da3618;
	--hover: #ff4621;
}
body {
	background-color: #181b1f;
	color: #fff;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	font-weight: 800;
}
p {
    margin-top: 0;
    font-size: 18px;
    line-height: 24px;
}
.regular-pages p a {
	text-decoration: underline;
}
.regular-pages p a:hover {
	color: var(--red);
	text-decoration: none;
}
.content {
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
	padding-right: 40px;
}
.logo .fil0 {
	fill: #fff;
}
.logo {
	display: block;
	position: relative;
	width: 86px;
	height: 86px;
	border-radius: 50%;
	overflow: hidden;
	background-color: var(--red);
	float: right;
}
.logo svg {
	width: 56px;
	height: 14px;
	position: absolute;
	right: 0;
	top: calc(50% - 7px);
}
header {
	width: 214px;
	height: 100vh;
	position: fixed;
	z-index: 10;
	top:0;
	left: 0;
	padding-top: 43px;
}
.top-menu {
    padding: 0;
    list-style-type: none;
    float: right;
    margin-top: 25px;
	width: 100%;
}
.top-menu li {
	font-size: 18px;
	text-align: end;
	width: 100%;
	margin-bottom: 10px;
}
.top-menu li a:hover {
	color: var(--red);
}
.head_1 {
	text-align: end;
}
.h_conts {
	float: right;
}
.yellow {
	color: #f7c163;
}
.head_1 .yellow {
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 30px;
}
.tel {
	font-size: 18px;
}
.btn {
	line-height: 52px;
	border: 1px solid;
	padding: 0 22px;
	border-radius: 31px;
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
}
.btn:hover {
	background-color: var(--hover);
	border: 1px solid var(--hover);
}
.btn2 {
	line-height: 62px;
    padding: 0 29px;
	border-radius: 31px;
	display: inline-block;
	cursor: pointer;
	background-color: var(--red);
	color: #fff;
    font-size: 16px;
	text-transform: uppercase;
}
.btn2:hover {
	background-color: var(--hover);
}
.cart button {
	line-height: 62px;
    padding: 0 29px;
	border-radius: 31px;
	display: inline-block;
	cursor: pointer;
	background-color: var(--red);
	color: #fff;
    font-size: 16px;
	text-transform: uppercase;
	    border: 0;
	margin-top: 20px;
}
.cart button:hover {
	background-color: var(--hover);
}
.zvonok {
	margin-top: 12px;
}
.slider_1 {
	width: 724px;
	height: 724px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.on_slide_logo {
	position: absolute;
	width: 724px;
	height: 724px;
	z-index: 2;
	left: calc(50% - 362px);
	    text-align: end;
}
.content {
    width: 1360px;
}
.block_1 h2 {
	position: absolute;
    z-index: 2;
    width: 590px;
    margin-left: calc(50% - 102px);
    top: 100px;
	/*top: 160px;*/
    text-transform: uppercase;
}
.on_slide_logo svg {
	width: 465px;
	height: 100px;
	fill: #fff;
	top: calc(50% + 10px);
	position: relative;
}
.block_1 .btn2 {
	position: absolute;
	z-index: 2;
	top: 395px;
	left: calc(50% + 422px);
	/*left: calc(50% + 308px);*/
}
.oblako {
	position: absolute;
	z-index: -1;
}

#ob_1 {
    -webkit-animation-duration: 80s;
    animation-duration: 80s;
    -webkit-animation-name: ob_1;
    animation-name: ob_1;
	animation-iteration-count: infinite;
	top: 30px;
	animation-timing-function: linear;
}
@keyframes ob_1 {
  from {
    left: 60%;
	opacity:1;
  }
  77% {
	  left: -100%;
	  opacity:1;
  }
  78% {
	  opacity:0;
  }
  79% {
	  opacity:0;
	  left: 100%;
  }
  80% {
	  opacity:1;
  }
  to {
    left: 60%;
	opacity:1;
  }
}
#ob_2 {
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-name: ob_2;
    animation-name: ob_2;
	animation-iteration-count: infinite;
	top: 530px;
	animation-timing-function: linear;
}
@keyframes ob_2 {
  from {
    left: 15%;
	opacity:1;
  }
  57% {
	  left: -100%;
	  opacity:1;
  }
  58% {
	  opacity:0;
  }
  59% {
	  opacity:0;
	  left: 100%;
  }
  60% {
	  opacity:1;
  }
  to {
    left: 15%;
	opacity:1;
  }
}
#ob_3 {
    -webkit-animation-duration: 55s;
    animation-duration: 55s;
    -webkit-animation-name: ob_3;
    animation-name: ob_3;
	animation-iteration-count: infinite;
	top: 590px;
	animation-timing-function: linear;
}
@keyframes ob_3 {
	from {
		left: 120%;
		opacity:1;
	}
  97% {
	  left: -100%;
	  opacity:1;
  }
  98% {
	  opacity:0;
  }
	99% {
		left: 120%;
		opacity:0;
  }
  to {
	opacity:1;
  }
}
#ob_4 {
    -webkit-animation-duration: 45s;
    animation-duration: 45s;
    -webkit-animation-name: ob_4;
    animation-name: ob_4;
	animation-iteration-count: infinite;
	top: 430px;
	animation-timing-function: linear;
}
@keyframes ob_4 {
  from {
    left: 60%;
	opacity:1;
  }
  77% {
	  left: -100%;
	  opacity:1;
  }
  78% {
	  opacity:0;
  }
  79% {
	  opacity:0;
	  left: 100%;
  }
  80% {
	  opacity:1;
  }
  to {
    left: 60%;
	opacity:1;
  }
}
.block_1 {
	overflow: hidden;
}
.obl_block {
	width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
	    z-index: -1;
}
.content-main {
	padding-left: 270px;
}
.kategoriya_tovarov {
	width: calc(25% - 20px);
    float: left;
    position: relative;
    text-align: end;
    margin-bottom: 50px;
    padding-bottom: 30px;
    padding-top: 30px;
    border-radius: 30px 0 0 30px;
    margin-right: 20px;
}
.kategoriya_tovarov:hover {
	background-color: #000;
}
.block_2 {
	padding-top: 50px;
	padding-right: 50px;
}
.kategoriya_tovarov_prew {
	height: 136px;
	border-right: 1px dotted #fff;
	text-align: end;
	padding-right: 15px;
}
h2 {
	font-size: 36px;
	text-transform: uppercase;
	margin-top:0;
	margin-bottom: 20px;
}
.kategoriya_tovarov h2 {
	position: absolute;
	right: 15px;
    top: 135px;
}
.about_left {
    width: 50%;
    float: left;
	padding-right: 30px;
}
.about_right {
    width: 50%;
    float: left;
	padding-left: 60px;
}
.block_3 {
	padding-top: 90px;
	padding-bottom: 130px;
}
.block_4 .content {
	background-image: url(/wp-content/themes/voodootheme/images/karta_fon.png);
	background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.preimushhestvo {
	margin-bottom: 12px;
	width: 100%;
}
.preimushhestvo img {
	width: 94px;
}
.round {
	border: 2px solid var(--red);
	border-radius: 50%;
	width: 98px;
    height: 98px;
	float: left;
}
.pr_table {
	width: calc(100% - 100px);
	display: table;
	height: 100px;
}
.preimushhestvo p {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
	font-size: 30px;
	padding-right: 50px;
	line-height: 34px;
}
h3 {
    font-size: 30px;
    font-weight: 400;
	line-height: 34px;
	margin-top: 0;
}
.flag {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 15px;
}
.block_4 p {
	line-height: 50px;
	font-size: 30px;
}
.block_4 hr {
	height: 50px;
    visibility: hidden;
    opacity: 0;
	margin: 0;
}
.numbers {
	float: left;
	width: 25%;
	border-right: 1px dotted #fff;
	text-align: end;
	padding-right: 10px;
	height: 116px;
}
.numbers p {
	font-size: 20px;
	margin-bottom: 8px;
	    margin-top: -14px;
}
.numbers div {
	font-size: 60px;
	font-weight: 200;
	color: var(--red);
	    line-height: 50px;
		
    margin-bottom: -10px;
}
.numbers p:last-child {
	color: var(--red);
}
.block_5 {
	padding-top: 95px;
	padding-bottom: 110px;
}
.content-mini {
	width: 900px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0px;
    padding-right: 0px;
}
.content .content {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
.block_5 {
	text-align: center;
}
.block_5 .content-mini {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}
.kcol {
	width: 33.33%;
}
.komanda_cols {
	display: flex;
}
.kcol_img {
	width: 295px;
}
.rezume {
	margin-top: 18px;
}
.news {
	width: calc(33.33% - 100px);
	float: left;
	margin: 0 50px 20px;
	display: inline-block;
	border-radius: 30px;
	overflow: hidden;
}
.news_img {
	width: 100%;
	    background-size: cover;
    background-position: center;
}
.news_img:after {
	content: '';
	display: table;
	padding-top: 100%;
}
.row_news {
	margin: 0 -50px;
}
.news_bot {
	padding: 20px;
}
.news_title {
	font-size: 20px;
	overflow: hidden;
	height: 54px;
}
.news_bot .yellow {
	font-size: 14px;
	margin-bottom: 5px;
}
.news:hover {
	background-color: #000;
}
.news:hover .news_title {
	color: var(--red);
}
.row_news:after {
	content: '';
	display: table;
	width: 100%;
}
.content-main {
	padding-bottom: 50px;
	min-height: calc(100vh - 186px);
}
.f_col_1 {
	width: 214px;
	text-align: end;
	float: left;
}
.f_col_2 {
	float: left;
	padding-left: 56px;
	width: calc(100% - 214px);
}
footer {
	padding-top: 40px;
	padding-bottom: 40px;
}
footer, footer p {
	font-size: 14px;
	line-height: normal;
}
.privacy {
	text-decoration: underline;
	margin-bottom: 30px;
	display: inline-block;
	margin-right: 30px;
}
.privacy:hover {
	text-decoration: none;
}
#logo-voodoo {
	position: absolute;
	right: 40px;
	top: -30px;
}
.top_banner {
	height: 374px;
	overflow: hidden;
	padding-top: 80px;
	border-radius: 0 30px 30px 0;
	width: calc(100% - 60px);
	margin-bottom: 40px;
}
h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 35px;
}
.regular-pages {
	padding-top: 70px;
}
.prichina {
	width: 25%;
	float: left;
	font-size: 18px;
	text-align: center;
	padding: 0 20px;
	margin-bottom: 40px;
}
.round img {
    width: 94px;
}
.prichina .round {
	float: unset;
	margin-bottom: 10px;
	    display: inline-block;
}
.prichina_title {
	height: 72px;
	overflow: hidden;
}
.wp-block-lazyblock-pochemu-nuzhno-vybrat-nas {
	margin-top: 50px;
	margin-bottom: 80px;
	background-image: url(/wp-content/themes/voodootheme/images/riba_fon.png);
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.history_left, .history_right {
	float: left;
	width: 50%;
}
.history_text {
	display: none;
}
.active_text {
	display: block;
}
.history_god_prew {
	display: none;
}
.active_god .history_god_prew {
	display: block;
}
.history_god_title {
	width: 140px;
	text-align: end;
	float: left;
	    font-size: 24px;
    line-height: 55px;
}
.history_god_prew {
	float: left;
	width: calc(100% - 140px);
	padding-left: 40px;
	padding-right: 60px;
	font-size: 18px;
	line-height: 24px;
	padding-top: 6px;
}
.history_god {
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.active_god {
	/*height: 145px;*/
	border-radius: 0 31px 31px 0;
	background-color: #000;
	padding-bottom: 30px;
    padding-top: 10px;
}
.active_god .history_god_title {
	font-size: 44px;
	color: var(--red);
}
.post_title {
	margin-bottom: 25px;
}
.row:before {
    display: table;
    content: " ";
    width: 100%;
}
.cat_line {
	width: 100%;
	display: inline-block;
	border-top: 2px solid #fff;
	padding-top: 20px;
}
.shop_bg {
	background-image: url(/wp-content/themes/voodootheme/images/fon_bambuk.png);
	background-attachment: fixed;
    background-size: 860px;
    background-repeat: no-repeat;
    background-position: bottom;
}

.prod_title {
	float: right;
	width: 50%;
	text-align: end;
    padding-right: 15px;
    width: 100%;
    height: 66px;
	border-right: 1px dotted #fff;
}
.shop_seo_text {
	padding-top: 80px;
}
.side_cat_list li a {
	    height: 54px;
    border: 1px solid #ffffff;
    padding: 0 25px;
    border-radius: 31px;
    display: inline-block;
    cursor: pointer;
    margin-right: 12px;
    line-height: 52px;
    font-size: 16px;
}
.side_cat_list li {
	display: inline-block;
	margin-bottom: 15px;
}
.side_cat_list {
    list-style-type: none;
    padding: 24px 0;
    margin: 0;
}
.side_cat_list li a:hover {
	background-color: #000;
	border: 1px solid #000;
	color: var(--red);
}
.side_cat_list .active_cat a {
	background-color: #000;
	border: 1px solid #000;
	color: var(--red);
}
.wpgs-nav.slick-initialized {
	display: none !important;
}
.woo-product-gallery-slider .slick-slide img {
	width: 570px;
	height: 570px;
	border-radius: 50%;
}
.slick-dots li button {
	background-color: #fff;
	    width: 10px;
    height: 10px;
	border: 1px solid rgb(0 0 0 / 30%);
}
.slick-dots li.slick-active button {
	background-color: var(--red);
	border: 1px solid var(--red);
}
.slick-dots li button:before {
	display: none;
}
.slick-dots li.slick-active button:before {
    display: none;
}
.woo-product-gallery-slider {
	width: 570px;
	float: left;
	margin-right: 50px;
}
.slick-dots {
	width: 100%;
    margin: 0;
    left: 0;
    bottom: 30px;
}
.woocommerce-breadcrumb {
	margin-bottom: 60px;
	font-size: 14px;
	color: var(--red);
}
.woocommerce-breadcrumb a {
	color: #fff;
}
.woocommerce-breadcrumb a:hover {
	text-decoration: underline;
}
.woocommerce-breadcrumb span {
	margin: 0 10px;
	color: #fff;
}
.woocommerce-product-details__short-description p {
	font-size: 16px;
}
.summary {
	float: left;
	width: calc(100% - 620px);
}
.woocommerce-tabs {
	width: 100%;
	display: inline-block;
	border-top: 2px solid #fff;
	padding-top: 40px;
	margin-top: 60px;
}
.wc-tabs {
	display: none;
}
.cart_head div {
	background-image: url(/wp-content/themes/voodootheme/images/korzina3.svg);
	height: 46px;
    width: 46px;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--red);
    border-radius: 50%;
	float: left;
}
.cart_head {
	line-height: normal;
	display: inline-block;
	margin-top: 30px;
	width: 170px;
}
.cart_head span {
	display: inline-block;
	width: calc(100% - 48px);
	margin-top: 0px;
}
.cart_head:hover div {
	background-color: var(--hover);
}
.quantity {
	display: none;
}
.posted_in {
	display: none;
}
.woo_pages .wc-block-components-notice-banner.is-success>svg {
    background-color: var(--red);
}
.woo_pages .wc-block-components-notice-banner, .wc-block-components-notice-banner.is-success {
    background-color: #000 !important;
    border-color: var(--red) !important;
    color: #fff;
}
.woo_pages .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
	color: #fff !important;
	opacity: 1;
}
.wc-block-cart-items .wc-block-components-product-metadata {
	display: none;
}
.wc-block-components-product-name {
	width: 60%;
	float: left;
}
.wc-block-components-quantity-selector {
	float: right;
}
.wc-block-cart-item__quantity {
	padding-right: 0;
    margin-top: -23px;
    text-align: end;
}
.wc-block-cart__submit {
	float: right;
}
.pop_up_block {
	display: none;
	position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 10;
    left: 0;
}
.fon {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000069;
    z-index: 2;
}
.pop_up_block .form_body {
    left: calc(50% - 160px);
    top: 50px;
    padding: 30px 30px;
    width: 320px;
    padding-top: 40px;
    position: absolute;
    z-index: 3;
    background-color: #fff;
	color: #000;
}
.close_form {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.show {
	display: block !important;
}
textarea, input:not(.wpcf7-submit), form select {
    border-radius: 0px;
    background-color: #fff0;
	border: 1px solid #dbdbdb;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #3c3c3c;
    height: 48px;
    line-height: 46px;
    float: unset;
    width: 100%;
	margin-bottom: 15px;
}
.wpcf7-submit {
	border: 0;
}
.pop_up_block .wpcf7-submit {
	margin: 15px auto 0;
    display: block;
}
.privacy_text {
    font-size: 14px;
    color: #949494;
    padding-top: 15px;
}
.privacy_text a {
    color: #000;
    text-decoration: underline;
}
.form_body:not(.no_pop) h3, .form_body label {
	color: #000;
}
.kategoriya_tovarov img {
	width: 100%;
	margin-right: 15px;
	max-width: 250px;
}
.regular-pages .gt3pg-type-rectangle .gt3pg_img_wrap {
	background-size: contain;
}
.wp-block-lazyblock-istoriya-kompanii {
	margin-bottom: 40px;
}
.history_left {
	padding-right: 60px;
}
.carrier-block {
	border: 1px solid #ffffff80;
	background-color: unset;
}
.carrier-body {
    border-top: 1px solid #ffffff80;
}
.carrier-title {
	color: inherit;
}
b, bold, strong {
    font-weight: 700;
}
.content .content-mini {
	/*
	padding-left: 0;
	padding-right: 0;
	*/
}
.current-menu-item a {
	color: var(--red);
}
h4 {
	font-size: 20px;
    font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
}
.cont_left p, .cont_right p {
    line-height: 28px;
    font-size: 25px;
}
.node-14 .flag {
    width: 25px;
    height: 25px
}
.cont_left, .cont_right {
	width: 50%;
	margin: 0 15px;
	float: left;
}
.cont_left {
	padding-right: 30px;
}
.wp-block-columns {
	    gap: 30px;
}
.cont_line div {
	margin-bottom: 28px;
}
.cont_line div .yellow {
	text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin-bottom: 3px;
}
.punkt {
	width: 25px;
    float: left;
    margin-right: 10px;
    margin-top: -9px;
}
.hide {
	display: none;
}
.node-54 .wc-block-components-sidebar-layout .wc-block-components-main {
	width: 60%;
	padding-right: 0;
	    float: left;
}
.node-54 .wc-block-components-sidebar {
	width: 40%;
    float: left;
    padding-top: 30px;
}
.node-54 .wc-block-components-quantity-selector {
	display: none;
}
.wc-block-cart-item__total, .wc-block-cart-items__header-total {
	display: none;
}
.oferta {
	color: #6b6c6e;
}
.woo_pages .prod_title {
	width: 60%;
}
.podrobnee-title {
	padding-right: 32px;
    background-image: url(/wp-content/themes/voodootheme/images/strel_vniz_1.svg);
    background-position: right;
    background-size: 17px;
    background-repeat: no-repeat;
    display: inline-block;
}
.podrobnee-title:hover {
	text-decoration: none;
}
.podrobnee-body {
	padding-top: 30px;
}
.regular-pages .content ul li {
	line-height: 28px;
}
.shop_seo_text h3 {
	margin-top: 30px;
}
.privacy_text a:hover {
	text-decoration: none;
}
.woocommerce-Tabs-panel {
	width: 930px;
	padding-right: 50px;
}
.gallery_slider {
	width: 570px;
    float: left;
    margin-right: 50px;
}
.gallery_slider img {
	border-radius: 50%;
}
.slick-dots li:first-child:last-child {
    display: none;
}
.mob_only {
	display: none;
}
.nakladka {
	display: none !important;
}
.wp-block-woocommerce-checkout-order-summary-block {
	display: none;
}
.wc-block-checkout .wc-block-components-sidebar {
	display: none;
}
.wc-block-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
	width: 100%;
	padding-right: 0;
}
.wp-block-button__link {
	background-color: var(--red);
    text-transform: uppercase;
}
}
.wc-block-cart__submit-container a {
	line-height: 62px;
    padding: 0 29px;
	border-radius: 31px;
	display: inline-block;
	cursor: pointer;
	background-color: var(--red);
	color: #fff;
    font-size: 16px;
	text-transform: uppercase;
	width: auto;
	border: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.wc-block-components-button {
	line-height: 62px;
    padding: 0 29px;
	border-radius: 31px;
	display: inline-block;
	cursor: pointer;
	background-color: var(--red);
	color: #fff;
    font-size: 16px;
	text-transform: uppercase;
	width: auto;
	border: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
	background-color: var(--hover);
}
body .wc-block-checkout__actions_row .wc-block-components-button {
	    min-height: auto;
    margin: 0;
    padding: 0 20px;
    width: auto;
}
.go-top-arrow {
    background-color: #000;
}
.go-top-arrow {
	border: 2px solid var(--red);
}
#toTop .fil0 {
	fill: var(--red);
}
.go-top-arrow svg {
    width: 18px;
    position: absolute;
    left: calc(50% - 9px);
    top: calc(50% - 7px);
    height: 12px;
	-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.go-top-arrow:hover {
    background-color: #000;
}
.pometka {
	font-size: 12px;
}
.price {
	margin-bottom: 0px;
}
.no_pop {
	width: 320px;
}
.no_pop .privacy_text a {
    color: #fff;
}
.no_pop .privacy_text {
	margin-bottom: 20px;
	padding-top: 0;
}
.wp-block-lazyblock-dokument svg {
	width: 20px;
    float: left;
    height: 30px;
	fill: var(--red);
	margin-right: 10px;
}
.wp-block-lazyblock-dokument a {
	line-height: 40px;
    font-size: 18px;
}
.wp-block-lazyblock-dokument:hover a {
	color: var(--hover);
}
.wp-block-lazyblock-dokument:hover svg {
	fill: var(--hover);
}
.woocommerce table.shop_table td {
	border: 1px solid #8080804d !important;
	background-color: unset !important;
}
.whatsapp {
	position: relative;
	top: 5px;
	left: 10px;
}

#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 20px;
	right: 20px;
  width: auto;
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
	z-index: 10;
}

#cookie_notification p{
  margin: 0;
      font-size: 16px;
  text-align: left;
  color: #000;
}
#cookie_notification p:first-child {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 18px;
}
.cookie_accept {
    margin-top: 10px;
	border: 0;
}
#cookie_notification p a {
	text-decoration: underline;
}
#cookie_notification p a:hover {
	text-decoration: none;
}
.show {
	display:block !important;
}
.wpcf7-acceptance input {
	height: auto !important;
	width: auto !important;
	margin: 0 10px 0 0 !important;
	float: left !important;
	position: relative;
	top: 2px;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin: 0 0 15px 0;
	text-align: start;
}
.wpcf7-acceptance a {
	color: #ff7923;
	text-decoration: underline;
}
.wpcf7-acceptance a:hover {
	text-decoration: none;
}
.wpcf7-form p.mini {
	width: 100%;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: start;
	margin-top: 7px;
}
.wpcf7-not-valid-tip {
	color: red;
    font-size: 12px;
    font-weight: normal;
    display: block;
    position: absolute;
    left: 20px;
    top: auto;
    bottom: 0px;
    width: 100%;
    text-align: start;
}
.wpcf7-form-control-wrap {
    position: relative;
	    display: block;
	font-size: 14px;
}
.wc-block-components-checkbox__label a {
	text-decoration: underline;
}
.telegram a {
	position: relative;
}
.telegram a:after {
	content: '';
	background-image: url(/wp-content/uploads/2026/04/max-messenger-sign-logo.png);
	display: block;
    position: absolute;
    top: 0;
    right: -40px;
    width: 24px;
    height: 24px;
    background-size: cover;
}
.merc_col h3 img {
	    width: 35px;
    float: left;
	margin-right: 10px;
}
.merc_col h3 {
	line-height: 40px;
}
.copy_btn {
	width: 21px;
    float: right;
	cursor: pointer;
	fill: #fff;
}
.copy_btn:hover {
	fill: #f7c163;
}
.mercury {
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 20px;
	display: grid;
	grid-template-columns: 1fr 2fr 2fr;
	grid-auto-rows: 1fr;
	gap: 20px;
	margin-bottom: 60px;
}
.city_pop {
	display: none;
	
}
.city_title {
	font-weight: 500;
	font-size: 22px;
	cursor: pointer;
	    margin-bottom: 10px;
}
.city_pop_line {
	background: #413e3e;
	border-radius: 5px;
	margin-bottom: 14px;
	line-height: 27px;
    padding: 8px 10px;
	border: 1px solid #ffffff63;
	position: relative;
	font-size: 14px;
}
.copy-feedback {
    animation: bounceIn 0.3s ease;
}

@keyframes bounceIn {
    0% { opacity: 0; transform: translateX(-50%) translateY(10px); }
    100% { opacity: 1; transform: translateX(-50%) translateY(0); }
}
.city_pop h4 {
	font-size: 16px;
}
.city_title svg {
	width: 20px;
	height: 20px;
	transform: rotate(90deg);
	margin-left: 30px;
	transition: 0.3s all;
	position: relative;
    top: 3px;
	float: right;
}
.active_city_title svg {
	transform: rotate(-90deg);
}
.merc_col {
	padding-right: 30px;
}
.city_block {
	border-bottom: 1px solid #ffffff63;
	padding-bottom: 3px;
    margin-bottom: 14px;
}