/* SET BASE
----------------------------------------------- */
* {background: transparent; margin: 0; padding: 0; outline: none; border: 0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
table {border-collapse: collapse; border-spacing: 0;}
input, select {vertical-align: .fctrl-rightmiddle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
img {max-width: 100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
.tg_button{
	display:block;
	height:60px;
	background:#44ade4;
	width:100%;
  text-align: center;
  border-radius:5px;
	position:relative;
	overflow:hidden;
	text-decoration:none !important;
	color:#fff ;
  line-height:60px;
  transition:opacity 0.3s linear;
  margin-top: 5px;
}
.tg_button:hover{
 opacity:0.8; 
}
.bb_text{
	display:block;
	padding-right:100px;
}

.tg_button:after{
	width:70px;
	height:70px;
	border-radius:100% 0 0 100%;
	background:#fff url(../images/left_tg.png) no-repeat 50% 50%; 
	background-size:80%;
	content:" ";
	position:absolute;
	right:0;
	top:50%;
	margin-top:-35px;
}
.bb_online{
	 animation: blinker 1.5s linear infinite;
	 display:block;
	 text-align:right;
	 color:green;
	 padding-right:110px;
	 font-weight:bold;
	 font-size:1.3rem;
}
@keyframes blinker {
  50% {
    color: #fff;
  }
}
.bb_text{
	display:block;
	padding-right:110px;
	 padding-left:30px;
	font-size:2rem;
  font-weight:bold;
  color:#fff ;
  margin-top:0;
}
body {font: 14px 'PT Sans', sans-serif; line-height: normal; padding: 0; margin: 0;        
color: #000; background: #f5f5f5 url(../images/bg.png); min-height: 100%; width: 100%; font-weight: 400;}
a {color: #665390; text-decoration: none;cursor: pointer;}
a:hover, a:focus {color: #665390; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 700; font-size: 18px;}
@media screen and (max-width: 470px){
  .bb_text{
    font-size:1.4rem;
    margin-top:0;
  }
}
button, textarea, input[type="text"], input[type="password"] {appearance: none; -webkit-appearance: none; 
	font-size: 14px; font-family: 'PT Sans' !important;}

.button, .btn, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]):not(.f-button):not(.f-thumbs__slide__button), 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
display: inline-block; text-align: center; padding: 0 20px; height: 40px; line-height: 40px; 
border-radius: 20px; cursor: pointer;  
background-color: #ffcc00; color: #000; font-size: 14px; font-weight: 700;}
.button:hover, .btn:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, 
.pagi-load a:hover, .usp-btn a:hover,
button:not(.color-btn):not(.f-button):not(.f-thumbs__slide__button):hover, html input[type="button"]:hover, input[type="reset"]:hover, 
input[type="submit"]:hover, .meta-fav a:hover 
{background-color: #ffae00; color: #000;}
button:active, input[type="button"]:active, input[type="submit"]:active {box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}

input[type="text"], input[type="password"] {display: block; width: 100%; height: 40px; line-height: 40px; padding: 0 15px;
background-color: #fff; color: #000;  border-radius: 20px; box-shadow: inset 0 0 0 1px #dbe0ee; border: 0;}
input[type="text"]:focus, input[type="password"]:focus {}
input::-webkit-input-placeholder {color: #222; opacity: 0.5;}
input::-moz-placeholder {color: #222; opacity: 0.5;}
input:-moz-placeholder {color: #222; opacity: 0.5;}
input:-ms-input-placeholder {color: #222; opacity: 0.5;} 
input:focus::-webkit-input-placeholder {color: transparent}
input:focus::-moz-placeholder {color: transparent}
input:focus:-moz-placeholder {color: transparent}
input:focus:-ms-input-placeholder {color: transparent} 

select {height: 40px; border: 1px solid #e3e3e3; background-color: #fff; color: #000;}
textarea {display: block; width: 100%; padding: 15px; overflow: auto; vertical-align: top; resize: vertical;
background-color: #fff; color: #000; border: 1px solid #e3e3e3; border-radius: 4px; box-shadow: none;}

.img-box, .img-wide, .img-square, .img-resp, .img-resp-vert, .img-resp-sq, .img-fit 
{overflow: hidden; position: relative; background-color: #222;}
.img-resp {padding-top: 57%;}
.img-resp-vert {padding-top: 124%;}
.img-resp-sq {padding-top: 100%;}
.img-box img, .img-square img, .img-resp img, .img-resp-vert img, .img-resp-sq img {width: 100%; min-height: 100%; display: block;}
.img-resp img, .img-resp-vert img, .img-resp-sq img {position: absolute; left: 0; top: 0;}
.img-wide img {width: 100%; display: block;}
.img-fit img {width: 100%;  object-fit: cover;}
.nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.fx-row {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-col {display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-center {-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-middle {-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-start {-webkit-justify-content:flex-start;justify-content:flex-start;}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.fx-1 {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50px;}


b, strong, h1, h2, h3, h4, h5, .fw700 {font-weight: 700;}
.icon-left .fa {margin-right: 10px;}
.hover-mask, .album-item, .ps-item {transition: color .2s, background-color .2s, opacity .2s;}
.hline-one, .header 
{margin-left: -2000px; margin-right: -2000px; padding-left: 2000px; padding-right: 2000px;}
.header a:hover, .short-title:hover, .news-item:hover .news-title, .footer a:hover, .sect-title a:hover, 
.hidden-menu a:hover, .lcomm-title:hover, .filt-label:hover span, .speedbar a,  
.fdost a {text-decoration: underline;}
#dofullsearch {display: none;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; overflow:hidden; position: relative;}
.wrap-center {max-width:1240px; margin:0 auto; position:relative; z-index:20;}
.header {box-shadow: 5px 8.7px 29px rgba(131, 149, 174, 0.75); background-color: #fff; 
border-bottom: 3px solid #dee7ee;}
.hline-one {height: 40px; background-color: #423c53; color: #D4D3D6;
background: linear-gradient(to bottom, #423c53 0%,#4e4d65 100%);}
.hline-two {height: 80px;}
.hline-three {height: 50px; line-height: 30px; padding-left: 330px;}
.hline-four {height: 50px; line-height: 50px; color: #fff; background-color: #816d9e; 
background: linear-gradient(to bottom, #816d9e 0%, #63508f 100%); 
border-radius: 4px 4px 0 0; margin: 20px 0 0 0; position: relative; z-index: 200; padding: 0 40px;}
.cont {min-height: 80vh; position: relative; z-index: 100; padding: 40px; padding-bottom: 0; 
background-color: #f7f9ff; box-shadow: 0px 10px 20px 6px rgba(208,215,224,1);}
.cols {margin-bottom: 30px;}
.side {width: 250px; margin-right: 40px;}
.footer {border-top: 5px solid #ffcc00; background-color: #433c53; color: #fff; 
	padding: 40px; margin: 40px -40px 0 -40px;}
.pages {border: 1px solid #dbe0ee; background-color: #fff; padding: 20px; border-radius: 4px;}

#gotop{position:fixed; width:50px; height:50px; line-height:46px; right:10px; bottom:10px; cursor:pointer; font-size:20px;
z-index:9998; display:none; opacity:1; background-color:#fff; color:#222; 
border-radius:50%; text-align:center; box-shadow: 0 1px 4px rgba(0,0,0,0.2);}


/* HEADER
----------------------------------------------- */
.hline-one a {color: #D4D3D6; text-decoration: underline;}
.hmenu li {display: inline-block; margin-left: 37px;}
.logo {width: 290px; height: 80px; display: block; position: relative; top: 25px;}
.search-box {position: relative; margin: 0 40px 0 40px;}
.search-box input#story, .search-box input#story:focus {width: 100%; height: 40px; line-height: 40px; 
border-radius: 20px; background-color: #fff; padding-left: 50px; box-shadow: inset 0 0 0 1px #dbe0ee;}
.search-box button {position: absolute; left: 0; top: 0; color: #000 !important; background-color: transparent !important; 
padding: 0 !important; width: 50px;}

.hcart {height: 40px; line-height: 40px; font-weight: 700; margin-right: 40px;}
.hcart .fa {width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%; 
color: #000; vertical-align: top; box-shadow: inset 0 0 0 2px #ffcc00; font-size: 18px;}
.hline-three > * {display: inline-block; height: 30px; margin-right: 20px;}
.hphone {font-size: 16px; font-weight: 700;}
.hphone .fa {height: 24px; width: 24px; line-height: 24px; text-align: center; border-radius: 50%; 
box-shadow: inset 0 0 0 2px #ffcc00; color: #ffcc00; vertical-align: top; margin-top: 3px; font-size: 14px;}
.hschedule {color: #888;}
.hcallback {text-decoration: underline; color: #665390;}
.header .hcallback .fa {color: #ffcc00;}
.hline-four .fa {height: 24px; width: 24px; line-height: 24px; text-align: center; border-radius: 50%; 
box-shadow: inset 0 0 0 2px #fff; vertical-align: top; margin-top: 13px;}


/* SECTIONS
----------------------------------------------- */
.sect {margin-bottom: 30px;}
.sect-title {margin-bottom: 30px; text-transform: uppercase; font-weight: 700; font-size: 20px; 
	display: flex; align-items: center; line-height: 20px;}
.sect-title:after {content: ''; height: 1px; background-color: #dbe0ee;
margin-left: 20px;  flex: 1;}
.sect-desc {color: #5c5c5c; line-height: 1.5;}
.sect-desc h1, .sect-desc h2, .sect-desc h3 {font-size: 20px; font-weight: 700; margin-bottom: 15px;}
.sect-desc p {margin-bottom: 15px;}
.sect-desc a {text-decoration: underline;}
.sect-items {margin: 0 -10px; margin-bottom: -10px;}
.sect-wide {background: #eaf2ff url(../images/bg2.png); margin-left: -40px; margin-right: -40px; 
	padding: 30px 40px 30px 40px;}
.sect-wide .sect-title:after {display: none;}
.sect-slides {margin: 0; /*height: 480px;*/}
.sect-slides .short {margin-bottom: 0; padding: 0; width: 100%;}
.sect-items-cat {margin: 0 -10px;}
.sect-items-cat .short {padding: 0 10px; margin-bottom: 20px; width: 33.33%;}
.speedbar {color: #888; margin-bottom: 20px;}


/* SHORT
----------------------------------------------- */
.short {float: left; padding: 0 10px; width: 25%; margin-bottom: 20px;}
.short-in {border: 1px solid #dbe0ee; background-color: #fff; border-radius: 6px; overflow: hidden;}
.short-content {padding: 0 10px 10px; }
.short-img { position: relative;}
.short-img img {display:inline-block; max-width:100%; max-height:100%;width: 100%;}
.short-discount {width: 36px; height: 36px; line-height: 36px; text-align: center; border-radius: 50%; 
background-color: #8bb732; color: #fff; font-size: 18px; position: absolute; top: 0px; right: 0px;}
.short-akc {background-color: #d82121;}
.short-title {font-weight: 700; margin: 15px 0; color: #000; display: block; 
line-height: 20px; height: 40px; overflow: hidden;}
.short-available {color: #538407; margin-bottom: 15px; padding-top: 10px;}
.short-price {font-weight: 700; font-size: 24px; padding-right: 15px;}
.short-meta .btn {border-radius: 3px; font-size: 18px; background-color: #8a76b0; color: #fff;}
.short-manufacturer {padding-top: 15px; border-top: 1px solid #dbe0ee; text-align: center; 
text-transform: uppercase; color: #888; margin-top: 15px;}
.short-in:hover {border-color: #665390;}
.short-meta .btn:hover, .news-btn:hover {background-color: #7358a7;}


/* NEWS
----------------------------------------------- */
.news-item {float: left; width: calc(25% - 5px) ;margin: 0 5px 20px 0; padding: 10px; margin-bottom: 20px; 
	position: relative; display: block; height: 365px;}
.news-img {height: 150px; border-radius: 4px;}
.news-title {font-weight: 700; line-height: 20px; max-height: 40px; overflow: hidden; margin: 15px 0; color: #000;}
.news-text {color: #71757a; line-height: 20px; max-height: 80px; overflow: hidden;}
.news-btn {position: absolute; left: 20px; bottom: 0; background-color: #8a76b0; color: #fff;}


/* BIG SLIDER
----------------------------------------------- */
.slide-item {width: 100%; height: 430px; border-radius: 4px; overflow: hidden; 
box-shadow:inset 0 1000px rgba(0,0,0,0.1); color: #000 !important; padding-left: 40px; padding-right: 50%;}
.slide-title {font-size:20px; text-transform: uppercase; font-weight: 700;}
.slide-desc {margin:10px 0 20px 0; line-height: 1.7;}
.slide-item:before {content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; 
background: linear-gradient(to right, rgba(222,243,246,1) 0%,rgba(222,243,246,0.9) 50%,rgba(222,243,246,0.5) 100%);}
.slide-item > * {position: relative; z-index: 10;}


/* SIDEBAR
----------------------------------------------- */
.side-nav {border-radius: 4px; background-color: #fff; box-shadow: 0 1px 7px rgba(0,0,0,0.1);}
.side-nav-title {height: 50px; line-height: 50px; padding-left: 20px; text-transform: uppercase; font-weight: 700; 
background-color: #ffcc00; color: #000; border-radius: 4px 4px 0 0;}
.side-nav-title .fa {margin-right: 17px; font-size: 24px; vertical-align: top; margin-top: 13px;}
.side-nav-menu {position: relative; padding: 8px 0 20px 0;}
.side-nav-menu > li {padding: 7px 0 7px 20px;}
.side-nav-menu > li > a {display: inline-block; color: #665390; border-bottom: 2px dotted #665390; max-width: calc(100% - 48px);}
.side-nav-menu > li:before {content:"\f054"; font-family:'FontAwesome'; 
display: inline-block; vertical-align: middle; width: 22px; margin-left: -2px;}
.side-nav-menu-2 {border-top: 1px solid #dbe0ee; padding-top: 15px;}
.side-nav-menu-2 > li > a {color: #d82121; border-color: #d82121;}
.hidden-menu {position: absolute; left: 100%; top: 0; z-index: 999; width: 250px; padding: 20px; min-height: 100%;
border-radius: 0 4px 4px 0; background-color: #fff; box-shadow: 0 1px 7px rgba(0,0,0,0.1); display: none;}
.hidden-menu a:not(:hover) {color: #000; display: block;}
.hidden-menu li {margin-bottom: 7px;}
.hidden-menu .bolder {font-weight: 700; margin-bottom: 15px;}
.hidden-menu li:not([class]) + li.bolder {margin-top: 15px;}
.side-nav-menu > li:hover, .menuactive {background-color: #665390; color: #fff;}
.side-nav-menu > li:hover > a, .menuactive > a {color: #fff !important; border-color: transparent;}

.side-box {margin-top: 40px;}
.side-bt {font-weight: 700; text-transform: uppercase; margin-bottom: 20px;}
.side-bt-colored {color: #665390;}

.lcomm + .lcomm {padding-top: 20px; margin-top: 20px; border-top: 1px solid #dbe0ee;}
.lcomm-img {width: 50px; height: 50px; border: 1px solid #dbe0ee; background-color: #fff;
	border-radius: 3px; margin-right: 20px; text-align: center; padding: 3px;}
.lcomm-img img {display:inline-block; max-width:100%; max-height:100%;}
.lcomm-title {font-weight: 700; color: #000;}
.lcomm-text {opacity: 0.6; margin-top: 7px;}
.lcomm-date {opacity: 0.4; margin-top: 7px; font-size: 12px;}

.filt-label {display: block; position: relative; cursor: pointer;}
.filt-label + .filt-label {margin-top: 5px;}
.filt-label input {visibility: hidden; position: absolute;}
.filt-label > span {font-weight: 700; display: inline-block;}
.filt-label > span:before {content: ''; width: 20px; height: 20px; border-radius: 3px; 
border: 1px solid #ccc; display: inline-block; margin-right: 15px; position: relative; top: 6px;}
.filt-label input:checked + span:before {background-color: #2661c5; box-shadow: inset 0 0 0 5px #fff;}


/* FOOTER
----------------------------------------------- */
.ftdesc {width: 330px; padding-top: 85px; 
	background: url(../images/logo2.png) left top no-repeat;}
.ftmenu {width: 450px;}
.ftinfo {width: 300px;}
.fttext {color: #D4D3D6; line-height: 1.5; margin-bottom: 15px;}
.ftcopyr {font-weight: 700; margin-bottom: 25px; color: #D4D3D6;}
.ftcopyr a {color: #fff;}
.ftsoc .fa {cursor: pointer; vertical-align: top; width: 46px; height: 46px; line-height: 46px; text-align: center; 
background-color: #2a2436; color: #d4d3d6; font-size: 24px; margin-right: 10px; border-radius: 50%;}
.ftsoc .fa:hover {color: #fff;}
.ftmenu {padding-left: 60px; padding-right: 60px; line-height: 1.7; border: 1px solid #2a2436; border-top: 0; border-bottom: 0;}
.ftmenu-bold {font-weight: 700;}
.ftmenu-title {font-weight: 700; margin-bottom: 15px;}
.ftmenu .hcallback {margin-top: 15px;}
.ftmenu-first li > a {color: #D4D3D6;}
.ftmenu-second li > a {color: #fff;}
.footer .hcallback, .footer .hcallback a {color: #D4D3D6;}
.ftmenu-second {font-weight: 700;}
.ftinfo-title {text-transform: uppercase; font-weight: 700; margin-bottom: 15px;}
.ftsubscr {margin-bottom: 25px; position: relative;}
.ftsubscr button {position: absolute; right: 0; top: 0;}
.ftpaym {text-transform: uppercase; font-weight: 700; color: #D4D3D6;}
.ftpaym li {display: inline-block; vertical-align: middle; margin-right: 15px;}
.ftpaym-bg {background-color: #fff; height: 50px; padding: 10px; border-radius: 4px;}
.ftpaym-bg img {display: inline-block; vertical-align: middle;}
.ftpaym-bg:before {content: ''; display: inline-block; vertical-align: middle; width: 0px; height: 100%;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {line-height:40px; text-align:left; padding: 20px 10px 20px 10px;}
.pagi-nav {max-width:100%; display:inline-block;}
.pagi-nav > span {display:inline-block;}
.pprev, .pnext {}
.pprev {}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:40px; text-align:center;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 5px; 
min-width:40px; background-color:#fff; margin:0 5px; border-radius:23px; margin-top: 10px; 
box-shadow:inset 0 0 0 1px #dbe0ee;}
.navigation span, .pagi-nav a:hover {background-color:#8a76b0; color:#fff;}
.navigation span.nav_ext {background-color:#fff; color: #ccc;}
.pagi-nav a:hover {background-color:#8a76b0; color:#fff;}
.dle-comments-navigation .pagi-nav {margin-bottom:0;}


/* FULL
----------------------------------------------- */
.ftitle {margin-bottom: 10px; font-size: 24px; font-weight: 700;}
.ftitle .fa {font-size:16px; margin-left:10px; vertical-align:middle;}
.fcols {margin-bottom: 40px;} 
.fimgs {width: 380px; margin-right: 20px; position: relative;}
.fdesc {margin-bottom: 0px;}

.fmeta {margin-bottom: 40px;}
.fmeta > div {display: inline-block; vertical-align: middle; margin-right: 10px;}
.favailable {color: #538407;}
.frate {position: relative; top: 2px;}
.fartikul {color: #808080;}

.fctrl {margin-bottom: 20px; border: 1px solid #dbe0ee; border-radius: 4px;}
.fctrl-left {padding: 0 20px; align-self: center;}
.fctrl-right {text-align: center; width: 220px; /*margin-left: 20px; */
	padding: 20px; border-left: 1px solid #dbe0ee;}

.fprice {font-size: 32px; font-weight: 700;}
.fprice > span {font-size: 32px;}
.fprice-old {color: #d82121; text-decoration: line-through;}
.famount {height: 40px !important; line-height: 40px; position: relative; margin-top: 10px; width: auto !important; padding:0 !important;
	max-width: 120px; display: inline-block; vertical-align: middle;}
.famount input {padding: 0 40px; text-align: center; border-radius: 4px;}
.famount a {display: block; width: 40px; height: 40px; text-align: center; line-height: 36px; font-size: 28px; 
position: absolute; top: 0; text-decoration: none !important; border-radius: 4px;}
.famount a:hover {background-color: #f5f5f5;}
.famount a.famount-up {left: 0;}
.famount a.famount-down {right: 0;}

.fctrl-right .btn {display: block; height: 60px; line-height: 60px; 
	border-radius: 4px; font-size: 20px; padding: 0;}
.btn-one-click {display: inline-block; color: #665390; cursor: pointer; 
	margin-top: 15px; font-size: 16px; white-space: nowrap;}
.decor {border-bottom: 2px dotted #665390;}

.fdost {display: block; vertical-align: middle; margin-bottom: 10px; margin-right: 20px;}
.fdost .fa {display: inline-block; vertical-align: middle; margin-right: 10px; 
width: 24px; height: 24px; line-height: 24px; text-align: center; font-size: 14px; 
color: #8bb732; box-shadow: 0 0 0 2px #8bb732; border-radius: 50%;}

.finfo li {padding-left: 220px; margin-top: 10px;}
.finfo li:after {content: ""; display: table; clear: both;}
.finfo2 li:nth-child(2n+1) {background-color: #f2f6f8;}
.finfo li > span:first-child {display:inline-block; width:210px; float:left; margin-left:-220px; color: #151515;}
.finfo a {text-decoration:underline; color:#665390;}

.finfoa li {padding-left: 135px; margin-top: 5px;}
.finfoa li:after {content: ""; display: table; clear: both;}
.finfoa2 li:nth-child(2n+1) {background-color: #f2f6f8;}
.finfoa li > span:first-child {display:inline-block; width:120px; float:left; margin-left:-135px; color: #808080;}
.finfoa a {text-decoration:underline; color:#665390;}

.gallery-hidden {display: none;}
.gallery-shown {width: 100%; max-width: 100%;}

.tabs-sel span {display:inline-block; cursor:pointer; text-transform: uppercase;
	padding: 0 10px 10px 10px; font-weight: 700;}
.tabs-sel span.current {color: #665390; box-shadow: inset 0 -3px #665390;}
.tabs-sel span:hover {text-decoration: underline;}
.tabs-sel {margin-bottom: 40px; border-bottom: 1px solid #dbe0ee; white-space: nowrap; 
overflow-y: hidden; overflow-x: auto;}
.tabs-sel span b {color: #665390; margin-left: 3px;}
.tabs-b {display:none;}
.tabs-b.visible {display:block;}
.mt {margin-top: 30px;}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{width: 100%; max-width:100% !important; height:450px; display:block;}
.mejs-container {max-width:100% !important;}
.full-text {font-size:16px; line-height:1.7;}
.full-text img:not(.emoji) {max-width:100%; border:5px solid #e3e3e3; margin:10px 0;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text a {text-decoration:underline; color:#665390;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:18px; font-weight:500;}
.full-text p {margin-bottom:10px;}
.full-text > ul, .full-text ol {margin:10px 0;}
.full-text > ul > li {list-style:none; margin-left:40px; display:block; position:relative;}
.full-text > ul > li:before {content: "\f00c"; font-family: 'FontAwesome';
position:absolute; top:0px; left:-25px; width:8px; height:8px;
color:#9cce43; border-radius:0;}
.full-text ol li {list-style:decimal; margin-left:40px;}

.full-text table {width:100%; text-align:left; margin:10px 0;}
.full-text table tr td {padding:10px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#f5f5f5;} 
.full-text table tr:nth-child(1) {background-color:#598597 !important; color:#FFF; font-size:14px !important;}
.full-text table img {display:block; margin:0; border:0; max-width:350px}
.attach {line-height:40px; background-color:#f5f5f5; padding:0 15px 0 0; border-radius:4px; margin:10px 0; overflow:hidden;}
.attach .download-link {color:#FFF !important; text-decoration:none !important; margin-right:15px; float:left; 
display:inline-block; padding:0 15px;}
.attach-info {float:right;}
.attach i {margin-right:5px;}
.dcont {border:1px solid #e3e3e3; padding:0 15px 15px 15px; margin:0 0 20px 0; line-height:20px;}
.polltitle {display:block; padding:10px 15px; margin:0 -15px 15px -15px; font-size:18px; line-height:normal; 
color:#FFF; font-weight:700;}
.full-taglist a {color:#598597;}
.full-taglist {margin-bottom:20px;}
.full-taglist span:not(.fa):not(:last-child):after {content:","; display:inline;}


/* COMMENTS
----------------------------------------------- */
.full-comms {max-width: 780px;}
.add-comm-form {position:relative; margin-bottom: 30px;}
.ac-soc {position:absolute; right:-2px; top:-6px;}
.ac-soc:before {content:attr(data-label); display:inline-block; vertical-align:top; line-height:30px; margin-right:5px;}
.ac-soc a {display:inline-block; margin:0 0 0 3px; vertical-align:top;}
.ac-soc img {display:block; width:30px; height:30px; border-radius:15px;}
.ac-inputs, .ac-textarea {margin-bottom:15px;}

.ac-av {width:40px; height:40px; border-radius:50%; float:left; margin-right:10px;
background:#fff url(../dleimages/noavatar.png) no-repeat; background-size:contain;}
.ac-title {margin-bottom:15px;}
.ac-inputs input {width:49%; box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1);}
.ac-textarea textarea {height:120px; box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1);}
.ac-submit {}
.sec-answer + .sec-label {margin-top:10px;}
.ac-protect {margin-top:-10px; display:none;}
.ac-protect .label {font-size:12px;}
.ac-protect .sep-input {padding:10px 10px 10px 160px;}
.ac-protect input {}

.mass_comments_action {text-align:right; padding:5px 15px; background-color:#f2f6f8; margin:20px 0;}
.last-comm-link {font-size:16px; margin-bottom:10px;}
.last-comm-link a {text-decoration:underline; color:#598597;}
.full-comms {}
.comments_subscribe input {margin-right: 10px;}

.comm-item {padding-left:60px; margin-bottom:20px;}
.comm-left {width:40px; height:40px; margin-left:-60px; float:left; border-radius:50%;}
.comm-right {width:100%; float:right; background-color:#f7f7f7; padding:10px; position:relative;}
.comm-right:after {right: 100%; top:10px; border: solid transparent; content: " "; height: 0; width: 0;
position: absolute; border-color: rgba(255, 255, 255, 0); border-right-color: #f7f7f7; border-width: 10px;}

.comm-one {padding:0 0 10px 0; position:relative;}
.comm-one > span:nth-child(3) {color:#bcbcbc; float:right; margin-right:0;}
.comm-one > span {float:left; margin-right:10px;}
.comm-author {}
.comm-author a {}
.rate3-comm {position:absolute; right:0; top:-5px; white-space:nowrap; font-size:16px; height:30px; line-height:30px; 
padding:0 10px; border-radius:15px; background-color:#fff; box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);}
.rate3-comm a {cursor:pointer; height:30px; line-height:30px; display:inline-block; font-size:14px;
color:#497b41; margin:0 5px 0 0; vertical-align:top}
.rate3-comm a:last-child {color:#a03939; margin:0 0 0 5px;}
.rate2-comm a {color:#598597;}
.rate3-comm a:hover {opacity:0.5;}
.rate3-comm > span {height:30px; line-height:30px; font-size: 12px; display:inline-block; vertical-align:top;}
.rate3-comm > span > span.ratingtypeplus {color: #06b601;}
.rate3-comm > span > span.ratingplus {color: #95c613;}
.rate3-comm > span > span.ratingminus {color: #ff0e0e;}
.comm-two {color:#4c4c4c; font-size: 14px; line-height: 1.5; padding-bottom:0;}
.signature {font:italic 12px Georgia, "Times New Roman", Times, serif; margin-top:10px; padding-top:10px; 
border-top:1px dashed #e3e3e3;}
.comm-three {margin-top:10px; font-size:12px; text-align:right;}
.comm-three li {display:inline-block; margin-left:10px;}
.comm-three a {}
.comm-three li:first-child {margin-left:0px; float:left;}


/* LOGIN
----------------------------------------------- */
.login-box {background-color:#FFF; padding:20px; display:none;}
.lb-user {margin:-20px -20px 20px -20px; padding:20px; background-color:#f6f6f6;  
display:flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.lb-ava {width:80px; height:80px; border-radius:50%; margin-right:20px;}
.lb-name div {font-size:18px;}
.lb-name a {margin-top:10px;}
.lb-menu a {display:block; line-height:30px; padding:0 10px; background-color:#f6f6f6;}
.lb-menu a:hover, .lb-menu a:hover .fa {background-color:#ffcc00; color:#000;}
.lb-menu a .fa {color:#ffcc00;}
.login-box input[type="text"], .login-box input[type="password"], .login-box button, .lb-check 
{display:block; margin-bottom:20px; width:100%;}
.lb-check input {display:none;}
.lb-check input + label:before {width:14px; height:14px; margin-right:7px; cursor:pointer; position:relative; top:3px;
border-radius:3px; border:1px solid #ccc; content:""; background-color:#f6f6f6; display:inline-block;}
.lb-check input:checked + label:before {background-color:#e5050b;}
.lb-soc {margin:20px -20px -20px -20px; padding:20px; background-color:#f6f6f6; text-align:center;}
.lb-soc a {display:inline-block; margin:10px 3px 0 3px; vertical-align:top;}
.lb-soc img {display:block; width:30px; height: 30px; border-radius: 15px;}


/* Owl Carousel v2.1.0 */
.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; }
.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-item {position: relative; min-height: 1px; float: left;
/* -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; */}
.owl-carousel .owl-item > img {display: block; width: 100%; /* -webkit-transform-style: preserve-3d; */}
.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; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none;
-ms-user-select: none; user-select: none; }
.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 {display: none; }
.owl-carousel.owl-drag .owl-item {-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel.owl-grab {cursor: move; cursor: grab; }
.owl-carousel.owl-rtl {direction: rtl; }
.owl-carousel.owl-rtl .owl-item {float: right; }
.no-js .owl-carousel {display: block; }
.owl-carousel .animated {-webkit-animation-duration: 1000ms; animation-duration: 1000ms; 
-webkit-animation-fill-mode: both; animation-fill-mode: both; }
.owl-carousel .owl-animated-in {z-index: 0; }
.owl-carousel .owl-animated-out {z-index: 1; }
.owl-carousel .fadeOut {-webkit-animation-name: fadeOut; animation-name: fadeOut; }
@-webkit-keyframes fadeOut {0% {opacity: 1; } 100% {opacity: 0; } }
@keyframes fadeOut {0% {opacity: 1; } 100% {opacity: 0; } }
.owl-height {transition: height 500ms ease-in-out; }
.owl-carousel .owl-item .owl-lazy {opacity: 0; transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {-webkit-transform-style: preserve-3d; transform-style: preserve-3d; }
.owl-carousel .owl-video-wrapper {position: relative; height: 100%; background: #000; }
.owl-carousel .owl-video-play-icon {position: absolute; height: 80px; width: 80px; left: 50%; top: 50%;
margin-left: -40px; margin-top: -40px; cursor: pointer; z-index: 1; background-color:#FFF;
-webkit-backface-visibility: hidden; transition: -webkit-transform 100ms ease; transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {-webkit-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {display: none; }
.owl-carousel .owl-video-tn {opacity: 0; height: 100%;
background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {position: relative; z-index: 1; height: 100%; width: 100%; }

.owl-nav {position:absolute; left:0; right:0; top:0;}
.owl-prev, .owl-next {width:20px; height:40px; position:absolute; top:90px; z-index:200;
text-align:center; line-height:38px; color:#ba0606; font-size:24px; border-radius: 50%; 
background-color: #000; box-shadow:0 0 10px 0 rgba(0,0,0,0.7); 
border: 0px solid #1c84cd;}
.owl-prev {left:10px; border-radius: 0 20px 20px 0;}
.owl-next {right:10px; border-radius: 20px 0 0 20px;}
.owl-prev:hover, .owl-next:hover {background-color:#1c84cd; color:#fff;}
.owl-dots {text-align:center; padding: 10px; padding-left: 15px; background-color: #f7f9ff; font-size: 0; 
	position: absolute; right: -15px; top: -55px;}
.owl-dot {display:inline-block; vertical-align:top; width:10px; height:10px; margin:0 5px; 
border-radius:50%; background-color:#dbe0ee;}
.owl-dot.active {background-color:#8a76b0;}
.sect-bigslides .owl-dots {background-color: transparent; right: 5px; top: 5px;}



/* ADAPTIVE
----------------------------------------------- */
.btn-menu, .btn-menu2, .h-mobs {display:none;}
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#f7f9ff;
padding:10px; z-index:888; position:fixed; left:-320px; top:0; transition:left .4s; -webkit-transition:left .4s;}
.side-panel.active {left:0;}
.close-overlay {width:100%; height:100%; background-color:rgba(0,0,0,0.5); 
position:fixed; left:0; top:0; z-index:887; display:none;}
.btn-close {cursor:pointer; display:block; left: 280px; top: -40px; position: fixed; z-index: 888;
width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; 
background-color: #e84e36; color: #fff; transition:top .4s; -webkit-transition:top .4s;}
.btn-close.active {top:0px;}
body.opened-menu {overflow: hidden; width: 100%; height: 100%;}

.side-panel .hmenu {display: block; margin-bottom: 15px;}
.side-panel .hmenu > li {width: 100%; margin: 0 0 15px 0;}
.side-panel .hmenu > li > a {border-bottom:2px dotted #444; color: #000;}
.side-panel .hidden-menu, .side-panel .side-nav li ul {position:static; width:100%; border-radius: 0;}
.side-panel .hidden-menu {margin: 7px 0 -7px -20px; width: calc(100% + 20px); width: -webkit-calc(100% + 20px);}


@media screen and (max-width: 1220px) {
.wrap-center {max-width:1000px;}
.hline-one, .side {display: none;}
.header {padding-left: 2010px; padding-right: 2010px;}
.cols {display: block;}
.hline-three {padding-left: 0;}
.search-box {margin: 0 20px;}
.hcart {margin-right: 20px;}
    .finfoa li {
    padding-left: 145px;
    margin-top: 5px;
}
.finfoa li > span:first-child { width:150px;float: none; }
.hline-three > * {margin-right: 20px;}
.ftdesc, .ftmenu {width: 48%; border: 0; padding: 0; background-image: none;}
.ftinfo {width: 100%; margin-top: 20px;}
.hline-two {height: auto; padding: 10px 0;}
.logo {top: 0; width: 200px; height: 56px;}
.hline-four {border-radius: 0; padding: 0 10px;}
.cont {padding: 40px 10px 0 10px;}
.slide-item {height: 300px;}

#gotop {display: none !important;}
.btn-menu {display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; 
cursor: pointer; font-size: 24px; border-radius: 50%; margin-right: 20px; 
color: #fff; background-color: #816d9e; 
background: linear-gradient(to bottom, #816d9e 0%, #63508f 100%);}
}

@media screen and (max-width: 950px) {
.wrap-center {max-width:768px;}
.slide-item {padding-right: 30%;}
.short, .news-item {width: calc(50% - 5px);}
.news-item:nth-child(4n), .sect-items .short:nth-child(4n) {display: none;}

.search-box, .show-login, .hcart, .hline-three {display: none;}
.btn-menu2 {display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; 
cursor: pointer; font-size: 24px; border-radius: 50%; 
color: #fff; background-color: #816d9e; 
background: linear-gradient(to bottom, #816d9e 0%, #63508f 100%);}
.btn-menu {margin-right: 0;}
.logo {top: 0;}
.is-active .search-box, .is-active .show-login, .is-active .hcart, .is-active .hline-three {display: block;}

.search-box {flex-basis: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; 
margin: 10px 0 0 0;}
.show-login, .hcart {width: 100%; margin: 10px 0 0 0; text-align: center;}
.hline-three {white-space: normal; height: auto; text-align: center;}
.hline-three > * {margin: 0 10px;}

.fcols {display: block;}
.fimgs {margin: 0 auto 20px auto; width: 100%;}
}

@media screen and (max-width: 760px) {
.wrap-center {max-width:640px;}
    .sect-slides {
    margin: 0;
    /*height: 425px;*/
}
.hline-four, .sect-bigslides1 {display: none !important;}
.header {margin-bottom: 20px;}
.cont {padding-top: 20px;}
.ftdesc, .ftmenu {width: 100%; margin-bottom: 20px;}
.slide-item {padding: 0 20px;}
.slide-item:before {
	background: linear-gradient(to right, rgba(222,243,246,1) 0%,rgba(222,243,246,0.9) 50%,rgba(222,243,246,0.7) 100%);}

.comm-three li:not(:first-child) {display:none;}
.dcont button {font-size:12px; padding:0 15px !important;}
.ac-protect {margin-top:0px;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.comments-tree-list .comments-tree-list:before {display:none;}
.mass_comments_action {display:none;}
.sub-title h1 {font-size:18px; line-height:24px;}
}

@media screen and (max-width: 590px) {
.wrap-center {max-width:480px;}
.owl-dots {position: static; padding: 40px 0 0 0; background-color: transparent;}
/*.sect-slides {height: 580px;}*/
.short, .news-item, .sect-items-cat .short {width:calc(50% - 5px);}
.news-item:nth-child(4n), .sect-items .short:nth-child(4n) {display: block;}
.footer, .ftmenu {display: block; text-align: center;}
.ftmenu-second {margin-top: 20px;}
.ftsoc .fa {margin: 0 5px 10px 5px;}
.pages {padding-left: 10px; padding-right: 10px;}

.comm-one {overflow: hidden; height: 20px; line-height: 20px;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.ac-soc {position:static;}
.ac-inputs input {width:100%; margin-top:10px;}
.ac-protect {width:100%; float:none; margin:0;}
.ui-dialog {width:100% !important;}
.upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 20px;}
.upop-left {margin-bottom:10px; text-align:center;}
.ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
.attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
.attach-info {float:none;}
}
.plitka_single{
	position:relative; overflow:hidden; display:block; margin:15px; padding:15px; width:calc(50% - 30px);  float:left; background:#f7f9ff; border-radius:15px; min-height: 182px;
}
.ad_icon{
	position:absolute; overflow:hidden; width:40%; height:60%; display:block; right:0; bottom:0; display:block;
}
.ad_icon img{
 	width:100%;
  height:100%;
}
.ad_title{
	font-size:1.2rem;
}
@media screen and (max-width: 470px) {
.wrap-center22 {max-width:320px;}
.short, .news-item, .sect-items-cat .short {width: 100%; margin-right:0;}
.slide-title {font-size: 16px;}
.plitka_single{
	position:relative; overflow:hidden; display:block; margin:15px 0; padding:15px; width:100%;  float:left; background:#f7f9ff; border-radius:15px;
}
 
.ftitle {font-size: 20px;}
.fctrl {display: block;}
.fctrl-right {margin: 0; bottom: 0; border-top: 1px solid #e3e3e3; width: 100%;}
.fctrl-left {padding: 20px; text-align: center;}
.finfo li {padding:0 0 0 120px;}
.finfo li > span:first-child {width:150px; margin-left:-110px; white-space: nowrap; 
overflow: hidden; text-overflow: ellipsis;}
.fdost {margin-right: 0; display:block; text-align:center;}
.fdost + .fdost {/*margin-left: 20px;*/}


.comms-title {display: block; text-align: center;}
.comms-title .button {width: 100%;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}
.show-login,.show-login a{
  color:#fff;
}
.show-login:hover, .show-login:hover a{
	color:#000;
}


.lang-combo-box {
		display: inline-block;
    position: relative;
    width: 200px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    background-color: #fff;
}

.lang-combo-box__selected,
.hline-one .lang-combo-box__selected{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 10px;
    font-size: 16px;
    gap: 10px;
    color: #000;
}
.lang-combo-box__selected-content {
    display: flex;
    align-items: center;
}
.arrow {
    font-size: 16px; 
    transition: transform 0.2s; 
}

.lang-combo-box__options {
		display: flex;
		display: flex;
    flex-direction: column;
    flex-wrap: nowrap;

    gap: 10px;
    font-size: 17px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;

    background-color: #fff;
    z-index: 999;
}

.lang-combo-box__option,
.hline-one .lang-combo-box__option {
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    color: #333;
}

.lang-combo-box__option img,
.lang-combo-box__selected img {
    width: 20px; 
    height: 20px;
    margin-right: 10px; 
}

.lang-combo-box__option:hover {
    background-color: #f0f0f0; 
}

.hidden {
    display: none; 
}

.side-panel .lang-combo-box {
  margin-bottom: 15px;
}

.fctrl-bottom {
  width: 100%;
  text-align: center;
  padding: 10px 0 0;
  border-top: 1px solid #dbe0ee;
  margin-top: 10px;
}

.buy-btn .btn {
    height: 60px;
    line-height: 60px;
    border-radius: 4px;
    font-size: 20px;
    width: 65%;
}
.buy-viber .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 5px;
}
.buy-viber .btn img {
	width: 18px;
}


.btn.btn--blue {
  background-color: #44ade4;
}
.btn.btn--green {
  background-color: #25d366;
}
.btn.btn--violet {
  background-color: #7b519d;
}
.buy-btn .btn {
  color: #fff;
  border-radius: 3px;
}
.buy-btn .btn:hover {
    opacity: 0.8;
}

.short-manufacturer .btn{
	display: block;
	color: #fff;
 	margin-bottom: 10px;
    border-radius: 3px;
}
.short-manufacturer .btn.btn--viber {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 5px;
    margin-bottom: 0;
}
.short-manufacturer .btn.btn--viber img {
	width: 12px;
}

.fctrl.cart-fast-add {
  padding: 10px 0px 10px 0;
}


.short-recommend, .full-recommend {
    position: absolute;
    background-color: #fbac2aab;
    border-radius: 15px;
    padding: 3px 10px;
    top: 5px;
    left: 10px;
    color: #000000;
}

@media screen and (max-width: 470px){
  .fctrl-right {
  	border-left: none;
  }
    .fctrl-bottom.buy-btn {
    	padding: 20px;
    }
    .fctrl-bottom.buy-btn .btn {
    	width: 100%;
    }
}

.sect-countries {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: flex-start;
}
.wa-country {
		display: flex;
    align-items: center;
    color: #000;
    gap: 20px;
    font-size: 16px;
    text-transform: uppercase;
    flex: 0 0 25%;
    margin: 14px 0;
}
.wa-country__img {
  max-width: 60px;
}
.show-more-wrap {
    display: flex;
    justify-content: center;
}

@media (max-width: 951px){
	.wa-country {
	    flex: 0 0 33%;
	}
}
@media (max-width: 761px){
	.wa-country {
	    flex: 0 0 50%;
      padding-left: 10%;
	}

}

@media (max-width: 591px){
	.wa-country {
	    font-size: 16px;
	    gap: 10px;
	    text-transform: none;
	    padding-left: 6%;
	}
	.wa-country__img {
    max-width: 50px;
	}
}
@media (max-width: 400px){
    .wa-country__img {
        max-width: 30px;
    }
	.wa-country {
	    padding-left: 4%;
	}
}

.header-btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.contact-me-btn, 
.charity-btn {
	border-radius: 5px;
	color: #000;
}
.contact-me-btn a, 
.charity-btn a{
	color: #000;
	text-decoration: none;
}
.contact-me-btn a:hover, 
.charity-btn a:hover{
	text-decoration: none;
}
.charity-btn{
    background-color: #44ade4;
}

@media screen and (max-width: 950px) {
    .header-btns {
        margin: 0 auto;
    }
}
@media (max-width: 591px){
	   .header-btns {
    	flex-direction: column;
    	gap: 0;
    }
}

.charity-img {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/charity.jpg) no-repeat center;
    padding: 20px 40px;
    background-size: cover;
    border-radius: 20px;
    font-size: 24px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
    color: #fff;
}

.charity__title {
    font-weight: 800;
    font-size: 56px;
    line-height: 41px;
    color: #fff;
    padding: 10px 0 20px;
}

.charity__description {

}

.charity-table {
	    border-collapse: collapse;
}

.charity-table tr:first-child {
    background: #cdcdcd;
}
.charity-table tr {
    font-size: 18px;
    border-collapse: collapse;
    border-bottom: 1px solid #e5e5e5;
}
.charity-table  tr:not(:first-child):hover {
	background: #fff3c4;
}
.charity-table td {
    padding: 10px 5px;
    text-align: center;
}


/* Мобильная адаптация */
@media (max-width: 768px) {
  .charity-table, 
  .charity-table tbody, 
  .charity-table tr, 
  .charity-table td {
    display: block;
    width: 100%;
  }
  
  .charity-table tr:first-child {
    display: none;
  }
  
  .charity-table tr {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    overflow: hidden;
  }
  
  .charity-table td {
    padding: 12px 15px;
    text-align: right;
    position: relative;
    border-bottom: 1px solid #eee;
    text-align: right;
  }
  
  .charity-table td:last-child {
    border-bottom: none;
  }
  
  .charity-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    text-align: left;
  }
}