/*--CONTACTS---*/
.contacts {
  position: relative;
}
.contacts__row {
  height: 630px;
}
.contacts-map {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.contacts-form {
  background: rgba(68, 134, 247, 0.7);
  padding: 30px 0;
  position: relative;
}
.about-company--contacts {
  color: #fff;
}
.contact-title {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 21px;
  color: #fff;
}
.contact-item {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
}
.contacts__inp {
  background: none;
  border: none;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  width: 90%;
  margin: 0 auto;
  padding: 15px 10px 0;
  border-bottom: 1px solid #fff;
}
.contacts__inp:focus {
  outline: none;
}
.contacts__inp::-webkit-input-placeholder {
  color: #fff;
}
.contacts__inp::-moz-placeholder {
  color: #fff;
}
.contacts__inp::-moz-placeholder {
  color: #fff;
}
.contacts__submit {
  background: none;
  border: none;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  padding: 30px 10px 0 25px;
}
.sub_wrap {
  position: relative;
}
.sub_wrap:before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  display: block;
  width: 20px;
  height: 14px;
  background: url(/uploads/mail.png);
}

/*--FOOTER---*/
.footer {
  padding: 5px 0;
  background: #4486f7;
  text-align: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
}
.footer__row {
  margin: 0;
}


.animated-text {
	text-align: right;
}

.animated-text img {
	opacity: .3;
	transition: all .3s;
}

.animated-text img:hover {
	opacity: 1;
}

.copyright-footer {
	text-align: left;
	margin-left: 10px;
	position: absolute;
}

.copyright-footer a {
	color: #fff;
}

.scroll-to-top {
  font-size: 45px;
  color: #fff !important;
  text-decoration: none;
  transition: 0.3s;
  background: rgba(69,116,202,.7);
  border: 1px solid #d6d6d6;
  width: 50px;
  height: 50px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  position: fixed;
  bottom: 50px;
  right: 20px;
  display: none;
  z-index: 2000;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  overflow: hidden;
}