@charset "UTF-8";

.btn_nema_site {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    line-height: 1;
    text-align: center;
}
.btn_nema_site a {
    min-width: auto;
    padding: 21px 30px;
    border: 1px solid #1465f4;
    color:#1465f4;
    border-radius: 40px;
    box-sizing: border-box;
    font-size: 16px;
    transition: 0.5s;
}
.btn_nema_site a:hover {
    background: #1465f4;
    color: #fff;
    transition: 0.5s;
}

@media(max-width: 1279px){
	.btn_nema_site a {
	padding: 18px 26px;
	font-size: 14px;
	}
}
