html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

* {
  box-sizing: border-box
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after {
  content: "";
  content: none
}

q:before,
q:after {
  content: "";
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

body {
  font: 400 16px/24px "Rubik", sans-serif
}

a {
  color: #00848c;
}

.container {
  width: 100%;
  max-width: 1080px;
  padding: 0 15px;
  margin: 0 auto;
}

/* @media only screen and (max-width: 1024px) {
  .container {
    padding: 0 15px
  }
} */

.header {
  position: relative;
  background: #fff;
  padding: 27px 0;
  z-index: 1;
  overflow: hidden;
}

.header__flag {
  position: absolute;
  left: -20%;
  top: 50%;
  transform: translateY(-38%);
  width: 70%;
  opacity: .5;
  z-index: -1;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media only screen and (max-width: 767px) {
  .header__inner {
    align-items: flex-start
  }
}

.header__logo {
  max-width: 250px;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .header__logo {
    margin-bottom: 16px;
  }
}

.header__logo span {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: #404040;
}

.header__logo svg {
  width: 20px;
  height: 20px;
  margin-left: 10px
}

.header__right {
  display: flex;
  align-items: flex-end;
  justify-content: space-between
}

@media only screen and (max-width: 767px) {
  .header__right {
    flex-wrap: wrap;
    justify-content: flex-end
  }
}

.header__contact {
  font-size: 14px;
  line-height: 17px;
  margin-right: 40px;
  color: #404040;
  text-decoration: none
}

@media only screen and (max-width: 1024px) {
  .header__contact {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header__contact {
    font-size: 16px;
    width: 100%;
    text-align: end;
    margin-right: 0;
    margin-bottom: 12px
  }
}

.header__contact b {
  display: block;
  font-weight: 500;
  margin-bottom: 3px;
}

.header__social {
  display: flex;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.header__social svg {
  width: 100%;
  height: 100%;
  fill: #00848c
}

.header-langs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  color: #00848c;
  width: 100%;
  margin-bottom: 18px;
	background-color: rgba(255, 255, 255, 0.5);
}

.header-langs__head {
  display: flex;
  align-items: center;
  cursor: pointer
}

.header-langs__head svg {
  width: 12px;
  height: 12px;
  fill: #404040;
  margin-left: 8px
}

.header-langs__item {
  font-size: 14px;
  line-height: 18px;
  padding: 0 10px;
  color: #00848c;
  text-decoration: none
}

.header-langs__item:last-child {
  padding: 0 0 0 10px
}

.header-langs__item--active {
  pointer-events: none;
  cursor: default;
  font-weight: 500;
  text-decoration: underline
}

.header-langs__item:hover {
  text-decoration: underline
}

.start {
  background: #f0f0f0
}

.start__inner {
  padding: 110px 0 72px
}

@media only screen and (max-width: 767px) {
  .start__inner {
    padding: 75px 0 50px;
  }
}

.start__content {
  width: 750px
}

@media only screen and (max-width: 767px) {
  .start__content {
    width: 100%
  }
}

.start__title {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 36px;
  color: #00848c;
}

@media only screen and (max-width: 767px) {
  .start__title {
    font-size: 30px;
    line-height: 42px;
  }
}

.start__text {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
}

.needs {
  background: #f0f0f0
}

.needs__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 85px 0
}

.needs-block {
  width: 48%
}

@media only screen and (max-width: 767px) {
  .needs-block {
    width: 100%
  }

  .needs-block:first-child {
    margin-bottom: 30px
  }
}

.needs-block__title {
  font-size: 18px;
  /* font-weight: 500; */
  line-height: 28px;
  margin-bottom: 25px
}

.needs-block__item {
  display: flex;
  align-items: center;
  margin-bottom: 25px
}

.needs-block__item--link span {
  color: #00848c;
  text-decoration: underline;
  cursor: pointer;
}

.needs-block__item svg {
  width: 36px;
  height: 36px;
  fill: #00848c;
  margin-right: 12px
}

.needs-block__item span {
  font-size: 18px;
  line-height: 28px
}

.details {
  padding: 75px 0 70px;
}

@media only screen and (max-width: 767px) {
  .details {
    padding: 55px 0px 35px;
  }
}

.details__title {
  font-size: 16px;
  /* font-weight: 500; */
  /* text-transform: uppercase; */
  /* color: #00848c; */
  margin-bottom: 40px;
}

.details__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

@media only screen and (max-width: 767px) {
  .details__inner {
    flex-wrap: wrap
  }
}

.details__block {
  width: 45%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .details__block {
    width: 100%
  }
}

@media only screen and (max-width: 767px) {
  .details-block:first-child {
    margin-bottom: 30px
  }
}

.details-block__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #00848c;
  margin-bottom: 20px;
  text-transform: uppercase
}

@media only screen and (max-width: 767px) {
  .details-block__title {
    margin-bottom: 18px
  }
}

.details-block__text {
  margin-bottom: 10px
}

@media only screen and (max-width: 1024px) {
  .details-block__text {
    font-size: 15px;
  }
}

.details-block__text b {
  font-weight: 500
}

.footer {
  background: #404040;
  color: #f1f2f2
}

.footer__inner {
  display: flex;
  /* align-items: flex-end; */
  justify-content: space-between;
  padding: 65px 0
}

@media only screen and (max-width: 767px) {
  .footer__inner {
    flex-wrap: wrap
  }
}

.footer__col {
  width: 255px
}

/* .footer__col--third {
  align-self: flex-end;
} */

@media only screen and (max-width: 767px) {
  .footer__col {
    width: 100%
  }
}

@media only screen and (max-width: 767px) {
  .footer__col--first {
    margin-bottom: 25px
  }
}

@media only screen and (max-width: 767px) {
  .footer__col--second {
    margin-bottom: 25px
  }
}

.footer__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 12px
}

.footer__glory {
  display: flex;
  align-items: center
}

.footer__glory svg {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px
}

.footer__glory span {
  font-weight: 300
}

.footer__contact {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px
}

.footer__contact b {
  display: block;
  font-weight: 500;
  margin-bottom: 3px;
}

.footer__contact--last {
  margin-bottom: 0
}

.footer__contact svg {
  fill: #f1f2f2;
  width: 18px;
  height: 18px;
  margin-right: 14px;
  margin-top: 3px;
}

.footer__contact span {
  font-size: 14px;
  line-height: 24px
}

.footer__info p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300
}

/* Help page */
.help {
  padding: 110px 0 0;
}

@media only screen and (max-width: 767px) {
  .help {
    padding: 75px 0px 0;
  }
}

.help__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.help-block {
  width: 48%;
}

@media only screen and (max-width: 767px) {
  .help-block {
    width: 100%;
  }
}

.help-block__title {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #00848c;
  margin-bottom: 20px;
  text-transform: uppercase
}

@media only screen and (max-width: 767px) {
  .help-block__title {
    margin-bottom: 18px
  }
}

.help-block p {
  margin-bottom: 10px
}

@media only screen and (max-width: 1024px) {
  .help-block p {
    font-size: 15px;
  }
}

.member__main_title {
	font-weight: bold;
  font-size: 26px;
  margin-bottom: 45px;
}

.member__title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}

.member__photo img {
  width: 200px;
  margin-bottom: 15px;
}

.member__desc {
  margin-bottom: 60px;
}

.member__info {
  margin-top: 30px;
  margin-bottom: 30px;
}

.member__info h2{
  font-weight: bold;
}
