#howToUseStr{
			width: 100%;
			position: relative;
		}
#howToUseStr:before {
			content: '';
			position: absolute;
			z-index: -1;
			left: 0px;
			right: 0px;
			bottom: 0px;
			height: 270px;
			background: linear-gradient(to top, rgba(248, 221, 180,.03), transparent);
}

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(../fonts/free-fa-brands-400.eot);
	src: url(../fonts/free-fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/free-fa-brands-400.woff2) format("woff2"), url(../fonts/free-fa-brands-400.woff) format("woff"), url(../fonts/free-fa-brands-400.ttf) format("truetype"), url(../fonts/free-fa-brands-400.svg#fontawesome) format("svg")
}

footer .copy_kit_line {
    width: 100%;
    max-width: 1232px;
    margin: 0 auto 4px;
    border-top: 1px solid rgba(255,255,255,.1);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

footer .copy_kit_line .copy_ui {
    font-size: 13px;
    line-height: 20px;
    color: rgba(255,255,255,.45);
    letter-spacing: .05px;
}

footer .copy_kit_line .copy_ui, footer .copy_kit_line .copy_soc_link {
    padding: 16px 0;
}

footer .copy_kit_line .copy_soc_link a {
    color: rgba(255,255,255,.8);
    font-size: 16px;
    margin-left: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.fab, .far {
    font-weight: 400;
}

.fab {
    font-family: "Font Awesome 5 Brands";
}

.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-vk:before {
    content: "\f189";
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}


@media screen and (max-width: 520px)
footer .footer, footer .copy_kit_line {
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

@media screen and (max-width: 520px)
footer .copy_kit_line {
    padding: 0 16px;
}

@media screen and (max-width: 1000px)
footer .footer, footer .copy_kit_line {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 1350px)
footer .copy_kit_line {
    padding: 0 20px;
}




			
			