.footer-form {
  font-size: 0;
  border: 1px solid #EDEDED;
  padding: 20px 20px 20px 40px;
  background: #F6F6F6 url(/stc/i/pattern.png) repeat; }
.footer-form__item {
  margin: 7px 0;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  padding-right: 40px; }
.footer-form__item:last-child {
  padding-right: 0; }
.footer-form__text {
  line-height: 18px;
  font-weight: 300; }
.footer-form__input {
  display: inline-block;
  vertical-align: top;
  height: 41px;
  border: 1px solid #EDEDED;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 460px;
  padding: 0 20px;
  outline: none;
  font-size: 13px;
  margin-right: 6px; }
.footer-form__submit {
  display: inline-block;
  vertical-align: top;
  height: 41px;
  width: 120px;
  text-align: center;
  background: #35C6C9;
  color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  outline: none;
  font-size: 13px;
  cursor: pointer; }
.footer-form__social {
  margin-right: 7px; }
.footer-form__social:last-child {
  margin-right: 0; }
@media (max-width: 800px) {
  .footer-form {
    padding: 20px;
    text-align: center; }
  .footer-form__item {
    display: block;
    padding-right: 0;
    padding-bottom: 13px; }
  .footer-form__item:last-child {
    padding-bottom: 0; }
  .footer-form__submit {
    width: 100%; }
  .footer-form__input {
    width: 100%;
    margin-bottom: 20px; } }

.footer-content {
  padding: 0 20px; }
.footer-content__row {
  padding: 20px 5px;
  font-size: 0; }
.footer-content__row + .footer-content__row {
  border-top: 1px solid #C6C6C6; }
.footer-content__item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  min-width: 240px;
  font-size: 15px;
  font-weight: 300;
  padding: 10px 15px; }
.footer-content__item_large {
  width: 75%; }
.footer-content__title {
  font-size: 17px;
  color: #398DB1;
  margin-bottom: 12px; }
.footer-content__text {
  font-size: 13px;
  line-height: 18px; }
.footer-content__text-row {
  margin-bottom: 7px; }
.footer-content__counter {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 2px; }
.footer-content__desc {
  font-size: 17px;
  line-height: 22px; }
@media (max-width: 800px) {
  .footer-content__row {
    border-top: none !important; } }

.footer-line-gradient {
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#35C6C9), to(#C8E20D));
  background: -webkit-linear-gradient(left, #35C6C9 0%, #C8E20D 100%);
  background: -o-linear-gradient(left, #35C6C9 0%, #C8E20D 100%);
  background: linear-gradient(to right, #35C6C9 0%, #C8E20D 100%); }

.footer-nav {
  font-size: 0; }
.footer-nav__item {
  vertical-align: top;
  display: inline-block;
  margin-right: 27px;
  padding: 8px 0 7px; }
.footer-nav__icon {
  float: right;
  position: relative;
  top: 2px;
  margin-right: 20px; }
.footer-nav__link {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #000; }
@media (max-width: 800px) {
  .footer-nav {
    text-align: center; }
  .footer-nav__item {
    display: block;
    margin-right: 0; }
  .footer-nav__icon {
    display: none; }
  .footer-nav__link {
    font-weight: 400; } }

.footer-rights {
  padding: 14px 40px 13px;
  font-size: 13px;
  color: #878787;
  background: #E6E6E6;
  line-height: 18px; }
@media (max-width: 800px) {
  .footer-rights {
    text-align: center; } }
