@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500&display=swap");
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

aside, nav, footer, header, section {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #000;
}

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "Roboto";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body.lock {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  body.lock {
    width: 100%;
    position: fixed;
    overflow: hidden;
  }
}

input, button, textarea {
  font-family: "Roboto";
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0px;
  border: 0px;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #EEEEEE;
}

.container {
  max-width: 1110px;
  width: 100%;
  margin: 0px auto;
  color: #000;
}
@media (max-width: 1122px) {
  .container {
    max-width: 970px;
  }
}
@media (max-width: 992.98px) {
  .container {
    max-width: 750px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: none;
    padding: 0 10px;
  }
}
@media (max-width: 650px) {
  .container {
    padding: 0 20px;
  }
}

header {
  background-color: #007765;
}

.header-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0px;
  height: 84px;
  align-items: center;
  justify-content: space-between;
}

.header-menu__icon {
  display: none;
  position: absolute;
  top: 30px;
  right: 20px;
  width: 30px;
  height: 18px;
  cursor: pointer;
  z-index: 5;
}
.header-menu__icon span {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  top: 8px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.header-menu__icon span:first-child {
  top: 0px;
}
.header-menu__icon span:last-child {
  top: auto;
  bottom: 0px;
}
.header-menu__icon span.active span {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.header-menu__icon span.active span:first-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
}
.header-menu__icon span.active span:last-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 8px;
}
@media (max-width: 650px) {
  .header-menu__icon {
    display: block;
  }
}
@media (max-width: 650px) {
  .header-menu__menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -110%;
    background-color: #007765;
    z-index: 2;
    padding: 50px 10px 20px 10px;
    overflow: auto;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header-menu__menu:active {
    left: 0;
  }
}

.menu-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0px;
}
@media (max-width: 650px) {
  .menu-list {
    margin: -25px 0px 0px 0px;
  }
}

.header-menu-list__link {
  display: block;
  position: relative;
  margin: 0px 0px 0px 24px;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}
.header-menu-list__link span {
  position: relative;
  display: block;
  line-height: 28px;
}
.header-menu-list__link span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-menu-list__link:hover {
  color: #fff;
}
.header-menu-list__link:hover span::after {
  left: 0;
  width: 100%;
}
@media (max-width: 992.98px) {
  .header-menu-list__link {
    font-size: 22px;
  }
}

/*
.header-menu__icon {
	display: block;
	position: absolute;
	top: 18px;
	right: 10px;
	width: 30px;
	height: 18px;
	cursor: pointer;
	z-index: 5;

	span {
		@include anim(0.3s, 0s);
		top: 8px;
		left: 0;
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #000;

		&:first-child {
			top: 0px;
		}
		&:last-child {
			top: auto;
			bottom: 0px;
		}
		&.active {
			span {
				@include scale(0);
				&:first-child {
					@include rotate(-45deg);
					top: 8px;
				}
				&:last-child {
					@include rotate(45deg);
					bottom: 8px;
				}
			}
		}
	}
}
*/
footer {
  height: 176px;
  background-color: #333;
}

.footer-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0px;
  justify-content: center;
  padding: 45px 0px 0px 0px;
}
.footer-body__text {
  max-width: 550px;
  font-size: 18px;
  color: #fff;
  line-height: 21px;
  text-align: center;
}
@media (max-width: 479.98px) {
  .footer-body__text {
    font-size: 14px;
  }
}

.main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0px;
  justify-content: center;
  align-items: center;
  height: 403px;
  margin: 0px 0px 50px 0px;
  background: url("../img/bg.jpg") 0 0/100% 403px no-repeat;
}
.main__title {
  max-width: 550px;
  max-height: 220px;
  overflow: hidden;
  font-weight: 500;
  font-size: 72px;
  color: #fff;
  text-align: center;
}
@media (max-width: 992.98px) {
  .main__title {
    font-size: 64px;
  }
}
@media (max-width: 650px) {
  .main__title {
    font-size: 56px;
  }
}
@media (max-width: 479.98px) {
  .main__title {
    font-size: 45px;
  }
}
@media (max-width: 350px) {
  .main__title {
    font-size: 36px;
  }
}
@media (max-width: 992.98px) {
  .main {
    margin: 0px 0px 35px 0px;
  }
}
@media (max-width: 479.98px) {
  .main {
    margin: 0px 0px 25px 0px;
    background-size: 100% 100%;
    height: 300px;
  }
}
@media (max-width: 350px) {
  .main {
    height: 200px;
  }
}

.problem {
  margin: 0px 0px 90px 0px;
}
.problem__title {
  margin: 0px 0px 15px 0px;
  font-weight: 500;
  font-size: 64px;
  text-align: center;
  color: #007765;
}
@media (max-width: 992.98px) {
  .problem__title {
    font-size: 56px;
  }
}
@media (max-width: 650px) {
  .problem__title {
    font-size: 48px;
  }
}
@media (max-width: 479.98px) {
  .problem__title {
    font-size: 45px;
  }
}
@media (max-width: 350px) {
  .problem__title {
    font-size: 32px;
  }
}
@media (max-width: 992.98px) {
  .problem {
    margin: 0px 0px 50px 0px;
  }
}
@media (max-width: 650px) {
  .problem {
    margin: 0px 0px 30px 0px;
  }
}

.problem-body__text {
  margin: 0px 0px 42px 0px;
  font-size: 32px;
  color: #000;
  line-height: 38px;
}
.problem-body__text span {
  font-weight: 700;
}
@media (max-width: 992.98px) {
  .problem-body__text {
    font-size: 24px;
    margin: 0px 0px 30px 0px;
  }
}
@media (max-width: 650px) {
  .problem-body__text {
    font-size: 22px;
  }
}
@media (max-width: 479.98px) {
  .problem-body__text {
    margin: 0px 0px 15px 0px;
    text-align: center;
  }
}
@media (max-width: 350px) {
  .problem-body__text {
    font-size: 20px;
  }
}

.submain {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0px;
  justify-content: center;
  align-items: center;
  height: 483px;
  margin: 0px 0px 50px 0px;
  background: url("../img/bg_2.jpg") 0 0/100% 483px no-repeat;
}
.submain__title {
  max-width: 900px;
  max-height: 300px;
  overflow: hidden;
  font-weight: 500;
  font-style: italic;
  font-size: 48px;
  color: #fff;
  text-align: center;
}
@media (max-width: 992.98px) {
  .submain__title {
    font-size: 40px;
  }
}
@media (max-width: 650px) {
  .submain__title {
    font-size: 24px;
    max-width: 80%;
  }
}
@media (max-width: 479.98px) {
  .submain__title {
    max-height: 150px;
  }
}
@media (max-width: 350px) {
  .submain__title {
    font-size: 20px;
  }
}
@media (max-width: 479.98px) {
  .submain {
    height: 250px;
    background-size: 100% 100%;
    margin: 0px 0px 25px 0px;
  }
}

.introducing {
  margin: 0px 0px 90px 0px;
}
.introducing__title {
  margin: 0px 0px 15px 0px;
  font-weight: 500;
  font-size: 64px;
  color: #007765;
  text-align: center;
}
@media (max-width: 992.98px) {
  .introducing__title {
    font-size: 48px;
  }
}
@media (max-width: 650px) {
  .introducing__title {
    font-size: 40px;
  }
}
@media (max-width: 350px) {
  .introducing__title {
    font-size: 32px;
  }
}
.introducing__text {
  margin: 0px 0px 35px 0px;
  font-size: 32px;
  color: #000;
  line-height: 38px;
}
.introducing__text span {
  font-style: italic;
}
@media (max-width: 992.98px) {
  .introducing__text {
    font-size: 24px;
    margin: 0px 0px 25px 0px;
  }
}
@media (max-width: 650px) {
  .introducing__text {
    font-size: 22px;
  }
}
@media (max-width: 479.98px) {
  .introducing__text {
    text-align: center;
    margin: 0px 0px 15px 0px;
  }
}
@media (max-width: 350px) {
  .introducing__text {
    font-size: 20px;
    margin: 0px 0px 10px 0px;
  }
}
.introducing__icon {
  margin: 0px 48px 0px 0px;
}
@media (max-width: 650px) {
  .introducing__icon img {
    display: none;
  }
}
@media (max-width: 650px) {
  .introducing__icon {
    margin: 0px 0px 0px 0px;
  }
}
@media (max-width: 992.98px) {
  .introducing {
    margin: 0px 0px 30px 0px;
  }
}
@media (max-width: 350px) {
  .introducing {
    margin: 0px 0px 15px 0px;
  }
}

.introducing-iconp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0px;
}

.team {
  margin: 0px 0px 35px 0px;
}
.team__title {
  margin: 0px 0px 35px 0px;
  font-weight: 500;
  font-size: 64px;
  color: #007765;
  text-align: center;
}
@media (max-width: 992.98px) {
  .team__title {
    font-size: 48px;
  }
}
@media (max-width: 650px) {
  .team__title {
    font-size: 40px;
  }
}
@media (max-width: 350px) {
  .team__title {
    font-size: 36px;
  }
}
@media (max-width: 350px) {
  .team {
    margin: 0px 0px 10px 0px;
  }
}

.team-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0px;
  flex-wrap: wrap;
}
.team-body__column {
  flex: 0 0 33.333%;
  text-align: center;
  margin: 0px 0px 58px 0px;
}
@media (max-width: 635px) {
  .team-body__column {
    flex: 0 0 50%;
  }
}
@media (max-width: 479.98px) {
  .team-body__column {
    flex: 1 1 100%;
    margin: 0px 0px 30px 0px;
  }
}
.team-body__image {
  margin: 0px 0px 10px 0px;
  border-radius: 50%;
}
.team-body__image img {
  width: 168px;
  height: auto;
}
.team-body__name {
  font-weight: 700;
  font-size: 24px;
  color: #007765;
  line-height: 28px;
}
@media (max-width: 350px) {
  .team-body__name {
    font-size: 20px;
  }
}
.team-body__post {
  font-style: italic;
  font-size: 18px;
  line-height: 21px;
}
@media (max-width: 350px) {
  .team-body__post {
    font-size: 16px;
  }
}

.btn {
  display: inline-block;
  padding: 0px 0px;
}
.btn.fw {
  width: 100%;
}

input[type=text], input[type=email], input[type=tel], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}
textarea.input {
  resize: none;
  padding: 0px 0px 0px 0px;
}