.conference__link {
    text-decoration: none;
}
.conference__btn {
    display: flex;
    color: #454545;
    background-color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 10px;
    border-radius: 10px;
    max-width: 400px;
}
.btn__text {
    font-weight: 400;
    max-width: 255px;
    padding-top: 4px;
    margin-bottom: 4px;
    margin-right: 20px;
}
.btn__text span {
    font-weight: 600;
}
.btn__img {
    /*width: 76px;
    height: 34px;*/
    padding: 4px 29px 4px 20px;
}
.conference__link:hover .conference__btn {
    transform: scale(1.05);
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.2);
}
.topline__phone {
	white-space: nowrap;
}
.topline__slab {
	width: 43px;
}
@media (max-width: 1354px){
	.conference__btn {
		font-size: 9px;
	}
}
@media (max-width: 1189px){
	.conference__btn {
		font-size: 8px;
	}
}
@media (max-width: 1080px){
	.conference__link {
		display: none;
	}
}