/*
Theme Name: Betheme
Author: Muffin group
Description: The biggest WordPress Theme ever
Theme URI: http://themes.muffingroup.com/betheme
Author URI: http://muffingroup.com
License: Themeforest Split Licence
License URI: -
Version: 17.8.8

All css files are placed in /css/ folder
*/
.top-head {
	margin-top: 2%;
}
.top-head .top-info {
	float: left;
	width: 33%;
	color: #000000;
	font-family: "Roboto",sans-serif;
}
.top-head .top-info2 {
	float: left;
	width: 33%;
	color: #000000;
}
span.tele {
    font-size: 170%;
    color: #484848;
	font-weight: 700;
}
.heades {
    margin-bottom: 14px;
	color: #3d6187;
}
.heades2 {
    color: #3d6187;
}
.adreses {
    margin-bottom: 5px;
	line-height: 18px;
}
.adreses span {
    font-size: 120%;
}
.adreses2 a {
    border-bottom: 1px dashed;
    text-decoration: none;
    color: #3d6187;
}
.adreses2 a:hover {
    text-decoration: none;
}
.adreses {
    padding-left: 28px;
    background: url(/wp-content/uploads/2018/06/adr.png) no-repeat;
	color: #484848;
}
.adreses2 {
    padding-left: 28px;
    background: url(/wp-content/uploads/2018/06/mail.png) no-repeat;
}
.btn-ico {
    display: block;
    padding: 8px 20px 7px 62px;
    margin-bottom: 3px;
    border-radius: 5px;
    background: url(/wp-content/uploads/2018/06/texture.png) repeat,#39699c;
    background: url(/wp-content/uploads/2018/06/texture.png) repeat,-webkit-linear-gradient(top,#39699c,#355474);
    background: url(/wp-content/uploads/2018/06/texture.png) repeat,-o-linear-gradient(top,#39699c,#355474);
    background: url(/wp-content/uploads/2018/06/texture.png) repeat,-moz-linear-gradient(top,#39699c,#355474);
    background: url(/wp-content/uploads/2018/06/texture.png) repeat,-ms-linear-gradient(top,#39699c,#355474);
    position: relative;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
}
.btn-ico:hover {
	color:#fff;
	background:url(/wp-content/uploads/2018/06/texture.png) repeat #355474;
}
a.btn-ico:hover {text-decoration:none;}
.ico-kp:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 18px;
    width: 21px;
    height: 25px;
    background: url(/wp-content/uploads/2018/06/topinfo-btn-one.png) no-repeat;
}
.ico-faq:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 16px;
    width: 25px;
    height: 23px;
    background: url(/wp-content/uploads/2018/06/topinfo-btn-two.png) no-repeat;
}
.home-slide {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 35px;
	border-radius: 10px;
}
.home-slide ul { color: #1c1611 !important; }
table th, table td {
    border-color: rgba(0,0,0,.4) !important;
}
.table-sravn h3 {
	text-align: center;
}
.table-sravn .col-b-table {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 3px solid #b7b32b;
    padding-top: 25px;
    margin-bottom: 25px;
}
.col-b-table {
    display: table;
    width: 100%;
    overflow: hidden;
}
.col-b-table .col:first-child {
    border: 0;
}
.col-b-table .col {
    display: table-cell;
    padding: 6px 12px 10px;
    border-left: 2px solid #d9d9d9;
    width: 20%;
}
.col-b-table .title {
    padding: 0 5px 15px;
    text-transform: uppercase;
    color: #3d6187;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    position: relative;
}
.col-b-table .title img {
    margin-bottom: 10px;
}
.col-b-table ul {
    padding: 0;
    list-style: none !important;
    line-height: 18px;
}
.col-b-table ul li {
    position: relative;
    padding: 0 0 10px 25px;
	margin-left: 0px;
    margin-right: 5px;
}
.col-b-table .yes:before {
    content:'';
	position: absolute;
    top: 3px;
    left: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    background: url(/wp-content/uploads/2018/05/sprite.png) -95px 0;
}
.col-b-table .no:before {
    content:'';
	position: absolute;
    top: 3px;
    left: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    background: url(/wp-content/uploads/2018/05/sprite.png) -84px 0;
}
.col-b-table .col-green {
    position: relative;
    border-right: 2px solid #f04d30;
    border-left: 2px solid #f04d30;
    color: #228d3e;
    box-shadow: 10px 200px 40px rgba(0,0,0,0.25), -10px 200px 40px rgba(0,0,0,0.25);
}
.green {
    color: #228d3e !important;
}
.solve-item {
    position: relative;
    box-sizing: border-box;
    padding: 30px 10px 20px;
    min-height: 310px;
    background-color: #fff;
    box-shadow: 0 2px 70px hsla(0,0%,64%,.24);
    text-align: center;
    font-weight: 700;
    cursor: pointer;
}
.solve-item__icon {
    display: inline-block;
    margin-bottom: 10px;
}
.solve-item__icon img {
    max-height: 250px;
}
.solve-item__title {
    margin-bottom: 10px;
    min-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
}
.solve-item-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    box-sizing: border-box;
    padding: 10px 10px 0;
    background: rgba(0,0,0,0.8);
    text-align: left;
    font-family: Roboto,sans-serif;
    opacity: 0;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
.solve-item-hover__desc {
    position: relative;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
	padding: 0 15px;
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ps-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none;
}
.solve-item:hover .solve-item-hover{
	visibility: visible;
	opacity: 1;
}
span.acceptance-132 {
    width: 7% !important;
	margin-right: 3px;
}
span.acceptance-132 input {
    vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
.table-sravn {
	overflow: scroll;
}
}

@media only screen and (max-width: 959px) {
.top-head .top-info {
	width: 50%;
}
.top-head .top-info2 {
	width: 100%;
	display: inline-block;
}
}

@media only screen and (max-width: 1239px) and (min-width: 768px) {
	#Top_bar .logo {padding:0 !important;}
}

@media only screen and (max-width: 767px) {
	.header-magazine #Top_bar .banner_wrapper {
		width: 100%;
	}
	.top-head {
		display: inline-block;
	}
	.adreses, .adreses2 {text-align:left;}
}