.scroll-up
{
	left: 20px;
	max-width:150px;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

/* забытые стили */
.faq__answer ul {list-style: square; margin-top:30px}
.faq__answer ul li {margin-left:20px}
li a, p a {color:#714a84; text-decoration:underline}
.footer__contacts-title a:hover {text-decoration:underline}
.footer__contacts-title a {
	color:white;
	-webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    transition: 300ms ease all;
    text-decoration: none;	
	opacity:1;
}
.description p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;	
}
.description h4 a {font-size:16px; text-decoration:none}
.description h4 a:hover {text-decoration:underline}
iframe {max-width:100%}
@media screen and (max-width: 767px) {
	.first-screen-page__tumbler a {line-height:28px}
	.footer__info-block.opened .footer__info-links {display:none}	
	.footer {text-align:left}
	.footer__follow {max-width:100%}
	.footer__social {width:320px}
	.footer__info-title svg {display:none}
	.footer__info-title {
		-webkit-box-align: left;
		-webkit-align-items: left;
		-ms-flex-align: left;
		align-items: left;
		-webkit-box-pack: left;
		-webkit-justify-content: left;
		-ms-flex-pack: left;
		justify-content: left;
	}
	.description h2 {font-size:24px}
	.description h4 {font-size:16px!important; font-weight:500}
	.description ul h4 {font-weight:normal}
}
@media only screen and (min-width: 768px) {
	.footer__info {padding-top:0; padding-bottom:40px}	
	.description h4 {margin-bottom:16px}
}
.footer__social .footer__info-links {
	margin-top:17px;
	width:100%
}
@media only screen and (min-width: 768px) {
  .footer__contacts-content {
    margin-right:20px;
  }
}
@media only screen and (max-width: 979px) {
  .footer__social .footer__info-links {
    display:none;
  }
}
.search-page input {border:1px solid black; padding:10px}
ol li ul {margin-top:20px}
@media only screen and (max-width: 980px) {
  .footer__info .container {max-height:635px}
}
@media only screen and (min-width: 980px) {
  .footer__info .container {padding-bottom:0}
}