/*
  Theme Name: BSE
  Author: Alexander Kuznecov
*/
.yandex-total{
    font-size: 24px;
    font-weight: bold;
    padding-left: 32px;
    line-height: 32px;
    background: url(images/ico__yandex.svg) 0 50% no-repeat;
    background-size: contain;
}
.main__wt{
	position: fixed;
	z-index: 5;
}
@media(min-width: 1660px){
    .section_algoritm::before{
        background-position: 68% 0;
    }
}
@media(min-width: 2100px){
    .section_algoritm::before{
        background-position: 90% 0;
    }
}
@media(min-width: 2400px){
    .section_algoritm::before{
        background-position: 50% 0;
        background-size: 150% auto;
    }
}
@media(max-width: 991px){
	.sticker{
		padding: 7px;
		height: auto;
		width: 144px;
		border-radius: 0 20px 0 0;
		    background-color: #282828;
    	color: #fff;
	}
	.section_contacts,.footer{
		z-index: 6;
	}
	.section_contacts{
		background: #fbfaf9;
	}
	.main{
		min-height: 100vh;
	}
	.totop{
		left: 1rem;
		bottom: 14.5rem;
	}
	.sticker strong{
		display: block;
	}
	.sticker__avatar{
		width: 48px;
		position: relative;
		left:0;
		top: 0;
		margin: 0 0 7px 0;
	}
}