
@font-face {
font-family: 'Segoe UI Regular'; 
src: url('../fonts/SegoeUI.eot');
src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
url('../fonts/SegoeUI.woff') format('woff'),
url('../fonts/SegoeUI.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Segoe UI Semibold';
src: url('../fonts/SegoeUI-SemiBold.eot');
src: url('../fonts/SegoeUI-SemiBold.eot?#iefix') format('embedded-opentype'),
url('../fonts/SegoeUI-SemiBold.woff') format('woff'),
url('../fonts/SegoeUI-SemiBold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Segoe UI Bold';
src: url('../fonts/SegoeUI-Bold.eot');
src: url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/SegoeUI-Bold.woff') format('woff'),
url('../fonts/SegoeUI-Bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Oswald Regular';
src: url('../fonts/Oswald-Regular.eot');
src: url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/Oswald-Regular.woff') format('woff'),
url('../fonts/Oswald-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Oswald Medium';
src: url('../fonts/Oswald-Medium.eot');
src: url('../fonts/Oswald-Medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/Oswald-Medium.woff') format('woff'),
url('../fonts/Oswald-Medium.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Segoe UI Regular'; 
src: url('../fonts/SegoeUI-SemiBold.eot');
src: url('../fonts/SegoeUI-SemiBold.eot?#iefix') format('embedded-opentype'),
url('../fonts/SegoeUI-SemiBold.woff') format('woff'),
url('../fonts/SegoeUI-SemiBold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Segoe UI Regular'; 
src: url('../fonts/SegoeUI-Bold.eot');
src: url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/SegoeUI-Bold.woff') format('woff'),
url('../fonts/SegoeUI-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}

*{
  margin: 0;
  padding: 0;
  outline:none;
  box-sizing:border-box;
}

body{font-family: 'Segoe UI Regular';
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 22px;
color: #404040;
position: relative;}

input, textarea{font-family: 'Segoe UI Regular'; font-size: 14px; line-height: 22px;}

h2, h3, h4{font-family: 'Segoe UI Bold'; font-weight:normal; line-height:1.2em}

button {
  transition: all .3s;
  cursor: pointer;
}

#content p, #content  ul{margin:0 0 30px 0}
#content li{list-style:inside}

a{text-decoration:none; color:#4A556A; transition:all .3s}
a:hover{color: #3B4456;}
.wrapper, #content{margin:0 auto; width:1240px; padding:0 20px}


strong, b{font-family: 'Segoe UI Bold'; font-weight: normal;}

.col-2, .col-4{float:left}
.col-2{width:16.6666666%}
.col-4{width:33.3333333%}

.top-bar{height:60px; line-height:60px; background: #F7F7F9; color: #4A556A; font-family: 'Segoe UI Semibold';}
.top-bar a{padding:0 20px; display:block; float:left}
.top-bar a:hover{background: #E5E5E8}
.top-bar a.help-i span{background: url(../img/top1.svg) no-repeat left center; padding-left: 15px;}
.top-bar a.test-i span{background: url(../img/top2.svg) no-repeat left center; padding-left: 22px;}
.top-bar a.news-i span{background: url(../img/top3.svg) no-repeat left center; padding-left: 22px;}
.top-bar .left-links {float: left; margin-left:-20px}
.top-bar .right-links {float: right; margin-right:-20px}

.valblock{position:relative; float:left; height:60px; overflow:hidden; transition:all .5s}
.valblock .val{padding:0 20px 0 24px}
.valblock i{color:#F47314; margin:0 0 0 10px}
.valblock:hover{background: #FFFFFF; box-shadow: 0px 10px 20px rgba(30, 37, 48, 0.15); height:auto; overflow:visible}
.valblock form{display:block; width:100%; position:absolute; top:100%; left:0; background:#fff; padding:0 0 10px 0; box-shadow: 0px 10px 20px rgba(30, 37, 48, 0.15);}
.valblock form a{float:none; line-height:28px; border-left:4px solid #fff; cursor:pointer}
.valblock form a:hover{background: #F7F7F9; border-left:4px solid #F47314;}

#cart{float:left; position:relative}

#cart.active .mybuy:hover {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(30, 37, 48, 0.15);
    height: auto;
    overflow: visible;
}
#cart .content{display:none}
#cart.active .content{display:block; background: #FFFFFF; box-shadow: 0px 10px 20px rgba(30, 37, 48, 0.15); position:absolute; right:0; top:100%; z-index:99; 
white-space: nowrap; padding:25px; line-height:22px}
#cart .content .name a:hover{background:none}
#cart .content .total{font-size: 20px; line-height: 24px; font-family: 'Segoe UI Bold'; text-align:right}
#cart .content .total span{font-size: 16px; line-height: 24px; font-family: 'Segoe UI Regular';}
#cart .content .quantity{font-size: 12px; line-height: 22px; color: #C0C2C6;}
#cart .content td{padding:0 0 10px 0}
#cart .clean-cart-btn{font-family: 'Oswald Medium'; font-size: 14px;line-height: 21px;letter-spacing: 0.05em;text-transform: uppercase;color: #4A556A; cursor:pointer}
#cart table tbody tr:nth-last-child(2){display:none}
#cart table tr.tpr td{padding:35px 0 20px 0}
#cart .checkout{background: #3F4550; margin: 0 -25px -25px -25px; padding: 20px 35px 20px 50px; text-align:right}
#cart .checkout button{background:none; border:none; color: #F47314; cursor:pointer;
    text-transform: uppercase;
    font-family: 'Oswald Medium';
    font-weight: normal;
    display: inline-block;}
#cart .checkout i {
    background: #F47314;
    color: #fff;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 26px;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
    margin: 0 10px 0 0;
}

.main-bar{height:100px; overflow:hidden}
#logo{display:block; float:left}
#logo img{margin:24px 0}
.top-menu{float:right}
.top-menu li{list-style:none; margin:0 0 0 50px; display:block; float:left; line-height:100px}
.top-menu a{font-size: 16px; color: #9FA6B1; font-family: 'Segoe UI Semibold';}
.top-menu a:hover, .top-menu .act a{color: #4A556A;}

.menu-bar{height:60px; line-height:60px; background: #3F4550;}

#menu{float:left; margin:0 0 0 -25px}
#menu li{display:block; float:left; list-style:none; position:relative}
#menu li a{font-size:16px; font-family: 'Oswald Medium'; color:#fff; padding:0 28px; display:block; height:60px; line-height:60px;}
#menu li a img{margin: 0 7px -3px 0;}
#menu li div{display:none}
#menu li a:hover, #menu li.act a{color: #4A556A; background:#fff}
#menu li:hover div{display:block; position:absolute; left:0; top:100%; z-index: 99; background:#fff; box-shadow: 0px 10px 20px rgba(30, 37, 48, 0.15);}
#menu li div a{color: #4A556A; height:44px; line-height:44px; border-left:4px solid #fff; padding:0 40px; min-width:290px; white-space:nowrap}
#menu li div a:hover, #menu li div li.act a{background: #F7F7F9; border-left:4px solid #F47314;}

#menu ul li:nth-child(4) div{width:400px; padding:10px 0; }	
#menu ul li:nth-child(4) div ul {width:50%; min-width:0; float:left}	
#menu ul li:nth-child(4) ul li a{min-width:200px}
	
	
#search{float:right; padding: 17px 0;}
#search input{background: #6C737E; color: #9FA6B1; height:26px; line-height:26px; padding:0 15px; float:left; border:none; min-width:240px}	
#search input::placeholder{color: #9FA6B1}
#search .button-search{background: #F47314; color:#fff; width:35px; text-align:center; height:26px; line-height:26px; float:left; cursor:pointer}	
	
.breadcrumb{margin:15px 0}	
.breadcrumb .fa-circle{font-size: 5px; color: #F47314; margin: 0px 10px 0px 10px; top: -2px; position: relative;}
.breadcrumb~span{display:none}

h1{font-family: 'Oswald Medium'; font-style: normal; font-size: 42px; line-height: 62px; margin: 30px 0 20px 0;}	
	
#content .brecord p{margin:0 0 10px 0}
.brecord{margin:0 0 70px 0}
	
footer{background: #F7F7F9; margin:0px 0 0 0}
#footer{overflow:hidden; padding:90px 0 20px 0}
#footer h3{font-weight:normal; text-transform:uppercase; font-family: 'Oswald Medium'; color: #3F4550; font-size: 20px; line-height: 30px; letter-spacing: 0.01em; padding:0 0 35px 0}
#footer li{list-style:none; padding:0 10px 5px 0}
#footer li a:hover{text-decoration: underline;}
#powered{border-top:4px solid #fff; color: #C0C2C6; font-size:12px; line-height:56px; height:60px; font-family: 'Segoe UI Semibold';}

.company-info {
    clear: both;
    text-align: right;  
}

#footer .fcontact li{padding:0 0 0px 25px; margin:0 0 15px 0; color: #4A556A; }
.flogo{margin: -15px 0 24px 0;}
.fcontact .mail{background: url(../img/f1.svg) no-repeat left center;}
.fcontact .skype{background: url(../img/f2.svg) no-repeat left center;}
.fcontact .icq{background: url(../img/f3.svg) no-repeat left center;}
.fcontact .jabber{background: url(../img/tg.svg) no-repeat left center;}

.pow-copy{float:left}
.pow-copy img{margin: 0 0 -5px 0;}

.pow-socials a{ margin: 0px 0 0 10px; bottom: -3px; position: relative; color: #C0C2C6; }
.pow-socials a i{font-size: 20px;}
.pow-socials a:hover{color: #3B4456;}
.pow-pay{float:right}
.pow-pay img{margin: 0 0 -15px 10px;}

table.plus{margin-top:50px}
table.plus td{text-align:center; width:33%; padding:0 70px 50px; vertical-align:top}
table.plus tr:last-child td{padding-bottom:0}
table.plus h3{font-size: 20px; line-height: 27px; margin:10px 0}
table.plus img{height:60px; width:auto;}

.bnews{margin:0 -60px}
.blog-new{width:calc(33% - 120px); float:left; margin:0 60px 35px; border-bottom:1px solid #C0C2C6; padding:0 0 10px 0}
.blog-new h2 a{font-size: 20px; line-height: 24px; color: #4A556A; font-family: 'Segoe UI Bold'; display:block; overflow:hidden; height:50px}
.blog-new .descr{overflow:hidden; height:70px; margin:5px 0}
.blog-new .bmore{float:left}
.blog-new .bmore a{color: #F47314; text-transform:uppercase; font-family: 'Oswald Medium';}
.blog-new .bmore a i{background:#F47314; color:#fff; display:inline-block; width:28px; height:28px; line-height:26px; border-radius:100%; text-align: center; font-size: 18px; margin:0 10px 0 0}
.blog-new .bdate{font-size: 12px; line-height: 22px; color: #C0C2C6; font-family: 'Segoe UI Semibold'; float:right}

.category-list{overflow:hidden; padding:0 0 80px 0}
.category-list a.catlist{display:block; float:left; width:calc(50% - 4px); position:relative; background: #F7F7F9; list-style:none; margin:2px; transition:all .3s; padding:65px 55px}
.category-list a.catlist:hover{box-shadow: 0px 10px 20px rgba(30, 37, 48, 0.15); z-index:9}
.category-list .image{float:left; padding:0 30px 0 0; width:100px}
.category-list .image img{max-width:70px; height:auto}
.category-list .desc{float:left; width: calc(100% - 100px); border-left:1px solid #3F4550; padding:0 0 0 30px}
.category-list .title {font-size: 24px; line-height: 36px; color: #4A556A; font-family: 'Oswald Medium';float:left}
.category-list .counts {color: #F47314; text-transform:uppercase; font-family: 'Oswald Medium'; line-height:36px}
.category-list .counts i{background:#F47314; color:#fff; display:inline-block; width:28px; height:28px; line-height:26px; border-radius:100%; text-align: center; font-size: 18px; margin:0 5px 0 30px}
.category-list .text{padding:10px 0 0 0; max-width: 360px;}

.category-info{border-top:1px solid #C0C2C6;clear:both; padding:80px 0 0 0; }
.category-info img{margin:0 30px 30px 0; float:left}
.category-info h2{padding:0 0 5px 0}

.grey{background: radial-gradient(125.16% 1307.62% at 4.17% 42.93%, #E3E1E0 0%, #EBE8E7 0.01%, #FEFDFC 100%); padding:30px 0 60px 0}
.grey.next{margin:100px 0 0 0; position:relative; overflow:hidden}

.grey.next.abo{background: #F7F7F9;}
.grey.next.abo:before{    content: 'el:Store';
    position: absolute;
    top: 140px;
    left: -170px;
    z-index: 0;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 170px;
    line-height: 170px;
    color: #EFEFF5;
    transform: rotate(-90deg);}
.grey.next.abo .wrapper{z-index:3; position:relative}


.grey.next p{margin:0 0 30px 0}

.grey.next .box{width:50%; float:left; padding:0 30px 0 0}
.grey.next .box-bban{width:50%; float:left; padding:50px 0 0 0}
.grey.next td{vertical-align:top; padding:0 10px 30px 0}
.grey.next td h3{margin:-3px 0 10px 0}

#mainbanner .slick-dots{position:absolute; display:block; width:100%; text-align:center; right:0; bottom:-15px; height:4px}
#mainbanner .slick-dots li{list-style:none; display:inline-block;}
#mainbanner .slick-dots li button{background: #4A556A; height:3px; width:22px; margin:0 3px; display:block; font-size:0; border:0}
#mainbanner .slick-dots li.slick-active button{background: #F47314; height:3px;}

.box-heading{font-family: 'Oswald Medium'; font-size: 42px; line-height: 62px; letter-spacing: 0.01em; text-transform: uppercase; margin:30px 0}
.home .box{padding:70px 0 0 0}

.pagination{
    clear:both; 
    padding:25px 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pagination a, .pagination b{display:block; float:left; width:26px; height:30px; border-bottom:4px solid #fff; line-height:26px; text-align:center; background: #F7F7F9; color: #4A556A; font-family: 'Segoe UI Semibold'; margin:0 8px 0 0}
.pagination b{border-bottom:4px solid #F47314;}
.pagination a.tm{background: #4A556A; color:#fff}
.pagination .results{float:right; font-size: 12px; line-height:26px; color: #C0C2C6;font-family: 'Segoe UI Semibold'}

.home .box.category-home .catlist {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px;
}
.maincat {
    display:block;
    width:100%;
    position:relative;
    background: #F7F7F9;
    text-align:center;
    padding:80px 0;
    font-family: 'Oswald Regular', sans-serif;
    font-size: 42px;
    line-height: 53px;
    border: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.maincat .name {
    display: block;
}

.maincat:hover {
    z-index:9
}

.maincat img {
    height:50px;
    width:auto;
    text-align:center
}

.catlist .maincat:nth-child(1){ color: #0DADEA;}
.catlist .maincat:nth-child(2){ color: #F94D12;}
.catlist .maincat:nth-child(3){ color: #08A085;}
.catlist .maincat:nth-child(4){ color: #4D5160;}
.catlist .maincat:nth-child(5){ color: #83C01F;}
.catlist .maincat:nth-child(6){ color: #965CDF;}


.maincat:nth-child(1) > * > *:before, .maincat:nth-child(1) > * > *:after{
    background-color: #0DADEA;
}
.maincat:nth-child(1) > * > * > *:before, .maincat:nth-child(1) > * > * > *:after {
    background-color: #0DADEA;
}

.maincat:nth-child(2) > * > *:before, .maincat:nth-child(2) > * > *:after{
    background-color: #F94D12;
}
.maincat:nth-child(2) > * > * > *:before, .maincat:nth-child(2) > * > * > *:after {
    background-color: #F94D12;
}

.maincat:nth-child(3) > * > *:before, .maincat:nth-child(3) > * > *:after{
    background-color: #08A085;
}
.maincat:nth-child(3) > * > * > *:before, .maincat:nth-child(3) > * > * > *:after {
    background-color: #08A085;
}

.maincat:nth-child(4) > * > *:before, .maincat:nth-child(4) > * > *:after{
    background-color: #4D5160;
}
.maincat:nth-child(4) > * > * > *:before, .maincat:nth-child(4) > * > * > *:after {
    background-color: #4D5160;
}

.maincat:nth-child(5) > * > *:before, .maincat:nth-child(5) > * > *:after{
    background-color: #83C01F;
}
.maincat:nth-child(5) > * > * > *:before, .maincat:nth-child(5) > * > * > *:after {
    background-color: #83C01F;
}

.maincat:nth-child(6) > * > *:before, .maincat:nth-child(6) > * > *:after{
    background-color: #965CDF;
}
.maincat:nth-child(6) > * > * > *:before, .maincat:nth-child(6) > * > * > *:after {
    background-color: #965CDF;
}

.catlist .maincat:nth-child(1) img {
    width: 58px;
    height: 51px;
}

.catlist .maincat:nth-child(2) img {
    width: 45px;
    height: 51px;
}

.catlist .maincat:nth-child(3) img {
    width: 40px;
    height: 52px;
}

.catlist .maincat:nth-child(4) img {
    width: 66px;
    height: 66px;
}

.catlist .maincat:nth-child(5) img {
    width: 65px;
    height: 65px;
}

.catlist .maincat:nth-child(6) img {
    width: 74px;
    height: 76px;
}

.catlist .maincat:nth-child(1):hover {
    box-shadow: 0 40px 80px rgb(13 173 234 / 12%);
}

.catlist .maincat:nth-child(2):hover {
    box-shadow: 0 40px 80px rgb(222 64 14 / 12%);
}

.catlist .maincat:nth-child(3):hover {
    box-shadow: 0 40px 80px rgb(8 160 133 / 12%);
}

.catlist .maincat:nth-child(4):hover {
    box-shadow: 0 40px 80px rgb(77 81 96 / 12%);
}

.catlist .maincat:nth-child(5):hover {
    box-shadow: 0 40px 80px rgb(131 192 31 / 12%);
}

.catlist .maincat:nth-child(6):hover {
    box-shadow: 0 40px 80px rgb(150 92 223 / 22%)
}

.home-catlist {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 4px;
}

.home-maincat {
    position: relative;
    display: block;
    text-align: center;
    justify-content: center;
    background: #F7F7F9;
    padding: 50px 30px 0;
    width: 100%;
    height: 275px;
    overflow: hidden;
    font-weight: 400;
    font-size: 36px;
    line-height: 54px;
    color: #9FA6B1;
    font-family: 'Oswald Regular';
}

.home-maincat:hover {
    color: #404040;
}

.home-maincat img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-height: 250px;
    max-width: 250px;
}

@media (max-width: 769px) {
    .home-catlist {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .home-catlist {
        grid-template-columns: 1fr;
    }
    .home-maincat {
        height: 250px;
        padding: 30px 30px 0;
    }
}


.home .box.category-home {
    padding: 70px 0 30px 0;
    position: relative;
    margin: 0 0 -30px 0;
}

/* border animation */
.maincat {
    position: relative;
    overflow: hidden;
}
.maincat:before, .maincat:after {
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: transparent;
}
.maincat:before {
    top: 0;
}
.maincat:after {
    bottom: 0;
}
.maincat:hover > * > *:before, .maincat:hover > * > *:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.maincat:hover > * > * > *:before, .maincat:hover > * > * > *:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.maincat > *:before, .maincat > *:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: transparent;
}
.maincat > *:before {
    left: 0;
}
.maincat > *:after {
    right: 0;
}
.maincat > * > *:before, .maincat > * > *:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 9;
    height: 1px;
    width: 100%;
    background-color: inherit;
}
.maincat > * > *:before {
    top: 0;
    -webkit-transform: translate3d(-105%, 0, 0);
    transform: translate3d(-105%, 0, 0);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.maincat > * > *:after {
    bottom: 0;
    -webkit-transform: translate3d(105%, 0, 0);
    transform: translate3d(105%, 0, 0);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.maincat > * > * > *:before, .maincat > * > * > *:after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 9;
    height: 100%;
    width: 1px;
    background-color: inherit;
}
.maincat > * > * > *:before {
    left: 0;
    -webkit-transform: translate3d(0, 105%, 0);
    transform: translate3d(0, 105%, 0);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.maincat > * > * > *:after {
    right: 0;
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
/* border animation */

.sliderBox{overflow:hidden}
.scroller{position:relative}
.arrows{right:0; top:-45px}
.slick-arrow{background: #4A556A; color:#fff; cursor:pointer; position:absolute; display:inline-block; width:28px; height:28px; line-height:26px; border-radius:100%; text-align: center; font-size: 18px;}
.slick-arrow:hover{background: #3B4456;}
.slick-slide img{display:inline-block!important}
.mainreviews{position:relative}
.mainreviews .torev{color: #F47314; text-transform:uppercase; font-family: 'Oswald Medium'; display:block; position:absolute; top:120px; right:0}
.mainreviews .torev i{background:#F47314; color:#fff; display:inline-block; width:28px; height:28px; line-height:26px; border-radius:100%; text-align: center; font-size: 18px; margin:0 10px 0 0}
.lastnews {margin: 0 0 40px;}
.mainreviews .name, .lastnews .name{padding:0 0 5px 0}
.mainreviews .name a, .lastnews .name a{font-size: 20px; line-height: 24px; color: #4A556A;font-family: 'Segoe UI Semibold';}
.mainreviews .name a:hover, .lastnews .name a:hover{text-decoration:underline}
.mrevout{margin:0 65px}
.mrevin .prev{top:35px; left:-65px}
.mrevin .next{top:35px; right:-65px}

.mrevin .slick-slide .rev{border-right:4px solid #3F4550; padding:0 65px; min-height:100px}

.lastnews .slick-slide>*{padding:0 50px 0 0}
.lastnews .descr p br{display:none}
.lastnews .descr{margin:10px 0}

.lastsales{margin:-30px 0}
.lastsales .prev, .lastnews .prev, .newslide .prev{top:-35px; right:40px}
.lastsales .next, .lastnews .next, .newslide .next{top:-35px; right:0px}
.lastsales .lastin{background: #F7F7F9; padding:40px 55px; margin:30px 2px}
.lastsales .lastin:hover{box-shadow: 0px 10px 20px rgba(30, 37, 48, 0.15); z-index:9}
.lastsales .lastin .name{min-height: 50px; margin: 0 0 10px 0;}
.lastsales .lastin a{font-size: 16px; line-height: 24px; color: #4A556A;font-family: 'Segoe UI Semibold';}
.lastsales .lastin .price{font-size: 20px; line-height: 24px;font-family: 'Segoe UI Bold'; display:inline-block}
.lastsales .lastin .cart{display:inline-block; padding:0 0 0 30px}
.lastsales .lastin .cart a, .lastnews .cart a, #review-title{color: #F47314; text-transform:uppercase; font-family: 'Oswald Medium'; display:block; }
.lastsales .lastin .cart a i, .lastnews .cart a i, #review-title i{background:#F47314; color:#fff; display:inline-block; width:28px; height:28px; line-height:26px; border-radius:100%; text-align: center; font-size: 18px; margin:0 10px 0 0}
.lastsales .lastin .cart a:hover, .lastnews .cart a:hover, .mainreviews .torev:hover, .newslide .cart a:hover, .category-list .counts:hover, .catprod .cart a:hover, #review-title:hover{color:#D8610A} 
.lastsales .lastin .cart a:hover i, .lastnews .cart a:hover i, .mainreviews .torev:hover i, .newslide .cart a:hover i, .category-list .counts:hover i, .catprod .cart a:hover i, #review-title:hover i{background:#D8610A} 

#button-cart:hover{background:#D8610A}
.newslide{ margin:-30px 0} 
.newslide .nslide{background: #F7F7F9; padding:30px 30px; margin:30px 2px; }
.newslide .image{ text-align:center}
.newslide .nslide:hover{box-shadow: 0px 10px 20px rgba(30, 37, 48, 0.15); z-index:9}
.newslide .name{padding:10px 0}
.newslide .name a{font-size: 16px; line-height: 24px; color: #404040; font-family: 'Segoe UI Semibold';}
.newslide .price{font-size: 20px; line-height: 24px;font-family: 'Segoe UI Bold'; display:inline-block}
.newslide .price .noinstock{font-size:14px;}
.newslide .cart{display:inline-block; padding:0 0 0 30px}
.newslide .cart a{color: #F47314; text-transform:uppercase; font-family: 'Oswald Medium'; display:block; }
.newslide .cart a i{background:#F47314; color:#fff; display:inline-block; width:28px; height:28px; line-height:26px; border-radius:100%; text-align: center; font-size: 18px; margin:0 10px 0 0}

.bnextprev a{font-size: 20px; line-height: 24px; color: #4A556A; font-family: 'Segoe UI Semibold';}
.bnextprev a:hover{text-decoration:underline}
.bnextprev span{display:block; font-size: 12px; line-height: 22px; color: #C0C2C6; font-family: 'Segoe UI Semibold';}
.bprev{float:left; margin: 0 0 40px;}
.bnext{float:right; text-align:right}

.category #column-left{float:left; width:280px; margin:0 25px 0 0}
#content .left-cats ul{margin:0 0 0 0}
#content .left-cats li{list-style:none; background: #F7F7F9; margin:0 0 4px 0}
.left-cats li a.haschildren{display:block; height:48px; line-height:48px; color: #4A556A; font-size:16px; font-family: 'Oswald Medium'; border-left:4px solid #4A556A; padding:0 20px}
.left-cats li a.haschildren.active{border-left:4px solid #F47314}
.left-cats li a img{position: relative; margin: 0 5px -1px 0;}
.left-cats li .acc-arr{float: right; cursor:pointer; color: #F47314; width: 48px;  height: 48px; line-height: 48px; text-align: center;  font-size: 20px;}
.left-cats li .acc-arr.active{transform:rotate(180deg)}

.left-cats li a.haschildren+ul{height:0; overflow:hidden; transition:all .5s}	
.left-cats li a.haschildren.active+ul{height:auto; padding:15px 50px; background:#fff}
.left-cats li a.haschildren.active+ul li{background:#fff!important}	
.left-cats li a.haschildren.active+ul li a{font-family: 'Segoe UI Regular';}	
.left-cats li a.haschildren.active+ul li a.active{font-family: 'Segoe UI Bold';}	

.category #column-left~.catright{float:left; width:calc(100% - 305px)}

.category .catprod{width:33.333%; float:left}

.catprod{padding:0 0 45px 0; position:relative}
.catprod:hover{box-shadow: 0px 10px 20px rgba(30, 37, 48, 0.15); z-index:9}
.catprod .image {
  background: #F7F7F9; 
  padding: 20px;
  margin: 0 2px; 
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .catprod .image:hover{box-shadow: 0px 10px 20px rgba(30, 37, 48, 0.15); z-index:9} */
.catprod .name{padding:10px 30px 10px 0; height:68px}
.product-grid .catprod .name {
    min-height:92px
}
.catprod .name a{font-size: 16px; line-height: 24px; color: #404040; font-family: 'Segoe UI Semibold';}
.catprod .price{font-size: 20px; line-height: 24px;font-family: 'Segoe UI Bold'; display:inline-block}
.catprod .cart{display:inline-block; padding:0 0 0 30px}
.catprod .cart a{color: #F47314; text-transform:uppercase; font-family: 'Oswald Medium'; display:block; }
.catprod .cart a i{background:#F47314; color:#fff; display:inline-block; width:28px; height:28px; line-height:26px; border-radius:100%; text-align: center; font-size: 18px; margin:0 10px 0 0}

.catprod .sticker, .product-stiker{ color:#fff; text-transform:uppercase; font-family: 'Oswald Medium'; height:26px; line-height:26px; padding:0 15px; position: absolute; left: 13px; top: -13px;}
.product-grid .catprod .sticker {top: 10px;}

.category .product-grid .description,
.category .product-grid .cart .cat-add-to-cart{display:none}

.category .product-grid .catprod .catcent{padding: 0 16px;}
.category .product-grid .catprod .catright{padding: 0 16px;}

.category .product-list .catprod{
	width: 100%;
    float: none;
    background: #F7F7F9;
    padding: 0 0 0 35px;
    margin: 0 0 25px 0;
    overflow: hidden;	}
.category .product-list .catprod .image{background:none; margin:0 30px 0 0; padding:0; text-align:left; float:left; width:140px;padding-top: 45px;}
.category .product-list .catprod .image img{width:100%; height:auto}
.category .product-list .catprod .image:hover{box-shadow:none}
.category .product-list .catprod .catcent{
	float: left;
    width: 510px;
    border-right: 25px solid #fff;
    margin: 0;
    padding: 45px 20px 10px 0px;
	}
.category .product-list .catprod .name{padding:0 0 10px 0; height:auto; }
.category .product-list .catprod .name a{font-size: 20px; line-height: 1.2; font-family: 'Segoe UI Bold';}
.category .product-list .catprod .description{font-size:15px; line-height:22px; min-height: 120px;}
.category .product-list .catprod .catright{float: right; width: 180px; height: 100%; text-align: center; padding:0 25px; display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;padding-top: 45px;}
.category .product-list .catprod .price{display:block; font-size: 26px; line-height:36px; color: #3F4550; padding:0 0 25px 0; border-bottom:1px solid #C0C2C6; margin-top: -10px;}
.category .product-list .catprod .price span{}
.category .product-list .catprod .price .noinstock{font-size:16px}
.category .product-list .catprod .cart{padding:25px 0 0 0}
.category .product-list .catprod .cart .cat-add-to-cart{color:#3F4550; margin:10px 0 0 0; cursor:pointer}
.category .product-list .catprod .cart .cat-add-to-cart i{background:#3F4550}
.category .product-list .catprod .ad-ocenki{position: relative; bottom: -2px; margin:0 10px 0 0}
.category .product-list .catprod .description-adds{padding:0 0 10px 0; font-size:14px}
.category .product-list .catprod .ad-prodagi{margin:0 10px 0 0}
.category .product-list .catprod .ad-otzivi a{color: #F47314; text-decoration:underline; font-family: 'Segoe UI Semibold';}
.category .product-list .catprod .sticker{top:0; left:0}

.product-filter{font-size:16px; overflow: hidden; padding: 12px 0 15px 0;}
.product-filter .sort{float:left}
.product-filter .sort span{color: #4A556A; font-family: 'Segoe UI Semibold'; cursor:pointer; margin:0 0 0 20px; }
.product-filter .sort span i{color:#F47314;margin:0 0 0 5px}
.product-filter .sort span.DESC i{transform:rotate(180deg)} 
.product-filter .display{float:right}
.product-filter .limit{float:left; margin:0 90px}
.product-filter .display{color:#F47314}
.product-filter .display a{color: #4A556A}
.product-filter .display i{margin:5px 0 0 10px; font-size: 18px; clear:both; cursor:pointer}
.product-filter .limit select{background: #F7F7F9;
    border: none;
    padding: 0 10px;
    color: #4A556A;
    font-family: 'Segoe UI Semibold';
    height: 26px;
    line-height: 26px;
    margin: 0 0 0 10px;}

.category.search{overflow:hidden; }
.category.search h1{margin-top:-10px}
.category.search #column-left, .category.search .catright{padding-top:70px}

.category.search .content{background: #F7F7F9; padding:45px; overflow:hidden}
.category.search .content h2{margin:0 0 20px 0}
.category.search .content input[type=text],
.category.search .content select{height:44px; line-height:44px; border:none; padding:0 20px; width:100%}
.category.search .content span{color: #6C737E; display:block}
.category.search .content .sl{float:left; margin:0 20px 0 0; width:calc(33% - 20px)}


#button-search, #sendbuttons{background: #F47314; text-transform: uppercase; color: #FFFFFF; font-family: 'Oswald Medium'; width:120px; 
text-align:center; height:44px; line-height:44px; margin:22px 0; cursor:pointer; border:none}
#button-search:hover, #sendbuttons:hover, #test:hover{background: #D8610A;}

.product-info .left{background: #F7F7F9; height:385px; float:left; text-align:center; margin:0 25px 0 0; width:330px; position:relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-info .left .image{margin: 0;}
.product-info .description{background: #F7F7F9; position:relative; height:385px; float:left; margin:0 25px 0 0; width:280px; padding:30px 40px}
#content .product-info .description>div{margin:0 0 10px 0; font-size: 14px; line-height: 24px;}
#content .product-info .description b a,
#content .product-info .description .span-or span.popupButton{border-bottom:1px dotted; color:#F47314; font-family: 'Segoe UI Bold';}
#content .product-info .description>div .dots{}
.product-info .promo_code{background: #F7F7F9; height:385px; float:left; margin:0 25px 0 0; width:235px; padding:32px 20px; position: relative;}
.product-info .promo_code .get_code{font-family: 'Oswald Medium'; display:block; margin:0 45px 0 0; font-size: 20px; line-height: 28px; letter-spacing: 0.01em; text-transform: uppercase; cursor:pointer}
.product-info .price-right{background: #F7F7F9; height:385px; float:right; width:280px; padding:25px 30px}
.product-info .price-right .price {display: inline-block}
.product-info .price-right .price b{line-height: 18px; font-size: 13px; display: inline-block; padding: 0 0 10px 0; font-family: 'Segoe UI Semibold'; text-align: center;}
.product-info .price-right .price-old{margin-left: 16px; font-family: 'Segoe UI'; font-size: 20px; color: #9FA6B1; position: relative;}
.product-info .price-right .price-old:after{content: ''; width: 100%; height: 2px; background: #F8614C; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.product-info .promo_code .get_code i{background:#F47314; color:#fff; display:inline-block; width:28px; height:28px; line-height:26px; border-radius:100%; text-align: center; font-size: 18px; margin:0px 0 0 5px}
.product-info .economy{color: #3F4550; font-family: 'Segoe UI Bold'; font-size: 12px; line-height: 22px;}
.product-info .promo_code .about_code, .cart2 .about_code{position: absolute;color: #3F4550;font-family: 'Segoe UI Semibold'; width: calc(100% - 60px);
    font-size: 14px;
    line-height: 22px;
    bottom: 25px;}
.product-info .promo_code .about_code {
    /*bottom: 82px;*/
}

.popupButton{cursor:pointer}
.popupButton:hover:after{background:#F47314; color:#fff}
.product-info .promo_code .about_code:after, .product-info .economy:after{content:'?'; color: #F47314;background: #E5E5E8; display:inline-block; width:15px; height:15px; line-height:15px; border-radius:100%; text-align: center; margin:0 0 0 5px}
.popupButton:hover:after, .product-info .promo_code .about_code:hover:after, .product-info .economy:hover:after{background:#F47314; color:#fff}
.product-info .promo_code .number{background: #6C737E; color:#fff; padding:0 10px; height:26px; line-height:26px; margin:10px 0 0 0}
.product-info .promo_code .copy_code{font-size: 12px; line-height: 22px; color: #C0C2C6; display:block; font-family: 'Segoe UI Bold'; cursor:pointer}
.product-info .promo_code .copy_code i{float:right; margin: 7px 0 0 0;}
.product-info .promo_code .copy_code~p{margin:30px 0!important}


.product-pow-pay{clear:both; padding:25px 0; color: #C0C2C6;}
.product-pow-pay span{float:left; line-height:36px; padding:0 15px 0 0}
.product-pow-pay .pow-pay1{float:right; color: #4A556A; background: #F7F7F9; padding: 10px 20px; width: 540px; text-align:center}
.pbtm{clear: both; padding: 50px 0;}

.opisanie{border-top:1px solid #C0C2C6; padding:40px 0 70px 0}
.read-next{font-size: 16px; line-height: 22px; color: #4A556A; font-family: 'Segoe UI Semibold'; padding:5px 0 0 0; cursor:pointer}
.htabs>a{background: #F7F7F9; height:60px; color: #4A556A; text-align:center; font-family: 'Oswald Medium'; font-size:16px; border-bottom:4px solid #4A556A;
padding: 5px 10px; float:left; flex-grow: 1;display: flex;align-items: center;justify-content: center;}
.htabs>a {margin-right: 20px}
.htabs>a:last-child {margin-right: 0;}
.htabs>a.selected{border-bottom:4px solid #F47314;}
.htabs{overflow:hidden; padding:0 0 25px 0; display: flex}
.tab-content table {width: calc(100% + 45px)!important; border: none!important;  border-spacing: 25px 10px;  margin: 0 0 0 -25px;}
.tab-content table td{background: #F7F7F9; padding:10px 15px; border:none!important}
.tab-content table td span{background:none!important}
.tab-content table td strong{font-family: 'Segoe UI Regular';} 

.tab-content .liber{margin:0 0 30px 0}
.tab-content .liber .question{padding: 0 0 15px 0; margin:0 0 0 0;
    cursor: pointer;
    font-family: 'Segoe UI Semibold';
    font-size: 16px;
    line-height: 20px;}
.tab-content .liber .question:after{content: "\f107"; color: #F47314; margin: 0 0 0 10px;font: normal normal normal 16px/1 FontAwesome;    display: inline-block;}
.tab-content .liber .question+.answer{height:0; margin:0!important; overflow:hidden; transition: all .3s ease;}
.tab-content .liber .question+.answer strong{font-family: 'Segoe UI Regular';} 
.tab-content .liber .question.active:after{transform: rotate(180deg);}
.tab-content .liber .question.active+.answer {
    background: #F7F7F9;
    border-left: 4px solid #F47314;
    padding: 25px 25px 25px 40px;
    height: auto!important;
    margin: 15px 0 !important;
    font-size: 13px;
    transition: all .3s ease;
}
#footer .istwoocol li {
    line-height: 1.4;
    padding: 0 10px 8px 0;
}

#content.reviewVKwiget{padding:0 0}
.review-list{
	/* padding:20px 30px; */
	background:#F8F9FB;
	position: relative;
    font-size: 14px;
    color: #565656;
    margin: 0 20px;
	border-radius:10px;
}
.review-list .author{color: #C0C2C6;}
.review-list .author b{color: #404040;}
.review-list .author span{margin-left:10px;}
.review-list .rating{
	color: #000;
    display: inline-flex;
    align-items: center;
    line-height: 16px;
    font-size: 16px;
    margin-top: -2px;
    background: -webkit-linear-gradient(left, #F47314 0%, #F47314 50%, #000 50%, #000 100%);
    background-color: blue;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin-top:10px;
}
.review-list br{display:none}
.review-list .text{
	line-height: 20px;
    min-height: 80px;
    height: 80px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top:10px;
}

.review-list .answer {
  padding: 30px 0 0 100px;
  font-style: italic;
}

.review-list .answer b {
  display: block;
  margin: 0 0 10px;
  font-style: normal;
}

.review-list .vot_updown2{float:none!important}
.review-list #yesvot{color: #79BF41!important; font-family: 'Segoe UI Bold'; text-decoration:underline; cursor:pointer}
.review-list #novot{color: #F8614C!important; font-family: 'Segoe UI Bold'; text-decoration:underline; cursor:pointer}
.review-list .vot_updown2 b{font-family: 'Segoe UI Regular'}
.confirmBlock{padding:0 0 0 50px}
.confirmBlock .pay.unavailable, .confirmBlock .pay.unavailable:hover,
#button-cart.unavailable, #button-cart.disabled, #button-cart.unavailable:hover, #button-cart.disabled:hover{
background: #C0C2C6!important; color: #fff; cursor:default; pointer-events: none;
}

.confirmBlock .pay+b{display:none}
.confirmBlock .pay.unavailable+b{display: inline-block; width: 400px; padding: 0px 0 0 20px; font-family: 'Segoe UI Regular'; color: #9FA6B1;}

.pay{
background: #F47314; width:200px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Oswald Medium';
    text-align: center;
    height: 44px;
    line-height: 44px; padding:0 25px;
    cursor: pointer;
    display: inline-block; clear:both; float:left;
    border: none;
}
	
.confirmBlock .checkbox label{overflow:hidden; display:block; position:relative; cursor:pointer}
.confirmBlock .checkbox label input{position:absolute; top:-50px;}
.confirmBlock .checkbox label span:before{content:''; display:inline-block; margin:0 10px 0 0; width:14px; height:14px; box-sizing: border-box; border:1px solid #4A556A}
.confirmBlock .checkbox label input:checked+span:before{content:'✓'; background: #4A556A; line-height: 13px;
    font-size: 12px;
    padding: 0 0 2px 2px;
    color: #fff;
    top: -2px;
    position: relative;}
	
	
.vipokypaete{padding:25px 0 0 50px}
.vipokypaete p{font-size:16px; margin:0 0 10px 0}
.confirmBlock p{display: block; width: 50%; float: left; padding:0 30px 0 0}
.buyform{padding:10px 0; overflow:hidden; display:block}
.buyform select{line-height: 30px; height: 30px; margin: 0 0 0 10px;}

.elselect{position:relative; height: 26px; background:#fff}
.elselect select{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
text-indent: 0.01px;
text-overflow: '';
border:none;
background:transparent;
height: 26px;
    line-height: 26px;
    width: 100%;
        padding: 0 15px 0 5px;
	margin:0 0 0 0;display: block;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.elselect option{
	white-space:nowrap;
	text-overflow: ellipsis;}	
	
.elselect:before{content: '\f107';
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    pointer-events: none;
    color: #F47314;
    width: 20px;
    text-align: center;
    cursor: pointer;
    font: normal normal normal 14px/1 FontAwesome;
}

.buyform .vers{background:#fff;height: 26px;
    line-height: 26px;
    display: block;
    width: 100%;
	white-space:nowrap;
	text-overflow: ellipsis;
	 overflow: hidden;
    padding: 0 5px;}


#button-cart{margin-bottom:15px}


#pay_form{background: #F7F7F9; padding:50px 40px;  margin: 0 0 50px 0; position:relative; /*overflow: hidden;*/}
#pay_form .close{position: absolute; top:20px;  right:30px; cursor:pointer}

#pay_form h3{font-size: 20px; line-height: 24px; font-family: 'Segoe UI Bold'}


#pay_form .description_prod .hidden{display:none}

#pay_form .description_prod .price{font-family: 'Segoe UI Bold';}

#pay_form .description_prod .question .znak{color: #F47314;
    background: #E5E5E8;
    display:none;
    width: 15px;
    height: 15px;
    line-height: 15px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 100%;
    text-align: center;
    position: absolute; top:20px; right:30px
}
#pay_form .description_prod .question .znak:hover {
    background: #F47314;
    color: #fff;}
	
#pay_form .description_prod .question .description{display:none;
    background: #FFFFFF;
    position: absolute;
    box-shadow: 0px 10px 20px rgba(30, 37, 48, 0.15);
    padding: 15px;
    font-size: 13px;
    line-height: 18px;
    min-width: 250px;
    bottom: calc(100% + 10px);
    left: 0px;
    z-index: 9;
}

#pay_form .description_prod .question .description:before {
    content: '';display:block;
    position: absolute;
    left: 110px;
    bottom: -15px;
    border: 10px solid transparent;
    border-right: 7px solid #fff;
    border-top: 13px solid #fff;
	width: 0px;}

#pay_h3{}
#pay_form .description_prod li a:hover .question .znak,
#pay_form .description_prod .question:hover .description {display:block}
	
	

#pay_form .description_prod li{list-style:none; text-align:center; width:135px; display:block;  float: left; cursor:pointer}
#pay_form .description_prod li a{display: block; height:130px; margin:0 0 20px 0; padding:15px 10px; border-bottom:2px solid transparent; position:relative}
#pay_form .description_prod li a:hover, #pay_form .description_prod li a.act{background: #F7F7F9; box-shadow: 0px 10px 20px rgba(30, 37, 48, 0.15); border-bottom:2px solid #F47314}
#pay_form .description_prod li a:hover .question, #pay_form .description_prod li a.act .question{display:block;}

#pay_form .description_prod .title{font-size: 16px; line-height: 24px; display:block}
.addtocart input{text-align:center; margin:0 0 0 10px} 
#pay_form .description_prod li img{height:40px; width:auto}
.right_description .question, #pay_form h3 .question, .cnter .question{display:inline-block; position:relative; font-family: 'Segoe UI Regular';}
.right_description .question .znak, #pay_form h3 .question .znak, .cnter .question .znak{color: #F47314;
    background: #E5E5E8;font-family: 'Segoe UI Semibold';
    display:block;
    width: 15px;
    height: 15px;
	font-size: 14px;
    line-height: 15px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 100%;
    text-align: center;
}
.right_description .question:hover .znak, #pay_form h3 .question:hover .znak, .cnter .question:hover .znak{color:#fff; background:#F47314;}
.right_description .question .description, #pay_form h3 .question .description, .cnter .question .description{display:none;
    background: #FFFFFF;
    position: absolute;
    box-shadow: 0px 10px 20px rgba(30, 37, 48, 0.15);
    padding: 15px;
    font-size: 13px;
    line-height: 18px;
    min-width: 250px;
	height:auto;
    bottom: calc(100% + 20px);
    right: -40px;
    z-index: 9;
}
.cnter .question .description {}
.right_description .question .description:before, #pay_form h3 .question .description:before, .cnter .question .description:before {
    content: '';display:block;
    position: absolute;
    right: 50px;
    bottom: -15px;
    border: 10px solid transparent;
    border-right: 7px solid #fff;
    border-top: 13px solid #fff;
	width: 0px;}
.right_description .question:hover .description, #pay_form h3 .question:hover .description, .cnter .question:hover .description{display:block}


.newPopupInfo{display:none}
.popupHolder{position:relative}
.popupText{background: #FFFFFF; position:absolute;
    box-shadow: 0px 10px 20px rgba(30, 37, 48, 0.15);
    padding: 20px 40px;
    font-size: 13px;
    line-height: 18px;    min-width: 200px;
    left: calc(100% + 30px);
    top: -10px;
    z-index: 9;}
	
.popupText:before {
content: '';
    position: absolute;
    left: -20px;
    top: 15px;
    border: 10px solid transparent;
    border-right: 13px solid #fff;
    border-top: 7px solid #fff;
    width: 0px;}	
	
.popupText:after{content: '+'; position: absolute; color:#4A556A; top: 5px;
    right: 10px; cursor:pointer;
    transform: rotate(45deg);
    font-size: 20px;}
	
.about_code+.popupText,
.del_a+.popupText, .del_aa+.popupText, .kakk_code+.popupText, .kaka_code+.popupText, .economy+.popupText{width: 420px;
    bottom: 100px;
    top: auto; 
    right: auto;
    left: 0;} 
	
.economy+.popupText{right: 100%; bottom: auto; top: 90px;}
.about_code+.popupText {
    left: auto;
    right: 40px;
    bottom: 75px;
}
.product-info .promo_code .about_code+.popupText {
    bottom: 132px;
}
.cart2 .kaka_code + .popupText {
  left: auto;
  right: 0;
}

.cart2 .kaka_code+.popupText:before {
  left: auto;
  right: 20px;
  border-right: 7px solid #fff;
  border-left: 10px solid transparent;
}

.about_code+.popupText:before,
.del_a+.popupText:before, .del_aa+.popupText:before {
  left: auto;
  right: 20px; 
  top:auto; 
  height:0;
  bottom: -20px;
  border-right: 7px solid #fff;
  border-top: 13px solid #fff;
}

.kaka_code+.popupText:before {
  left: 20px; 
  right: auto;
  top:auto; 
  height:0;
  bottom: -20px;
  border-left: 7px solid #fff;
  border-right: 10px solid transparent;
  border-top: 13px solid #fff;
}
	
.economy+.popupText:before{transform: rotate(-90deg); right: -20px; bottom:10px; top: auto; left: auto;}
	
.kakk_code+.popupText{right: 300px;
    top: 0;
    width: auto;
height: 1500px;}
	
.cart2	a{font-family: 'Segoe UI Semibold'; cursor:pointer}
.cart2 b{font-family: 'Segoe UI Semibold'}
.kaka_code{font-family: 'Segoe UI Semibold'; float:right; cursor:pointer}
	
#content .popupText p{font-size: 13px!important; line-height: 18px!important; margin:0 0 0 0}





.availability .dashed{display:none}

.price .price_cart{font-size: 36px; line-height: 24px; color: #3F4550; font-family: 'Segoe UI Bold'; display:block; padding: 0 0 20px 0;}
#button-cart{background: #F47314; text-transform: uppercase; color: #FFFFFF; font-family: 'Oswald Medium'; width: 100%; text-align:center; height:44px; line-height:32px; cursor:pointer; display:block; border:none}
#button-add-cart{color:#4A556A; text-transform: uppercase;font-family: 'Oswald Medium'; text-align:center; font-size: 14px; line-height: 21px; display:block; padding: 10px 0; cursor:pointer}
#button-add-cart i{background: #4A556A;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 26px;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
	margin:0 5px 0 0;
}
#button-add-cart:hover{color: #3B4456;}
#button-add-cart:hover i{background: #3B4456;}

.dashed.newLink{color: #3F4550; font-family: 'Segoe UI Bold'; font-size: 12px; line-height: 22px; position:relative}
.dashed.newLink+newPopupInfo{background: #FFFFFF; position:absolute;
    box-shadow: 0px 10px 20px rgba(30, 37, 48, 0.15);
    padding: 20px 40px;
    font-size: 13px;
    line-height: 18px;    min-width: 200px;
    left: calc(100% + 30px);
    top: -10px;
    z-index: 9;}
.dashed.newLink+newPopupInfo:before {left: auto;
    right: 20px; top:auto; height:0;
    bottom: -20px;
	 border-right: 7px solid #fff;
    border-top: 13px solid #fff;}	
	
.hhd{display:none}
#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleRight, #cboxBottomRight, #cboxBottomCenter, #cboxBottomLeft, #cboxMiddleLeft{display:none}	
	
.pbtm td{width:25%; text-align:center; font-family: Segoe UI Semibold; padding:0 30px; font-size: 14px; line-height: 22px; vertical-align:top}	
.pbtm td img{height:35px; width:auto}
.pbtm td h3{font-size: 20px; line-height: 27px;	margin:10px 0; font-family: Segoe UI Bold; }

.left_description{float:left; width:calc(100% - 305px)}	
.right_description{float:right;width:280px; margin:0 0 0 25px; background: #F7F7F9;  padding: 30px 20px 30px 30px;}	
.right_description h2{font-size: 19px; line-height: 24px; margin:0 0 5px 0; font-family: Segoe UI Bold; }
.right_description .right_blocks{clear:both; font-family: Segoe UI Semibold; padding:0 0 15px 0}
.right_description .right_blocks~.right_blocks{padding-top:20px}
.right_description .right_blocks img{float:left; margin: 0 10px 50px 0; width:35px; height:auto}
.right_description .right_blocks a{color: #2785F4; text-decoration:underline}
	
.right_description .right_blocks a.popupButton{color: #F47314;background: #E5E5E8; display:inline-block; width:15px; height:15px; line-height:15px; cursor:pointer; text-decoration:none;
border-radius:100%; text-align: center; margin:0 0 0 5px; position:relative}
.right_description .right_blocks a.popupButton:hover{background: #F47314; color: #fff;}

#div1{white-space:nowrap}
#div1 .mytext{color: #9FA6B1; border: none; height: 26px; line-height: 26px; padding: 0 10px; margin:7px 0 0 0; display:inline-block; float: left;}
#msg{float: left;}
#msg a{display:inline-block; background: #F47314; text-transform: uppercase; color: #FFFFFF; text-decoration:none; text-align:center; height:26px; line-height:26px; padding:0 10px; font-family: 'Oswald Medium'}

.conts .left-cont{float:left; width:calc(100% - 410px)}
.conts #column-right{float:right; width:385px; margin:0 0 0 25px}
.conts .tweetexclamation{background: #F7F7F9; margin: 25px 0 0 0;}

.idstatpage h3{font-family: 'Oswald Medium';font-size: 36px; margin:0 0 15px 0}
.idstatpage{font-size: 16px; line-height: 21px;color: #000;}



#content .tweet_list{padding:40px 30px}
#content .tweet_list li{list-style:none; margin:0 0 10px 0}
#content .tweet_list li .tweet_time a{display:block; color: #2785F4!important; text-decoration:underline}
#content .tweet_list li br{display:none}
#content .tweet_list .tweet_avatar {margin: 0 0 30px 0;}

.tweetexclamation{height: 500px; overflow: auto;}
.conts h3{font-size: 36px; line-height: 24px; font-family: 'Oswald Medium'; margin:0 0 30px 0}
.fileserver{background: #F7F7F9; color: #4A556A;  padding: 20px 20px; margin: 0 0 30px 0;}
.fileserver a{text-decoration:underline; color: #2785F4}

#askquestion-trans, .sendbutton, .button{background: #F47314; text-transform: uppercase; color: #FFFFFF; font-family: 'Oswald Medium'; display:block; text-align:center; height:44px; line-height:44px; width:215px; cursor:pointer; display:block;}
.feedback-liber{padding:30px}

.liberCol{width:50%; float:left}
.liberCol.col1{padding:0 50px 0 0}
.liberCol.col2{padding:0 0 0 50px}
.liber-item{padding:0 0 15px 0}

.liber-item .question i{color:#F47314; margin:0 0 0 10px}
.liber-item .question.active i{transform:rotate(180deg)}
.liber{margin:50px 0 0 0}
.liber h2{font-family: 'Oswald Medium';
font-size: 36px; margin:0 0 40px 0;
line-height: 24px;}
.liber a.question{
    font-size: 16px;
    cursor:pointer;
    line-height: 20px;
    color: #3F4550;
    font-family: 'Segoe UI Semibold';
    text-decoration: none;
}
.liber-item .answer{
    overflow:hidden;
    max-height:0;
    border-left:4px solid #F47314;
    padding: 0;
    transition: all .3s ease;
    background: #F7F7F9;

}
.liber-item .question.active~.answer.content{
    padding:25px 25px 0 40px;
    max-height: 5000px;
    transition: all .4s ease;
}

.reviewspage{overflow:hidden; margin:30px 0 0 0}
.feedbackList{float:right; width:350px; margin:0 0 0 70px; margin: 0 0 30px 70px;
    height: 530px;
    overflow-y: scroll; scrollbar-color: #3F4550 #E5E5E8; scrollbar-width:thin}
	
.feedbackList::-webkit-scrollbar{background: #E5E5E8; width:2px}
.feedbackList::-webkit-scrollbar-button{display:none}	
.feedbackList::-webkit-scrollbar-thumb{background: #3F4550;}

.reviews{margin:0 10px 30px 0}
.reviews .rewname a{font-size: 20px; line-height: 24px; color: #4A556A; font-family: Segoe UI Semibold; display:inline-block; padding:0 0 5px 0}
.reviews .rewname a:hover{text-decoration:underline}

.feedback-liber label{margin: 15px 0 5px 0; display: inline-block;}
.feedback-liber input[type=text], .feedback-liber select, .feedback-liber textarea{display:block; width:100%; height:35px; line-height:35px; padding:0 15px; 
border:1px solid #eee; border-radius:2px}
.feedback-liber textarea{height:120px}
.formacapthca input{width:50%!important; float:left; margin:0 20px 0 0}
.feedback-liber-button{margin:15px 0 0 0}

#notification {
/*    width: 50%;*/
/*     height: 120px; */
/*     position: absolute; */
/*    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;*/
}

#notification .success{
    background: #3F4550;
    height: 170px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#notification .success a{color:#fff}
#notification .success .close{font-size: 14px; margin:30px 0 0 0;
line-height: 21px;
letter-spacing: 0.05em;
text-transform: uppercase; color: #F47314;font-family: 'Oswald Medium'; cursor:pointer}


#livesearch{position: absolute;background: #FFFFFF;box-shadow: 0px 10px 20px rgba(30, 37, 48, 0.15); padding:35px; z-index:99}
#livesearch li{list-style:none; padding:0 0 20px 0}
#livesearch li:last-child{padding:0}
#livesearch li img{display:none}
#livesearch li a{color: #4A556A;font-family: Segoe UI Bold;}
#livesearch li em{font-size: 20px; line-height: 22px;display:block; font-family: Segoe UI Bold; font-style:normal}
#livesearch li em .noinstock{font-size: 14px; font-family: Segoe UI Semibold}
#livesearch .more{color: #F47314; text-transform: uppercase; font-family: 'Oswald Medium';  display: block; cursor:pointer}
#livesearch .more i {
    background: #F47314;
    color: #fff;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 26px;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
    margin: 0 10px 0 0;
}

.hhd{display:none}

.product-info .description .dropdown .drin{position:relative}
.product-info .description .dropdown{display:block;position: absolute; width:calc(100% - 80px); bottom: 15px; font-size:16px; line-height:24px}
.product-info .description .dropbtn{background:#fff; display:block; font-size: 12px; line-height: 24px; height: 24px; padding:0 15px; color: #C0C2C6; margin:5px 0 0 0; cursor:pointer}
.product-info .description .dropbtn i{color:#F47314; float:right; font-size: 18px; padding: 3px 0 0 0;}
.product-info .description .dropdown .dropdown-content {display: none; position: absolute; padding:10px 0; background:#fff; min-width:100%; box-shadow: 0px 10px 20px rgba(30, 37, 48, 0.15)}
.product-info .description .dropbtn.show+.dropdown-content{display:block;} 
.product-info .description .dropbtn.show i{transform:rotate(180deg)}
.product-info .description .dropdown .dropdown-content a{color: #2785F4; display:block; font-size: 12px; line-height:24px; height:24px; padding:0 15px; white-space: nowrap;}
.product-info .description .dropdown .dropdown-content a:hover{background: #C0C2C6}

.newPopup{position:fixed; width: 60%;
    background: #fff;
    left: 50%;
    top: 8%;
	max-height:84%;
    overflow-y:auto;
    transform: translate(-50%, -0%);
	padding:40px 50px;
	}
.newPopup .btnClose{float: right;
    background: none;
    border: none;
    color: #F47314;
    cursor: pointer;
    position: relative;}	
.digiseller-reviewList .col1, .digiseller-reviewList .col2{display:inline}	
.digiseller-review{width:calc(50% - 10px); margin:0 0 30px 0; box-shadow: 0px 10px 20px rgba(30, 37, 48, 0.15); height:95px; position:relative; padding:15px 20px; box-shadow: 0px 10px 20px rgba(30, 37, 48, 0.15);border-radius:10px;}	
.digiseller-reviewList .col1 .digiseller-review:nth-child(even), .digiseller-reviewList .col2 .digiseller-review:nth-child(odd){margin-left:10px}

.digiseller-reviewList .zic{display:none}

.digiseller-review:before{content: '';
    position: absolute;
    left: 20px;
    bottom: -13px;
    border: 10px solid transparent;
    border-left: 7px solid #fff;
    border-top: 13px solid #fff;
    width: 0px;}
.digiseller-reviewdate{color: #C0C2C6;} 
/* .digiseller-review .digiseller-reviewgood{color: #62DF4E; margin: 0 0 0 -14px;} */
.digiseller-review .digiseller-reviewdate+p{padding: 0 0 0 20px; margin: 0 0 0 -20px; display:block; height:44px; overflow:hidden}

h1.rev{font-size: 24px; line-height: 24px; margin:0 0 30px 0}
.newOverlay{position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 10;
    left: 0;
top: 0;}
.newOverlay .closeBlock{width: 100%; height: 100%;}
.digiseller-reviewList a.il{float:right; font-family: 'Segoe UI Semibold'; padding:0 10px 0 0; cursor:pointer} 
 
#review-form{padding:30px 0 0 0}
#review-form .lbl span{color:#F47314}

#review-form input[type=text]{height:44px; background: #6C737E; width:65%;
    line-height: 44px;
    padding: 0 15px;
    border: none;
color:#fff}
#review-form input[type=text]:focus{border-left:4px solid #F47314}
#review-form #captcha {
    margin: 0px 15px -5px 15px;
    display: inline-block;
    bottom: -5px;
}
#review-form #captcha+img{}
#review-form textarea{padding: 10px 15px; border: none;  background: #6C737E; color:#fff; height:160px; width:65%;}
#review-form .warning{font-style: italic; color: #ff0000;  padding: 20px 0 0 0;}
#review-form .rating{overflow:hidden}


.cart2 .buyform{display:block; float:left; width:60%; margin:0 10px 0 0; padding:0 0 0 0}
.cart2 .cnter{float:left; width: calc(40% - 10px)}
.cart2 .cnter .nmbr{position: relative;}
.cart2 .cnter .nmbr input[type=number]{-moz-appearance:textfield; border:none; height:26px; line-height:26px; display:block; width:100%; padding:0 0 0 15px}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  opacity: 0;
  cursor: pointer;
  display: block;
  width: 13px;
  height:26px;
  color: #333;
  text-align: center;
  position: relative;  
}
.cart2 .cnter .nmbr:before, .cart2 .cnter .nmbr:after{content: '\f106'; display:block; position:absolute; top:0; right:0; pointer-events: none; color:#F47314; width:13px; height:13px; line-height:13px; text-align:center; cursor:pointer;
    font: normal normal normal 14px/1 FontAwesome;}
.cart2 .cnter .nmbr:after{content: '\f107'; top:13px;}
.cart2 .savings{clear:both; padding:15px 0}
.cart2 .addtocart{border-top:2px solid #C0C2C6;padding:10px 0 5px 0}
.cart2 .addtocart.disabled{opacity:.5}

.cart2 .noinstock{border-top:2px solid #C0C2C6; text-align:center; padding:10px 0 0 0; font-family: 'Segoe UI Semibold'} 


.nmbrs{position: relative;}
.nmbrs input[type=number]{-moz-appearance:textfield; border:none; height:56px; line-height:56px; display:block; width:100%; padding:0 0 0 15px}
.nmbrs:before, .nmbrs:after{content: '+'; display:block; position:absolute; top:9px; right:0; pointer-events: none; color:#F47314; width:13px; height:13px; line-height:13px; text-align:center; cursor:pointer;
    font: normal normal normal  16px/1 FontAwesome;}
.nmbrs:after{content: '-'; top:28px;}



.trigers {
    margin-top: 16px;
}

.triger{
/*border-left:5px solid #d2d2d2; 
border-right:1px solid #d2d2d2; 
border-top:1px solid #d2d2d2; 
border-bottom:1px solid #d2d2d2; 

padding-left:4px; 
padding-right:4px; 

font-family: 'Segoe UI Semibold';
display: block;
position:relative;
float:left;
margin-top:12px;
margin-left:2px;*/
      display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
    font-family: "Segoe UI";
    font-weight: bold;
    font-size: 14px;
    background: #FFFFFF;
    color: #404040;
    border-left: 4px solid #3F4550;
    height: 28px;
    line-height: 1;
    padding: 6px 15px 2px;
}
.triger ~ span.triger{
	margin-right:0;
}
.box-filter {
    display: flex;
    margin-bottom: 30px;
}

.box-filter label {
    display: block;
    position: relative;
    float: left;
    cursor: pointer;
    overflow: hidden;
    margin: 0 10px 0 0;
    font-family: "Segoe UI";
    font-weight: normal;
    font-size: 18px;
    color: #4A556A;
    background: #F7F7F9;
/*     height: 24px; */
    line-height: 22px;
    padding: 8px 14px;
}

.box-filter label:hover {
    color: #F47314;
}

.box-filter label input {
    opacity: 0;
    position: absolute;
    top: -100px;
}

.box-filter label.selected {
/*     background: #4A5D6F; */
    color: #F47314;
}

.product-info .description .dropdown .download_link {
    color: #3F4550;
    font-family: 'Segoe UI Semibold';
    font-size: 14px;
    line-height: 22px;
}

.product-info .description .dropdown .download_link:after {
    content: '?';
    color: #F47314;
    background: #E5E5E8;
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 100%;
    text-align: center;
    margin: 0 0 0 5px;
    position: absolute;
    top: 4px;
    right: 28px;
}

.product-info .description .dropdown .download_link:hover:after {
    background: #F47314;
    color: #fff;
}

.product-list .cart-nostock {
    padding: 25px 0 0 0;
}

.product-grid .cart-nostock {
    display: inline-block;
    margin-left: 16px;
}

.product-grid .cart-nostock .cart-add {
    display: none;
}

.product-grid .cart-nostock .cart-buy {
    color: #4A556A;
    text-transform: uppercase;
    font-family: 'Oswald Medium';
}
    
.product-grid .cart-nostock i {
    background: #3F4550;
    color: #fff;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 26px;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
    margin: 0 10px 0 0;
}

.product-list .cart-nostock a {
    display: block;
    color: #3F4550;
    opacity: 0.7;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-family: 'Oswald Medium';
}

.product-list .cart-nostock i {
    background: #3F4550;
    color: #fff;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 26px;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
    margin: 0 10px 0 0;
}

.download_link+.popupText {
    width: 320px;
    left: 100%;
    top: -5px;
}

.downloads-category ul {
    list-style: none;
}

.downloads-category ul li {
    text-align: center;
}

.downloads-category ul li h3 {
    font-family: "Oswald Medium";
    font-style: normal;
    font-size: 36px;
    line-height: 53px;
    color: #404040;
    margin-top: 50px;
    margin-bottom: 20px;
}

.downloads-category ul li .program {
    padding: 0;
}

.downloads-category ul li .program ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.downloads-category ul li .program ul li {
    width: 50%;
    padding: 2px;
}

.downloads-category ul li .program ul li .program-accordion {
    font-family: "Oswald Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #4A556A;
    background: #F7F7F9;
    cursor: pointer;
    padding: 25px 40px;
    text-align: left;
    outline: none;
    transition: 0.5s;
/*     margin-bottom: 4px; */
    position: relative;
}

.downloads-category ul li .program ul li .program-accordion p img {
    margin-right: 10px;
}

/*.downloads-category ul li .program .active, .program-accordion:hover {
    background-color: #005cad;
    color: #ffffff;
}*/

.downloads-category ul li .program .active .program-panel .panel-content {
    box-shadow: 0px 10px 20px rgba(30, 37, 48, 0.15);
}

.downloads-category ul li .program .program-accordion:after {
    font-family: 'FontAwesome';
    content:"\f107";
    color: #F47314;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    transition: all .25s ease-in-out;
}

.downloads-category ul li .program .program-accordion.active:after {
    transform: translateY(-50%) rotate(180deg);
}

.downloads-category ul li .program .program-panel {
    color: #4A556A;
    background-color: #F7F7F9;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    box-shadow: 0px 10px 20px rgba(30, 37, 48, 0.15);
}

.downloads-category ul li .program .program-panel .panel-content {
    
}

.downloads-category ul li .program .program-panel .panel-content table {
    width: 100%;
    border-spacing: 0;
}

.downloads-category ul li .program .program-panel .panel-content table thead {
    text-align: right;
}

.downloads-category ul li .program .program-panel .panel-content table thead th {
    font-family: "Segoe UI Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #9FA6B1;
}

.downloads-category ul li .program .program-panel .panel-content table thead th:last-child {
    padding-right: 40px;
}

.downloads-category ul li .program .program-panel .panel-content table thead th.space {
    width: 60px;
}

.downloads-category ul li .program .program-panel .panel-content table tbody {
    text-align: right;
}

.downloads-category ul li .program .program-panel .panel-content table tbody tr {
    vertical-align: top;
}

.downloads-category ul li .program .program-panel .panel-content table tbody tr:nth-child(even) {
  background: #E5E5E8;
}

.downloads-category ul li .program .program-panel .panel-content table tbody tr td {
    padding: 10px 0;
}

.downloads-category ul li .program .program-panel .panel-content table tbody tr td:first-child {
    padding: 10px 0 10px 40px;
}

.downloads-category ul li .program .program-panel .panel-content table tbody tr td:last-child {
    padding: 10px 40px 10px 0;
}

.downloads-category ul li .program .program-panel .panel-content table tbody tr td.small-space {
    width: 15px;
}

.downloads-category ul li .program .program-panel .panel-content table tbody tr td.item-title {
    text-align: left;
}

.downloads-category ul li .program .program-panel .panel-content table tbody tr td p {
    font-family: "Segoe UI Regular";
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #4A556A;
}

.downloads-category ul li .program .program-panel .panel-content table tbody tr td .item-link {
    font-family: "Oswald Regular";
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: #F47314;
}

.downloads-category ul li .program .program-panel .panel-content table tbody tr td .item-nolink {
    font-family: "Oswald Regular";
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: #C0C2C6;
}
.downloads-category .item-title {
    display: inline-block;
    width: 380px;
    overflow-wrap: break-word;
}
.downloads-category .item-accordion {
    font-family: 'Segoe UI Semibold';
    font-size: 14px;
    line-height: 19px;
    color: #4A556A;
    cursor: pointer;
    outline: none;
    transition: 0.5s;
    display: flex;

}
.downloads-category .item-accordion span {
    position: relative;
    padding-right: 16px;
}
.downloads-category .item-accordion span:after {
    font-family: 'FontAwesome';
    content:"\f107";
    color: #4A556A;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all .25s ease-in-out;
}
.program ul li:nth-child(2) .panel-content tbody tr:nth-child(4) .item-accordion span {
    flex: 0 1 275px;
}
.downloads-category .item-accordion.active span:after {
    transform: translateY(-50%) rotate(180deg);
}
.downloads-category .item-panel {
    color: #4A556A;
    background-color: #F7F7F9;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.downloads-category .item-panel .item-content {
    margin-top: 10px;
}

.downloads-category ul li .program .program-panel .panel-content table tbody tr:nth-child(even) .item-panel {
  background: #E5E5E8;
}

.downloads-category .item-panel .item-content p {
    font-family: "Segoe UI Regular" !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 10px !important;
    line-height: 14px !important;
    color: #6C737E !important;
}
.slider_price {
color: #fff !important;
text-transform: uppercase;
text-decoration: none;
background: #ed3330;
padding: 20px;
border-radius: 5px;
display: inline-block;
border: none;
transition: all 0.4s ease 0s;
}

.slider_price:hover {
background: #434343;
letter-spacing: 1px;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}

.partnership h1 {
    text-transform: uppercase;
    margin-bottom: 50px;
}

.partnership h1 span {
    color: #00A3E0;
    text-transform: none;
}

.partnership-first {
    display: flex;
    justify-content: space-between;
}

.partnership-first .left {
    width: 384px;
}

.partnership-first .left h2 {
    font-family: "Oswald Regular";
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #404040;
}

.partnership-first .left h2 span {
    color: #79BF41;
}

.partnership-first .left p {
    font-family: "Segoe UI Regular";
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #404040;
    margin: 30px 0 70px;
}

.join {
    width: 384px;
    background: #F47314;
    border: none;
    padding: 10px 0;
    font-family: "Oswald Regular";
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    transition: all .25s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.join:hover {
    background: #F7F7F9;
    color: #F47314;
}

button.instruction {
    width: 384px;
    background: #F7F7F9;
    border: none;
    padding: 10px 35px;
    font-family: "Oswald Regular";
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #F47314;
    cursor: pointer;
    margin-top: 15px;
    transition: all .25s ease-in-out;
}

button.instruction:hover {
    background: #F47314;
    color: #FFFFFF;
}

.partnership-first .right {
    width: 473px;
    position: relative;
}

.partnership-first .right ul {
    height: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.partnership-first .right ul li {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.partnership-first .right ul li .number {
    font-family: "Oswald Regular";
    font-weight: bold;
    font-size: 68px;
    color: #404040;
    margin-top: 24px;
}

.partnership-first .right ul li:nth-child(1):before {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 28px;
    width: 8px;
    height: 8px;
    background: #F8614C;
    border-radius: 50%;
}

.partnership-first .right ul li:nth-child(1):after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 31px;
    width: 2px;
    height: 45px;
    background: linear-gradient(180deg, #F8614C 0%, #EECA0B 100%, #EECA0B 100%);
}

.partnership-first .right ul li:nth-child(2):before {
    content: '';
    position: absolute;
    top: -9px;
    left: 28px;
    width: 8px;
    height: 8px;
    background: #EECA0B;
    border-radius: 50%;
}

.partnership-first .right ul li:nth-child(2):after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 28px;
    width: 8px;
    height: 8px;
    background: #EECA0B;
    border-radius: 50%;
}

.partnership-first .right ul li:nth-child(3):before {
    content: '';
    position: absolute;
    top: -58px;
    left: 31px;
    width: 2px;
    height: 45px;
    background: linear-gradient(180deg, #EECA0B 0%, #79BF41 100%);
}

.partnership-first .right ul li:nth-child(3):after {
    content: '';
    position: absolute;
    top: -16px;
    left: 28px;
    width: 8px;
    height: 8px;
    background: #79BF41;
    border-radius: 50%;
}

.partnership-first .right ul li .description {
    margin-left: 24px;
}

.partnership-first .right ul li .description h4 {
    font-family: "Segoe UI Regular";
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #404040;
}

.partnership-first .right ul li .description p {
    font-family: "Segoe UI Regular";
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #404040;
}

.partnership-second {
    margin-top: 120px;
    padding: 60px 0;
    background: #3F4550;
}

.partnership-second ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.partnership-second ul li {
    font-family: "Segoe UI Regular";
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #F7F7F9;
    width: 384px;
}

.partnership-second ul li img {
    height: 44px;
}

.partnership-second ul li h4 {
    margin-top: 15px;
}

.partnership-second ul li p {
    margin-top: 10px;
}

.partnership-third {
    padding: 100px 0 120px;
    overflow: hidden;
}

.partnership-third h2 {
    font-family: "Oswald Regular";
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #404040;
}

.partnership-third .steps {
    margin-top: 50px;
    display: flex;
    align-items: center;
    font-family: "Segoe UI Regular";
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #F7F7F9;
    height: 112px;
    position: relative;
}

.partnership-third .steps .register {
    clip-path: url("#clipRegister");
    shape-outside: url("#clipRegister");
    background-color: #F8614C;
    width: 414px;
    height: 112px;
    display: flex;
    align-items: center;
    font-family: "Segoe UI Regular";
    font-weight: bold;
    font-size: 20px;
    color: #F7F7F9;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 70px;
}

.partnership-third .steps .post {
    clip-path: url("#clipPost");
    shape-outside: url("#clipPost");
    background-color: #EECA0B;
    width: 445px;
    height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 364px;
    padding-left: 125px;
}

.partnership-third .steps .post p {
    font-family: "Segoe UI Regular";
    font-weight: bold;
    font-size: 20px;
    color: #F7F7F9;
    margin: 0;
    padding: 0;
}

.partnership-third .steps .get {
    clip-path: url("#clipGet");
    shape-outside: url("#clipGet");
    background-color: #79BF41;
    width: 470px;
    height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 744px;
    padding-left: 125px;
}

.partnership-third .steps .get p {
    font-family: "Segoe UI Regular";
    font-weight: bold;
    font-size: 20px;
    color: #F7F7F9;
    margin: 0;
    padding: 0;
}

.partnership-third p {
    font-family: "Segoe UI Regular";
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #404040;
    width: 790px;
    margin-top: 10px;
}

.join-second {
    margin-top: 40px;
}

.partnership-fourth {
    background: #F7F7F9;
    padding: 90px 0;
    text-align: center;
    border-bottom: 8px solid #C0C2C6;
}

.partnership-fourth h2 {
    font-family: "Oswald Regular";
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #404040;
    width: 47%;
    margin: 0 auto;
}

.partnership-fourth ul {
    list-style: none;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.partnership-fourth ul li {
    margin-top: 10px;
    font-family: "Segoe UI Regular";
    font-weight: bold;
    font-size: 20px;
    color: #3F4550;
    position: relative;
    display: inline;
}

.partnership-fourth ul li:before, .partnership-fourth ul li:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background-color: #F47314;
    border-radius: 50%;
}

.partnership-fourth ul li:nth-child(1):before {
    left: calc(50% - 40px);
}

.partnership-fourth ul li:nth-child(1):after {
    right: calc(50% - 45px);
}

.partnership-fourth ul li:nth-child(2):before {
    left: calc(50% - 210px);
}

.partnership-fourth ul li:nth-child(2):after {
    right: calc(50% - 215px);
}

.partnership-fourth ul li:nth-child(3):before {
    left: calc(50% - 135px);
}

.partnership-fourth ul li:nth-child(3):after {
    right: calc(50% - 140px);
}

.partnership-fourth p {
    font-family: "Segoe UI Regular";
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #404040;
    margin: 40px auto;
    width: 64%;
}

.join-third {
    margin: 60px auto;
}

.body-blackout {
    position: absolute;
    z-index: 1010;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
    display: none;
}

.body-blackout.is-blacked-out {
    display: block;
}

.popup-modal {
    padding: 70px 60px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: all 300ms ease-in-out;
    z-index: 1011;
}

.popup-modal.is--visible {
    opacity: 1;
    pointer-events: auto;
}

.popup-modal__close {
    position: absolute;
    font-size: 1.2rem;
    right: 20px;
    top: 20px;
    cursor: pointer;
    color: #F47314;
}

.popup-modal h1 {
    font-family: "Oswald Regular";
    font-weight: bold;
    font-size: 24px;
    color: #404040;
    margin: 0;
}

.popup-modal ul {
    list-style: none;
}

.popup-modal ul li {
    margin-top: 20px;
}

.popup-modal ul li p {
    font-family: "Segoe UI Regular";
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #404040;
}

.popup-modal ul li p span {
    font-weight: bold;
}

.partner_registration h1 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 60px;
}

.partner_registration-content {
    text-align: center;
}

.instruction-register {
    width: 267px !important;
}

.partner_registration-content form {
    width: 482px;
    margin: 20px auto 127px;
}

.partner_registration-content form .form-content {
    padding: 45px 109px 90px;
    background: #3F4550;
}

.partner_registration-content form .form-content .input-field {
    text-align: left;
    margin-top: 20px;
}

.partner_registration-content form .form-content .input-field label {
    font-family: "Segoe UI Regular";
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
}

.partner_registration-content form .form-content .input-field label .asterisk {
    color: #F47314;
}

.partner_registration-content form .form-content .input-field input {
    width: 100%;
    margin-top: 10px;
    background: #FFFFFF;
    border: none;
    padding: 10px 15px;
}

.partner_registration-content form .form-content .input-field input:focus {
    border-left: 4px solid #F47314;
}

.partner_registration-content form .form-content .input-field input[id="captcha"] {
    width: 170px;
    margin-right: 15px;
}

.partner_registration-content form .form-content .input-field em {
    font-family: "Segoe UI Regular";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}

.partner_registration-content form .form-content .btn-submit {
    width: 100%;
    background: #F47314;
    border: none;
    font-family: "Oswald Regular";
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 0;
    margin-top: 10px;
    cursor: pointer;
}

.partner_registration-content form .form-content .btn-submit:hover {
    background: #F7F7F9;
    color: #F47314;
}

.partner_registration-content form .form-ps {
    margin: 15px auto 0;
}

.partner_registration-content form .form-ps p {
    font-family: "Segoe UI Regular";
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #9FA6B1;
}

.category .product-list .catprod .description {
    font-size: 14px;
}
.triger {
    background-color: #fff;
    color: #919191;
    border-left: 4px solid #a6a6a6;
}
footer {
    clear: both;
}
.about_code .popupText::after {
    display: none;
}
.about_code .popup-buy {
    bottom: 40px;
    height: max-content;
    opacity: 0;
    visibility: hidden;
}
.popup-close::before {
    content: '+';
    position: absolute;
    color: #4A556A;
    top: 5px;
    right: 10px;
    cursor: pointer;
    transform: rotate(45deg);
    font-size: 20px;
}
.about_code.active .popup-buy {
    opacity: 1;
    visibility: visible;
}
.box-filter .clean_filters {
    display: flex;
}
.clean_filters {
    display: none;
    align-items: center;
    margin-left: auto;
    font-size: 15px;
    color: #4A556A !important;
    background: #F7F7F9;
    padding: 0 14px;
}
.clean_filters::before {
    content: '';
    width: 15px;
    height: 15px;
    margin-right: 10px;
    opacity: .5;
    background: url(../img/rotate.svg) no-repeat center/100%;
}
.left-cats ul li:nth-child(5) a.haschildren::before {
    content: '';
    width: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    height: 19px;
    background: url(../img/graphic.png) no-repeat center/100%;
}
.left-cats ul li:nth-child(5) a.haschildren img {
    display: none;
}
#review-title {
    cursor: pointer;
}

.htabs.on-product-page {
  justify-content: space-between
}

.htabs.on-product-page > a {
  max-width: 285px;
}

@media(max-width: 992px) {
  .htabs.on-product-page > a {
    max-width: 100%;
  }
}


.remove-btn {
cursor:pointer;
    content: '';
    width: 10px;height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    
    background: url(../../../../../catalog/view/theme/default/image/remove-small.png) no-repeat center/100%;
}
.clearcart{
 display: inline-block;
position:absolute;
margin-left:-400px;

}

.red{color:red;}

.top{
background:#EECA0B !important;
}

.new{
background:#79BF41 !important;
}

.special{
background:#F8614C !important;
}

.numeric{
background:#F8614C !important;
}

/*   стили margin */
#cart .mybuy{
    position: relative;
    text-transform: uppercase;
    padding-left: 40px;
}

#cart .mybuy::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    background: url(../img/cart.svg) no-repeat left 15px center;
}
.logo__link {
    position: relative;
    display: block;
    max-height: 100px;
}
.logo__link span {
    position: absolute;
    top: auto;
    bottom: 10px;
    right: 26px;
    font-size: 14px;
    line-height: 22px;
    color: #C0C2C6;
    font-family: 'Segoe UI Semibold';
}
.fcontact .mail b {
    user-select: none;
    pointer-events: none;
}
.fcontact .whatsApp{background: url(../img/wa.svg) no-repeat left center;}
.category-list .catlist:nth-child(5) {
    min-height: 276px;
}
.category-list .catlist:nth-child(6) .title {
    display: block;
    width: 100%;
}
.category-list .catlist:nth-child(6)  i {
    margin-left: 0;
}
.item-panel__link {
    font-family: 'Segoe UI Bold';
    font-size: 12px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #4A556A;
}
.item-panel__link {
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 19px;
}
.item-content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0);
    transition: all .3s ease;
}
.item-content--visible {
    opacity: 1;
    transform: scale(1);
}
.item-content__inner {
    position: relative;
    background-color: #fff;
    padding: 71px 78px 80px 63px;
    box-shadow: 0px 10px 20px rgba(30, 37, 48, 0.15);
    max-width: 900px;
    /*overflow: auto;*/
    /*max-height: 600px;*/
}
.item-content__title {
    margin-top: 0 !important;
    margin-bottom: 29px !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    color: #404040 !important;
}
.item-panel__close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 12px;
    height: 12px;
    background-image: url('../img/Close.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#cart .mybuy {
    text-transform: none;
}
.downloads-category .item-panel .item-content .item-content__inner p {
    font-size: 14px !important;
    line-height: 1.8 !important;
}
td.item-title .item-panel .item-content .item-content__inner p:first-child {
    color: red !important;
}
/* / стили margin */

.wrappershow{
	color:#fff;
	margin-left: 20px;
}
.wrappershow2{
	
	color:orange;
	margin-left: 20px;
	margin-bottom: 25px;
	
}

.wrappershow a{
	color:red;
	
}




.popupSwitch:hover + .popup-buy {
  opacity: 1;
  visibility: visible;
}

.product-order-item .kaka_code {
  display: inline-block;
  vertical-align: top;
  font-family: "Segoe UI Bold";
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  color: #4A556A;
}

.product-order-help li:not(:last-child) {
    margin: 0 0 7px;
}

.order-reload-box {
  display: flex;
  align-items: center;
  line-height: 1;
}

.order-reload-box .about_code .popup-buy {
  right: auto;
  left: 0;
}

.order-reload-box .kaka_code + .popupText:before {
  left: 10px;
  right: auto;
  border-left: 7px solid #fff;
  border-right: 10px solid transparent;
}

.about_code .popup-close {
  position: absolute;
  color: #4A556A;
  top: 5px;
  right: 10px;
  cursor: pointer;
}

.about_code .popup-close::before {
    display: none;
}






.product-order {
  padding: 40px 0;
}

.product-order-status {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 29px;
  text-transform: uppercase;
}

.product-order-status span {
  color: #f47314;
}

.product-order h1 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 23px;
}

.product-order-item {
  margin-bottom: 20px;
  padding: 26px 41px;
  background: #f7f7f9;
}

.product-order-row {
  display: flex;
  justify-content: space-between;
}

#terms-alert {
  display: none;
  color: red;
  background: rgb(255 0 0 / 10%);
  padding: 8px 20px;
  margin: 10px 0 0;
}

.war-alert {
 
  color: red;
  background: rgb(255 0 0 / 10%);
  padding: 8px 20px;
  margin: 10px 0 0;
}

.war-suc {
  
  color: white;
  background-color: green;
  padding: 8px 20px;
  margin: 10px 0 0;
  opacity: 0.86;
}


.product-order-item ul {
  list-style: none;
}

.product-order-item li {
  font-weight: normal;
  font-size: 16px;
  color: #404040;
}

.product-order-item span {
  font-weight: 700;
}

.product-order-item li:not(:last-child) {
  margin-bottom: 15px;
}

.product-order-item li a {
  color: #f47314;
  font-weight: normal;
  font-family: "Segoe UI Bold";
  text-decoration: underline;
}

.product-order-item .about_code {
  position: relative;
  color: #3f4550;
  font-family: "Segoe UI Semibold";
  font-size: 14px;
  line-height: 22px;
}

.comfort-rating {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.comfort-rating > div:first-child {
  margin-right: auto;
}

.comfort-rating .radio-input {
  margin-left: 30px;
}

.radio-input input[type="radio"] {
    display: none;
}

.radio-input label {
    display: block;
    position: relative;
    padding-left: 21px;
    font-family: 'Segoe UI Regular';
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    cursor: pointer;
}

.radio-input label:before {
    content: '';
    background: #4A556A;
    display: block;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 6px;
    left: 0;
}

.radio-input input:checked + label:after {
    content: '';
    background: #f47314;
    display: block;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 6px;
    left: 0;
    border: 2px solid #4A556A;
}

#comfort-alert {
  display: none;
  color: green;
  background: rgb(0 128 0 / 10%);
  padding: 8px 20px;
  margin: 15px 0 0;
  text-align: center;
}

.product-order-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 17px;
}

.product-order-reload {
  display: flex;
  align-items: center;
  color: #f47314;
  font-size: 12px;
  margin-top: -1px;
  cursor:pointer;
}

.product-order-reload img {
  margin-left: 5px;
}

.product-order-chat img {
  max-width: 100%;
}

.product-order-col:nth-child(1) {
  flex-shrink: 0;
  width: 100%;
  max-width: 688px;
}

.additional-products-title {
  font-size: 42px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Oswald Medium";
  margin-bottom: 46px;
}

.product-order-list {
  margin-bottom: 104px;
}

.additional-products-row .catprod:hover {
  box-shadow: none;
}

.product-order-download {
  display: flex;
  align-items: center;
}

.product-order-download img {
  margin-right: 20px;
}

.product-order-download span {
}

.product-order-help li a {
  float: none;
  color: #4a556a;
  text-decoration: none;
  font-weight: 700;
  font-family: "Segoe UI Semibold";
}

.additional-products-row .catprod {
  max-width: 321px;
  padding: 0 1px;
}

.additional-products-row {
  margin: 0 -1px;
  display: flex;
  flex-wrap: wrap;
}

.additional-products-row .catprod .cart a {
  align-items: center;
  display: inline-flex;
}

.modals {
  display: none;
}

.modal-open {
  overflow: hidden;
  border-right: 15px solid #eee;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(4, 4, 4, 0.05);
}

.modal {
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 630px;
  background-color: #fff;
  box-shadow: 0px 10px 20px rgb(30 37 48 / 15%);
  padding: 74px 63px;
  display: none;
}

.modal.active {
  display: block;
}

.modal-title {
  font-size: 24px;
  font-family: "Oswald Medium";
  margin-bottom: 40px;
}

.modal-content a {
  color: #f47314;
}

.modal-content a:hover {
  text-decoration: underline;
}

.modal-content li:not(:last-child) {
  margin-bottom: 12px;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.product-order-help .about_code.active .popup-buy {
  right: auto;
  left: 0;
}

.product-order-help .kaka_code + .popupText:before {
  right: auto;
  left: 20px;
  border: 26px solid transparent;
  border-left: 17px solid #fff;
  border-right: 0px solid #fff;
  border-top: 24px solid #fff;
  /* display: none; */
}

.product-order-title span:first-child {
  margin-right: 40px;
  letter-spacing: 0;
  font-family: 'Oswald Medium';
  font-weight: normal;
}

.additional-products-row .catright {
  display: flex;
  align-items: center;
}

.additional-products-row .catprod .cart {
  display: flex;
}

.product-order-download .description {
  height: auto;
  padding: 30px 16px;
}

.additional-products-row .catprod .cart a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-order-item a:hover {
  color: #f47314;
}

.product-order-item a:hover .description {
  color: #404040;
}

.product-order-title .znak {
  margin-left: 5px;
}

.product-order-item .description {
  font-family: "Segoe UI Semibold";
}

.product-order-item .question .znak {
  display: flex;
  width: 15px;
  height: 15px;
  align-items: center;
  justify-content: center;
  font-size: 9px;
}
.product-order-col:nth-child(2) {
  display: flex;
}

.product-order-chat {
  max-height: 727px;
  width: 485px;
  border-radius: 10px;
  border: 1px solid #cfcfcf;
  overflow: hidden;
  padding: 10px;
}

.btn {
  display: inline-block;
  outline: none !important;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  font-family: "Oswald Regular";
  padding: 11px 79px;
  text-transform: uppercase;
}

.input {
  display: block;
  background-color: #6c737e;
  width: 100%;
  max-width: 587px;
  margin-top: 9px;
  padding: 10px 15px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  border: none;
  outline: none!important;
}

.order-form input[type="text"], .order-form  input[type="email"] {
  border-left: 4px solid transparent;
  padding: 10px 15px;
  margin-right: 0;
  max-width: 100%;
}

.order-form  input[type="text"]:focus, .order-form input[type="email"]:focus {
  border-left: 4px solid #f47314;
}

.order-row {
  display: flex;
}

.order-content h1 {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 31px;
  margin-top: 0;
}

.order-row {
  justify-content: space-between;
  min-height: 258px;
}

.order-col-count {
  font-size: 20px;
  margin-bottom: 28px;
  font-family: "Segoe UI Bold";
}

.order-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  max-width: 180px;
  height: 245px;
  padding: 15px;
  margin: 0 24px 0 0;
  background: #f7f7f9;
}

.order-item-img img {
  max-width: 100%;
  max-height: 100%;
}

.payment-methods {
  color: #C0C2C6;
  list-style-type: none;
  padding: 0;
  margin: 65px 0 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.1;
}

.payment-methods li {
  margin-right: 15px;
}

.payment-methods li:last-child {
  margin: 0;
}

.payment-methods img {
  height: 100%;
  margin: 4px 0 0;
}

.order-item-row {
  display: flex;
}

#discount_success2 {
  font-size: 12px;
  margin: -14px 0 0 10px;
}

.btn-o {
  padding: 0;
  border: 0;
  background: transparent;
  color: #F47314;
  text-transform: uppercase;
  font-family: "Oswald Regular";
  font-weight: normal;
  display: inline-flex;
  align-items: center;
}

.btn-o:hover {
  color: #E46609;
}

.btn-o:hover i {
  background: #E46609;
}

.btn-o:focus {
  color: #E46609;
}

.btn-o:focus i {
  background: #E46609;
}

.btn-o i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  width: 22px;
  color: #fff;
  background: #F47314;
  border-radius: 50%;
  margin-right: 9px;
}

.order-item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  height: 100px;
  overflow: hidden;
  margin-bottom: 15px;
}

.order-item-bottom.gray {
  color: #C0C2C6;
}

.order-item-bottom .green {
  color: #79BF41;
  font-family: "Segoe UI Bold";
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}

.how-discount {
  color: #4A556A;
  font-size: 12px;
  display: inline-block;
  margin-left: 9px;
}

.how-discount:hover {
  color: #f47314;
}

.order-item-bottom :nth-child(2) {
  font-size: 36px;
  line-height: 24px;
  font-family: "Segoe UI Bold";
  font-style: normal;
  margin-top: 4px;
}

.order-col {
  display: flex;
  flex-direction: column;
  min-height: 398px;
  flex-grow: 1;
  max-width: 50%;
}

.order-col:nth-child(1) {
  max-width: 550px;
  padding-right: 30px;
}

.form-group label {
  display: block;
}

.form-group:not(:last-child) {
  margin-bottom: 18px;
}

.order-btn-holder {
  margin-top: 13px;
  padding-top: 42px;
  border-top: 1px solid #C0C2C6;
}

.order-btn-holder .modal-link {
    display: block;
    margin-top: .75em;
    font-size: 12px;
}

.changes-work-store {
  text-align: right;
  margin: auto 0 0;
}

.changes-work-store button {
  border: 0;
  background: transparent;
  font-family: 'Segoe UI Bold';
  font-weight: normal;
  color: #4A556A;
  font-size: 12px;
}

.changes-work-store button:hover {
  color: #f47314;
}

.order-btn-holder {
  display: flex;
  align-items: flex-start;
}

.order-btn-holder > div, .order-btn-holder .btn {
  margin-right: 80px;
}

.order-btn-holder input[type="checkbox"] {
  display: none;
}

.order-btn-holder label {
  display: block;
  position: relative;
  padding-left: 21px;
  font-family: 'Segoe UI Regular';
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  cursor: pointer;
}

.order-btn-holder label a {
  color: #f47314;
}

.order-btn-holder label a:hover {
  text-decoration: underline;
}

.order-btn-holder label:before {
  content: '';
  background: #4A556A;
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 5px;
  left: 0;
}

.order-btn-holder input:checked + label:after {
  content: '';
  border-right: 2px solid #f47314;
  border-bottom: 2px solid #f47314;
  display: block;
  height: 7px;
  width: 4px;
  position: absolute;
  top: 4px;
  left: 3px;
  transform: rotate(40deg);
}

.btn-main {
  color: #fff;
  background: #F47314;
  letter-spacing: 1px;
  font-family: 'Oswald Medium';
  font-weight: normal;
}

.btn-main:hover {
  background: #E46609;
}

.btn-main:focus {
  background: #D8610A;
}

.form-group{
  position: relative;
}

.validation-holder::before{
  content: '';
  width: 4px;
  background: #F47314;
  height: 42px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}

.validation-holder.succes::before{
  opacity: 1;
}

.validation-holder label.error{
  color: #F8614C;
}

.required-mark {
  color: #F8614C;
}

.order-content {
  padding: 40px 0;
}

.product-order-item:nth-child(2) {
  /* padding-bottom: 20px; */
}

#content .num-list li {
    list-style-type: decimal;
    margin: 0 0 10px;
}

#content .num-list ol {
    padding: 10px 0 10px 20px;
}

header #cart .checkout {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
}

header .clearcart {
    position: relative;
    margin: 0;
}

header #cart .checkout button {
    padding: 11px 15px;
}

.cart-alert {
    white-space: normal;
    margin: 0 0 15px;
    line-height: 1.4;
    font-size: 12px;
    background: rgb(238 202 11 / 10%);
    color: #3f4550;
    padding: 10px;
}


.addname {
    display: block;
	font-weight: 100!important;
	font-size: 16px!important;
	margin-left: 2px;
	font-family: 'Segoe UI Regular';
}

.addinfo {
	font-weight: 100!important;
	font-size: 16px!important;
	margin-left: 2px;
	font-family: 'Segoe UI Regular';
}


.subcategory h1 {
    text-transform: uppercase;
    color: #404040;
    margin: 60px 0 40px;
    font-weight: 500;
}

.subcategory .htabs {
    display: flex;
    align-items: flex-end;
    padding: 0 0 30px;
}

.subcategory .htabs>a:hover {
    border-bottom: 4px solid #F47314;
}

.subcategory .box-filter label {
    margin: 0 4px 4px 0;
    list-style-type: none !important;
    font-size: 20px;
    line-height: 24px;
}

.subcategory .product-list .catprod {
    width: calc(50% - 8px);
    float: left;
    margin: 0 4px 8px;
}

.subcategory .product-list .catprod:nth-child(odd) {
    clear: both;
}

.subcategory .product-list .catprod .image {
    width: 100px;
    padding-top: 40px;
    margin: 0 25px 0 0;
    flex-direction: column;
}

.subcategory .product-list .catprod .catcent {
    width: 275px;
    border-right: 3px solid #fff;
    padding: 40px 30px 20px 0;
}

.subcategory .product-list .catprod .catright {
    width: 160px;
    padding: 45px 0;
}

.subcategory .product-list .catprod .price {
    padding: 0 0 45px;
}

.subcategory .product-list .catprod .cart {
    padding: 45px 0 0;
}

.subcategory .product-list .catprod .description-adds {
    padding: 20px 0;
    font-size: 12px;
    line-height: 24px;
}

.subcategory .addname {
    color: #9FA6B1;
    font-size: 14px !important;
}

.subcategory .product-filter {
    display: flex;
    margin: 0 0 10px;
}

.subcategory .product-filter .limit {
    margin: 0 20px 0 auto;
}

.subcategory .product-list {
    margin: 0 -4px 40px;
}

.subcategory .product-list:after {
    content: '';
    display: table;
    width: 100%;
}

.subcategory .product-list .catprod .description {
    font-size: 16px;
    line-height: 24px;
    min-height: auto; 
}

.subcategory .product-list .catprod .name a {
    line-height: 24px;
}

.subcategory .pagination {
   justify-content: flex-end;
    padding: 60px 0 5px; 
}

.payment-fails-link {
    position: absolute;
    color: #F47314 !important;
    font-family: 'Segoe UI Semibold';
    width: 100%;
    left: 0;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 22px;
    bottom: 0;
    border-top: 5px solid #fff;
}

.payment-fails-link:after {
    content: '?';
    color: #F47314;
    background: #E5E5E8;
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 100%;
    text-align: center;
    margin: 0 0 0 5px;
}

.payment-fails-link:hover + .payment-fails-text {
    display: block;
}

.payment-fails-text {
    display: none;
    background: #FFFFFF;
    position: absolute;
    box-shadow: 0px 10px 20px rgba(30, 37, 48, .15);
    padding: 20px;
    font-size: 13px;
    line-height: 18px;
    min-width: 200px;
    z-index: 9;
    bottom: 60px;
    left: 10px;
}

.payment-fails-text p { 
    margin: 0 !important; 
}

.payment-fails-text:before {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-right: 13px solid #fff;
    border-top: 7px solid #fff;
    width: 0px;
    bottom: -15px;
    left: 135px;
}

.downloads-page .breadcrumb {
    margin: 15px 0 100px;
}

.downloads-page .page-title {
    font-weight: 500;
    margin: 0 0 40px;
}

.downloads-page .page-title.upper {
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 62px;
}

.downloads-intro {
    max-width: 875px;
    margin: 0 0 40px;
}

.downloads-group {
    margin: 0 0 55px;
}

.downloads-group-title {
    margin: 0 0 22px;
    font-family: 'Oswald Medium';
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
}

.downloads-group-list {
    display: flex;
    flex-wrap: wrap;
}

.downloads-group-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px 4px 0;
    padding: 10px;
    background: #F7F7F9;
    min-height: 87px;
    min-width: calc(50% - 2px);
    max-width: calc(50% - 2px);
    font-family: 'Oswald Medium';
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #4A556A;
}

.downloads-group-item:hover {
    box-shadow: 0px 10px 20px rgba(30, 37, 48, .15);
}

.downloads-group-item img {
    margin-right: 8px;
    max-width: 28px;
}

.downloads-group-item:nth-child(even) {
    margin-right: 0;
}

.downloads-text {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #C0C2C6;
}

.downloads-text-img {
    float: left;
    max-width: 80px;
    margin: 0 40px 20px 0;
}

.distribution {
    display: flex;
    align-items: flex-start;
    padding: 0 0 60px;
}

.distribution-left {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    min-width: 300px;
    max-width: 300px;
    min-height: 320px;
    background: #F7F7F9;
}

.distribution-collapse {
  margin: 0 0 4px;
  padding: 10px 24px;
  background: #F7F7F9;
}

.distribution-collapse.is-open .distribution-collapse-title:after {
  transform: rotate(180deg);
}

.distribution-collapse-title {
  position: relative;
  padding-right: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #4A556A;
  cursor: pointer;
}

.distribution-collapse-title:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "\f107";
  color: #F47314;
  font: normal normal normal 24px/18px FontAwesome;
  display: inline-block;
  transition: all .4s;
}

.distribution-collapse-body {
  font-size: 12px;
  line-height: 22px;
  color: #404040;
  transition: all .4s;
  max-height: 0;
  overflow: hidden;
  overflow-wrap: break-word;
}

.distribution-collapse-body:before {
  content: '';
  display: block;
  height: 10px;
}

.distribution-collapse.is-open .distribution-collapse-body {
  max-height: 600px;
}

.distribution-left img {
    max-width: 180px;
}

.distribution-center {
    flex-grow: 1;
    margin: 0 24px;
}

.distribution #tabs {
    display: flex;
}

.distribution #tabs a {
    flex-grow: 1;
}

.distribution h2 {
    font-weight: 700;
}

.buy-link {
    display: flex;
    align-items: center;
    font-family: 'Oswald Medium';
    color: #F47314;
    text-transform: uppercase;
}

.buy-link i {
    background: #F47314;
    color: #fff;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 26px;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
    margin: 0 10px 0 0;
}

.buy-link:hover {
    color: #D8610A;
}

.buy-link:hover i {
    background: #D8610A;
}

.distribution-right {
    display: flex;
    flex-direction: column;
    min-width: 275px;
    max-width: 275px;
    min-height: 320px;
    padding: 36px 36px 40px;
    background: #F7F7F9;
}

.distribution-list-title {
    font-family: 'Oswald Medium';
    color: #404040;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0 0 36px;
}

.distribution-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 30px;
    list-style-type: none;
}

.distribution-list li {
    margin: 0 12px 12px 0;
    list-style-type: none !important;
    min-width: calc(50% - 6px);
    max-width: calc(50% - 6px);
}

.distribution-list li:nth-child(even) {
    margin-right: 0;
}

.distribution-list a {
    display: block;
    text-align: center;
    padding: 8px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #4A556A;
    background: #fff;
    border: 1px solid #fff;
}

.distribution #button-cart {
    margin: auto 0 0;
    line-height: 44px;
}

.distribution-list a.is-active {
    color: #F47314;
    border-color: #F47314;
}

.box-heading-wrap {
    display: flex; 
    align-items: center;
}

.box-heading-wrap p {
    margin: 0 0 0 20px;
    line-height: 1.4;
}

@media(max-width: 1140px) {
    .distribution {
        flex-wrap: wrap;
    }
    
    .distribution-left {
        margin-right: 24px;
    }
    
    .distribution-left, .distribution-right {
        min-width: calc(50% - 12px);
        max-width: calc(50% - 12px);
    }
    
    .distribution-center {
        order: 1;
        width: 100%;
        margin: 40px 0 0;
    }
    
    .box-heading-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .box-heading-wrap p {
        margin: -20px 0 20px;
    }
}

@media(max-width: 992px) {
    .company-info {
        padding-left: 0;
    }
}

@media(max-width: 768px) {
    .downloads-page .breadcrumb {
        margin: 15px 0 40px;
    }
    
    .downloads-group-item {
        min-width: 100%;
        max-width: 100%;
        margin: 0 0 4px;
    }
    
    .distribution {
        padding: 0;
    }
    
    .distribution-left, .distribution-right {
        min-height: 320px;
    }
    
    .distribution-list a {
        font-size: 16px;
        line-height: 20px;
    }
}

@media(max-width: 576px) {
    .downloads-page .page-title.upper {
        font-size: 30px;
        line-height: 36px;
    }
    
    .downloads-group-title {
        margin: 20px 0;
        font-size: 28px;
        line-height: 32px;
    }
    
    .downloads-group {
        margin: 0 0 30px;
    }
    
    .downloads-group-item {
        min-height: 74px;
    }
    
    .distribution {
        flex-direction: column;
    }
    
    .distribution-left {
        margin-bottom: 30px;
    }
    
    .distribution-left, .distribution-right {
        min-width: 100%;
        max-width: 100%;
        min-height: initial;
    }
    
    .distribution-center {
        margin-top: 30px;
    }
    
    .distribution #tabs {
        flex-direction: column;
    }
}



.tooltip-block{	/* тултип */
clear: both;
		position: absolute;
		
		background: white;
		border: 1px solid rgb(230, 230, 230);
		padding: 5px 3px 8px 3px;
		font-size: 12px;
		width: 120px;
		line-height: 12px;
		color: rgb(82, 82, 82);
		z-index: 400;
		display:none;
height: 39px!important; 
margin-bottom: 0px;
text-align:center;

}

/* pew-modal */
.pew-modal{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:99;
	background:rgba(0,0,0,0.75);
	display:none;
}

.pew-modal .pew-modal-block-close{
	position: absolute;
	color: #4A556A;
	top: 5px;
	right: 10px;
	cursor: pointer;
	transform: rotate(45deg);
	font-size: 20px;
	text-decoration: none;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.pew-modal .pew-modal-block{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	padding:25px 50px;
	background:#fff;
	width:auto;
	height:auto;
	max-width:80vw;
	max-height:80vh;
}

.pew-modal .pew-modal-images{
	position:relative;
	width:auto;
	height:auto;
	width:calc(80vw - 100px);
	height:calc(80vh - 50px);
}

.pew-modal .pew-modal-images .pew-modal-image{
	display:flex;
	align-items:center;
	justify-content:center;
	width:auto;
	height:auto;
	width:calc(80vw - 100px);
	height:calc(80vh - 50px);
}

.pew-modal .pew-modal-images .pew-modal-image img{
	width:auto;
	height:auto;
	max-width:calc(80vw - 100px);
	max-height:calc(80vh - 50px);
}

.pew-modal .pew-modal-images .slick-prev{
	position:absolute;
	top:50%;
	left:-41px;
	transform:translateY(-50%);
	width:32px;
	height:32px;
	font-size:0;
	background:transparent;
	border:none;
	border-radius:50%;
	transition:0.2s;
	z-index:2;
}

.pew-modal .pew-modal-images .slick-prev:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:32px;
	height:32px;
	background:url('/image/newdesign/p_arrow_prev.png') center no-repeat;	
}

.pew-modal .pew-modal-images .slick-next{
	position:absolute;
	top:50%;
	right:-41px;
	transform:translateY(-50%);
	width:32px;
	height:32px;
	font-size:0;
	background:transparent;
	border:none;
	border-radius:50%;
	transition:0.2s;
	z-index:2;
}
    
.pew-modal .pew-modal-images .slick-next:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:32px;
	height:32px;
	background:url('/image/newdesign/p_arrow_next.png') center no-repeat;	
}

.pew-modal .pew-modal-images .slick-prev:hover, .pew-modal .pew-modal-images .slick-next:hover{
	background:#F8F9FB;
}

/* reviews-slider */
.digiseller-reviewList .slick-prev, .site-reviewList .slick-prev{
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	width:36px;
	height:36px;
	font-size:0;
	background:transparent;
	border:none;
	border-radius:50%;
	transition:0.2s;
	z-index:2;
}

.digiseller-reviewList .slick-prev:before, .site-reviewList .slick-prev:before{
	content:'\f104';
	font-family:'FontAwesome';
	position:absolute;
	top:0;
	left:0;
	width:36px;
	height:36px;
	border-radius:50%;
	color:#D8610A;
	font-size:36px;
	line-height:36px;
}

.digiseller-reviewList .slick-next, .site-reviewList .slick-next{
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
	width:36px;
	height:36px;
	font-size:0;
	background:transparent;
	border:none;
	border-radius:50%;
	transition:0.2s;
	z-index:2;
}

.digiseller-reviewList .slick-next:before, .site-reviewList .slick-next:before{
	content:'\f105';
	font-family:'FontAwesome';
	position:absolute;
	top:0;
	left:0;
	width:36px;
	height:36px;
	border-radius:50%;
	color:#D8610A;
	font-size:36px;
	line-height:36px;
}

.slick-disabled {
    opacity: 0.25;
    pointer-events:none;
}

/* pew product slider */
.product-slider, .product-slider-mobile{
	overflow:hidden;
	display:flex;
	align-items:center;
	width:100%;
	min-height:434px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.product-slider .swiper-slide, .product-slider-mobile .swiper-slide{
	display:flex;
	justify-content:center;
	align-items:center;
	width: 100%;
    min-height: 434px;
	cursor:pointer;
}

.product-slider .swiper-slide img, .product-slider-mobile .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
}

.product-slider-list-block {
  margin-top: 20px;
  background: #fff;
  position: relative;
  padding: 0 30px;
  box-sizing: border-box;
  border-radius: 3px;
}
.product-slider-list-block .product-slider-list, .product-slider-list-block .product-slider-list-mobile {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}
.product-slider-list-block .product-slider-list .swiper-slide, .product-slider-list-block .product-slider-list-mobile .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 93px;
}
.product-slider-list-block .product-slider-list .swiper-slide img, .product-slider-list-block .product-slider-list-mobile .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.product-slider-list-block .product-slider-list .swiper-button-prev, .product-slider-list-block .product-slider-list-mobile .swiper-button-prev {
  left: 0;
  top: 0;
  background: #fff;
  width: 23px;
  height: 100%;
  margin-top: 0;
  padding-right: 10px;
  color: #F47314;
  z-index: 2;
}
.product-slider-list-block .product-slider-list .swiper-button-prev:after, .product-slider-list-block .product-slider-list-mobile .swiper-button-prev:after {
  font-size: 20px;
}
.product-slider-list-block .product-slider-list .swiper-button-next, .product-slider-list-block .product-slider-list-mobile .swiper-button-next {
  right: 0;
  top: 0;
  background: #fff;
  width: 23px;
  height: 100%;
  margin-top: 0;
  padding-left: 10px;
  color: #F47314;
  z-index: 2;
}
.product-slider-list-block .product-slider-list .swiper-button-next:after, .product-slider-list-block .product-slider-list-mobile .swiper-button-next:after {
  font-size: 20px;
}

.modal-images {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	display: none;
	z-index: 100;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.modal-images .modal-images-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 74px;
  width: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  cursor: pointer;
  transition: 0.2s;
}
.modal-images .modal-images-close svg {
  width: 44px;
  height: 44px;
  fill: #fff;
}
.modal-images .modal-images-close:hover svg {
  fill: #ff4f4f;
}
.modal-images .modal-images-list {
  padding: 50px;
  width: 90vw;
  height: 80vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  box-sizing: border-box;
}
.modal-images .modal-images-list .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-images .modal-images-list .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}

.modal-images .modal-images-list .swiper-button-prev:after, .modal-images .modal-images-list .swiper-button-next:after{
	color:#fff;
}

@media only screen and (max-width: 992px) {
	.product-slider-list-block{
		display:none;
	}
	
	.product-slider-list-block.mobile{
		display:block !important;
		margin-bottom:40px;
	}
	
	.modal-images .modal-images-close {
		height: 50px;
		width: 50px;
		z-index: 101;
	}
	.modal-images .modal-images-close svg {
		width: 34px;
		height: 34px;
	}
	.modal-images .modal-images-close:hover svg {
		fill: #ff4f4f;
	}
	.modal-images .modal-images-list {
		width: 100vw;
		height: 100vh;
	}
}

/* h3 */
.h3{
	font-weight: 500;
    line-height: 1.1;
	font-size: 1.17em;
	margin:20px 0;
}

.h3 + .mini-features{
	margin-top:0;
}

/* mainpage reviews */
.mainpage-reviews{
	display:flex;
	flex-wrap:wrap;
}

.mainpage-reviews .reviews-digi-content_item{
	width:calc(100% / 3);
}

.mainpage-reviews .reviews-digi-content_item .reviews-product-text{
	height:80px;
}

.mainpage-reviews .reviews-digi-content_item .reviews-product-text > div{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

@media only screen and (max-width: 992px) {
	.mainpage-reviews .reviews-digi-content_item{
		width:calc(100% / 2);
	}
}

@media only screen and (max-width: 767px) {
	.mainpage-reviews .reviews-digi-content_item{
		width:100%;
	}
}
