.buy__row {
    margin: 0 -15px;
}
.buy__img img {
    height: 40px;
}
.sell__item:hover .buy__desc {
    top: 90px;
}
.form .for_suc {
    color: #11BB00;
    font-weight: 700;
}
.form .for_err {
    color: #bb1100;
    font-weight: 700;
    font-size: 9px;
}
.modal__close {
    cursor: pointer;
}
.brand__sq:nth-child(5) {
    left: calc(50% - 85px);
}
.brand__sq:nth-child(2) {
    left: calc(50% - 58px);
}
@media screen and (max-width: 576px){
    .brand__sq:nth-child(1),
    .brand__sq:nth-child(2),
    .brand__sq:nth-child(3),
    .brand__sq:nth-child(4),
    .brand__sq:nth-child(5),
    .brand__sq:nth-child(6) {
        position: static;
        height: auto;
        padding: 15px 0;
        width: calc(100%/2 - 10px);
        margin: 5px;
        font-size: 32px;
    }
}
.modal .input--long,
.footer .form .input--long {
	margin-bottom: 0px;
}
input[type="file"] {
	display: none;
}
label p {
	border-bottom: 1px solid #88a4ed;
    padding: 15px 0;
	display: block;
	width: calc(100% - 30px);
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}
label svg {
	width: 20px;
	position: relative;
	top: 4px;
	margin-right: 5px;
}

.desc-phones .phone{
	color: #2a3758;
}
.desc-phones a{
	text-decoration: none;
}
.desc-phones .phone >a{
	display:block !important;
}
.socials{
	display:flex;
	width:100%;
	align-items:flex-start;
	margin-top:4px;
}
.socials a + a{
	margin-left:4px;
}
.whatsapp-icon, .telegram-icon{
	flex: 0 0 auto;
	display:inline-flex !important;
	align-items:center;
	justify-content:center;
}
.whatsapp-icon img, .telegram-icon img{
	width:34px;
	height:auto;
}
.hot-line{
	flex: 1 1 auto;
	display:flex;
	text-align:right;
	align-items:center;
}
.hot-line span{
	display:inline-block;
	font-size: 9px;
    font-weight: normal;
}
.menu-buttons{
	display:none;
}
.mob-phones, .mid-phones {
	display:none;
}
.logo-box{
	display:flex;
	align-items:center;
}
.header__logo{
	display:block;
}

.banner__hotline{
	display:inline-flex;
	flex-direction:row;
	align-items:center;
	padding:4px 0;
}

.banner__hotline small{
	font-weight:normal;
	font-size:12px;
	margin-right:8px;
}
.banner__hotline a{
	display:inline-block;
	margin-right:4px;
	padding:2px;
}


@media screen and (max-width: 1200px) {
	.whatsapp-icon img, .telegram-icon img{
		width:24px;
	}
	.hot-line span{
		font-size:8px;
	}
	.banner__hotline{
		color:#fff;
	}
}

@media screen and (max-width: 1014px) {
	.desc-phones{
		display:none;
	}
	
	.mid-phones{
		border-top:1px solid #f1f1f1;
		margin-top:8px;
		padding-top:8px;
		display:inline-flex;
		align-items:center;
	}
	.mid-phones >a {
		text-decoration: none;
		color: #2a3758;		
	}
	.mid-phones > a + a {
		margin-left:6px;
	}
	.mid-phones .mid-phone{
		font-size: 117%;
    	font-weight: 700;
	}
}



@media screen and (max-width: 768px){
	.menu-buttons{
		display:inline-flex;
		align-items: center;
	}
	.desc-phones, .mid-phones{
		display:none;
	}
	.mob-phones{
		margin:28px 0;	
	}
	.mob-phones, .mob-phones >a  {
		display:inline-flex;
		align-items:center;
	}
	.mob-phones >a {
		text-decoration: none;
		color: #2a3758;		
	}
	.mob-phones > a + a {
		margin-left:6px;
	}

	.mob-phone{
		display:inline-flex;
		font-size:130%;
		font-weight:700;
	}
}

@media screen and (max-width: 576px){
	.banner__title{
		margin:15px 0;
	}
	.banner__title.title{
		font-size:15px;
		line-height:20px;
	}
	.banner__desc.text{
		font-size: 12px;
		line-height: 14px;
	}
	.banner__title br, .banner__desc br{
		display:none !important;
	}
}



