@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:link {
  text-decoration: none;
  color: inherit;
}

a:visited {
  color: inherit;
}

body {
  position: relative;
  overflow-x: hidden;
  background: #CCFF33;


}



.container {

  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}



.header {
  background: #CCFF33;
  z-index: 10;
  position: center;
  color: white;
  padding-top: 55px;
  padding-bottom: 5px;
}



.header .header-content {
  position: center;
  max-width: 770px;
  width: 100%;
  margin: 65px auto -45px;
}

.header .header-content img {
  width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto


}

.header .header-content .special-background {
  background: white;
  z-index: -1;
}

.header .header-content::before {
  content: "//";
  position: absolute;
  top: 50%;
  left: -25%;
  font-size: 120px;
  color: #ffffff;
}

.header .header-content .arrow {
  position: absolute;
  background: url("../img/icon/arrow_brick.svg") no-repeat;
  background-size: cover;
  height: 71px;
  width: 98px;
  right: -25%;
  top: 15%;
  font-size: 150px;
  color: #ffffff;
}




.header .header-content__title {
  margin-top: 90px;
  text-align: center;
  color: black;
}

.header .header-content__title .title {
  font-weight: 900;
  font-size: 100px;
  line-height: 120px;
}

.header .header-content__title .subtitle {
  font-weight: 500;
  font-size: 35px;
  line-height: 42px;
  margin-top: 10px;
}

.header .header-content__title .link {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 188px;
}

.header .header-content__title .link button {
  width: 100%;
}

 


.contacts {
  max-height: 500px;
  height: 100%;
  padding: 135px 0 145px;
}

.contacts .contacts-wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 657px;
  position: relative;
}

.contacts .contacts-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 56px;
}

.contacts .contacts-link {
  width: 100%;
  margin: 0 auto;
}

.contacts .contacts-arrows {
  position: absolute;
  top: 20px;
}

.contacts .contacts-arrows.arrow-right {
  left: -140px;
}

.contacts .contacts-arrows.arrow-left {
  right: -140px;
}

.footer {
  padding: 68px 0 29px;
  /* max-height: 441px; */
}

.footer .footer-wrapper {
  color: black;
  text-align: center;
  margin: 0 auto;
}

.footer .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

.footer .social-list .social-item {
  margin: 0 11px;
  border: 2px solid white;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .social-list .social-item svg path {
  fill: #ffffff;
  stroke: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .social-list .social-item svg rect {
  stroke: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .social-list .social-item:hover {
  border: 2px solid #ff7323;
}

.footer .social-list .social-item:hover svg path {
  fill: #ff7323;
  stroke: #ff7323;
}

.footer .social-list .social-item:hover svg rect {
  stroke: #ff7323;
}

.footer .address-contacts {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
}

.footer .address-contacts .address {
  color: black;
}

.footer .address-contacts .address a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 2;
}

.footer .address-contacts .address a:hover {
  color: #ff7323;
}

.footer .address-contacts .address.red {
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #ff7323;
  text-decoration: underline;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer .address-contacts .address.red:hover {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.footer .footer-logo {
  max-width: 110px;
  width: 100%;
}

.footer .policy {
  margin-top: 40px;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer .policy:hover {
  color: #ff7323;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.policy-link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-top: 10px !important;
  text-decoration: underline;
}

.policy-link:hover {
  text-decoration: none;
}
