/*
Theme Name: Fond
Theme URI: http://amai-lab.com/
Author: the amai-lab team
Author URI: http://amai-lab.com/
Text Domain: losk
*/
.gmail {
	margin-left: 1.5rem;
}
.inst-img {
	margin-right: 1rem;
}
@media (max-width: 768px) {
	.voronka-title {
		display: none;
	}
}


@media (max-width: 500px) {
	
	.inst-img {
	margin-right: 0.2rem;
}
	.gmail {
		margin-left: 0rem;
	}
	.inst {
		display: none;
	}
}

.breadcrumbs {
	margin-bottom: 20px;
}

.rasp {
	background: #009FE3;
	padding-top: 10px;
	padding-bottom: 10px;
}
.rasp-block {
	display: flex;
	align-items: center;
	grid-row-gap: 20px;
	grid-column-gap: 90px;
	flex-wrap: wrap;
}
.rasp-title {
	font-family: 'Manrope';
   font-style: normal;
   font-weight: 800;
   font-size: 18px;
   line-height: 25px;
   letter-spacing: 0.2px;
   color: #FFFFFF;
	margin-bottom: 0;
}
.rasp-button {
	font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
letter-spacing: 0.3px;
color: #FFFFFF;
	padding: 12px 20px;
	border: 2px solid #FFFFFF;
	background: initial;
}
.input-white {
	width: 100%;
    padding: 11px 18px;
    bottom: 0;
}
.btn-blue {
	padding: 12px 16px 11px 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: .3px;
	    background-color: #009FE3;
    border-color: #009FE3;
	color: white;
	box-shadow: 0 0 20px rgb(0 159 227 / 30%);
}