@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.my-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  font-family: 'Roboto';
}

.my-container img {
  max-width: 100%;
  max-height: 100%;
}

.my-container ul {
  list-style-type: none;
}

.pomosh_detyam {
  background: #ffffff;
}

.showcase {
  position: relative;
  padding: 50px 0 34px;
  overflow: hidden;
}

.showcase-img {
  position: absolute;
  left: -160px;
  width: calc(45% + 250px);
  bottom: -180px;
  top: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.showcase-img img {
  width: auto;
  height: auto;
}

.showcase-title {
  color: #306F9B;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 32px;
  line-height: 1.2;
}

.showcase-content {
  padding-left: 45%;
  position: relative;
  z-index: 5;
}

.showcase-description {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 300;
}

.showcase-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.showcase-social-text {
  color: #306F9B;
  font-size: 36px;
  text-align: center;
  font-weight: 300;
  max-width: 700px;
  margin-bottom: 40px;
}

.showcase-social li {
  margin-right: 48px;
}

.showcase-social li:last-child {
  margin-right: 0;
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../images/banner-bg.jpg) no-repeat 50%;
  background-size: cover;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 43px 15px 65px;
  margin-bottom: 40px;
}

.banner-item {
  width: 35%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-stroke: 1px #4B4B4B;
}

.banner-item:first-child {
  width: 50%;
  text-align: center;
}

.letter-title {
  font-size: 48px;
  font-weight: normal;
  text-align: center;
  max-width: 680px;
  margin: 0 auto 30px;
  line-height: 1.2;
}

.letter-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.letter-item {
  width: 40%;
}

.letter-text {
  background: #0088FF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 60px 0px;
  width: 100%;
  padding: 90px 60px;
  color: #ffffff;
  font-weight: 300;
  font-size: 24px;
  position: relative;
}

.letter-text:after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  background: url(../images/quotes.svg) no-repeat;
  width: 48px;
  height: 45px;
}

.letter img {
  width: 100%;
  margin: 200px 0;
}

.groups-title {
  font-size: 48px;
  text-align: center;
  line-height: 1.2;
  max-width: 980px;
  margin: 0 auto 40px;
}

.groups-links {
  width: 850px;
  margin: 0 auto 40px;
}

.groups-links li {
  margin-bottom: 20px;
}

.groups-links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.groups-links li a:hover span {
  text-decoration: underline;
}

.groups-links li a span {
  margin-left: 43px;
  display: block;
  color: #0088FF;
  font-weight: 300;
  font-size: 24px;
}

.groups-description {
  background: #0088FF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  width: 756px;
  padding: 60px 50px;
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 45px;
}

.help-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 100px;
}

.help-info-item {
  width: 48%;
}

.help-info img {
  margin-bottom: 55px;
}

.help-info-description {
  color: #0088FF;
  font-size: 32px;
  text-align: center;
}

.help-info-contacts {
  background: #0088FF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding: 38px 100px;
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 55px;
}

.help-info-contacts span {
  font-weight: bold;
  display: block;
}

.she-ask {
  text-align: center;
  margin-bottom: 55px;
}

.she-ask-title {
  max-width: 950px;
  font-size: 48px;
  line-height: 1.2;
  margin: 0 auto 50px;
}
