@import url('https://fonts.googleapis.com/css?family=Lobster&subset=cyrillic');
body {
    //font-family: Arial;
    //font-size: 14px;
    //line-height: 20px;
    //background:
            url(../img/bi1.png) repeat-y 50% 0,
            url(../img/bi2.png) repeat-y 50% 0,
            url(../img/bi3.png) repeat-y 50% 0;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    //color: #474747;
    box-sizing: border-box;
    transition: all 200ms linear;
}
html, body {
    height: 100%;
}
.hif {
    height: auto;
    min-height: 100%;
    box-sizing: border-box;
    padding: 0 0 0 0;
}
a {
    color: #474747;
}
a:hover {
    color: #365ea0;
}
h1, h2, .lob {
    //font-family: 'Lobster', cursive;
    //font-weight: normal;
}
h2 {
    margin: 0;
    font-size: 24px;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}
p {
    margin: 0;
    padding: 0 0 14px 0;
    text-align: justify;
}
input {
    outline: none;
    font-family: Arial;
    color: #474747;
}
.w {
    max-width: 1200px;
    margin: auto;
    position: relative;
}
.logo {
    display: block;
    background: url(../img/logo.png) no-repeat 0 0 / 100% auto;
    width: 572px;
    height: 92px;
    float: left;
    color: #fff;
    text-decoration: none;
    text-align: right;
    padding: 1px 12px 0 0;
}
.logo:hover {
    color: #fff;
}
.head .line1 {
    background: url(../img/l1bg.png) repeat 50%;
}
.head .line2 {
    background: url(../img/l2bg.png) repeat 50%;
}
.head .contact {
    max-width: 490px;
    float: right;
    color: #fff;
    font-size: 12px;
    text-align: right;
    padding: 15px 0 10px 0;
    line-height: 14px;
}
.head .contact b {
    height: 23px;
    font-size: 30px;
    font-weight: 400;
    display: block;
    padding: 0 0 4px 0;
}
.head .contact a {
    color: #fff;
    text-decoration: none;
}
.clear:after {
    content: '';
    display: block;
    clear: both;
    float: none;
}

.head .flex-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head .nav {
    float: left;
    margin: 0;
    padding: 13px 0;
    list-style: none;
    font-size: 0;
}
.head .nav li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}
.head .nav a {
    color: #365ea0;
    font-size: 20px;
    border-bottom: 1px #365ea0 solid;
    text-decoration: none;
    font-weight: bold;
}
.head .nav a:hover {
    color: #ff008e;
    border-color: #ff008e;
}
.head .search {
    float: right;
    position: relative;
    padding: 9px 0 0 0;;
}
.head .search input[type="text"]::-webkit-input-placeholder {
    color: #365ea0;
}
.head .search input[type="text"]:-moz-placeholder {
    color: #365ea0;
    opacity:1;
}
.head .search input[type="text"]::-moz-placeholder {
    color: #365ea0;
    opacity:  1;
}
.head .search input[type="text"]:-ms-input-placeholder {
    color: #365ea0;
}
.head .search input[type="text"] {
    border: 1px #365ea0 solid;
    border-radius: 100px;
    padding: 0 20px;
    width: 225px;
    height: 33px;
    font-size: 16px;
    color: #365ea0;
}
.head .search input[type="submit"] {
    position: absolute;
    background: url(../img/search-icon.png) no-repeat 0 0;
    width: 21px;
    height: 21px;
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    top: 16px;
    right: 10px;
    cursor: pointer;
}
.head .search input[type="submit"]:hover, .head .search input[type="submit"]:focus {
    opacity: .7;
}

.grid-x33, .grid-x50 {
    float: left;
}
.grid-x33 {
    width: 33.333333%;
    height: 360px;
}
.grid-x50 {
    height: 256px;
    width: 50%;
}
.home-category > div {
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 200ms ease-out;
}
.home-category > div:hover {
    transform: scale(1.02);
    z-index: 2;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.62);
}
.home-category a {
    text-decoration: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    z-index: 2;
}
.home-category > div b {
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    display: block;
    padding: 20px 0 0 0;
    font-weight: 400;
}
.home-category > div span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.home-category > div img {
    vertical-align: bottom;
}
.products-popular {

}
.products-popular h2 {
    color: #fff;
    margin: 0;
    padding: 0 0 0 85px;
    background: #15aba2;
    background: -moz-linear-gradient(left, #15aba2 0%, #36d6d2 85%, #15aba2 100%);
    background: -webkit-linear-gradient(left, #15aba2 0%,#36d6d2 85%,#15aba2 100%);
    background: linear-gradient(to right, #15aba2 0%,#36d6d2 85%,#15aba2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15aba2', endColorstr='#15aba2',GradientType=1 );
}
.pp-wrap {
    background: #fff;
    border: 3px solid #15aba2;
    border-top:none;
    padding: 20px 0;
    position: relative;
}
.pp-contain {
    overflow: hidden;
    margin: 0 74px 0 75px;
    font-size: 0;
    white-space: nowrap;
}
.pp-contain > div {
    font-size: 14px;
    white-space: normal;
    width: 185px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.pp-contain .img {
    display: block;
    border: none;
    text-decoration: none;
    line-height: 160px;
    height: 160px;

}
.pp-contain .img img {
    vertical-align: middle;
    max-width: 160px;
    max-height: 160px;
}
.pp-contain .desc {
    color: #474747;
    font-size: 12px;
    display: block;
    padding: 14px 10px 0;
    line-height: 16px;
}
.pp-contain .desc:hover {
    color: #365ea0;
}
.pp-nav > div {
    position: absolute;
    top:0;
    bottom:0;
    width: 70px;
    cursor: pointer;
}
.pp-nav > div:hover {
    opacity: .7;
}
.pp-nav .prev {
    left: 0;
    background: url(../img/prev.png) no-repeat 50% 50%;
}
.pp-nav .next {
    right: 0;
    background: url(../img/next.png) no-repeat 50% 50%;
}
.bottom-description {
    background: #ebf4ff;
    min-height: 248px;
    position: relative;
}
.bottom-description h2 {
    color: #2e69a4;
}
.bottom-description .left {
    padding: 0 395px 0 56px;
}
.bottom-description .right {
    position: absolute;
    right:4px;
    top:4px;
}

.footer {
    background: url(../img/fbg.png) repeat 50% 50%;
    height: 90px;
    line-height: 80px;
    margin: -80px 0 0 0;
    color: #fff;
    font-size: 0;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer .w > div {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
    width: 25%;
}
.footer .w > div.column2 b {
    display: block;
}
.footer .w > div.column2 {
    width: 35%;
}
.footer .w > div.column3 {
    width: 20%;
}
.footer .w > div.column4 {
    width: 20%;

}
.footer .column3 img {
    vertical-align: middle;
    margin: 0 8px 0 0;
    height: 30px;
}
.footer .column4 {
    text-align: right;
}
.footer .w > .column1 {
    font-size: 22px;
}



/* cart */
/* .cart {
    position: fixed;
    right: 40px;
    top: 108px;
    z-index: 9;
} */

.cartIcon {
    cursor: pointer;
    background: #ff59a7 url(../img/cart.png) no-repeat 12px 22px;
    width: 82px;
    height: 82px;
    border: 4px solid #ffd5e2;
    border-radius: 100px;
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    box-shadow: 0 10px 34px rgba(0, 72, 16, 0.33);
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.cartIcon i {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    background: #fff;
    color: #ff59a7;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50px;
    position: absolute;
    left: 28px;
    top: 4px;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
}
.goodsList {
    display: none;
    position: absolute;
    background: #fff;
    width: 400px;
    right: 12px;
    top: 108px;
    box-shadow: 0 0 8px rgba(4, 27, 9, 0.5);
    border: 2px solid #ff59a7;
}
.goodsList:before {
    content: "";
    position: absolute;
    top: -14px;
    right: 14px;
    border: 7px solid transparent;
    border-bottom: 7px solid #fff;
    z-index: 9;
}
.goodsList:after {
    content: "";
    position: absolute;
    top: -20px;
    right: 11px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ff59a7;
}
.lol {
    padding: 25px 10px;
    text-align: center;
    color: #ff59a7;
}
.goodsList ul {
    max-height:400px;
    overflow: auto;
}
.goodsList li {
    padding: 10px;
    background: #fef8fb;
    color: #4e4e4e;
    position: relative;
    margin: 6px;
}
.goodsList li span {
    display: block;
    text-align: right;
    font-size: 16px;
    padding: 8px 0 0 0;
}
.goodsList li span strong {
    float: left;
}

.goodsList ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.goodsList b {

}
.goodsList i {
    font-style: normal;
}

.summary {
    padding: 10px;
}
.b2 {
    background: #ff59a7;
    display: inline-block;
    width: 200px;
    height: 48px;
    line-height: 48px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    text-decoration: none;
    border: none;
    font-size: 20px;
    padding: 0;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}
.b2:hover {
    color: #fff;
    opacity: .7;
}
.summary i {
    line-height: 48px;
    font-size: 16px;
    position: absolute;
    right: 18px;
    top: auto;
}



/**/

.con {
    padding: 20px 0 0 0;
}
.cat-title {
    height: auto !important;
    min-height: 56px;
}
.page-wrap {

}
.page-title {
    color: #fff;
    font-size: 0;
    height: 56px;
    line-height: 56px;
    background: #ccc;
    padding: 0 0 0 30px;
}
.page-title a {
    color: #fff;
}
.page-title ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.page-title li {
    display: inline-block;
    font-size: 24px;
}
.page-title li:after {
    content: '>';
    padding: 0 8px 0 4px;
}
.page-title li.active:after {
    display: none;
}
.page-con {
    border:2px #ccc solid;
    border-top: none;
    background: #fff;
}
.red-page .page-title {
    background: #dc3b68;
}
.red-page .page-con {
    border-color: #dc3b68;
}

.pink-page .page-title {
    background: #ff59a7;
}
.pink-page .page-con {
    border-color: #ff59a7;
}
.blue-page {
    //background: rgb(0,81,169);
    //background: -moz-linear-gradient(45deg,  rgba(0,81,169,1) 0%, rgba(0,154,211,1) 100%);
    //background: -webkit-linear-gradient(45deg,  rgba(0,81,169,1) 0%,rgba(0,154,211,1) 100%);
    //background: linear-gradient(45deg,  rgba(0,81,169,1) 0%,rgba(0,154,211,1) 100%);
    //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0051a9', endColorstr='#009ad3',GradientType=1 );

}
.blue-page .page-con {
    border-color: transparent;
    background: transparent;
    //color: #fff;
    //font-size: 16px;
    padding: 2px 2px 2px !important;
}
.blue-page .page-title {
    background: transparent;
}





.products > div {
    text-align: center;
    float: left;
    padding-top: 10px;
    width: 25%;
    min-height: 391px;
    box-sizing: border-box;
    border-right: 2px #dc3b68 solid;
    border-bottom: 2px #dc3b68 solid;
    position: relative;
    transition: all 100ms linear;
    margin: 0 0 -2px 0;
    z-index: 2;
}
.products > div:nth-child(4n) {
    border-right:none;
}
.products > div.category:nth-child(4n) {
    border-right:2px #dc3b68 solid;
}
.products > div.category:nth-child(3n) {
    border-right:none;
}


.products > div.category {
    width: 33.333333333%;
}

.products > div.category .lob {
    text-decoration: none;
    font-size: 24px;
    color:#dc3b68;
    padding: 10px 0 35px 0;
    display: block;
}
.products > div .img {
    display: block;
    height: 240px;
    line-height: 240px;
    padding: 0 5px;
    text-decoration: none;

}
.products > div .img img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.products > div .desc {
    display: block;
    color: #474747;
    padding: 5px 10px 10px 10px;
    font-size: 13px;
    line-height: 16px;
}
.products > div span {
    font-size: 16px;
    display: block;
}
.products .bay-btn {
    opacity: 0;
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    background: #dc3b68;
    line-height: 36px;
    height: 36px;
    font-weight: bold;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    transition: all 100ms linear;
}
.products > div:hover {
    background: #f3f3f3;
    z-index: 1;

}
.products > div:hover .bay-btn {
    opacity: 1;
}

.product-view .left {
    width: 420px;
    float: left;
    position: relative;
}
.product-img {
    display: inline-block;
    vertical-align: top;
    width: 420px;
    margin: 10px 0 40px 10px;
}
.product-img span {
    display: block;
    height: 420px;
    margin: 0 0 4px 0;
    line-height: 420px;
    cursor: pointer;
    text-align: center;
    position: relative;
}
.product-img span img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.product-img span i {
    display: block;
    opacity: 0;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 18px;
    padding: 15px 30px;
    line-height: 385px;
    white-space: nowrap;
    border-radius: 6px;
    font-style: normal;
}
.product-img span:hover i {
    opacity: 1;
}
.slider {
    text-align: center;
    font-size: 0px;
}
.slider .it {
    width: 76px;
    height: 76px;
    line-height: 76px;
    overflow: hidden;
    text-align: center;
    background: #fff;
    display: inline-block;
    margin: 0 8px 4px 0;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    padding: 2px;
}
.slider .it.current {
    background: #ababab;
}

.slider .it img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.product-view .right {
    position: relative;
    float: right;
    width: 570px;
    padding: 20px 30px 0 0;
}
.add-to-cart {
    position: absolute;
    right: 30px;
}
.product-title {
    font-weight: bold;
    font-size: 18px;
    padding: 0 0 15px 0;
    max-width: 300px;
}
.params ul {
    margin: 0;
    padding: 0 0 40px 0;
    list-style: none;
    /*min-height: 140px;*/
    max-width: 310px;
}
.params li {
    font-size: 15px;
}
.params li b {
    color: #919191;
    font-weight: normal;
}
.params li i {
    font-style: normal;
    padding: 0 0 0 4px;
}
.product-view .price {
    font-size: 24px;
    padding: 0 0 20px 0;
}
.product-view .add {
    background: #008aa3;
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    width: 240px;
    height: 60px;
    line-height: 60px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    cursor: pointer;
    transition: all 100ms linear;
}
.product-view .add:hover {
    opacity: .7;
}
.product-view .b1 {
    padding: 0 0 30px 0;
    position: relative;

}
.product-view .b1 > span.minus {
    left: 5px;
    line-height: 33px;
}
.product-view .b1 > span.plus {
    left:97px;
}
.product-view .b1 > span {
    display: block;
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    background: #008aa3;
    color: #fff;
    top: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 48px;
    cursor: pointer;
    transition: all 100ms linear;
}
.product-view .b1 > span:hover {
    opacity: .7;
}
.product-view .b1 input {
    text-align: center;
    height: 44px;
    width: 48px;
    border-radius: 100px;
    color: #474747;
    font-size: 24px;
    font-weight: bold;
    border: 2px #008aa3 solid;
    padding: 1px 45px;
}
.product-view .b1 div {
    position: absolute;
    top: 15px;
    right: 0;
}


.window {
    display: none;
    position: fixed;
    top: 20px;
    left: 112px;
    right: 20px;
    bottom: 20px;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0 0 500px rgba(19, 23, 19, 0.8);
    text-align: center;
}
.window img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.fixed {
    position: fixed;
    z-index: 99999;
    top: 20px;
    bottom: 20px;
    left: 20px;
    text-align: center;
    background: #fff;

    padding: 10px;
}
.fixed .it {
    display: block;
    margin: 4px !important;
}
.fixed:hover {
    opacity: 1;
}
.close {
    font-style: italic;
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgb(236, 61, 15);
    padding: 5px 10px;
    border-radius: 24px;
    color: #fff;
    cursor: pointer;
}
.close:hover {
    background: rgb(179, 45, 15);
}
.h {
    overflow: hidden;
}

.pages .page-con {
    padding: 20px 60px;
}

.no-msg {
    display: block;
    padding: 40px;
    text-align: center;
    font-size: 18px;
}

.new {
    position: absolute;
    z-index: 99;
    display: block;
    background: url(../img/new.png) no-repeat 0 0;
    width: 96px;
    height: 99px;
    top: 14px;
    right: 0;
}
.stock {
    font-family: Lobster, cursive;
    font-size: 24px;
    position: absolute;
    left: 0;
    transform: rotate(-35deg);
    top: 70px;
    z-index: 99;
}
.products .new {
    top:3px;
}

.cartTopText {
    border-bottom: 1px dashed #fff;
    position: absolute;
    right: 40px;
    top: 7px;
    color: #202020;
    font-size: 15px;
    cursor: pointer;
}
.cartTopCount {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    background: #fff;
    color: #ff59a7;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50px;
    position: absolute;
    right: 0;
    top: 7px;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
}
.cartTop {
    background: #F5F8FA;
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: right;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    opacity: 0;
    pointer-events: none; /* чтобы скрытый элемент не мешал */
    transition: opacity 0.3s ease; /* плавное появление */
    z-index: 999;
}

.fixed-cart .cartTop {
    opacity: 1;
    pointer-events: auto;
}

/*  
.fixed-cart .cart {
    position: fixed;
    left: 50%;
    top: -57px;
    width: 1080px;
    margin: 0 0 0 -517px;
    z-index: 999;
} */
.map {
    height: 500px;
}
.contacts-grid {
    padding: 30px 0 0 0;
}
.contacts-grid a {
    text-decoration: none;
    color: #fff;
}
.contacts-grid > div {
    width: 50%;
    box-sizing: border-box;
}
.contacts-grid img {
    vertical-align: top;
    width: 100%;
}
.contacts-grid .right {
    padding: 0 30px;
    font-size: 18px;
    float: right;
}
.contacts-grid .left {
    float: left;
}
.contacts-grid .right h3 {
    font-size: 32px;
    margin: 0;
    padding: 12px 0 0 0
}
.scroll-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: url(/images/top.png) no-repeat;
    cursor: pointer;
    width: 124px;
    height: 124px;
    z-index: 99;
    opacity: 0;
    transform: scale(0);
    transition: 100ms all linear;

}

.fixed-cart .scroll-top {
    opacity: 1;
    transform: scale(1);
}
.scroll-top:hover {
    transform: scale(1.1);
}

.tables table {
    margin: 20px 0 40px;
    border-bottom: 1px #e4e4e4 solid;
}

.tables td, .tables th {
    padding: 15px 12px;
}
.tables th {
    text-align: left;
    border-bottom: 1px #e4e4e4 solid;
}
.tables tr:nth-child(2n) {
    background: #f5f5f5;
}

.main-news {
    background: #ff008e;
    color: #fff;
    padding: 6px 0;
    text-align: center;
}
.params > .desc {
    max-width: 310px;
}
.center{
    text-align: center;
}

.layout-gallery-sign-wrapper {
    text-align: center;
    margin: 15px 0;
}

.layout-gallery-sign-wrapper div {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px;
    width: 31%;
}

.layout-gallery-sign-wrapper img {
    max-width: 150px;
        height: 150px;
}

.layout-gallery-sign-wrapper p {
    margin: 15px 0;
    text-align: center;
    text-indent: 0;
}
.img_3{text-align: center;
}
.img_1{text-align: center;}

.align_c{width: 100%; margin: 0 auto;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-justify-content: center;
-ms-justify-content: center;
-moz-justify-content: center;
justify-content: center;
}
.align_c img{
    height: 72%;width: 210px;

    /*object-fit: cover;*/
}
.img_2{text-align: center;}
.img_2 img{width: 300px;}


.checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checkbox > span {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.checkbox > i {
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    vertical-align: middle;
}

.checkbox > input:not(:disabled):not(:checked) + i {
    background-color: transparent !important;
}

.checkbox > input:not(:disabled):not(:checked) + i:hover {
    opacity: 0.7;
}

.checkbox > input:checked + i {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.checkbox > input:disabled + i {
    opacity: 0.4 !important;
}

.tooltip {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}

.tooltip svg {
    width: 16px;
}

.tooltip div {
    background: #000;
    position: absolute;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    top: 30px;
    color: white;
    white-space: nowrap;
    left: 8px;
    transform: translateX(-50%);
    padding: 3px 10px;
    transition: 0.2s all linear;
}

.tooltip div:before {
    content: '';
    z-index: 100;
    display: block;
    position: absolute;
    height: 0;
    overflow: hidden;
    top: -4px;
    border-bottom: 6px solid #000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    width: 3px;
    left: 50%;
    margin-left: -9px;
}

.tooltip:hover div {
    opacity: 1;
    visibility: visible;
    top: 20px;

}

/* AWEB */
.socblock {
    max-width: 150px !important;
}

.watsico {
    right: -13px !important;
}

@media (max-width: 560px) {
    .telega {
        margin-right: 22px;
    }
}
/* /AWEB */



.cookie-banner {
    position: fixed;
    background-color: #f7f7f7;
    color: #333;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    z-index: 999999999;
    display: none;
    flex-direction: column;
    border-radius: 8px;
    box-shadow: 0px -2px 20px #000;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
    max-width: 800px
}

.cookie-banner a {
    color: #007bff;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-buttons button {
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
}

#cookie-accept {
    display: block;
    width: 174px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    background: #28a74599;
}

#cookie-accept:hover {
    background: #28a745;
}