@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
* {margin:0; padding:0;}
html,body {
	width: 100%;
	height: 100%;
	background-color:#FFF;
	font-family: 'Ubuntu', sans-serif;
	color:#000;
	font-size:14px;
}
h2,h3,h4,h5,h6{
	font-weight: 500;   margin-bottom: 25px;
    margin-top: 25px;
}
h2{
	color: #b94b6e;
	margin-bottom: 25px;
}
h4{
	color: #08594f;
	margin-bottom: 15px;
}
a{
	color: #fd8825;
	text-decoration: none;
	transition: all 0.2s ease-in;
}
a:hover{
	text-decoration:underline;
}
ul{
    list-style:none;
}
ol{
    margin-left:20px;
}
img{
	max-width: 100%;
}
input,textarea,select{
	font-family: 'Ubuntu', sans-serif;
    outline:none;
}
textarea{
    overflow:hidden;
}
table{
    border-collapse: collapse;
}
iframe{
	max-width: 100%;
}
input,button{
	-webkit-appearance: none;
}
.cleared:after{
	content:'';
	display:table;
	clear: both;
}
.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.content {
	flex: 1 0 auto;
}
.footer {
	flex: 0 0 auto;
}
.row-box{
	margin-left:-10px;
	margin-right: -10px;
}
.ajaxSearch_resultsInfos,
.ajaxSearch_grpResult{
	padding:0 10px;
}
.ajaxSearch_grpResult>div[class^="row-"],
.row-box>div[class^="row-"]{
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
}
.row-20{
	width: 22%;
}
.row-40{
	width: 34%;
}
.row-1{
	width: 100%;
}
.row-2{
	width: 50%;
}
.row-2:nth-child(2n)+div{
	clear: both;
}
.row-3{
	width: 33.33%;
}
.row-3:nth-child(3n)+div{
	clear: both;
}
.ajaxSearch_grpResult .row-4:nth-child(4n)+div{
	clear: none !important;
}
.row-4{
	width: 25%;
}
.row-4:nth-child(4n)+div{
	clear: both;
}
.row-5{
	width: 20%;
}
.row-6{
	width: 16.66%;
}
.container{
	max-width: 1170px;
	padding:0 10px;
	margin: 0 auto;
}
.header{
	position: relative;
	z-index: 5;
}
.head-top{
	background: #877b6e;
}
.head-top-cont{
	padding: 6px 0 8px 0;
	float: right;
}
.head-nav-btn{
    width: 30px;
    height: 15px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    left: 10px;
    top:5px;
    border-top:3px solid #FFF;
    border-bottom: 3px solid #FFF;
    display: none;
}
.head-nav-btn:before{
    content: '';
    width: 100%;
    height: 3px;
    background: #FFF;
    position: absolute;
    z-index: -1;
    left: 0;
    top:50%;
    margin-top: -1.5px;
}
.head-nav-btn:hover{
    border-color: #fd8825;
}
.head-nav-btn:hover:before {
    background: #fd8825;
}
.head-nav{
	display: inline-block;
	vertical-align: top;
}
.head-nav ul li{
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}
.head-nav ul li a{
	padding: 5px 0;
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
}
.head-nav ul li.active>a,
.head-nav ul li a:hover{
	color: #beb8b8;
}
.lang-panel{
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
	border-left: solid 1px #9f968c;
}
.lang-panel ul li{
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
}
.lang-panel ul li a{
	padding: 5px 0;
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
}
.lang-panel ul li.active>a,
.lang-panel ul li a:hover{
	color: #beb8b8;
}
.head-bot>.container{
	padding-top: 20px;
	padding-bottom: 30px;
}
.logo-box{
	width: 275px;
	text-align: center;
	float: left;
}
.head-cont{
	margin-left: 305px;
}
.head-cont-left{
	width: 200px;
	float: left;
}
.tel-link{
	padding-left: 22px;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 0;
}
.tel-link a{
	color: #000;
	font-size: 16px;
	line-height: 23px;
	text-decoration: none;
	position: relative;
	z-index: 0;
}
.tel-link:before{
	content: '';
	width: 18px;
	height: 18px;
	position: absolute;
	z-index: 0;
	left: 0;
	top:1px;
}
.tel-socials{
	width: 57px;
	position: absolute;
	z-index: 0;
	top:0;
	left: 117px;
}
.tel-socials span{
	display: inline-block;
	vertical-align: top;
}
.phone-icon:before{
	background: url(../images/icons/phone.svg) no-repeat center center;
}
.lifecell-icon:before{
	background: url(../images/icons/lifecell.svg) no-repeat center center;
}
.vodafone-icon:before{
	background: url(../images/icons/vodafone.svg) no-repeat center center;
}
.kyivstar-icon:before{
	background: url(../images/icons/kyivstar.svg) no-repeat center center;
}
.head-cont-right{
	margin-left: 210px;
}
.head-cont-top{
	text-align: center;
	padding-bottom: 18px;
}
.head-mail{
	display: inline-block;
	vertical-align: top;
	margin: 15px 15px 0 15px;
}
.head-insta{
	width:20px;
	display: inline-block;
	vertical-align: top;
	padding-top: 15px;
}
.mail-icon{
	padding-left: 22px;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 0;
}
.mail-icon a{
	color: #000;
	font-size: 16px;
	text-decoration: none;
	position: relative;
	z-index: 0;
}
.mail-icon:before{
	content: '';
	width: 18px;
	height: 18px;
	position: absolute;
	z-index: 0;
	left: 0;
	top:3px;
	background: url(../images/icons/email.svg) no-repeat center center;
}
.head-time{
	display: inline-block;
	vertical-align: top;
	margin: 15px 15px 0 15px;
}
.time-icon{
	padding-left: 22px;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 0;
	color: #000;
	font-size: 16px;
}
.time-icon:before{
	content: '';
	width: 18px;
	height: 18px;
	position: absolute;
	z-index: 0;
	left: 0;
	top:3px;
	background: url(../images/icons/clock.svg) no-repeat center center;
}
.head-time span{
	font-size: 10px;
	color:#877b6e;
	display: block;
}
.head-basket{
	display: inline-block;
	vertical-align: top;
}
.head-basket>a{
	width: 63px;
	height: 54px;
	display: block;
	position: relative;
	z-index: 0;
	border: dashed 1px #e6e6e6;
	margin-left: 50px;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background: url(../images/icons/cart.svg) no-repeat center center;
}
.head-basket>a span{
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	position: absolute;
	z-index: 0;
	border-radius: 100%;
	top:10px;
	right: 15px;
}
.search-box{
	position: relative;
	z-index: 0;
	padding-right: 56px;
	height: 43px;
	border: solid 1px #efefef;
	background-color: #f8f8f8;
}
.search-input {
	width: 100%;
	height: 43px;
	padding: 5px 10px;
	box-sizing: border-box;
	border: 0;
	color: #909090;
	font-size: 14px;
	font-style: italic;
	background: #f8f8f8;
}
.search-btn{
	width: 56px;
	height: 43px;
	position: absolute;
	z-index: 1;
	top:0;
	right: 0;
	border: 0;
	cursor: pointer;
	background: #fd8825 url(../images/icons/search.svg) no-repeat center center;
	-webkit-appearance: none;
}
.search-btn:hover{
	background-color: #000;
}
.main-content{
	padding-bottom: 15px;
}
.main-content.main-bg>.container{
	background: url(../images/logo-bg.svg) no-repeat right top;
}
.left-bar{
	width: 275px;
	float: left;
}
.left-cat{
	background: #efefef url(../images/nav-bg.png) repeat center center;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.left-cat-name{
	color: #fbfcf3;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 14px 10px 14px 47px;
	background-color: #fd8825;
}
.left-cat-cont{
	padding-top: 14px;
}
.left-cat ul{
	padding-bottom: 14px;
    margin-bottom: 14px;
    position: relative;
    z-index: 0;
}
.left-cat ul:after{
    content: '';
    height: 1px;
    position: absolute;
    z-index: -1;
    left: 24px;
    right: 24px;
    bottom: 0;
    border-bottom: 1px dashed #e9920d;
}
.left-cat ul:last-child{
    margin-bottom: 0;
}
.left-cat ul:last-child:after{
	display: none;
}
.left-cat ul li a{
	font-size: 16px;
	text-decoration: none;
	display: block;
	color: #514332;
	position: relative;
	z-index: 0;
    padding: 10.5px 15px 10px 41px;
}
.left-cat ul li.active>a{}
.left-cat ul li a:hover{
    color: #fd8825;
    font-weight: 500;
    background: rgba(216,216,216,0.7);
}
.left-cat ul li.active>a:before,
.left-cat ul li a:hover:before{
    background-color: #fd8825;
}
.left-cat ul li a:before{
	content:'';
	width: 6px;
	height: 6px;
	position: absolute;
	z-index: -1;
	left: 25px;
	top:17px;
	transform: rotate(45deg);
	background-color: #877b6e;
}
.left-cat-title{
	font-size: 16px;
	font-weight: 500;
	color: #514332;
	padding: 0 0 8px 46px;
}
.right-bar{
	width: 100%;
	margin-left: -305px;
	float: right;
}
.right-bar-cont{
	margin-left: 305px;
}
.slider-bar{
	height: 333px;
	overflow: hidden;
	margin-bottom: 30px;
}
.slide-box-title{
	position: absolute;
	z-index: 1;
	left: 25px;
	bottom: 30px;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
}
.slide-box-title p{
	display: inline-block;
	padding: 12px 35px 14px 40px;
	background: rgba(116,109,100,0.8);
}
.slide-box{
	height: 333px;
	position: relative;
	z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.feature-title{
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 19px;
}
.feature-block{
	color: #111010;
	margin-bottom: 30px;
}
.text-box p{
	margin-bottom: 13px;
}
.text-box p:last-child{
	margin-bottom: 0;
}
.service-block{
	background-color: #f8f8f8;
}
.service-title{
	text-align: center;
	padding: 13px 0;
	background-color: #fdc02d;
	color: #564f48;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
}
.service-title span{
	color: #d0021b;
}
.service-cont{
	text-align: center;
}
.service-box{
	width: 130px;
	padding-left: 90px;
	padding-right: 54px;
	position: relative;
	z-index: 0;
	display: inline-block;
	vertical-align: top;
	margin: 40px 0;
}
.service-box:after{
	content: '';
	width: 70px;
	height: 56px;
	position: absolute;
	z-index: -1;
	right: 10px;
	top:10px;
	background: url(../images/icons/arrow-1.svg) no-repeat center center;
}
.service-box:nth-child(3){
	width:170px;
	padding-right: 0;
}
.service-box:nth-child(3):after{
	width:250px;
	height:70px;
	top:auto;
	bottom:-90px;
	right:auto;
	left:-240px;
	background: url(../images/icons/arrow-2.svg) no-repeat center center;
}
.service-box:nth-child(5):after{
	display: none;
}
.service-box:nth-child(4),
.service-box:nth-child(5){
	width:220px;
}
.service-box:nth-child(5){
	padding-right: 0;
}
.service-box:nth-child(4):after{
	top:auto;
	bottom:-25px;
	right:-20px;
	background: url(../images/icons/arrow-3.svg) no-repeat center center;
}
.service-box-icon{
	position: absolute;
	z-index: -1;
	left: 0;
	top:0;
}
.service-box-text{
	text-align: left;
	padding-top: 30px;
	font-style: italic;
	font-size: 14px;
	color: #000;
}
.module-box{
	padding: 30px 0;
}
.module-title{
	text-align: center;
	font-size: 32px;
	color: #000;
	margin-bottom: 30px;
}
.carousel-box{
	padding: 0 30px;
}
.carousel_products{
    display: none;
}
.product-box{
	max-width: 177px;
	height: 273px;
	margin: 10px auto;
	position: relative;
	z-index: 0;
	padding: 17px 11px 40px 11px;
	border: solid 1px #e1e1e1;
	background-color: #FFF;
}
.product-box-img{
	width: 100%;
	height: 133px;
	position: relative;
	z-index: 0;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.product-box-icons{
	width: 36px;
	position: absolute;
	z-index: 1;
	left: -10px;
	top:-10px;
}
.new-icon{
	width: 36px;
	height: 36px;
	background: url(../images/icons/new.svg) no-repeat center center;
	background-size: 36px auto;
	margin-bottom: 3px;
}
.card-img-big .new-icon{
    width: 72px;
    height: 72px;
    background-size: 72px auto;
}
.card-img-big .product-box-icons{
    left: -15px;
    top:-15px;
}
.product-box-name{
	height: 48px;
	overflow: hidden;
}
.product-box-name a{
	text-decoration: none;
	color: #4f3740;
	font-size: 14px;
	line-height: 17px;
	display: block;
	text-align: center; text-transform: uppercase;
}
.product-box-name a:hover{
	color: #fd8825;
}
.product-box-art{
	color: #aea6a6;
	font-size: 14px;
	text-align: center;
	font-style: italic;
	margin-bottom: 13px;
}
.product-box-price{
	text-align: center;
	font-size: 14px;
	font-weight: 500;
}
.product-box-bot{
	position: absolute;
	z-index: 1;
	left: 11px;
	right: 11px;
	bottom: 17px;
}
a.button{
	line-height: 35px;
}
.button{
	width: 125px;
	height: 35px;
	display: block;
	margin: 0 auto;
	border:0;
	text-align: center;
	color: #FFF;
    cursor: pointer;
	font-size: 14px;
	background-color: #877b6e;
    -webkit-appearance: none;
}
.button:hover{
	text-decoration: none;
	background-color: #fd8825;
}
.seo-block{
	background-color: #f8f8f8;
	padding: 30px 0;
	color: #484848;
}
.seo-text p{
	margin-bottom: 15px;
}
.seo-text p:last-child{
	margin-bottom: 0;
}
.seo-text-more{
	display: none;
	padding-bottom: 15px;
}
.more-text{
	position: relative;
	z-index: 0;
	text-decoration: none;
	color: #fd8825;
}
.more-text:before {
	content: '';
	width: 9px;
	height: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	background: url(../images/icons/down.svg) no-repeat left top;
}
.more-text.up:before{
	transform:rotate(180deg);
}
.footer{
	background-color: #3f3a34;
}
.footer>.container{
    padding-top: 28px;
    background: url(../images/footer-bg.png) no-repeat right center;
    background-size: auto 100%;
}
.foot-top-left{
	width: 234px;
	float: left;
}
.foot-top-right{
	margin-left: 250px;
}
.form-box{
    max-width: 290px;
    float: right;
    padding-right: 70px;
}
.form-box-title{
    text-align: center;
    text-transform: uppercase;
    color: #fd8825;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.form-col{
    margin-left:-10px;
    margin-right: -10px;
    margin-bottom: 10px;
}
.form-col-box{
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
}
.inputbox{
    width: 100%;
    height: 30px;
    font-size: 12px;
    box-sizing: border-box;
    color: #FFF;
    padding: 5px 10px;
    background: transparent;
    border: solid 1px #b0aca9;
}
.textarea{
    width: 100%;
    max-width: 100%;
    height: 55px;
    font-size: 12px;
    box-sizing: border-box;
    color: #FFF;
    padding: 5px 10px;
    background: transparent;
    border: solid 1px #b0aca9;
    margin-bottom: 15px;
}
.copy-box{
    color: #bab3b3;
    font-size: 10px;
    padding: 5px 0 10px 0;
}
.left-banner{
	width: 100%;
	height: 403px;
	position: relative;
	z-index: 0;
	background-color: #efefef;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.left-banner-text{
	max-width: 140px;
	position: absolute;
	z-index: 1;
	top:60px;
	right: 25px;
	font-size: 16px;
	line-height: 16px;
	color: #564f48;
}
.left-banner-name{
	text-transform: uppercase;
	color: #f44336;
	font-size: 20px;
	font-weight: 500;
}
.breadcrumbs{
	margin-bottom: 15px;
}
.breadcrumbs ul li{
	display: inline-block;
	vertical-align: top;
	color: #a1a1a1;
	font-size: 12px;
	padding: 5px 3px 0 0;
}
.breadcrumbs ul li:last-child:after{
	display: none;
}
.breadcrumbs ul li:after{
	content:'';
	width: 4px;
	height: 4px;
	display: inline-block;
	vertical-align: middle;
	transform: rotate(45deg);
	background-color: #877b6e;
	margin: 0 3px 0 4px;
}
.breadcrumbs ul li a{
	text-decoration: none;
	color: #000;
	font-size: 12px;
}
.pagination{
	text-align: right;
	padding: 20px 0;
}
.pagination ul li{
	display: inline-block;
	vertical-align: bottom;
}
.pagination ul li a{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: block;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
.pagination ul li.active>a,
.pagination ul li a:hover{
	background-color: #fdc02d;
}
.next-page a{
	background: url(../images/icons/arrow-pg.svg) no-repeat center center;
}
.page-title{
	color: #000;
	font-size: 26px;
	margin-bottom: 20px; text-transform: uppercase;
}
.card-block{
    margin-bottom: 25px;
}
.card-img{
    width: 448px;
    float: left;
}
.card-img-big{
    width: 448px;
    height: 336px;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
}
.card-img-big>a{
    width: 448px;
    height: 336px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}
.card-img-big img{
    max-height: 336px;
}
.carousel_thumbs{
    display: none;
}
.thumb-box{
    width: 122px;
    height: 88px;
    overflow: hidden;
    margin: 0 auto;
}
.thumb-box>a{
    width: 122px;
    height: 88px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.thumb-box img{
    max-height: 88px;
}
.card-right{
    margin-left: 470px;
}
.card-art{
    color: #877b6e;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}
.card-text{
    font-size: 16px;
    margin-bottom: 20px;
}
.card-text table td{
    padding: 5px 2px 5px 0;
    vertical-align: top;
}
.card-text p{
    margin-bottom: 10px;
}
.card-price-box{
    font-size: 18px;
    margin-bottom: 25px;
}
.card-price{
    color: #fd8825;
}
.card-no-price{
    color: #838383;
    font-style: italic;
}
a.button-buy{
    line-height: 42px;
}
.button-buy{
    width: 163px;
    height: 42px;
    background-color: #fd8825;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    border: 0;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.button-buy:hover{
    background: #000;
    text-decoration: none;
}
.card-descr{
    font-size: 16px;
    margin-bottom: 70px;
}
.card-descr em{
    color: #857d75;
}
.big-banner{
    width: 100%;
    max-width: 865px;
    height: 140px;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #CCC;
    margin: 0 auto;
}
.big-banner-text{
    max-width: 185px;
    position: absolute;
    z-index: 1;
    left: 175px;
    top:40px;
    font-size: 16px;
    font-weight: 500;
    color: #564f48;
}
.big-banner-name{
    text-transform: uppercase;
    color: #f44336;
    font-size: 20px;
    font-weight: 500;
}
.centered{
    text-align: center;
}
.basket-block{
    padding-bottom: 100px;
}
.basket-block-left{
    width: 100%;
    margin-right: -330px;
    float: left;
}
.basket-block-cont{
    margin-right: 330px;
}
.basket-tab{
    width: 100%;
    display: table;
}
.basket-tab-row{
    display: table-row;
}
.basket-tab-row>div{
    padding: 10px 5px;
    display: table-cell;
    vertical-align: middle;
    border-bottom: 2px solid #e1e1e1;
}
.basket-tab-row:last-child>div{
    border-bottom:0;
}
.basket-row-img {
    width: 150px;
}
.basket-row-img img{
    width: 120px;
}
.basket-row-name a{
    text-decoration: none;
    color: #000;
    font-style: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.basket-art{
    color: #877b6e;
}
.basket-row-price{
    color: #000;
    font-size: 15px;
    text-align: center;
}
.basket-row-close{
    width: 24px;
}
.remove-btn{
    width: 26px;
    height: 26px;
    display: block;
    background: url(../images/icons/close.svg) no-repeat center center;
    cursor: pointer;
}
.remove-btn:hover{
    opacity: 0.8;
}
.basket-block-right{
    width: 290px;
    float: right;
    padding-top: 10px;
}
.basket-form{
    background-color: #f8f8f8;
    padding: 40px 20px;
}
.basket-form .inputbox{
    height: 40px;
    color:#000;
    font-size: 14px;
    background: transparent;
    margin-bottom: 15px;
}
.basket-form .textarea{
    height: 100px;
    color:#000;
    font-size: 14px;
    margin-bottom: 50px;
}
.submit{
    width: 190px;
    height: 40px;
    display: block;
    margin: 0 auto;
    border:0;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    background-color: #fd8825;
    -webkit-appearance: none;
}
.submit:hover{
    text-decoration: none;
    background-color: #000;
}
.sostav{margin-bottom: 3px !important;
margin-top: 30px;
font-weight: 600;}
.contenttext p{margin-bottom: 10px;}
.contenttext ul{list-style: disc;
margin-left: 20px; margin-bottom: 10px;
    margin-top: 10px;}
.seo-text ul{list-style: disc;
margin-left: 20px;     margin-bottom: 10px;
    margin-top: 10px;
}
/* blog */
.blog-row{
	margin-bottom:35px;
}
.blog-row-img{
	width:177px;
	height:133px;
	float:left;
	background:#FFF;
	box-sizing:border-box;
	border: 1px solid #cbcbcb;
	transition: all 0.2s ease-in;
}
.blog-row:hover .blog-row-img{
	transform: scale(1.05);
}
.blog-row-img>a{
	width:100%;
	height:100%;
	display:block;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	position:relative;
	z-index:0;
}
.blog-row-cat{
	width:100px;
	padding:5px 0;
	position:absolute;
	z-index:1;
	left:0;
	top:5px;
	text-transform:uppercase;
	color:#FFF;
	background: #fd8825;
	font-weight:500;
	text-align:center;
}
.blog-row-text{
	margin-left:190px;
	max-height:140px;
	overflow:hidden;
}
.blog-date{
    width: 95px;
    height: 20px;
    line-height: 20px;
    background: #877b6e;
	font-weight:500;
    text-align: center;
    display: block;
    color: #FFF;
    font-size: 14px;
    margin-bottom: 10px;
}
.blog-row-title{
	margin-bottom: 15px;
}
.blog-row-title a{
	display:block;
	font-weight: 500;
	color: #fd8825;
	font-size: 16px;
	text-decoration:none;
}
.faqpage div[itemprop='mainEntity']{
	background: #FFF;
	box-shadow: 0 1px 3px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.06),0 0 2px rgba(0,0,0,.07);
	margin-bottom: 10px;
}
.faqpage h3[itemprop='name']{
	margin:0;
	padding: 15px;
	font-size: 14px;
	cursor:pointer;
	position:relative;
	z-index:0;
}
.faqpage h3[itemprop='name']:before{
	content:'';
	position:absolute;
	z-index: -1;
	top: 20px;
	right: 15px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}  
.faqpage div.active[itemprop='mainEntity'] h3[itemprop='name']:before{
	transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.faqpage div[itemprop='acceptedAnswer']{
	padding: 0 15px 15px 15px;
	display:none;
}
.faqpage div[itemprop='acceptedAnswer'] .seo-text ul{
	margin-top: 0;
}
.faqpage div.active[itemprop='mainEntity'] div[itemprop='acceptedAnswer']{
	display:block;
}